Trace number 4305110

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.9.2-SuperNG? (TO) 2520.78 2239.3

General information on the benchmark

NameCarSequencing/
CarSequencing-60-01_c18.xml
MD5SUM78ce7b18c2bc9eefd2fccfc0b2746318
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 benchmark20.4936
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1379
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":125},{"degree":25,"count":14},{"degree":26,"count":14},"...",{"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":9}, {"degree":44,"count":125}, {"degree":45,"count":6}, {"degree":46,"count":6}, {"degree":47,"count":6}, {"degree":48,"count":6}, {"degree":49,"count":6}, {"degree":50,"count":6}, {"degree":51,"count":6}, {"degree":52,"count":6}, {"degree":53,"count":6}, {"degree":54,"count":7}, {"degree":55,"count":7}, {"degree":56,"count":48}, {"degree":57,"count":3}, {"degree":58,"count":3}, {"degree":59,"count":3}, {"degree":60,"count":4}, {"degree":61,"count":4}, {"degree":62,"count":27}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1178},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
2520.65/2239.25	Exception in thread "main" java.util.concurrent.TimeoutException
2520.65/2239.25		at concrete.MAC.mac(MAC.scala:188)
2520.65/2239.25		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.65/2239.25		at scala.util.Try$.apply(Try.scala:209)
2520.65/2239.25		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.65/2239.25		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.65/2239.25		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.65/2239.25		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.65/2239.25		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.65/2239.25		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.65/2239.25		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.65/2239.25		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.65/2239.25		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.65/2239.25		at concrete.MAC.oneRun(MAC.scala:253)
2520.65/2239.25		at concrete.MAC.nextSolution(MAC.scala:272)
2520.65/2239.25		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.65/2239.25		at concrete.ProblemState.map(ProblemState.scala:221)
2520.65/2239.25		at concrete.ProblemState.map(ProblemState.scala:204)
2520.65/2239.25		at concrete.MAC.nextSolution(MAC.scala:334)
2520.65/2239.25		at concrete.Solver.hasNext(Solver.scala:166)
2520.65/2239.25		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.65/2239.25		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.65/2239.25		at concrete.Solver.toStream(Solver.scala:68)
2520.65/2239.25		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.65/2239.25		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.65/2239.25		at concrete.Solver.toIterable(Solver.scala:68)
2520.65/2239.25		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.65/2239.25		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.65/2239.25		at scala.util.Success.map(Try.scala:209)
2520.65/2239.25		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.65/2239.25		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.65/2239.25		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.65/2239.25		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.65/2239.25		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.65/2239.25		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.65/2239.25		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.65/2239.25		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.65/2239.25		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.65/2239.25		at scala.collection.immutable.List.foreach(List.scala:389)
2520.65/2239.25		at scala.App.main(App.scala:76)
2520.65/2239.25		at scala.App.main$(App.scala:74)
2520.65/2239.25		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.65/2239.25		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.65/2239.26	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 (9636 MiB free)
  memory of node 1: 16384 MiB (4745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305110-1534116486/watcher-4305110-1534116486 -o /tmp/evaluation-result-4305110-1534116486/solver-4305110-1534116486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1310974315 -superng HOME/instance-4305110-1534116486.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
solver pid=31109, runsolver pid=31106
Current StackSize limit: 8192 KiB


[startup+0.101773 s]*
/proc/loadavg: 1.25 1.31 1.39 2/206 31166
/proc/meminfo: memFree=14716852/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=10005480 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 4281 12916 0 0 1 1 4 3 20 0 6 0 229211718 10245611520 4648 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2501370 4648 1934 1 0 2489808 0
[pid=31109/tid=31162] ppid=31106 vsize=10005480 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 2089 12916 0 0 1 0 4 3 20 0 6 0 229211727 10245611520 4648 33554432000 4194304 4196468 140731257800656 140512644067920 140512657410832 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 6 0 229211728 10245611520 4648 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=10005480 memory=140078918469248 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 6 0 229211728 10245611520 4648 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 6 0 229211728 10245611520 4648 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 6 0 229211728 10245611520 4648 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209803 s]*
/proc/loadavg: 1.25 1.31 1.39 3/215 31175
/proc/meminfo: memFree=14696064/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=10982696 memory=45440 CPUtime=0.25 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 8237 12916 0 0 17 1 4 3 20 0 15 0 229211718 11246280704 11360 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2745674 11360 2935 1 0 2708109 0
[pid=31109/tid=31162] ppid=31106 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 4777 12916 0 0 11 0 4 3 20 0 15 0 229211727 11246280704 11360 33554432000 4194304 4196468 140731257800656 140512644009264 140512652507023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=10982696 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246280704 11360 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=10982696 memory=140078918497136 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246280704 11360 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246280704 11360 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246280704 11360 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=10982696 memory=140078918469248 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 229211729 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511532803744 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511331476720 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 366 12916 0 0 1 0 4 3 20 0 15 0 229211732 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 243 12916 0 0 0 0 4 3 20 0 15 0 229211732 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=10982696 memory=140078918469248 CPUtime=0.1 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 628 12916 0 0 3 0 4 3 20 0 15 0 229211732 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246280704 11360 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=10982696 memory=140078918469248 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246280704 11360 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45440 KiB

