Trace number 4305136

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.16 2251.48

General information on the benchmark

NameCarSequencing/
CarSequencing-60-02_c18.xml
MD5SUM7d15061b3f8ae249c0a64b716749507b
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 benchmark0.227795
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1354
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":1000},{"size":17,"count":200}]
Minimum variable degree2
Maximum variable degree54
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":19},{"degree":22,"count":179},{"degree":23,"count":16},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":16},"...",{"degree":30,"count":16}, {"degree":31,"count":16}, {"degree":32,"count":17}, {"degree":33,"count":18}, {"degree":34,"count":18}, {"degree":35,"count":122}, {"degree":36,"count":59}, {"degree":37,"count":8}, {"degree":38,"count":9}, {"degree":39,"count":9}, {"degree":40,"count":9}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":4}, {"degree":53,"count":4}, {"degree":54,"count":51}]
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":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":50,"count":1},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"count":3},{"arity":83,"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":1153},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305136-1534118965/watcher-4305136-1534118965 -o /tmp/evaluation-result-4305136-1534118965/solver-4305136-1534118965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1943356599 -superng HOME/instance-4305136-1534118965.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=25307, runsolver pid=25304

[startup+0.10009 s]*
/proc/loadavg: 1.60 1.62 1.59 3/210 25364
/proc/meminfo: memFree=8683748/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=10005480 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 4368 12873 0 0 1 1 5 3 20 0 6 0 229459707 10245611520 4203 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2501370 4203 1934 1 0 2489808 0
[pid=25307/tid=25360] ppid=25304 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 2177 12873 0 0 0 0 5 3 20 0 6 0 229459716 10245611520 4203 33554432000 4194304 4196468 140720688992432 139695191777872 139695204021598 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 6 0 229459717 10245611520 4203 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=10005480 memory=139675800020608 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 6 0 229459717 10245611520 4203 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 6 0 229459717 10245611520 4203 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 6 0 229459717 10245611520 4203 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210129 s]*
/proc/loadavg: 1.60 1.62 1.59 3/219 25373
/proc/meminfo: memFree=8660356/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=10982744 memory=43340 CPUtime=0.26 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 7555 12873 0 0 16 2 5 3 20 0 15 0 229459707 11246329856 10835 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2745686 10835 2958 1 0 2708109 0
[pid=25307/tid=25360] ppid=25304 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 4161 12873 0 0 10 1 5 3 20 0 15 0 229459716 11246329856 10901 33554432000 4194304 4196468 140720688992432 139695191756512 139695200216939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246329856 10901 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=10982744 memory=139675800020608 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246329856 10901 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246329856 10901 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246329856 10901 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=10982744 memory=139675800020608 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459718 11246329856 10901 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 13 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246329856 10901 33554432000 4194304 4196468 140720688992432 139694079730592 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246329856 10901 33554432000 4194304 4196468 140720688992432 139693878404080 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 375 12873 0 0 1 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 241 12873 0 0 1 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=10982744 memory=139675800020608 CPUtime=0.11 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 597 12873 0 0 3 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=10982744 memory=139675800020608 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246329856 10967 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43340 KiB

[startup+0.310188 s]*
/proc/loadavg: 1.60 1.62 1.59 3/219 25373
/proc/meminfo: memFree=8647828/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=10983192 memory=56000 CPUtime=0.39 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 10575 12873 0 0 28 3 5 3 20 0 15 0 229459707 11246788608 14000 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2745798 14000 3077 1 0 2708109 0
[pid=25307/tid=25360] ppid=25304 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 7132 12873 0 0 19 2 5 3 20 0 15 0 229459716 11246788608 14042 33554432000 4194304 4196468 140720688992432 139695191753120 139695204021628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 14042 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 14042 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 14042 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459718 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 13 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694079730592 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246788608 14042 33554432000 4194304 4196468 140720688992432 139693878404080 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 377 12873 0 0 1 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 244 12873 0 0 1 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 603 12873 0 0 4 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 14042 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56000 KiB

[startup+0.700723 s]
/proc/loadavg: 1.60 1.62 1.59 4/219 25373
/proc/meminfo: memFree=8636964/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=10983192 memory=88428 CPUtime=1 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 16723 12873 0 0 87 5 5 3 20 0 15 0 229459707 11246788608 22107 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2745798 22107 3244 1 0 2708109 0
[pid=25307/tid=25360] ppid=25304 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 12239 12873 0 0 55 3 5 3 20 0 15 0 229459716 11246788608 22107 33554432000 4194304 4196468 140720688992432 139695191762832 139695200212656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 22107 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=10983192 memory=3768 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 22107 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 22107 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 2 12873 0 0 0 0 5 3 20 0 15 0 229459717 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 6 12873 0 0 0 0 5 3 20 0 15 0 229459718 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 13 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694079730592 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459719 11246788608 22107 33554432000 4194304 4196468 140720688992432 139693878404080 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 739 12873 0 0 7 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 846 12873 0 0 9 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 671 12873 0 0 13 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459722 11246788608 22107 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88428 KiB

