Trace number 4293201

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.09 2466.63

General information on the benchmark

NameStripPacking/
StripPacking-N1b_c18.xml
MD5SUMd6d9a16a398659a401a93dc83363d7ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark158.344
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":49},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293201-1532310799/watcher-4293201-1532310799 -o /tmp/evaluation-result-4293201-1532310799/solver-4293201-1532310799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=167148480 HOME/instance-4293201-1532310799.xml 

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

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

solver pid=8200, runsolver pid=8197

[startup+0.100181 s]*
/proc/loadavg: 1.45 1.31 1.34 4/202 8253
/proc/meminfo: memFree=22227852/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 4211 13172 0 0 1 1 5 3 20 0 6 0 48643094 10212057088 4582 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2493178 4582 1930 1 0 2481616 0
[pid=8200/tid=8253] ppid=8197 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 2027 13172 0 0 0 0 5 3 20 0 6 0 48643103 10212057088 4582 33554432000 4194304 4196468 140737237728192 139935567606352 139935581452117 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=9972712 memory=5793855119892994489 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 48643104 10212057088 4582 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=9972712 memory=139868883101312 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 48643104 10212057088 4582 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 48643104 10212057088 4582 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 6 0 48643104 10212057088 4582 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210209 s]*
/proc/loadavg: 1.45 1.31 1.34 3/215 8266
/proc/meminfo: memFree=22201860/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10818904 memory=44832 CPUtime=0.26 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 7438 13172 0 0 16 2 5 3 20 0 15 0 48643094 11078557696 11208 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2704726 11208 2957 1 0 2667149 0
[pid=8200/tid=8253] ppid=8197 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 4139 13172 0 0 10 1 5 3 20 0 15 0 48643103 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935567562016 139935576045419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10818904 memory=4211973595087891850 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10818904 memory=139868883101312 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643104 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643105 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 33 13172 0 0 0 0 5 3 20 0 15 0 48643106 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935053976608 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643106 11078557696 11406 33554432000 4194304 4196468 140737237728192 139934933443440 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11078557696 11406 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 410 13172 0 0 0 0 5 3 20 0 15 0 48643109 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 191 13172 0 0 1 0 5 3 20 0 15 0 48643109 11078557696 11406 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10818904 memory=139868883101312 CPUtime=0.11 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 614 13172 0 0 3 0 5 3 20 0 15 0 48643109 11078557696 11472 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11078557696 11472 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10818904 memory=139868883101312 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643109 11078557696 11472 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44832 KiB

[startup+0.310263 s]*
/proc/loadavg: 1.45 1.31 1.34 3/215 8266
/proc/meminfo: memFree=22189836/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10819352 memory=56868 CPUtime=0.38 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 10270 13172 0 0 27 3 5 3 20 0 15 0 48643094 11079016448 14217 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2704838 14217 3076 1 0 2667149 0
[pid=8200/tid=8253] ppid=8197 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 6808 13172 0 0 19 2 5 3 20 0 15 0 48643103 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935567581600 139935577333120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10819352 memory=139868883101311 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643105 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 33 13172 0 0 0 0 5 3 20 0 15 0 48643106 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935053976608 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10819352 memory=139868883101312 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643106 11079016448 14217 33554432000 4194304 4196468 140737237728192 139934933443440 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 410 13172 0 0 1 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 192 13172 0 0 1 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 624 13172 0 0 5 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 14217 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56868 KiB

[startup+0.700778 s]
/proc/loadavg: 1.45 1.31 1.34 3/215 8266
/proc/meminfo: memFree=22179780/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10819352 memory=88996 CPUtime=0.99 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 16388 13172 0 0 86 5 5 3 20 0 15 0 48643094 11079016448 22249 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2704838 22249 3238 1 0 2667149 0
[pid=8200/tid=8253] ppid=8197 vsize=10819352 memory=16004 CPUtime=0.67 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 11930 13172 0 0 55 4 5 3 20 0 15 0 48643103 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935567590416 139935579850078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10819352 memory=288230587427467614 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10819352 memory=14689686622849938 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643104 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10819352 memory=139868764414464 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 5 13172 0 0 0 0 5 3 20 0 15 0 48643105 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10819352 memory=139869904962540 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 33 13172 0 0 0 0 5 3 20 0 15 0 48643106 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935053976608 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10819352 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643106 11079016448 22249 33554432000 4194304 4196468 140737237728192 139934933443440 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10819352 memory=7305218370954224980 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10819352 memory=6441954429982824551 CPUtime=0.16 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 831 13172 0 0 8 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10819352 memory=6935654753453035600 CPUtime=0.17 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 714 13172 0 0 9 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 674 13172 0 0 13 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10819352 memory=1404238533841559158 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643109 11079016448 22249 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88996 KiB