[startup+0.310396 s]*
/proc/loadavg: 1.25 1.31 1.39 3/215 31175
/proc/meminfo: memFree=14685272/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=10983192 memory=56788 CPUtime=0.37 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 10253 12916 0 0 28 2 4 3 20 0 15 0 229211718 11246788608 14197 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2745798 14197 3067 1 0 2708109 0
[pid=31109/tid=31162] ppid=31106 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 6787 12916 0 0 20 1 4 3 20 0 15 0 229211727 11246788608 14197 33554432000 4194304 4196468 140731257800656 140512644042944 140512656311646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 14197 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 14197 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 14197 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 14197 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 229211729 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511532803744 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511331476720 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 367 12916 0 0 1 0 4 3 20 0 15 0 229211732 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 243 12916 0 0 1 0 4 3 20 0 15 0 229211732 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=10983192 memory=140078918469248 CPUtime=0.12 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 633 12916 0 0 5 0 4 3 20 0 15 0 229211732 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246788608 14197 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=10983192 memory=140078918469248 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246788608 14197 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56788 KiB

[startup+0.700756 s]
/proc/loadavg: 1.25 1.31 1.39 3/215 31175
/proc/meminfo: memFree=14673564/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=10983192 memory=89484 CPUtime=0.97 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 16436 12916 0 0 86 4 4 3 20 0 15 0 229211718 11246788608 22371 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2745798 22371 3237 1 0 2708109 0
[pid=31109/tid=31162] ppid=31106 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 12020 12916 0 0 56 3 4 3 20 0 15 0 229211727 11246788608 22371 33554432000 4194304 4196468 140731257800656 140512644051984 140512656311646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 2 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 22371 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 22371 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=10983192 memory=140078814999344 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 22371 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=10983192 memory=140080358359628 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211728 11246788608 22371 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 5 12916 0 0 0 0 4 3 20 0 15 0 229211729 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511532803744 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211730 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511331476720 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=10983192 memory=34436 CPUtime=0.17 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 1000 12916 0 0 10 0 4 3 20 0 15 0 229211732 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=10983192 memory=14644 CPUtime=0.13 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 517 12916 0 0 6 0 4 3 20 0 15 0 229211732 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=10983192 memory=1720 CPUtime=0.19 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 673 12916 0 0 12 0 4 3 20 0 15 0 229211732 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246788608 22371 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211733 11246788608 22371 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89484 KiB

[startup+1.50162 s]
/proc/loadavg: 1.25 1.31 1.39 4/215 31175
/proc/meminfo: memFree=14628756/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=10998916 memory=210288 CPUtime=3.06 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 31119 12916 0 0 289 10 4 3 20 0 15 0 229211718 11262889984 52572 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2749729 52572 3464 1 0 2711387 0
[pid=31109/tid=31162] ppid=31106 vsize=10998916 memory=65380 CPUtime=1.42 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) S 31106 31109 27600 0 -1 1077944384 18446 12916 0 0 129 6 4 3 20 0 15 0 229211727 11262889984 52572 33554432000 4194304 4196468 140731257800656 140512644046368 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=10998916 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) R 31106 31109 27600 0 -1 1077944384 24 12916 0 0 0 0 4 3 20 0 15 0 229211728 11262889984 52572 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=10998916 memory=280157630029984 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) R 31106 31109 27600 0 -1 4202560 132 12916 0 0 1 0 4 3 20 0 15 0 229211728 11262889984 52572 33554432000 4194304 4196468 140731257800656 140512541809296 140512653840768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=10998916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 96 12916 0 0 1 0 4 3 20 0 15 0 229211728 11262889984 52572 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=10998916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) R 31106 31109 27600 0 -1 4202560 13 12916 0 0 0 0 4 3 20 0 15 0 229211728 11262889984 52572 33554432000 4194304 4196468 140731257800656 140512210053520 140512656688544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=10998916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 108 12916 0 0 1 0 4 3 20 0 15 0 229211729 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511641978144 140512672241365 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=10998916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 13 12916 0 0 0 0 4 3 20 0 15 0 229211730 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511532803744 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=10998916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211730 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511331476720 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=10998916 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=10998916 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) R 31106 31109 27600 0 -1 4202560 5321 12916 0 0 60 0 4 3 20 0 15 0 229211732 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511640912184 140512657159595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=10998916 memory=10 CPUtime=0.59 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 3029 12916 0 0 52 0 4 3 20 0 15 0 229211732 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511639865008 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=10998916 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 1736 12916 0 0 41 0 4 3 20 0 15 0 229211732 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=10998916 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11262889984 52572 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=10998916 memory=280157630274432 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 1 12916 0 0 0 0 4 3 20 0 15 0 229211733 11262889984 52572 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10998916 KiB

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