[startup+1.50133 s]
/proc/loadavg: 1.60 1.62 1.59 4/219 25373
/proc/meminfo: memFree=8604688/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=10998920 memory=196692 CPUtime=3.07 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 30135 12873 0 0 289 10 5 3 20 0 15 0 229459707 11262894080 49173 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2749730 49173 3441 1 0 2711388 0
[pid=25307/tid=25360] ppid=25304 vsize=10998920 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) S 25304 25307 20994 0 -1 1077944384 17873 12873 0 0 129 6 5 3 20 0 15 0 229459716 11262894080 49173 33554432000 4194304 4196468 140720688992432 139695191756320 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=10998920 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) R 25304 25307 20994 0 -1 1077944384 25 12873 0 0 0 0 5 3 20 0 15 0 229459717 11262894080 49173 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=10998920 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 56 12873 0 0 1 0 5 3 20 0 15 0 229459717 11262894080 49173 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=10998920 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 170 12873 0 0 0 0 5 3 20 0 15 0 229459717 11262894080 49173 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=10998920 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 7 12873 0 0 0 0 5 3 20 0 15 0 229459717 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=10998920 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) R 25304 25307 20994 0 -1 4202560 63 12873 0 0 0 0 5 3 20 0 15 0 229459718 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694645711168 139695204131879 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=10998920 memory=279351383894272 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 13 12873 0 0 0 0 5 3 20 0 15 0 229459719 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694079730592 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=10998920 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459719 11262894080 49173 33554432000 4194304 4196468 140720688992432 139693878404080 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=10998920 memory=11796 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=10998920 memory=5772 CPUtime=0.64 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) R 25304 25307 20994 0 -1 4202560 3550 12873 0 0 56 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694644647264 139695201466056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=10998920 memory=4616 CPUtime=0.64 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) R 25304 25307 20994 0 -1 4202560 4387 12873 0 0 56 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694643594200 139695201485342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=10998920 memory=1388 CPUtime=0.5 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 1789 12873 0 0 42 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=10998920 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=10998920 memory=880 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 1 12873 0 0 0 0 5 3 20 0 15 0 229459722 11262894080 49173 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10998920 KiB

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

/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 304183 12873 0 0 200485 72 5 3 20 0 15 0 229459716 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139695191774736 139694772360085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=11082080 memory=6028928 CPUtime=72.75 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 150579 12873 0 0 7131 136 5 3 20 0 15 0 229459717 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=11082080 memory=6028928 CPUtime=72.95 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 144086 12873 0 0 7153 134 5 3 20 0 15 0 229459717 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=11082080 memory=6051432 CPUtime=72.76 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 120510 12873 0 0 7137 131 5 3 20 0 15 0 229459717 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=11082080 memory=6051432 CPUtime=72.88 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 142237 12873 0 0 7145 135 5 3 20 0 15 0 229459717 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=11082080 memory=0 CPUtime=3.27 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 97873 12873 0 0 305 14 5 3 20 0 15 0 229459718 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=11082080 memory=6051432 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 29 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694079730656 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=11082080 memory=6057968 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 10 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139693878404096 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=11082080 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=11082080 memory=6051432 CPUtime=14.05 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 88410 12873 0 0 1386 11 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=11082080 memory=2252 CPUtime=15.19 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 116269 12873 0 0 1501 10 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=11082080 memory=6051432 CPUtime=3.91 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 80637 12873 0 0 373 10 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=11082080 memory=6051432 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=11082080 memory=303430223234596890 CPUtime=1.3 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 3764 12873 0 0 66 56 5 3 20 0 15 0 229459722 11348049920 1514492 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 2334.11 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6057968 KiB

