Trace number 4295033

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-SuperNG 2018-06-13? (TO) 2520.14 2474.85

General information on the benchmark

NameCarSequencing/
CarSequencing-04-72_c18.xml
MD5SUM606ad4221d4941292d84c5bdd64a5487
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 benchmark18.6809
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"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":20},{"degree":23,"count":20},{"degree":24,"count":25},{"degree":25,"count":14},{"degree":26,"count":9},"...",{"degree":29,"count":9}, {"degree":30,"count":10}, {"degree":31,"count":26}, {"degree":32,"count":19}, {"degree":33,"count":2}, {"degree":34,"count":2}, {"degree":35,"count":2}, {"degree":36,"count":2}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},{"arity":36,"count":1},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295033-1532513208/watcher-4295033-1532513208 -o /tmp/evaluation-result-4295033-1532513208/solver-4295033-1532513208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2007800445 -superng HOME/instance-4295033-1532513208.xml 

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

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

solver pid=6793, runsolver pid=6790

[startup+0.100085 s]*
/proc/loadavg: 1.86 1.99 1.95 3/206 6846
/proc/meminfo: memFree=15646980/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 4208 13178 0 0 1 0 5 3 20 0 6 0 68884004 10212057088 4582 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2493178 4582 1930 1 0 2481616 0
[pid=6793/tid=6846] ppid=6790 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 2023 13178 0 0 0 0 5 3 20 0 6 0 68884013 10212057088 4582 33554432000 4194304 4196468 140732418876528 140354787521104 140354815706269 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=9972712 memory=5793855286771931577 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 6 0 68884014 10212057088 4582 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=9972712 memory=140035762038400 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 6 0 68884014 10212057088 4582 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 6 0 68884014 10212057088 4582 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 6 0 68884014 10212057088 4582 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210286 s]*
/proc/loadavg: 1.86 1.99 1.95 3/219 6859
/proc/meminfo: memFree=15616500/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10818904 memory=45736 CPUtime=0.26 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 7837 13178 0 0 16 2 5 3 20 0 15 0 68884004 11078557696 11434 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2704726 11434 2943 1 0 2667149 0
[pid=6793/tid=6846] ppid=6790 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 4504 13178 0 0 10 1 5 3 20 0 15 0 68884013 11078557696 11434 33554432000 4194304 4196468 140732418876528 140354787481856 140354795960157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10818904 memory=4211973761966828938 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884014 11078557696 11434 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10818904 memory=140035762038400 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11078557696 11434 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11078557696 11434 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10818904 memory=140035762038400 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884015 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 33 13178 0 0 0 0 5 3 20 0 15 0 68884016 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354273608864 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884016 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354162516720 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11078557696 11499 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 504 13178 0 0 1 0 5 3 20 0 15 0 68884018 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 55 13178 0 0 0 0 5 3 20 0 15 0 68884018 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10818904 memory=140035762038400 CPUtime=0.11 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 570 13178 0 0 3 0 5 3 20 0 15 0 68884018 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11078557696 11499 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10818904 memory=140035762038400 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884019 11078557696 11499 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45736 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.86 1.99 1.95 3/219 6859
/proc/meminfo: memFree=15606232/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10819352 memory=58580 CPUtime=0.39 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 10240 13178 0 0 28 3 5 3 20 0 15 0 68884004 11079016448 14645 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2704838 14645 3063 1 0 2667149 0
[pid=6793/tid=6846] ppid=6790 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 6873 13178 0 0 19 2 5 3 20 0 15 0 68884013 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354787496352 140354799764830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10819352 memory=140035762038399 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884015 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 33 13178 0 0 0 0 5 3 20 0 15 0 68884016 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354273608864 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10819352 memory=140035762038400 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884016 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354162516720 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11079016448 14645 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 504 13178 0 0 1 0 5 3 20 0 15 0 68884018 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) R 6790 6793 4192 0 -1 4202560 56 13178 0 0 1 0 5 3 20 0 15 0 68884018 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354238999408 140354799598270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) R 6790 6793 4192 0 -1 4202560 582 13178 0 0 5 0 5 3 20 0 15 0 68884018 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354237946352 140354794804924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11079016448 14645 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884019 11079016448 14645 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58580 KiB

