Trace number 4295059

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.1 2364.95

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
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 benchmark129.751
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
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":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},"...",{"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":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295059-1532528514/watcher-4295059-1532528514 -o /tmp/evaluation-result-4295059-1532528514/solver-4295059-1532528514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=555578019 HOME/instance-4295059-1532528514.xml 

running on 4 cores: 1,3,5,7

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=25049, runsolver pid=25046

[startup+0.10007 s]*
/proc/loadavg: 1.64 1.51 1.52 3/207 25106
/proc/meminfo: memFree=15835644/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 4296 12933 0 0 1 0 5 2 20 0 6 0 70414608 10212057088 4648 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2493178 4648 1932 1 0 2481616 0
[pid=25049/tid=25102] ppid=25046 vsize=9972712 memory=4279135703946986127 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 2104 12933 0 0 0 0 5 2 20 0 6 0 70414617 10212057088 4648 33554432000 4194304 4196468 140727121753296 140507724919376 140507753104541 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 6 0 70414618 10212057088 4648 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=9972712 memory=140489857050240 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 6 0 70414618 10212057088 4648 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 6 0 70414618 10212057088 4648 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 6 0 70414618 10212057088 4648 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210136 s]*
/proc/loadavg: 1.64 1.51 1.52 3/216 25115
/proc/meminfo: memFree=15816396/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10819896 memory=41300 CPUtime=0.25 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 8073 12933 0 0 17 1 5 2 20 0 15 0 70414608 11079573504 10325 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2704974 10325 2943 1 0 2667397 0
[pid=25049/tid=25102] ppid=25046 vsize=10819896 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 4666 12933 0 0 11 1 5 2 20 0 15 0 70414617 11079573504 10391 33554432000 4194304 4196468 140727121753296 140507724907424 140507745762333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10819896 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079573504 10391 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10819896 memory=140489857074800 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079573504 10391 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11081240576 10391 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11081240576 10391 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10821524 memory=140489857050240 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414620 11081240576 10457 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 34 12933 0 0 0 0 5 2 20 0 15 0 70414620 11081240576 10457 33554432000 4194304 4196468 140727121753296 140506955715744 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414620 11081240576 10457 33554432000 4194304 4196468 140727121753296 140506835182320 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11081240576 10457 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 356 12933 0 0 1 0 5 2 20 0 15 0 70414623 11081240576 10523 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 253 12933 0 0 1 0 5 2 20 0 15 0 70414623 11081240576 10523 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10821524 memory=140489857050240 CPUtime=0.1 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 628 12933 0 0 3 0 5 2 20 0 15 0 70414623 11081240576 10523 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11081240576 10523 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10821524 memory=140489857050240 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414623 11081240576 10589 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 41300 KiB

[startup+0.310161 s]*
/proc/loadavg: 1.64 1.51 1.52 3/216 25115
/proc/meminfo: memFree=15804852/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10819352 memory=51212 CPUtime=0.38 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 10430 12933 0 0 29 2 5 2 20 0 15 0 70414608 11079016448 12803 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2704838 12803 3062 1 0 2667149 0
[pid=25049/tid=25102] ppid=25046 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 6936 12933 0 0 19 1 5 2 20 0 15 0 70414617 11079016448 12803 33554432000 4194304 4196468 140727121753296 140507724894624 140507753104541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 12803 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 12803 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 12803 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 12803 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 34 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506955715744 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506835182320 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 361 12933 0 0 2 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 253 12933 0 0 1 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10819352 memory=140489857050240 CPUtime=0.12 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 643 12933 0 0 5 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10819352 memory=140489857050240 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 12803 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51212 KiB