[startup+2142.3 s]
/proc/loadavg: 1.67 1.57 1.63 4/219 26334
/proc/meminfo: memFree=4936028/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=11082080 memory=6040176 CPUtime=2398.13 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 1271935 12873 0 0 239104 701 5 3 20 0 15 0 229459707 11348049920 1510044 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2770520 1510044 3539 1 0 2732173 0
[pid=25307/tid=25360] ppid=25304 vsize=11082080 memory=6040176 CPUtime=2064.33 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 310353 12873 0 0 206352 73 5 3 20 0 15 0 229459716 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139695191774488 139694788913117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=11082080 memory=6045816 CPUtime=74.03 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 153048 12873 0 0 7259 136 5 3 20 0 15 0 229459717 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=11082080 memory=6058128 CPUtime=74.25 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 144741 12873 0 0 7282 135 5 3 20 0 15 0 229459717 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=11082080 memory=6028928 CPUtime=74.04 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 124177 12873 0 0 7265 131 5 3 20 0 15 0 229459717 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=11082080 memory=6058128 CPUtime=74.16 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 142859 12873 0 0 7273 135 5 3 20 0 15 0 229459717 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=11082080 memory=6047868 CPUtime=3.28 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 97917 12873 0 0 306 14 5 3 20 0 15 0 229459718 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=11082080 memory=6045816 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 29 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694079730656 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=11082080 memory=6040176 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 10 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139693878404096 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=11082080 memory=6040176 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=11082080 memory=6040176 CPUtime=14.12 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 90703 12873 0 0 1393 11 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=11082080 memory=6040176 CPUtime=15.26 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 118523 12873 0 0 1508 10 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=11082080 memory=6040176 CPUtime=3.93 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 83474 12873 0 0 375 10 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=11082080 memory=6040176 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=11082080 memory=6040176 CPUtime=1.34 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 3900 12873 0 0 68 58 5 3 20 0 15 0 229459722 11348049920 1510044 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 2398.13 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6040176 KiB

[startup+2202.3 s]
/proc/loadavg: 1.66 1.59 1.63 4/219 26336
/proc/meminfo: memFree=4944200/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=11082080 memory=6032896 CPUtime=2470.02 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 1322785 12873 0 0 246286 708 5 3 20 0 15 0 229459707 11348049920 1508224 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2770520 1508224 3539 1 0 2732173 0
[pid=25307/tid=25360] ppid=25304 vsize=11082080 memory=6032896 CPUtime=2120.23 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 315265 12873 0 0 211940 75 5 3 20 0 15 0 229459716 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139695191775328 139694776019840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=11082080 memory=6032896 CPUtime=77.95 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 162253 12873 0 0 7650 137 5 3 20 0 15 0 229459717 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=11082080 memory=6032784 CPUtime=78.14 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 148580 12873 0 0 7671 135 5 3 20 0 15 0 229459717 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=11082080 memory=6032784 CPUtime=77.96 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 129543 12873 0 0 7656 132 5 3 20 0 15 0 229459717 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=11082080 memory=6032896 CPUtime=78.06 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 151795 12873 0 0 7662 136 5 3 20 0 15 0 229459717 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=11082080 memory=6032784 CPUtime=3.47 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 108252 12873 0 0 324 15 5 3 20 0 15 0 229459718 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=11082080 memory=6032800 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 29 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694079730656 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=11082080 memory=6032896 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 10 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139693878404096 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=11082080 memory=6031968 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=11082080 memory=6031968 CPUtime=14.15 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 92061 12873 0 0 1396 11 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=11082080 memory=6031968 CPUtime=15.35 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 121292 12873 0 0 1517 10 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=11082080 memory=1796 CPUtime=3.95 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 87491 12873 0 0 377 10 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=11082080 memory=6032660 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=11082080 memory=6032660 CPUtime=1.38 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 4013 12873 0 0 70 60 5 3 20 0 15 0 229459722 11348049920 1508224 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 2470.02 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6032896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2251.4 s]
/proc/loadavg: 1.59 1.58 1.63 5/219 26337
/proc/meminfo: memFree=4943736/32770624 swapFree=67108852/67108860
[pid=25307] ppid=25304 vsize=11082080 memory=6032872 CPUtime=2520.07 cores=0,2,4,6
/proc/25307/stat : 25307 (java) S 25304 25307 20994 0 -1 1077944320 1332713 12873 0 0 251289 710 5 3 20 0 15 0 229459707 11348049920 1508218 33554432000 4194304 4196468 140720688992432 140720688974976 139695219941111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
/proc/25307/statm: 2770520 1508218 3539 1 0 2732173 0
[pid=25307/tid=25360] ppid=25304 vsize=11082080 memory=2252 CPUtime=2169.04 cores=0,2,4,6
/proc/25307/task/25360/stat : 25360 (java) R 25304 25307 20994 0 -1 4202560 317250 12873 0 0 216821 75 5 3 20 0 15 0 229459716 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139695191774784 139694770747250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25361] ppid=25304 vsize=11082080 memory=1796 CPUtime=78.22 cores=0,2,4,6
/proc/25307/task/25361/stat : 25361 (java) S 25304 25307 20994 0 -1 1077944384 162659 12873 0 0 7677 137 5 3 20 0 15 0 229459717 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139695224183568 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25362] ppid=25304 vsize=11082080 memory=756 CPUtime=78.41 cores=0,2,4,6
/proc/25307/task/25362/stat : 25362 (java) S 25304 25307 20994 0 -1 1077944384 148897 12873 0 0 7698 135 5 3 20 0 15 0 229459717 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139695089519504 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25363] ppid=25304 vsize=11082080 memory=1620 CPUtime=78.22 cores=0,2,4,6
/proc/25307/task/25363/stat : 25363 (java) S 25304 25307 20994 0 -1 1077944384 129886 12873 0 0 7682 132 5 3 20 0 15 0 229459717 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139695088466960 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25364] ppid=25304 vsize=11082080 memory=11796 CPUtime=78.33 cores=0,2,4,6
/proc/25307/task/25364/stat : 25364 (java) S 25304 25307 20994 0 -1 1077944384 152356 12873 0 0 7689 136 5 3 20 0 15 0 229459717 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694756981904 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25365] ppid=25304 vsize=11082080 memory=5772 CPUtime=3.47 cores=0,2,4,6
/proc/25307/task/25365/stat : 25365 (java) S 25304 25307 20994 0 -1 1077944384 108297 12873 0 0 324 15 5 3 20 0 15 0 229459718 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694645712880 139695219952258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25366] ppid=25304 vsize=11082080 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25366/stat : 25366 (java) S 25304 25307 20994 0 -1 1077944384 29 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694079730656 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25367] ppid=25304 vsize=11082080 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25367/stat : 25367 (java) S 25304 25307 20994 0 -1 1077944384 10 12873 0 0 0 0 5 3 20 0 15 0 229459719 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139693878404096 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25368] ppid=25304 vsize=11082080 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25368/stat : 25368 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139693571004624 139695219959707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25369] ppid=25304 vsize=11082080 memory=880 CPUtime=14.21 cores=0,2,4,6
/proc/25307/task/25369/stat : 25369 (java) S 25304 25307 20994 0 -1 1077944384 94693 12873 0 0 1402 11 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694644660720 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25370] ppid=25304 vsize=11082080 memory=1940 CPUtime=15.4 cores=0,2,4,6
/proc/25307/task/25370/stat : 25370 (java) S 25304 25307 20994 0 -1 1077944384 123818 12873 0 0 1522 10 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694643608176 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25371] ppid=25304 vsize=11082080 memory=288230574492221466 CPUtime=3.96 cores=0,2,4,6
/proc/25307/task/25371/stat : 25371 (java) S 25304 25307 20994 0 -1 1077944384 88599 12873 0 0 378 10 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694642555632 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25372] ppid=25304 vsize=11082080 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25307/task/25372/stat : 25372 (java) S 25304 25307 20994 0 -1 1077944384 3 12873 0 0 0 0 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139693140208736 139695219951317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
[pid=25307/tid=25373] ppid=25304 vsize=11082080 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/25307/task/25373/stat : 25373 (java) S 25304 25307 20994 0 -1 1077944384 4018 12873 0 0 71 61 5 3 20 0 15 0 229459722 11348049920 1508218 33554432000 4194304 4196468 140720688992432 139694641502512 139695219952258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 10702848 140720688999011 140720689001820 140720689001820 140720689004495 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6032872 KiB

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