[startup+0.700824 s]
/proc/loadavg: 1.86 1.99 1.95 3/219 6859
/proc/meminfo: memFree=15595812/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10819352 memory=91048 CPUtime=0.99 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 16359 13178 0 0 87 4 5 3 20 0 15 0 68884004 11079016448 22762 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2704838 22762 3241 1 0 2667149 0
[pid=6793/tid=6846] ppid=6790 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 11867 13178 0 0 56 3 5 3 20 0 15 0 68884013 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354787505168 140354797247918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884014 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 5 13178 0 0 0 0 5 3 20 0 15 0 68884015 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 33 13178 0 0 0 0 5 3 20 0 15 0 68884016 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354273608864 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884016 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354162516720 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11079016448 22762 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10819352 memory=30305 CPUtime=0.19 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 1280 13178 0 0 11 0 5 3 20 0 15 0 68884018 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 342 13178 0 0 5 0 5 3 20 0 15 0 68884018 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 632 13178 0 0 13 0 5 3 20 0 15 0 68884018 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10819352 memory=-6305718304012525184 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11079016448 22762 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1 13178 0 0 0 0 5 3 20 0 15 0 68884019 11079016448 22762 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 91048 KiB

[startup+1.50088 s]
/proc/loadavg: 1.86 1.99 1.95 4/219 6859
/proc/meminfo: memFree=15550244/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10834252 memory=186840 CPUtime=2.47 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 24976 13178 0 0 229 10 5 3 20 0 15 0 68884004 11094274048 46710 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2708563 46710 3473 1 0 2670221 0
[pid=6793/tid=6846] ppid=6790 vsize=10834252 memory=209 CPUtime=1.43 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 17344 13178 0 0 129 6 5 3 20 0 15 0 68884013 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354787501184 140354815706269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10834252 memory=118 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 42 13178 0 0 1 0 5 3 20 0 15 0 68884014 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 162 13178 0 0 1 0 5 3 20 0 15 0 68884014 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 18 13178 0 0 1 0 5 3 20 0 15 0 68884014 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10834252 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 58 13178 0 0 1 0 5 3 20 0 15 0 68884014 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10834252 memory=3533419649945857444 CPUtime=0.09 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 908 13178 0 0 1 0 5 3 20 0 15 0 68884015 11094274048 46710 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10834252 memory=280071327756352 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 33 13178 0 0 0 0 5 3 20 0 15 0 68884016 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354273608928 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10834252 memory=280071327760800 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884016 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354162516736 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11094274048 46734 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10834252 memory=6944656575208382560 CPUtime=0.39 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 1793 13178 0 0 31 0 5 3 20 0 15 0 68884018 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 753 13178 0 0 20 0 5 3 20 0 15 0 68884018 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10834252 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 1667 13178 0 0 40 0 5 3 20 0 15 0 68884018 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11094274048 46734 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11094274048 46734 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834252 KiB

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