[startup+0.700735 s]
/proc/loadavg: 1.64 1.51 1.52 4/216 25115
/proc/meminfo: memFree=15793068/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10819352 memory=84712 CPUtime=0.98 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 16782 12933 0 0 88 3 5 2 20 0 15 0 70414608 11079016448 21178 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2704838 21178 3237 1 0 2667149 0
[pid=25049/tid=25102] ppid=25046 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 12163 12933 0 0 57 2 5 2 20 0 15 0 70414617 11079016448 21178 33554432000 4194304 4196468 140727121753296 140507724903440 140507734646171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 21178 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 21178 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10819352 memory=140489722573584 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 21178 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10819352 memory=140492675220052 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414618 11079016448 21178 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 5 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 34 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506955715744 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414620 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506835182320 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10819352 memory=12684 CPUtime=0.15 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 775 12933 0 0 8 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10819352 memory=4008 CPUtime=0.16 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 867 12933 0 0 9 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 737 12933 0 0 13 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414623 11079016448 21178 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84712 KiB

[startup+1.50703 s]
/proc/loadavg: 1.64 1.51 1.52 3/216 25115
/proc/meminfo: memFree=15746992/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10834252 memory=198728 CPUtime=3 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 26049 12933 0 0 285 8 5 2 20 0 15 0 70414608 11094274048 49682 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2708563 49682 3486 1 0 2670221 0
[pid=25049/tid=25102] ppid=25046 vsize=10834252 memory=61236 CPUtime=1.42 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 17048 12933 0 0 130 5 5 2 20 0 15 0 70414617 11094274048 49682 33554432000 4194304 4196468 140727121753296 140507724899568 140507745319742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 42 12933 0 0 2 0 5 2 20 0 15 0 70414618 11094274048 49682 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10834252 memory=280979445178528 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 11 12933 0 0 0 0 5 2 20 0 15 0 70414618 11094274048 49682 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 147 12933 0 0 2 0 5 2 20 0 15 0 70414618 11094274048 49682 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 75 12933 0 0 1 0 5 2 20 0 15 0 70414618 11094274048 49682 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 56 12933 0 0 1 0 5 2 20 0 15 0 70414620 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 34 12933 0 0 0 0 5 2 20 0 15 0 70414620 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506955715744 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 2 12933 0 0 0 0 5 2 20 0 15 0 70414620 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506835182320 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10834252 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 1365 12933 0 0 39 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10834252 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) R 25046 25049 24385 0 -1 4202560 3380 12933 0 0 62 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506921092168 140507734626728 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10834252 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 1695 12933 0 0 44 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10834252 memory=280979445423040 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 1 12933 0 0 0 0 5 2 20 0 15 0 70414623 11094274048 49682 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10834252 KiB

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

/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 290448 12933 0 0 221843 44 5 2 20 0 15 0 70414617 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140507724915856 140507345718820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10850656 memory=5709136 CPUtime=41.72 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 95662 12933 0 0 3998 167 5 2 20 0 15 0 70414618 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10850656 memory=5709204 CPUtime=41.52 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 100661 12933 0 0 3973 172 5 2 20 0 15 0 70414618 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10850656 memory=5709232 CPUtime=41.54 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 96161 12933 0 0 3979 168 5 2 20 0 15 0 70414618 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10850656 memory=5709296 CPUtime=41.4 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 95776 12933 0 0 3967 166 5 2 20 0 15 0 70414618 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10850656 memory=5709296 CPUtime=1.01 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 35826 12933 0 0 83 11 5 2 20 0 15 0 70414620 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10850656 memory=5709232 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 63 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506955715808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10850656 memory=5709052 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 26 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506835182336 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10850656 memory=5709204 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10850656 memory=5709232 CPUtime=12.04 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 44774 12933 0 0 1191 6 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10850656 memory=4140 CPUtime=12.82 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 56786 12933 0 0 1268 7 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10850656 memory=6791534058613427641 CPUtime=4.24 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 38096 12933 0 0 409 8 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10850656 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10850656 memory=5709232 CPUtime=1.38 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 2734 12933 0 0 58 73 5 2 20 0 15 0 70414623 11111071744 1427324 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 2416.1 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5709296 KiB

