Trace number 4305141

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? (TO) 2520.12 2253.78

General information on the benchmark

NameCarSequencing/
CarSequencing-75-02_c18.xml
MD5SUMb40938607e467681e9fbf6ea551bf52a
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 benchmark2.30504
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1416
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":40,"count":14}, {"degree":41,"count":14}, {"degree":42,"count":29}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":9}, {"degree":47,"count":9}, {"degree":48,"count":74}, {"degree":49,"count":5}, {"degree":50,"count":5}, {"degree":51,"count":5}, {"degree":52,"count":5}, {"degree":53,"count":5}, {"degree":54,"count":5}, {"degree":55,"count":5}, {"degree":56,"count":6}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":3}, {"degree":64,"count":79}]
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":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":2},{"arity":47,"count":1},{"arity":50,"count":3},{"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":2},{"arity":74,"count":2},{"arity":75,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1215},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305141-1534118033/watcher-4305141-1534118033 -o /tmp/evaluation-result-4305141-1534118033/solver-4305141-1534118033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=810135775 HOME/instance-4305141-1534118033.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 1.63 1.72 1.68 3/207 1627
/proc/meminfo: memFree=18345552/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=10005480 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 4304 13216 0 0 1 0 4 3 20 0 6 0 229366497 10245611520 4137 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2501370 4137 1932 1 0 2489808 0
[pid=1570/tid=1623] ppid=1567 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 2202 13216 0 0 1 0 4 3 20 0 6 0 229366506 10245611520 4269 33554432000 4194304 4196468 140721075136640 139701861790288 139701874034014 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=10005480 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 6 0 229366507 10245611520 4269 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=10005480 memory=140206492038784 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 6 0 229366507 10245611520 4269 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 6 0 229366507 10245611520 4269 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 6 0 229366507 10245611520 4269 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210106 s]*
/proc/loadavg: 1.63 1.72 1.68 3/216 1636
/proc/meminfo: memFree=18321788/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=10982744 memory=44584 CPUtime=0.25 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 7769 13216 0 0 17 1 4 3 20 0 15 0 229366497 11246329856 11146 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2745686 11146 2985 1 0 2708109 0
[pid=1570/tid=1623] ppid=1567 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 4641 13216 0 0 11 1 4 3 20 0 15 0 229366506 11246329856 11410 33554432000 4194304 4196468 140721075136640 139701861776912 139701889975453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=10982744 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246329856 11410 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=10982744 memory=288370582643750528 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246329856 11410 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246329856 11410 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246329856 11410 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=10982744 memory=140206492038784 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 15 0 229366508 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 13 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700723508000 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700522181744 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 535 13216 0 0 1 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 68 13216 0 0 1 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=10982744 memory=140206492038784 CPUtime=0.1 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 609 13216 0 0 3 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=10982744 memory=140206492038784 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246329856 11410 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44584 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.63 1.72 1.68 3/216 1636
/proc/meminfo: memFree=18309888/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=10983192 memory=56360 CPUtime=0.37 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 10569 13216 0 0 28 2 4 3 20 0 15 0 229366497 11246788608 14090 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2745798 14090 3104 1 0 2708109 0
[pid=1570/tid=1623] ppid=1567 vsize=10983192 memory=280412777611504 CPUtime=0.28 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 7134 13216 0 0 19 2 4 3 20 0 15 0 229366506 11246788608 14090 33554432000 4194304 4196468 140721075136640 139701861765536 139701873346864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 14090 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=10983192 memory=140206388905487 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 14090 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=10983192 memory=140206388909358 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 14090 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=10983192 memory=140206388910095 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 14090 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 15 0 229366508 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 13 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700723508000 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700522181744 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 538 13216 0 0 1 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 69 13216 0 0 1 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=10983192 memory=140206492038784 CPUtime=0.12 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 615 13216 0 0 5 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=10983192 memory=140206492038784 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 14090 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56360 KiB