/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 390471 13178 0 0 231517 94 5 3 20 0 15 0 68884013 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354787518256 140354403770543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10852704 memory=3303764 CPUtime=5.03 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 18377 13178 0 0 438 57 5 3 20 0 15 0 68884014 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10852704 memory=0 CPUtime=5.08 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 23697 13178 0 0 442 58 5 3 20 0 15 0 68884014 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10852704 memory=3303764 CPUtime=5.12 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 22214 13178 0 0 446 58 5 3 20 0 15 0 68884014 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10852704 memory=3303764 CPUtime=5.09 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 25041 13178 0 0 442 59 5 3 20 0 15 0 68884014 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10852704 memory=3303764 CPUtime=0.74 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 22182 13178 0 0 56 10 5 3 20 0 15 0 68884015 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10852704 memory=3303764 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 39 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354273608992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10852704 memory=3303764 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 6 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354162516736 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10852704 memory=3303764 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11113168896 825941 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10852704 memory=1948 CPUtime=12.61 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 86321 13178 0 0 1243 10 5 3 20 0 15 0 68884018 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10852704 memory=1224 CPUtime=11.95 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 76949 13178 0 0 1175 12 5 3 20 0 15 0 68884018 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10852704 memory=3303764 CPUtime=4.62 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 72552 13178 0 0 444 10 5 3 20 0 15 0 68884018 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10852704 memory=3303764 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11113168896 825941 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10852704 memory=2444 CPUtime=1.42 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1616 13178 0 0 66 68 5 3 20 0 15 0 68884019 11113168896 825941 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 2367.24 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3303764 KiB