/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 220279 12916 0 0 205550 55 4 3 20 0 15 0 229211727 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140512644064264 140512238913543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=11016544 memory=6091384 CPUtime=81.81 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 79991 12916 0 0 8036 138 4 3 20 0 15 0 229211728 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=11016544 memory=6087288 CPUtime=81.9 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 76594 12916 0 0 8048 135 4 3 20 0 15 0 229211728 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=11016544 memory=6081136 CPUtime=81.62 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 66925 12916 0 0 8020 135 4 3 20 0 15 0 229211728 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=11016544 memory=6076896 CPUtime=81.78 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 78099 12916 0 0 8036 135 4 3 20 0 15 0 229211728 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=11016544 memory=6076896 CPUtime=3.65 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 78185 12916 0 0 349 9 4 3 20 0 15 0 229211729 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=11016544 memory=6081136 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 21 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511532803808 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=11016544 memory=6085240 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 22 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511331476736 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=11016544 memory=6085240 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=11016544 memory=6091384 CPUtime=13.8 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 99452 12916 0 0 1363 10 4 3 20 0 15 0 229211732 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=11016544 memory=6091384 CPUtime=13.1 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 89629 12916 0 0 1294 9 4 3 20 0 15 0 229211732 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=11016544 memory=6091384 CPUtime=3.65 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 73694 12916 0 0 348 10 4 3 20 0 15 0 229211732 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=11016544 memory=3684 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=11016544 memory=62428 CPUtime=1.27 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 3004 12916 0 0 60 60 4 3 20 0 15 0 229211733 11280941056 1522846 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 2418.17 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 6091384 KiB

[startup+2202.3 s]
/proc/loadavg: 1.66 1.78 1.77 9/216 31526
/proc/meminfo: memFree=4852960/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=11016544 memory=6107772 CPUtime=2480.46 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 890063 12916 0 0 247353 686 4 3 20 0 15 0 229211718 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2754136 1526943 3539 1 0 2715789 0
[pid=31109/tid=31162] ppid=31106 vsize=11016544 memory=6093432 CPUtime=2115.37 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 226928 12916 0 0 211474 56 4 3 20 0 15 0 229211727 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512644064944 140512234985212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=11016544 memory=6099580 CPUtime=82.55 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 81539 12916 0 0 8109 139 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=11016544 memory=6081136 CPUtime=82.63 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 79452 12916 0 0 8121 135 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=11016544 memory=6091384 CPUtime=82.32 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 68250 12916 0 0 8090 135 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=11016544 memory=6099580 CPUtime=82.52 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 81063 12916 0 0 8109 136 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=11016544 memory=6099580 CPUtime=3.66 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 78478 12916 0 0 350 9 4 3 20 0 15 0 229211729 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=11016544 memory=6099580 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 21 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511532803808 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=11016544 memory=6091384 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 22 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511331476736 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=11016544 memory=6107772 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=11016544 memory=6091384 CPUtime=13.83 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 102372 12916 0 0 1366 10 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=11016544 memory=3684 CPUtime=13.12 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 90710 12916 0 0 1296 9 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=11016544 memory=6099580 CPUtime=3.66 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 75992 12916 0 0 349 10 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=11016544 memory=6099580 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=11016544 memory=6072680 CPUtime=1.3 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 3035 12916 0 0 61 62 4 3 20 0 15 0 229211733 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 2480.46 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 6107772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2239 s]*
/proc/loadavg: 1.54 1.74 1.76 3/216 31527
/proc/meminfo: memFree=4875004/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=11016544 memory=6107772 CPUtime=2520.04 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 907379 12916 0 0 251309 688 4 3 20 0 15 0 229211718 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2754136 1526943 3539 1 0 2715789 0
[pid=31109/tid=31162] ppid=31106 vsize=11016544 memory=1398720917958146503 CPUtime=2151.13 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 230992 12916 0 0 215049 57 4 3 20 0 15 0 229211727 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512644064496 140512221791567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=11016544 memory=4872558044660077418 CPUtime=83.5 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 83421 12916 0 0 8204 139 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=11016544 memory=-7023579799431922829 CPUtime=83.56 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 81504 12916 0 0 8214 135 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=11016544 memory=-8412652152092201843 CPUtime=83.27 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 70535 12916 0 0 8184 136 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=11016544 memory=-8486080722631693414 CPUtime=83.45 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 83595 12916 0 0 8202 136 4 3 20 0 15 0 229211728 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=11016544 memory=3047711553219693942 CPUtime=3.67 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 78791 12916 0 0 351 9 4 3 20 0 15 0 229211729 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=11016544 memory=4426639978525455914 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 21 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511532803808 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=11016544 memory=4572164749098055210 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 22 12916 0 0 0 0 4 3 20 0 15 0 229211730 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511331476736 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=11016544 memory=8328453600958622283 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=11016544 memory=-8412652160765825907 CPUtime=13.84 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 102995 12916 0 0 1367 10 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=11016544 memory=7100839878645619564 CPUtime=13.14 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 93007 12916 0 0 1298 9 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=11016544 memory=-8634980985311628903 CPUtime=3.66 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 77234 12916 0 0 349 10 4 3 20 0 15 0 229211732 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=11016544 memory=7897517683652307531 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 15 0 229211733 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=11016544 memory=8514726395715349656 CPUtime=1.32 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 3061 12916 0 0 62 63 4 3 20 0 15 0 229211733 11280941056 1526943 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 6107772 KiB

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