[startup+1.50119 s]
/proc/loadavg: 1.45 1.31 1.34 3/215 8266
/proc/meminfo: memFree=22134088/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10834252 memory=177980 CPUtime=2.29 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 23549 13172 0 0 210 11 5 3 20 0 15 0 48643094 11094274048 44495 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2708563 44495 3467 1 0 2670221 0
[pid=8200/tid=8253] ppid=8197 vsize=10834252 memory=162524 CPUtime=1.43 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 17411 13172 0 0 128 7 5 3 20 0 15 0 48643103 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935567598856 139935581450736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10834252 memory=-3117775541953849442 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 253 13172 0 0 1 0 5 3 20 0 15 0 48643104 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 59 13172 0 0 1 0 5 3 20 0 15 0 48643104 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 17 13172 0 0 1 0 5 3 20 0 15 0 48643104 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 30 13172 0 0 1 0 5 3 20 0 15 0 48643104 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10834252 memory=175336604096097 CPUtime=0.09 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 69 13172 0 0 1 0 5 3 20 0 15 0 48643105 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10834252 memory=267430 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 33 13172 0 0 0 0 5 3 20 0 15 0 48643106 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935053976672 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10834252 memory=4638778398332768848 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643106 11094274048 44495 33554432000 4194304 4196468 140737237728192 139934933443456 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10834252 memory=279737528221936 CPUtime=0.33 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 1378 13172 0 0 25 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10834252 memory=4638778398332698724 CPUtime=0.24 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 820 13172 0 0 16 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10834252 memory=9051568490269016237 CPUtime=0.41 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) R 8197 8200 5182 0 -1 4202560 1282 13172 0 0 33 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935018314352 139935595781526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10834252 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 48643109 11094274048 44495 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 106651 13172 0 0 229415 68 5 3 20 0 15 0 48643103 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935567603168 139935152746859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10918240 memory=1478828 CPUtime=12.14 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 17908 13172 0 0 1147 59 5 3 20 0 15 0 48643104 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10918240 memory=1478828 CPUtime=12.1 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 16485 13172 0 0 1146 56 5 3 20 0 15 0 48643104 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10918240 memory=1478828 CPUtime=12.17 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 26586 13172 0 0 1148 61 5 3 20 0 15 0 48643104 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10918240 memory=1478828 CPUtime=12.14 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 13488 13172 0 0 1143 63 5 3 20 0 15 0 48643104 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10918240 memory=1478828 CPUtime=11.43 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 20988 13172 0 0 1077 58 5 3 20 0 15 0 48643105 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10918240 memory=8388 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 36 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935053976672 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10918240 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 369707 33554432000 4194304 4196468 140737237728192 139934933443456 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10918240 memory=1478828 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10918240 memory=1478828 CPUtime=7.69 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 36702 13172 0 0 755 6 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10918240 memory=1478828 CPUtime=7.49 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 31712 13172 0 0 737 4 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10918240 memory=4140 CPUtime=2.32 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 18552 13172 0 0 219 5 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10918240 memory=1478828 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10918240 memory=1478828 CPUtime=1.64 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1597 13172 0 0 76 80 5 3 20 0 15 0 48643109 11180277760 369707 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 2373.4 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1478828 KiB