[startup+2322.3 s]
/proc/loadavg: 1.08 1.26 1.45 3/215 25950
/proc/meminfo: memFree=14712952/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10850656 memory=5709356 CPUtime=2476.86 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 877125 12933 0 0 246867 812 5 2 20 0 15 0 70414608 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2712664 1427339 3530 1 0 2674317 0
[pid=25049/tid=25102] ppid=25046 vsize=10850656 memory=0 CPUtime=2278.66 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 297679 12933 0 0 227815 44 5 2 20 0 15 0 70414617 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507724916192 140507343745358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10850656 memory=5709352 CPUtime=41.98 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 98440 12933 0 0 4023 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.77 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 102674 12933 0 0 3998 172 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.79 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 99326 12933 0 0 4004 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.65 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 98114 12933 0 0 3991 167 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10850656 memory=7308042926434379373 CPUtime=1.03 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 36187 12933 0 0 85 11 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10850656 memory=5709352 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 63 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506955715808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10850656 memory=5709352 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 26 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506835182336 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10850656 memory=5709352 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10850656 memory=5709352 CPUtime=12.04 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 44776 12933 0 0 1191 6 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10850656 memory=5709352 CPUtime=12.82 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 56789 12933 0 0 1268 7 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10850656 memory=5709352 CPUtime=4.24 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 38099 12933 0 0 409 8 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10850656 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10850656 memory=1800 CPUtime=1.42 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 2758 12933 0 0 60 75 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 2476.86 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5709356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.9 s]
/proc/loadavg: 1.39 1.32 1.46 3/215 25972
/proc/meminfo: memFree=14709100/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10850656 memory=5709356 CPUtime=2520.03 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 882956 12933 0 0 251182 814 5 2 20 0 15 0 70414608 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2712664 1427339 3530 1 0 2674317 0
[pid=25049/tid=25102] ppid=25046 vsize=10850656 memory=5709356 CPUtime=2321.04 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 301915 12933 0 0 232053 44 5 2 20 0 15 0 70414617 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507724916448 140507344795742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10850656 memory=5709356 CPUtime=42.16 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 98986 12933 0 0 4041 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.95 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 103169 12933 0 0 4016 172 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10850656 memory=0 CPUtime=41.97 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 99619 12933 0 0 4022 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.84 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 98361 12933 0 0 4010 167 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10850656 memory=5709356 CPUtime=1.04 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 36199 12933 0 0 86 11 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 63 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506955715808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 26 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506835182336 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10850656 memory=5709356 CPUtime=12.04 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 44776 12933 0 0 1191 6 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10850656 memory=21444 CPUtime=12.82 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 56789 12933 0 0 1268 7 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10850656 memory=2436 CPUtime=4.24 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 38099 12933 0 0 409 8 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10850656 memory=4140 CPUtime=1.45 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 2760 12933 0 0 62 76 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5709356 KiB

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

[startup+2364.95 s]
# the end of solver process 25049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.9 s, system=8.20372 s

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