[startup+0.700829 s]
/proc/loadavg: 1.63 1.72 1.68 3/216 1636
/proc/meminfo: memFree=18299336/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=10983192 memory=88556 CPUtime=0.99 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 16792 13216 0 0 88 4 4 3 20 0 15 0 229366497 11246788608 22139 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2745798 22139 3238 1 0 2708109 0
[pid=1570/tid=1623] ppid=1567 vsize=10983192 memory=140206492037617 CPUtime=0.66 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 12266 13216 0 0 56 3 4 3 20 0 15 0 229366506 11246788608 22139 33554432000 4194304 4196468 140721075136640 139701861774352 139701871517083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 22139 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 22139 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 22139 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 2 13216 0 0 0 0 4 3 20 0 15 0 229366507 11246788608 22139 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=10983192 memory=2556981937921 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 5 13216 0 0 0 0 4 3 20 0 15 0 229366508 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=10983192 memory=546658129 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 13 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700723508000 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=10983192 memory=7367997088417733268 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366509 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700522181744 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=10983192 memory=7379524376362643041 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=10983192 memory=1068 CPUtime=0.14 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 959 13216 0 0 7 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=10983192 memory=15064 CPUtime=0.16 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 651 13216 0 0 9 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=10983192 memory=4100 CPUtime=0.2 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 692 13216 0 0 13 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=10983192 memory=34392 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=10983192 memory=13756 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366512 11246788608 22139 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88556 KiB

[startup+1.501 s]
/proc/loadavg: 1.63 1.72 1.68 3/216 1636
/proc/meminfo: memFree=18253256/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=10998912 memory=214192 CPUtime=3.11 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 31998 13216 0 0 293 11 4 3 20 0 15 0 229366497 11262885888 53548 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2749728 53548 3471 1 0 2711386 0
[pid=1570/tid=1623] ppid=1567 vsize=10998912 memory=2600 CPUtime=1.42 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) S 1567 1570 30220 0 -1 1077944384 18515 13216 0 0 128 7 4 3 20 0 15 0 229366506 11262885888 53548 33554432000 4194304 4196468 140721075136640 139701861768736 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=10998912 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) R 1567 1570 30220 0 -1 1077944384 4 13216 0 0 0 0 4 3 20 0 15 0 229366507 11262885888 53548 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=10998912 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) R 1567 1570 30220 0 -1 4202560 17 13216 0 0 0 0 4 3 20 0 15 0 229366507 11262885888 53548 33554432000 4194304 4196468 140721075136640 139701748914960 139701874654174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=10998912 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 90 13216 0 0 1 0 4 3 20 0 15 0 229366507 11262885888 53548 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=10998912 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) R 1567 1570 30220 0 -1 4202560 144 13216 0 0 0 0 4 3 20 0 15 0 229366507 11262885888 53548 33554432000 4194304 4196468 140721075136640 139701746809872 139701874654215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=10998912 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 166 13216 0 0 1 0 4 3 20 0 15 0 229366508 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700858725024 139701889963733 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 13 13216 0 0 0 0 4 3 20 0 15 0 229366509 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700723508000 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366509 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700522181744 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=10998912 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) D 1567 1570 30220 0 -1 4202560 3721 13216 0 0 56 0 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700857659816 139701882242909 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=10998912 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) R 1567 1570 30220 0 -1 4202560 5359 13216 0 0 59 1 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700856607016 139701882670679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=10998912 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 1768 13216 0 0 42 0 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=10998912 memory=-9174445032661854264 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=10998912 memory=7306623551310818148 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 1 13216 0 0 0 0 4 3 20 0 15 0 229366512 11262885888 53548 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10998912 KiB

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

/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 215974 13216 0 0 206084 55 4 3 20 0 15 0 229366506 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701861787264 139701422564202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=11080032 memory=5736992 CPUtime=76.97 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 78954 13216 0 0 7570 120 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=11080032 memory=5736988 CPUtime=76.81 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 75425 13216 0 0 7556 118 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=11080032 memory=5724696 CPUtime=76.92 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 81488 13216 0 0 7564 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=11080032 memory=5732892 CPUtime=76.86 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 74196 13216 0 0 7562 117 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=11080032 memory=5736988 CPUtime=3.23 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 77660 13216 0 0 305 11 4 3 20 0 15 0 229366508 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=11080032 memory=5736988 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 32 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700723508064 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=11080032 memory=5736988 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 6 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700522181760 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=11080032 memory=5736992 CPUtime=12.93 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 102188 13216 0 0 1274 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=11080032 memory=5736992 CPUtime=14.91 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 106206 13216 0 0 1473 11 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=11080032 memory=3812 CPUtime=4.76 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 108554 13216 0 0 457 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=11080032 memory=62448 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=11080032 memory=1100 CPUtime=1.36 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 2484 13216 0 0 62 67 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 2405.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5736992 KiB