[startup+2382.3 s]
/proc/loadavg: 1.81 1.75 1.64 3/216 8744
/proc/meminfo: memFree=18701568/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10918240 memory=1480876 CPUtime=2434.37 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 294966 13172 0 0 243034 395 5 3 20 0 15 0 48643094 11180277760 370219 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2729560 370219 3532 1 0 2691213 0
[pid=8200/tid=8253] ppid=8197 vsize=10918240 memory=1480876 CPUtime=2354.2 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 107750 13172 0 0 235344 68 5 3 20 0 15 0 48643103 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935567602512 139935170436756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.47 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 17978 13172 0 0 1179 60 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10918240 memory=279737529924752 CPUtime=12.44 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 16699 13172 0 0 1178 58 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.49 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 26651 13172 0 0 1179 62 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.48 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 13633 13172 0 0 1175 65 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10918240 memory=1480876 CPUtime=11.73 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 21415 13172 0 0 1106 59 5 3 20 0 15 0 48643105 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 36 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935053976672 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370219 33554432000 4194304 4196468 140737237728192 139934933443456 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10918240 memory=9792 CPUtime=7.69 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 36707 13172 0 0 755 6 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10918240 memory=1480876 CPUtime=7.49 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 31716 13172 0 0 737 4 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10918240 memory=1480876 CPUtime=2.32 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 18556 13172 0 0 219 5 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10918240 memory=16056 CPUtime=1.68 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1629 13172 0 0 77 83 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 2434.37 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1480876 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.72 1.64 3/216 8745
/proc/meminfo: memFree=18701740/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10918240 memory=1480876 CPUtime=2495.36 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 296412 13172 0 0 249125 403 5 3 20 0 15 0 48643094 11180277760 370219 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2729560 370219 3532 1 0 2691213 0
[pid=8200/tid=8253] ppid=8197 vsize=10918240 memory=1480876 CPUtime=2413.49 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 108638 13172 0 0 241272 69 5 3 20 0 15 0 48643103 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935567603136 139935159632359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.81 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 18079 13172 0 0 1212 61 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10918240 memory=279737529884480 CPUtime=12.77 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 16810 13172 0 0 1210 59 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.83 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 26671 13172 0 0 1212 63 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.81 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 13698 13172 0 0 1207 66 5 3 20 0 15 0 48643104 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10918240 memory=1480876 CPUtime=12.05 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 21652 13172 0 0 1136 61 5 3 20 0 15 0 48643105 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 36 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935053976672 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370219 33554432000 4194304 4196468 140737237728192 139934933443456 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10918240 memory=1480876 CPUtime=7.69 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 36709 13172 0 0 755 6 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10918240 memory=1480876 CPUtime=7.49 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 31718 13172 0 0 737 4 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10918240 memory=4140 CPUtime=2.32 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 18558 13172 0 0 219 5 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10918240 memory=1480876 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10918240 memory=1480876 CPUtime=1.72 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1647 13172 0 0 79 85 5 3 20 0 15 0 48643109 11180277760 370219 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 2495.36 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1480876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.6 s]
/proc/loadavg: 1.48 1.67 1.62 3/216 8745
/proc/meminfo: memFree=18699940/32770624 swapFree=67108860/67108860
[pid=8200] ppid=8197 vsize=10918240 memory=1482924 CPUtime=2520.05 cores=0,2,4,6
/proc/8200/stat : 8200 (java) S 8197 8200 5182 0 -1 1077944320 297373 13172 0 0 251591 406 5 3 20 0 15 0 48643094 11180277760 370731 33554432000 4194304 4196468 140737237728192 140737237710736 139935595769591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
/proc/8200/statm: 2729560 370731 3532 1 0 2691213 0
[pid=8200/tid=8253] ppid=8197 vsize=10918240 memory=3204 CPUtime=2437.5 cores=0,2,4,6
/proc/8200/task/8253/stat : 8253 (java) R 8197 8200 5182 0 -1 4202560 109100 13172 0 0 243673 69 5 3 20 0 15 0 48643103 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935567602176 139935171182068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8254] ppid=8197 vsize=10918240 memory=1482924 CPUtime=12.95 cores=0,2,4,6
/proc/8200/task/8254/stat : 8254 (java) S 8197 8200 5182 0 -1 1077944384 18155 13172 0 0 1225 62 5 3 20 0 15 0 48643104 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935600004240 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8255] ppid=8197 vsize=10918240 memory=8112282956445269571 CPUtime=12.91 cores=0,2,4,6
/proc/8200/task/8255/stat : 8255 (java) S 8197 8200 5182 0 -1 1077944384 16942 13172 0 0 1223 60 5 3 20 0 15 0 48643104 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935488285712 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8256] ppid=8197 vsize=10918240 memory=-4546129931942301728 CPUtime=12.96 cores=0,2,4,6
/proc/8200/task/8256/stat : 8256 (java) S 8197 8200 5182 0 -1 1077944384 26690 13172 0 0 1225 63 5 3 20 0 15 0 48643104 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935487232912 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8257] ppid=8197 vsize=10918240 memory=6943526294502006880 CPUtime=12.95 cores=0,2,4,6
/proc/8200/task/8257/stat : 8257 (java) S 8197 8200 5182 0 -1 1077944384 13733 13172 0 0 1220 67 5 3 20 0 15 0 48643104 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935486180112 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8258] ppid=8197 vsize=10918240 memory=-1088251628401078322 CPUtime=12.16 cores=0,2,4,6
/proc/8200/task/8258/stat : 8258 (java) S 8197 8200 5182 0 -1 1077944384 21867 13172 0 0 1147 61 5 3 20 0 15 0 48643105 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935055030640 139935595780738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8259] ppid=8197 vsize=10918240 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8259/stat : 8259 (java) S 8197 8200 5182 0 -1 1077944384 36 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935053976672 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8260] ppid=8197 vsize=10918240 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8260/stat : 8260 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643106 11180277760 370731 33554432000 4194304 4196468 140737237728192 139934933443456 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8261] ppid=8197 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8261/stat : 8261 (java) S 8197 8200 5182 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139934329464656 139935595788187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8262] ppid=8197 vsize=10918240 memory=16056 CPUtime=7.69 cores=0,2,4,6
/proc/8200/task/8262/stat : 8262 (java) S 8197 8200 5182 0 -1 1077944384 36711 13172 0 0 755 6 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935020419952 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8263] ppid=8197 vsize=10918240 memory=1296 CPUtime=7.49 cores=0,2,4,6
/proc/8200/task/8263/stat : 8263 (java) S 8197 8200 5182 0 -1 1077944384 31720 13172 0 0 737 4 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935019367152 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8264] ppid=8197 vsize=10918240 memory=2412 CPUtime=2.32 cores=0,2,4,6
/proc/8200/task/8264/stat : 8264 (java) S 8197 8200 5182 0 -1 1077944384 18560 13172 0 0 219 5 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935018314352 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8265] ppid=8197 vsize=10918240 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/8200/task/8265/stat : 8265 (java) S 8197 8200 5182 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139933859703520 139935595779797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
[pid=8200/tid=8266] ppid=8197 vsize=10918240 memory=2340 CPUtime=1.73 cores=0,2,4,6
/proc/8200/task/8266/stat : 8266 (java) S 8197 8200 5182 0 -1 1077944384 1663 13172 0 0 79 86 5 3 20 0 15 0 48643109 11180277760 370731 33554432000 4194304 4196468 140737237728192 139935017261744 139935595780738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18010112 140737237736047 140737237738844 140737237738844 140737237741519 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1482924 KiB

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