[startup+2239.3 s]
# the end of solver process 31109 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.82 s, system=6.95588 s

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

[startup+2239.2 s]
/proc/loadavg: 1.54 1.74 1.76 3/216 31527
/proc/meminfo: memFree=4875004/32770624 swapFree=67108404/67108860
[pid=31109] ppid=31106 vsize=11278696 memory=6111960 CPUtime=2520.65 cores=0,2,4,6
/proc/31109/stat : 31109 (java) S 31106 31109 27600 0 -1 1077944320 907767 12916 0 0 251370 688 4 3 20 0 17 0 229211718 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140731257783200 140512672231159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
/proc/31109/statm: 2819674 1527990 3540 1 0 2781327 0
[pid=31109/tid=31162] ppid=31106 vsize=11278696 memory=812 CPUtime=2151.18 cores=0,2,4,6
/proc/31109/task/31162/stat : 31162 (java) R 31106 31109 27600 0 -1 4202560 230993 12916 0 0 215054 57 4 3 20 0 17 0 229211727 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140512644061744 140512234985289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31163] ppid=31106 vsize=11278696 memory=6791534058613427641 CPUtime=83.64 cores=0,2,4,6
/proc/31109/task/31163/stat : 31163 (java) S 31106 31109 27600 0 -1 1077944384 83431 12916 0 0 8218 139 4 3 20 0 17 0 229211728 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140512676473360 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31164] ppid=31106 vsize=11278696 memory=62428 CPUtime=83.7 cores=0,2,4,6
/proc/31109/task/31164/stat : 31164 (java) S 31106 31109 27600 0 -1 1077944384 81543 12916 0 0 8228 135 4 3 20 0 17 0 229211728 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140512541809296 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31165] ppid=31106 vsize=11278696 memory=2148 CPUtime=83.41 cores=0,2,4,6
/proc/31109/task/31165/stat : 31165 (java) S 31106 31109 27600 0 -1 1077944384 70540 12916 0 0 8198 136 4 3 20 0 17 0 229211728 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140512540756240 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31166] ppid=31106 vsize=11278696 memory=1160 CPUtime=83.59 cores=0,2,4,6
/proc/31109/task/31166/stat : 31166 (java) S 31106 31109 27600 0 -1 1077944384 83634 12916 0 0 8216 136 4 3 20 0 17 0 229211728 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140512210053520 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31167] ppid=31106 vsize=11278696 memory=1784 CPUtime=3.67 cores=0,2,4,6
/proc/31109/task/31167/stat : 31167 (java) S 31106 31109 27600 0 -1 1077944384 78792 12916 0 0 351 9 4 3 20 0 17 0 229211729 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511641979632 140512672242306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31168] ppid=31106 vsize=11278696 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31168/stat : 31168 (java) S 31106 31109 27600 0 -1 1077944384 21 12916 0 0 0 0 4 3 20 0 17 0 229211730 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511532803808 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31169] ppid=31106 vsize=11278696 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31169/stat : 31169 (java) S 31106 31109 27600 0 -1 1077944384 22 12916 0 0 0 0 4 3 20 0 17 0 229211730 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511331476736 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31170] ppid=31106 vsize=11278696 memory=9624 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31170/stat : 31170 (java) S 31106 31109 27600 0 -1 1077944384 168 12916 0 0 0 0 4 3 20 0 17 0 229211732 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511024077264 140512672249755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31171] ppid=31106 vsize=11278696 memory=876 CPUtime=13.84 cores=0,2,4,6
/proc/31109/task/31171/stat : 31171 (java) S 31106 31109 27600 0 -1 1077944384 102995 12916 0 0 1367 10 4 3 20 0 17 0 229211732 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511640926448 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31172] ppid=31106 vsize=11278696 memory=1924 CPUtime=13.14 cores=0,2,4,6
/proc/31109/task/31172/stat : 31172 (java) S 31106 31109 27600 0 -1 1077944384 93007 12916 0 0 1298 9 4 3 20 0 17 0 229211732 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511639873904 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31173] ppid=31106 vsize=11278696 memory=6992 CPUtime=3.66 cores=0,2,4,6
/proc/31109/task/31173/stat : 31173 (java) S 31106 31109 27600 0 -1 1077944384 77234 12916 0 0 349 10 4 3 20 0 17 0 229211732 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511638820848 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31174] ppid=31106 vsize=11278696 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/31109/task/31174/stat : 31174 (java) S 31106 31109 27600 0 -1 1077944384 3 12916 0 0 0 0 4 3 20 0 17 0 229211733 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140510593280352 140512672241365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
[pid=31109/tid=31175] ppid=31106 vsize=11278696 memory=7595154089556076648 CPUtime=1.32 cores=0,2,4,6
/proc/31109/task/31175/stat : 31175 (java) S 31106 31109 27600 0 -1 1077944384 3061 12916 0 0 62 63 4 3 20 0 17 0 229211733 11549384704 1527990 33554432000 4194304 4196468 140731257800656 140511637769264 140512672242306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 32256000 140731257805411 140731257808220 140731257808220 140731257810895 0
Current children cumulated CPU time: 2520.65 s
Current children cumulated vsize: 11278696 KiB
Current children cumulated memory: 6111960 KiB