[startup+2251.48 s]
# the end of solver process 25307 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.96 s, system=7.19586 s

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

Child status: 143
Real time (s): 2251.48
CPU time (s): 2520.16
CPU user time (s): 2512.96
CPU system time (s): 7.19586
CPU usage (%): 111.934
Max. virtual memory (cumulated for all children) (KiB): 11082080
Max. memory (cumulated for all children) (KiB): 6058128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.96
system time used= 7.19586
maximum resident set size= 6058128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1346926
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71996
involuntary context switches= 6278


# summary of solver processes directly reported to runsolver:
#   pid: 25307
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2512.96
#   total CPU system time (s): 7.19586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1596 second user time and 19.8254 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:09:25
IDJOB=4305136
IDBENCH=141461
IDSOLVER=2781
FILE ID=node133/4305136-1534118965
RUNJOBID= node133-1534097471-21025
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CarSequencing/CarSequencing-60-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305136-1534118965/watcher-4305136-1534118965 -o /tmp/evaluation-result-4305136-1534118965/solver-4305136-1534118965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1943356599 -superng HOME/instance-4305136-1534118965.xml

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

MD5SUM BENCH= 7d15061b3f8ae249c0a64b716749507b
RANDOM SEED=1943356599

node133.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.24
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.24
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.24
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.24
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:         8688972 kB
MemAvailable:   28673020 kB
Buffers:          224872 kB
Cached:         19752716 kB
SwapCached:            4 kB
Active:         12610408 kB
Inactive:       10647724 kB
Active(anon):    3229816 kB
Inactive(anon):   103300 kB
Active(file):    9380592 kB
Inactive(file): 10544424 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26360 kB
Writeback:             0 kB
AnonPages:       3389848 kB
Mapped:            69840 kB
Shmem:             49816 kB
Slab:             515452 kB
SReclaimable:     487492 kB
SUnreclaim:        27960 kB
KernelStack:        3904 kB
PageTables:        12224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4100904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3125248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 02:46:57