[startup+2202.3 s]
/proc/loadavg: 1.35 1.46 1.55 3/216 1867
/proc/meminfo: memFree=17008404/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=11080032 memory=5736992 CPUtime=2467.32 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 941006 13216 0 0 246097 628 4 3 20 0 15 0 229366497 11345952768 1434248 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2770008 1434248 3540 1 0 2731661 0
[pid=1570/tid=1623] ppid=1567 vsize=11080032 memory=15064 CPUtime=2120.9 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 221134 13216 0 0 212028 55 4 3 20 0 15 0 229366506 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701861786656 139701426820177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=11080032 memory=5736988 CPUtime=77.51 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 81554 13216 0 0 7623 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.34 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 77374 13216 0 0 7609 118 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.44 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 82459 13216 0 0 7616 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=11080032 memory=5736988 CPUtime=77.39 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 75957 13216 0 0 7615 117 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=11080032 memory=5736992 CPUtime=3.25 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 78013 13216 0 0 307 11 4 3 20 0 15 0 229366508 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=11080032 memory=5736988 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 32 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700723508064 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 6 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700522181760 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=11080032 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=11080032 memory=5736992 CPUtime=12.94 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 103354 13216 0 0 1275 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=11080032 memory=3812 CPUtime=14.91 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 106209 13216 0 0 1473 11 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=11080032 memory=8112282956445269571 CPUtime=4.76 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 110204 13216 0 0 457 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=11080032 memory=8 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=11080032 memory=5752 CPUtime=1.39 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 2511 13216 0 0 63 69 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 2467.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5736992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2253.7 s]
/proc/loadavg: 1.22 1.40 1.53 3/216 1868
/proc/meminfo: memFree=17007976/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=11080032 memory=5736992 CPUtime=2520.02 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 953761 13216 0 0 251363 632 4 3 20 0 15 0 229366497 11345952768 1434248 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2770008 1434248 3540 1 0 2731661 0
[pid=1570/tid=1623] ppid=1567 vsize=11080032 memory=5736992 CPUtime=2171.86 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 226241 13216 0 0 217122 57 4 3 20 0 15 0 229366506 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701861786624 139701432676281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.94 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 82398 13216 0 0 7666 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.77 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 78790 13216 0 0 7652 118 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.87 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 84088 13216 0 0 7659 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.81 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 78908 13216 0 0 7657 117 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=11080032 memory=5736992 CPUtime=3.26 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 78354 13216 0 0 308 11 4 3 20 0 15 0 229366508 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 32 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700723508064 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=11080032 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 6 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700522181760 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=11080032 memory=5736992 CPUtime=12.94 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 103356 13216 0 0 1275 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=11080032 memory=1100 CPUtime=14.91 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 106212 13216 0 0 1473 11 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=11080032 memory=2144 CPUtime=4.76 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 110642 13216 0 0 457 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=11080032 memory=5736992 CPUtime=1.43 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 2535 13216 0 0 65 71 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5736992 KiB

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

[startup+2253.78 s]
# the end of solver process 1570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.72 s, system=6.39708 s

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