[startup+2382.3 s]
/proc/loadavg: 1.95 2.02 1.94 3/218 7061
/proc/meminfo: memFree=12429092/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10852704 memory=3303776 CPUtime=2427.44 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 759506 13178 0 0 242315 421 5 3 20 0 15 0 68884004 11113168896 825944 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2713176 825944 3528 1 0 2674829 0
[pid=6793/tid=6846] ppid=6790 vsize=10852704 memory=3303768 CPUtime=2376.13 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 402624 13178 0 0 237509 96 5 3 20 0 15 0 68884013 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354787518320 140354389483895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10852704 memory=3303776 CPUtime=5.08 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 20045 13178 0 0 443 57 5 3 20 0 15 0 68884014 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10852704 memory=3303776 CPUtime=5.13 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 24040 13178 0 0 447 58 5 3 20 0 15 0 68884014 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10852704 memory=3303776 CPUtime=5.16 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 22407 13178 0 0 450 58 5 3 20 0 15 0 68884014 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10852704 memory=0 CPUtime=5.14 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 25085 13178 0 0 447 59 5 3 20 0 15 0 68884014 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10852704 memory=3303776 CPUtime=0.74 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 22516 13178 0 0 56 10 5 3 20 0 15 0 68884015 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10852704 memory=3303776 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 39 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354273608992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10852704 memory=3303776 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 6 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354162516736 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10852704 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11113168896 825944 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10852704 memory=3303776 CPUtime=12.61 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 87704 13178 0 0 1243 10 5 3 20 0 15 0 68884018 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10852704 memory=3303776 CPUtime=11.96 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 78650 13178 0 0 1176 12 5 3 20 0 15 0 68884018 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10852704 memory=8112282956445269571 CPUtime=4.62 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 72557 13178 0 0 444 10 5 3 20 0 15 0 68884018 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10852704 memory=3303768 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11113168896 825944 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10852704 memory=1800 CPUtime=1.47 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1640 13178 0 0 69 70 5 3 20 0 15 0 68884019 11113168896 825944 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 2427.44 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3303776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.90 1.99 1.93 3/218 7062
/proc/meminfo: memFree=12502692/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10852704 memory=3273372 CPUtime=2487.51 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 773569 13178 0 0 248320 423 5 3 20 0 15 0 68884004 11113168896 818343 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2713176 818343 3528 1 0 2674829 0
[pid=6793/tid=6846] ppid=6790 vsize=10852704 memory=3303768 CPUtime=2436.09 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 414074 13178 0 0 243504 97 5 3 20 0 15 0 68884013 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354787518304 140354398261492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10852704 memory=3303776 CPUtime=5.1 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 20284 13178 0 0 445 57 5 3 20 0 15 0 68884014 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10852704 memory=3303776 CPUtime=5.15 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 25853 13178 0 0 449 58 5 3 20 0 15 0 68884014 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10852704 memory=3288892 CPUtime=5.18 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 22582 13178 0 0 452 58 5 3 20 0 15 0 68884014 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10852704 memory=3288892 CPUtime=5.16 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 25100 13178 0 0 449 59 5 3 20 0 15 0 68884014 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10852704 memory=3288892 CPUtime=0.75 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 22841 13178 0 0 57 10 5 3 20 0 15 0 68884015 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10852704 memory=3273372 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 39 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354273608992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10852704 memory=3273372 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 6 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354162516736 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10852704 memory=3273372 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11113168896 818343 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10852704 memory=3303776 CPUtime=12.61 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 87713 13178 0 0 1243 10 5 3 20 0 15 0 68884018 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10852704 memory=3289920 CPUtime=11.96 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 78653 13178 0 0 1176 12 5 3 20 0 15 0 68884018 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10852704 memory=3288892 CPUtime=4.62 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 72561 13178 0 0 444 10 5 3 20 0 15 0 68884018 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10852704 memory=3273372 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11113168896 818343 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10852704 memory=7813292816008829030 CPUtime=1.5 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1670 13178 0 0 70 72 5 3 20 0 15 0 68884019 11113168896 818343 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 2487.51 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3273372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.88 1.97 1.93 3/218 7062
/proc/meminfo: memFree=12679600/32770624 swapFree=67108860/67108860
[pid=6793] ppid=6790 vsize=10852704 memory=3242592 CPUtime=2520.07 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6790 6793 4192 0 -1 1077944320 780665 13178 0 0 251574 425 5 3 20 0 15 0 68884004 11113168896 810648 33554432000 4194304 4196468 140732418876528 140732418859072 140354815684343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
/proc/6793/statm: 2713176 810648 3528 1 0 2674829 0
[pid=6793/tid=6846] ppid=6790 vsize=10852704 memory=288230596050944315 CPUtime=2468.58 cores=0,2,4,6
/proc/6793/task/6846/stat : 6846 (java) R 6790 6793 4192 0 -1 4202560 418665 13178 0 0 246752 98 5 3 20 0 15 0 68884013 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354787519088 140354403770543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6847] ppid=6790 vsize=10852704 memory=16100360058046859 CPUtime=5.11 cores=0,2,4,6
/proc/6793/task/6847/stat : 6847 (java) S 6790 6793 4192 0 -1 1077944384 21646 13178 0 0 446 57 5 3 20 0 15 0 68884014 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354819927056 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6848] ppid=6790 vsize=10852704 memory=1800 CPUtime=5.16 cores=0,2,4,6
/proc/6793/task/6848/stat : 6848 (java) S 6790 6793 4192 0 -1 1077944384 25960 13178 0 0 450 58 5 3 20 0 15 0 68884014 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354708200592 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6849] ppid=6790 vsize=10852704 memory=916 CPUtime=5.19 cores=0,2,4,6
/proc/6793/task/6849/stat : 6849 (java) S 6790 6793 4192 0 -1 1077944384 22599 13178 0 0 453 58 5 3 20 0 15 0 68884014 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354707147536 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6850] ppid=6790 vsize=10852704 memory=3848 CPUtime=5.17 cores=0,2,4,6
/proc/6793/task/6850/stat : 6850 (java) S 6790 6793 4192 0 -1 1077944384 25776 13178 0 0 450 59 5 3 20 0 15 0 68884014 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354706094992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6851] ppid=6790 vsize=10852704 memory=8112282956445269571 CPUtime=0.75 cores=0,2,4,6
/proc/6793/task/6851/stat : 6851 (java) S 6790 6793 4192 0 -1 1077944384 23144 13178 0 0 57 10 5 3 20 0 15 0 68884015 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354274662640 140354815695490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6852] ppid=6790 vsize=10852704 memory=3256444 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6852/stat : 6852 (java) S 6790 6793 4192 0 -1 1077944384 39 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354273608992 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6853] ppid=6790 vsize=10852704 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6853/stat : 6853 (java) S 6790 6793 4192 0 -1 1077944384 6 13178 0 0 0 0 5 3 20 0 15 0 68884016 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354162516736 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6854] ppid=6790 vsize=10852704 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6854/stat : 6854 (java) S 6790 6793 4192 0 -1 1077944384 2 13178 0 0 0 0 5 3 20 0 15 0 68884018 11113168896 810648 33554432000 4194304 4196468 140732418876528 140353759864784 140354815702939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6855] ppid=6790 vsize=10852704 memory=3036 CPUtime=12.61 cores=0,2,4,6
/proc/6793/task/6855/stat : 6855 (java) S 6790 6793 4192 0 -1 1077944384 87719 13178 0 0 1243 10 5 3 20 0 15 0 68884018 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354240051952 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6856] ppid=6790 vsize=10852704 memory=4681552 CPUtime=11.96 cores=0,2,4,6
/proc/6793/task/6856/stat : 6856 (java) S 6790 6793 4192 0 -1 1077944384 78656 13178 0 0 1176 12 5 3 20 0 15 0 68884018 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354238999408 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6857] ppid=6790 vsize=10852704 memory=2600 CPUtime=4.62 cores=0,2,4,6
/proc/6793/task/6857/stat : 6857 (java) S 6790 6793 4192 0 -1 1077944384 72568 13178 0 0 444 10 5 3 20 0 15 0 68884018 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354237946352 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6858] ppid=6790 vsize=10852704 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6858/stat : 6858 (java) S 6790 6793 4192 0 -1 1077944384 3 13178 0 0 0 0 5 3 20 0 15 0 68884019 11113168896 810648 33554432000 4194304 4196468 140732418876528 140353021668192 140354815694549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
[pid=6793/tid=6859] ppid=6790 vsize=10852704 memory=3242592 CPUtime=1.52 cores=0,2,4,6
/proc/6793/task/6859/stat : 6859 (java) S 6790 6793 4192 0 -1 1077944384 1694 13178 0 0 71 73 5 3 20 0 15 0 68884019 11113168896 810648 33554432000 4194304 4196468 140732418876528 140354236893744 140354815695490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 17747968 140732418881707 140732418884956 140732418884956 140732418887631 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3242592 KiB

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