[startup+2364.9 s]
/proc/loadavg: 1.39 1.32 1.46 3/215 25972
/proc/meminfo: memFree=14709100/32770624 swapFree=67108860/67108860
[pid=25049] ppid=25046 vsize=10850656 memory=5709356 CPUtime=2520.03 cores=1,3,5,7
/proc/25049/stat : 25049 (java) S 25046 25049 24385 0 -1 1077944320 882956 12933 0 0 251182 814 5 2 20 0 15 0 70414608 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140727121735840 140507753082615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
/proc/25049/statm: 2712664 1427339 3530 1 0 2674317 0
[pid=25049/tid=25102] ppid=25046 vsize=10850656 memory=5709356 CPUtime=2321.04 cores=1,3,5,7
/proc/25049/task/25102/stat : 25102 (java) R 25046 25049 24385 0 -1 4202560 301915 12933 0 0 232053 44 5 2 20 0 15 0 70414617 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507724916448 140507344795742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25103] ppid=25046 vsize=10850656 memory=5709356 CPUtime=42.16 cores=1,3,5,7
/proc/25049/task/25103/stat : 25103 (java) S 25046 25049 24385 0 -1 1077944384 98986 12933 0 0 4041 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507757325328 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25104] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.95 cores=1,3,5,7
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 24385 0 -1 1077944384 103169 12933 0 0 4016 172 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507645598864 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25105] ppid=25046 vsize=10850656 memory=0 CPUtime=41.97 cores=1,3,5,7
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 24385 0 -1 1077944384 99619 12933 0 0 4022 168 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507644545808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25106] ppid=25046 vsize=10850656 memory=5709356 CPUtime=41.84 cores=1,3,5,7
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 24385 0 -1 1077944384 98361 12933 0 0 4010 167 5 2 20 0 15 0 70414618 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140507643493264 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25107] ppid=25046 vsize=10850656 memory=5709356 CPUtime=1.04 cores=1,3,5,7
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 24385 0 -1 1077944384 36199 12933 0 0 86 11 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506956769520 140507753093762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25108] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 24385 0 -1 1077944384 63 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506955715808 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25109] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 24385 0 -1 1077944384 26 12933 0 0 0 0 5 2 20 0 15 0 70414620 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506835182336 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25110] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506326456272 140507753101211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25111] ppid=25046 vsize=10850656 memory=5709356 CPUtime=12.04 cores=1,3,5,7
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 24385 0 -1 1077944384 44776 12933 0 0 1191 6 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506922158832 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25112] ppid=25046 vsize=10850656 memory=21444 CPUtime=12.82 cores=1,3,5,7
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 24385 0 -1 1077944384 56789 12933 0 0 1268 7 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506921106288 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25113] ppid=25046 vsize=10850656 memory=2436 CPUtime=4.24 cores=1,3,5,7
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 24385 0 -1 1077944384 38099 12933 0 0 409 8 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506920053232 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25114] ppid=25046 vsize=10850656 memory=5709356 CPUtime=0.07 cores=1,3,5,7
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 24385 0 -1 1077944384 3 12933 0 0 0 0 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506292898656 140507753092821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
[pid=25049/tid=25115] ppid=25046 vsize=10850656 memory=4140 CPUtime=1.45 cores=1,3,5,7
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 24385 0 -1 1077944384 2760 12933 0 0 62 76 5 2 20 0 15 0 70414623 11111071744 1427339 33554432000 4194304 4196468 140727121753296 140506919000624 140507753093762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33337344 140727121758831 140727121761628 140727121761628 140727121764303 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5709356 KiB

Child status: 143
Real time (s): 2364.95
CPU time (s): 2520.1
CPU user time (s): 2511.9
CPU system time (s): 8.20372
CPU usage (%): 106.56
Max. virtual memory (cumulated for all children) (KiB): 10851316
Max. memory (cumulated for all children) (KiB): 5709440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.9
system time used= 8.20372
maximum resident set size= 5713596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80088
involuntary context switches= 3921


# summary of solver processes directly reported to runsolver:
#   pid: 25049
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2511.9
#   total CPU system time (s): 8.20372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6966 second user time and 20.9096 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 16:21:54
IDJOB=4295059
IDBENCH=141460
IDSOLVER=2750
FILE ID=node136/4295059-1532528514
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-90-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295059-1532528514/watcher-4295059-1532528514 -o /tmp/evaluation-result-4295059-1532528514/solver-4295059-1532528514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=555578019 HOME/instance-4295059-1532528514.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=555578019

node136.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:        15841564 kB
MemAvailable:   26269256 kB
Buffers:          211868 kB
Cached:         10447372 kB
SwapCached:            0 kB
Active:          8219184 kB
Inactive:        8147308 kB
Active(anon):    5658356 kB
Inactive(anon):    76688 kB
Active(file):    2560828 kB
Inactive(file):  8070620 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:       5714172 kB
Mapped:            52812 kB
Shmem:             25228 kB
Slab:             251048 kB
SReclaimable:     224156 kB
SUnreclaim:        26892 kB
KernelStack:        3552 kB
PageTables:        15992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6529288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5410816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 17:01:19