[startup+2253.7 s]
/proc/loadavg: 1.22 1.40 1.53 3/216 1868
/proc/meminfo: memFree=17007976/32770624 swapFree=67108372/67108860
[pid=1570] ppid=1567 vsize=11080032 memory=5736992 CPUtime=2520.02 cores=0,2,4,6
/proc/1570/stat : 1570 (java) S 1567 1570 30220 0 -1 1077944320 953761 13216 0 0 251363 632 4 3 20 0 15 0 229366497 11345952768 1434248 33554432000 4194304 4196468 140721075136640 140721075119184 139701889953527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
/proc/1570/statm: 2770008 1434248 3540 1 0 2731661 0
[pid=1570/tid=1623] ppid=1567 vsize=11080032 memory=5736992 CPUtime=2171.86 cores=0,2,4,6
/proc/1570/task/1623/stat : 1623 (java) R 1567 1570 30220 0 -1 4202560 226241 13216 0 0 217122 57 4 3 20 0 15 0 229366506 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701861786624 139701432676281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1624] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.94 cores=0,2,4,6
/proc/1570/task/1624/stat : 1624 (java) S 1567 1570 30220 0 -1 1077944384 82398 13216 0 0 7666 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701894196112 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1625] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.77 cores=0,2,4,6
/proc/1570/task/1625/stat : 1625 (java) S 1567 1570 30220 0 -1 1077944384 78790 13216 0 0 7652 118 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701748914960 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1626] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.87 cores=0,2,4,6
/proc/1570/task/1626/stat : 1626 (java) S 1567 1570 30220 0 -1 1077944384 84088 13216 0 0 7659 121 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701747862672 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1627] ppid=1567 vsize=11080032 memory=5736992 CPUtime=77.81 cores=0,2,4,6
/proc/1570/task/1627/stat : 1627 (java) S 1567 1570 30220 0 -1 1077944384 78908 13216 0 0 7657 117 4 3 20 0 15 0 229366507 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139701746809872 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1628] ppid=1567 vsize=11080032 memory=5736992 CPUtime=3.26 cores=0,2,4,6
/proc/1570/task/1628/stat : 1628 (java) S 1567 1570 30220 0 -1 1077944384 78354 13216 0 0 308 11 4 3 20 0 15 0 229366508 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700858726512 139701889964674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1629] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1629/stat : 1629 (java) S 1567 1570 30220 0 -1 1077944384 32 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700723508064 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1630] ppid=1567 vsize=11080032 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1630/stat : 1630 (java) S 1567 1570 30220 0 -1 1077944384 6 13216 0 0 0 0 4 3 20 0 15 0 229366509 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700522181760 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1631] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1631/stat : 1631 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700214782032 139701889972123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1632] ppid=1567 vsize=11080032 memory=5736992 CPUtime=12.94 cores=0,2,4,6
/proc/1570/task/1632/stat : 1632 (java) S 1567 1570 30220 0 -1 1077944384 103356 13216 0 0 1275 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700857674352 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1633] ppid=1567 vsize=11080032 memory=1100 CPUtime=14.91 cores=0,2,4,6
/proc/1570/task/1633/stat : 1633 (java) S 1567 1570 30220 0 -1 1077944384 106212 13216 0 0 1473 11 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700856621552 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1634] ppid=1567 vsize=11080032 memory=2144 CPUtime=4.76 cores=0,2,4,6
/proc/1570/task/1634/stat : 1634 (java) S 1567 1570 30220 0 -1 1077944384 110642 13216 0 0 457 12 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700855569264 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1635] ppid=1567 vsize=11080032 memory=5736992 CPUtime=0.07 cores=0,2,4,6
/proc/1570/task/1635/stat : 1635 (java) S 1567 1570 30220 0 -1 1077944384 3 13216 0 0 0 0 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139699783986144 139701889963733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
[pid=1570/tid=1636] ppid=1567 vsize=11080032 memory=5736992 CPUtime=1.43 cores=0,2,4,6
/proc/1570/task/1636/stat : 1636 (java) S 1567 1570 30220 0 -1 1077944384 2535 13216 0 0 65 71 4 3 20 0 15 0 229366512 11345952768 1434248 33554432000 4194304 4196468 140721075136640 139700854516144 139701889964674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140721075141229 140721075144028 140721075144028 140721075146703 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5736992 KiB

Child status: 143
Real time (s): 2253.78
CPU time (s): 2520.12
CPU user time (s): 2513.72
CPU system time (s): 6.39708
CPU usage (%): 111.818
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 5741084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.72
system time used= 6.39708
maximum resident set size= 5741084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 971211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74797
involuntary context switches= 6088


# summary of solver processes directly reported to runsolver:
#   pid: 1570
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2513.72
#   total CPU system time (s): 6.39708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9213 second user time and 21.6111 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 01:53:53
IDJOB=4305141
IDBENCH=141464
IDSOLVER=2780
FILE ID=node137/4305141-1534118033
RUNJOBID= node137-1534096381-30251
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-75-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305141-1534118033/watcher-4305141-1534118033 -o /tmp/evaluation-result-4305141-1534118033/solver-4305141-1534118033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=810135775 HOME/instance-4305141-1534118033.xml

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

MD5SUM BENCH= b40938607e467681e9fbf6ea551bf52a
RANDOM SEED=810135775

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18352872 kB
MemAvailable:   26436908 kB
Buffers:           83108 kB
Cached:          8200084 kB
SwapCached:            8 kB
Active:          9489676 kB
Inactive:        4306204 kB
Active(anon):    5459752 kB
Inactive(anon):   105396 kB
Active(file):    4029924 kB
Inactive(file):  4200808 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26644 kB
Writeback:             0 kB
AnonPages:       5651144 kB
Mapped:            66652 kB
Shmem:             49624 kB
Slab:             309996 kB
SReclaimable:     281764 kB
SUnreclaim:        28232 kB
KernelStack:        3840 kB
PageTables:        16408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6411748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5380096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-13 02:31:27