[startup+2474.85 s]
# the end of solver process 6793 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.82 s, system=4.31885 s

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

Child status: 143
Real time (s): 2474.85
CPU time (s): 2520.14
CPU user time (s): 2515.82
CPU system time (s): 4.31885
CPU usage (%): 101.83
Max. virtual memory (cumulated for all children) (KiB): 10853364
Max. memory (cumulated for all children) (KiB): 3303776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.82
system time used= 4.31886
maximum resident set size= 3303776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77459
involuntary context switches= 3310


# summary of solver processes directly reported to runsolver:
#   pid: 6793
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2515.82
#   total CPU system time (s): 4.31885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8578 second user time and 21.5066 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 12:06:48
IDJOB=4295033
IDBENCH=141457
IDSOLVER=2751
FILE ID=node132/4295033-1532513208
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-04-72_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295033-1532513208/watcher-4295033-1532513208 -o /tmp/evaluation-result-4295033-1532513208/solver-4295033-1532513208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2007800445 -superng HOME/instance-4295033-1532513208.xml

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

MD5SUM BENCH= 606ad4221d4941292d84c5bdd64a5487
RANDOM SEED=2007800445

node132.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.65
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.65
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.65
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.65
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:        15651572 kB
MemAvailable:   26985004 kB
Buffers:          196564 kB
Cached:         11304696 kB
SwapCached:            0 kB
Active:          8072788 kB
Inactive:        8420132 kB
Active(anon):    4942484 kB
Inactive(anon):    77644 kB
Active(file):    3130304 kB
Inactive(file):  8342488 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26928 kB
Writeback:           244 kB
AnonPages:       4998920 kB
Mapped:            52644 kB
Shmem:             25248 kB
Slab:             317028 kB
SReclaimable:     289100 kB
SUnreclaim:        27928 kB
KernelStack:        3664 kB
PageTables:        14412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5602412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4710400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 12:48:03