Child status: 143
Real time (s): 2239.3
CPU time (s): 2520.78
CPU user time (s): 2513.82
CPU system time (s): 6.95588
CPU usage (%): 112.57
Max. virtual memory (cumulated for all children) (KiB): 11278696
Max. memory (cumulated for all children) (KiB): 6245520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.82
system time used= 6.95588
maximum resident set size= 6245524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 922029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71241
involuntary context switches= 6940


# summary of solver processes directly reported to runsolver:
#   pid: 31109
#   total CPU time (s): 2520.78
#   total CPU user time (s): 2513.82
#   total CPU system time (s): 6.95588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2456 second user time and 21.2502 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 01:28:06
IDJOB=4305110
IDBENCH=141448
IDSOLVER=2781
FILE ID=node148/4305110-1534116486
RUNJOBID= node148-1534098057-27631
PBS_JOBID= 21037003
Free space on /tmp= 33928 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CarSequencing/CarSequencing-60-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305110-1534116486/watcher-4305110-1534116486 -o /tmp/evaluation-result-4305110-1534116486/solver-4305110-1534116486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1310974315 -superng HOME/instance-4305110-1534116486.xml

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

MD5SUM BENCH= 78ce7b18c2bc9eefd2fccfc0b2746318
RANDOM SEED=1310974315

node148.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.50
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.50
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.50
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.50
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:        14727036 kB
MemAvailable:   29490652 kB
Buffers:          196208 kB
Cached:         14617132 kB
SwapCached:          352 kB
Active:          9702164 kB
Inactive:        7575124 kB
Active(anon):    2417124 kB
Inactive(anon):    99412 kB
Active(file):    7285040 kB
Inactive(file):  7475712 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26736 kB
Writeback:             0 kB
AnonPages:       2475896 kB
Mapped:            67860 kB
Shmem:             49592 kB
Slab:             459220 kB
SReclaimable:     431324 kB
SUnreclaim:        27896 kB
KernelStack:        3792 kB
PageTables:        10288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3448544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33908 MiB
End job on node148 at 2018-08-13 02:05:25