[startup+2466.63 s]
# the end of solver process 8200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.98 s, system=4.1129 s

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

Child status: 143
Real time (s): 2466.63
CPU time (s): 2520.09
CPU user time (s): 2515.98
CPU system time (s): 4.1129
CPU usage (%): 102.167
Max. virtual memory (cumulated for all children) (KiB): 10921040
Max. memory (cumulated for all children) (KiB): 1482924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.98
system time used= 4.11289
maximum resident set size= 1487040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309763
involuntary context switches= 9782


# summary of solver processes directly reported to runsolver:
#   pid: 8200
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.98
#   total CPU system time (s): 4.1129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6896 second user time and 23.6988 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 03:53:19
IDJOB=4293201
IDBENCH=141132
IDSOLVER=2750
FILE ID=node103/4293201-1532310799
RUNJOBID= node103-1532293810-5213
PBS_JOBID= 21018979
Free space on /tmp= 56828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-N1b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293201-1532310799/watcher-4293201-1532310799 -o /tmp/evaluation-result-4293201-1532310799/solver-4293201-1532310799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=167148480 HOME/instance-4293201-1532310799.xml

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

MD5SUM BENCH= d6d9a16a398659a401a93dc83363d7ca
RANDOM SEED=167148480

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:        22231404 kB
MemAvailable:   30786928 kB
Buffers:          247732 kB
Cached:          8508516 kB
SwapCached:            0 kB
Active:          2675316 kB
Inactive:        7282276 kB
Active(anon):    1204216 kB
Inactive(anon):    16976 kB
Active(file):    1471100 kB
Inactive(file):  7265300 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26500 kB
Writeback:             8 kB
AnonPages:       1208016 kB
Mapped:            49488 kB
Shmem:             17036 kB
Slab:             275876 kB
SReclaimable:     247584 kB
SUnreclaim:        28292 kB
KernelStack:        3552 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2164704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1001472 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= 56800 MiB
End job on node103 at 2018-07-23 04:34:26