Trace number 4302821

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 252.237 219.14

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
252.06/219.09	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/219.09		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/219.09		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/219.09		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/219.09		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/219.09		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/219.09		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.06/219.09		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.06/219.09		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/219.09		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/219.09		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/219.09		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/219.09		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/219.09		at scala.Option.map(Option.scala:146)
252.06/219.09		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/219.09		at concrete.MAC.mac(MAC.scala:203)
252.06/219.09		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/219.09		at scala.util.Try$.apply(Try.scala:209)
252.06/219.09		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/219.09		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/219.09		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/219.09		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/219.09		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/219.09		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/219.09		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/219.09		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/219.09		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/219.09		at concrete.MAC.oneRun(MAC.scala:253)
252.06/219.09		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/219.09		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.06/219.09		at concrete.ProblemState.map(ProblemState.scala:221)
252.06/219.09		at concrete.ProblemState.map(ProblemState.scala:204)
252.06/219.09		at concrete.MAC.nextSolution(MAC.scala:334)
252.06/219.09		at concrete.Solver.hasNext(Solver.scala:166)
252.06/219.09		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/219.09		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/219.09		at concrete.Solver.foreach(Solver.scala:68)
252.06/219.09		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/219.09		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/219.09		at scala.util.Success.map(Try.scala:209)
252.06/219.09		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/219.09		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/219.09		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/219.09		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/219.09		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/219.09		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/219.09		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/219.09		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/219.09		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/219.09		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/219.09		at scala.App.main(App.scala:76)
252.06/219.09		at scala.App.main$(App.scala:74)
252.06/219.09		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/219.09		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/219.10	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 (8079 MiB free)
  memory of node 1: 16384 MiB (15015 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302821-1532897288/watcher-4302821-1532897288 -o /tmp/evaluation-result-4302821-1532897288/solver-4302821-1532897288 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=897811109 -superng HOME/instance-4302821-1532897288.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=20386, runsolver pid=20383
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.59 1.81 1.89 6/206 20443
/proc/meminfo: memFree=23631196/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=10088124 memory=17868 CPUtime=0.09 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 4604 12877 0 0 2 0 4 3 20 0 7 0 107291947 10330238976 4467 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2522031 4467 2031 1 0 2510469 0
[pid=20386/tid=20439] ppid=20383 vsize=10088124 memory=4279135704047453582 CPUtime=0.08 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 2421 12877 0 0 1 0 4 3 20 0 7 0 107291956 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002885675792 140002897913182 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 7 0 107291956 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=10088124 memory=140390426322560 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 7 0 107291956 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 7 0 107291956 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 7 0 107291956 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=10088124 memory=140390426322560 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 7 0 107291958 10330238976 4467 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 17868 KiB

[startup+0.209861 s]*
/proc/loadavg: 1.59 1.81 1.89 5/215 20452
/proc/meminfo: memFree=23601228/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=10982744 memory=48264 CPUtime=0.25 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 9414 12877 0 0 17 1 4 3 20 0 15 0 107291947 11246329856 12066 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2745686 12066 2950 1 0 2708109 0
[pid=20386/tid=20439] ppid=20383 vsize=10982776 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 5984 12877 0 0 11 1 4 3 20 0 15 0 107291956 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002885657504 140002906512413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=10982776 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=10982776 memory=3905095743052031648 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=10982776 memory=140390426322560 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246362624 12066 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 14 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246362624 12066 33554432000 4194304 4196468 140727610848896 140001720394528 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246362624 12066 33554432000 4194304 4196468 140727610848896 140001572545648 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246362624 12066 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 427 12877 0 0 1 0 4 3 20 0 15 0 107291961 11246329856 12066 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 184 12877 0 0 1 0 4 3 20 0 15 0 107291961 11246329856 12066 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=10982744 memory=140390426322560 CPUtime=0.1 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 609 12877 0 0 3 0 4 3 20 0 15 0 107291961 11246329856 12066 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246329856 12066 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=10982744 memory=140390426322560 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246329856 12066 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 48264 KiB

[startup+0.31041 s]*
/proc/loadavg: 1.59 1.81 1.89 3/215 20452
/proc/meminfo: memFree=23574892/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=10983192 memory=56144 CPUtime=0.38 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 10636 12877 0 0 29 2 4 3 20 0 15 0 107291947 11246788608 14036 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2745798 14036 3069 1 0 2708109 0
[pid=20386/tid=20439] ppid=20383 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 7177 12877 0 0 21 1 4 3 20 0 15 0 107291956 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002885644704 140002897019533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 14 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 14036 33554432000 4194304 4196468 140727610848896 140001720394528 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 14036 33554432000 4194304 4196468 140727610848896 140001572545648 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 429 12877 0 0 1 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 187 12877 0 0 1 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=10983192 memory=140390426322560 CPUtime=0.12 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 617 12877 0 0 5 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=10983192 memory=140390426322560 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 14036 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56144 KiB

[startup+0.700754 s]
/proc/loadavg: 1.59 1.81 1.89 6/215 20452
/proc/meminfo: memFree=23536980/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=10983192 memory=88832 CPUtime=0.98 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 16773 12877 0 0 88 3 4 3 20 0 15 0 107291947 11246788608 22208 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2745798 22208 3246 1 0 2708109 0
[pid=20386/tid=20439] ppid=20383 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 12240 12877 0 0 57 2 4 3 20 0 15 0 107291956 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002885653520 140002894108089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291956 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 5 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 14 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 22208 33554432000 4194304 4196468 140727610848896 140001720394528 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291958 11246788608 22208 33554432000 4194304 4196468 140727610848896 140001572545648 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 805 12877 0 0 7 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 811 12877 0 0 10 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 688 12877 0 0 13 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291961 11246788608 22208 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88832 KiB

[startup+1.50073 s]
/proc/loadavg: 1.59 1.81 1.89 6/215 20452
/proc/meminfo: memFree=23483084/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=10996044 memory=179972 CPUtime=2.99 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 24142 12877 0 0 285 7 4 3 20 0 15 0 107291947 11259949056 44993 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2749011 44993 3448 1 0 2710669 0
[pid=20386/tid=20439] ppid=20383 vsize=10996044 memory=-5153075247754915967 CPUtime=1.45 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 16761 12877 0 0 134 4 4 3 20 0 15 0 107291956 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002885664384 140002913854621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=10996044 memory=7752263530325243188 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=10996044 memory=6720696446780543624 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=10996044 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291956 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=10996044 memory=126584 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 2 12877 0 0 0 0 4 3 20 0 15 0 107291956 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 13 12877 0 0 0 0 4 3 20 0 15 0 107291958 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 14 12877 0 0 0 0 4 3 20 0 15 0 107291958 11259949056 44993 33554432000 4194304 4196468 140727610848896 140001720394528 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=10996044 memory=280780534253248 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291958 11259949056 44993 33554432000 4194304 4196468 140727610848896 140001572545648 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=10996044 memory=280780534667472 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=10996044 memory=140390267136336 CPUtime=0.56 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 1540 12877 0 0 49 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=10996044 memory=140390426325073 CPUtime=0.62 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 1997 12877 0 0 55 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=10996044 memory=96 CPUtime=0.51 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 1607 12877 0 0 44 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=10996044 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 1 12877 0 0 0 0 4 3 20 0 15 0 107291961 11259949056 44993 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0

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

/proc/20386/statm: 2754136 797125 3531 1 0 2715789 0
[pid=20386/tid=20439] ppid=20383 vsize=11016544 memory=3186452 CPUtime=99.67 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 56370 12877 0 0 9922 38 4 3 20 0 15 0 107291956 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002885661536 140002485551186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=11016544 memory=3188500 CPUtime=2.36 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1248 12877 0 0 204 25 4 3 20 0 15 0 107291956 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=11016544 memory=3090048 CPUtime=2.35 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 3818 12877 0 0 202 26 4 3 20 0 15 0 107291956 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=11016544 memory=3188500 CPUtime=2.36 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 2269 12877 0 0 203 26 4 3 20 0 15 0 107291956 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=11016544 memory=4 CPUtime=2.34 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 1486 12877 0 0 202 25 4 3 20 0 15 0 107291956 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=11016544 memory=13109 CPUtime=0.33 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 8142 12877 0 0 25 1 4 3 20 0 15 0 107291958 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=11016544 memory=3188500 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 22 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 797125 33554432000 4194304 4196468 140727610848896 140001720394656 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=11016544 memory=3188500 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 17 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 797125 33554432000 4194304 4196468 140727610848896 140001572545824 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=11016544 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=11016544 memory=8976414709404591081 CPUtime=9.3 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 16576 12877 0 0 919 4 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=11016544 memory=3188500 CPUtime=9.99 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 21548 12877 0 0 988 4 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=11016544 memory=3188500 CPUtime=3.07 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 17915 12877 0 0 295 5 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=11016544 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=11016544 memory=280780535467248 CPUtime=0.12 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 834 12877 0 0 2 3 4 3 20 0 15 0 107291961 11280941056 797125 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 131.36 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3188500 KiB

[startup+162.301 s]
/proc/loadavg: 1.82 1.88 1.92 3/216 20589
/proc/meminfo: memFree=19814472/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=11016544 memory=3221312 CPUtime=194.49 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 148994 12877 0 0 19274 168 4 3 20 0 15 0 107291947 11280941056 805328 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2754136 805328 3531 1 0 2715789 0
[pid=20386/tid=20439] ppid=20383 vsize=11016544 memory=3221320 CPUtime=158.96 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 61353 12877 0 0 15851 38 4 3 20 0 15 0 107291956 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002885663472 140002478781896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=11016544 memory=3221320 CPUtime=3.04 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1540 12877 0 0 271 26 4 3 20 0 15 0 107291956 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=11016544 memory=3221312 CPUtime=3.03 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 4217 12877 0 0 269 27 4 3 20 0 15 0 107291956 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=11016544 memory=3221312 CPUtime=3.04 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 2510 12877 0 0 270 27 4 3 20 0 15 0 107291956 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=11016544 memory=3221312 CPUtime=3.02 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 3289 12877 0 0 268 27 4 3 20 0 15 0 107291956 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=11016544 memory=3221312 CPUtime=0.34 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 8484 12877 0 0 26 1 4 3 20 0 15 0 107291958 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=11016544 memory=3221320 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 22 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 805328 33554432000 4194304 4196468 140727610848896 140001720394656 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=11016544 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 17 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 805328 33554432000 4194304 4196468 140727610848896 140001572545824 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=11016544 memory=3217236 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=11016544 memory=3221312 CPUtime=9.73 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 18265 12877 0 0 962 4 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=11016544 memory=796 CPUtime=10.56 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 23730 12877 0 0 1044 5 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=11016544 memory=1792 CPUtime=3.14 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 22494 12877 0 0 302 5 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=11016544 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=11016544 memory=3221312 CPUtime=0.15 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 870 12877 0 0 3 5 4 3 20 0 15 0 107291961 11280941056 805328 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 194.49 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3221312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+219.001 s]*
/proc/loadavg: 1.74 1.84 1.90 3/216 20590
/proc/meminfo: memFree=19779064/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=11016544 memory=3254100 CPUtime=252.06 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 164149 12877 0 0 25024 175 4 3 20 0 15 0 107291947 11280941056 813525 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2754136 813525 3531 1 0 2715789 0
[pid=20386/tid=20439] ppid=20383 vsize=11016544 memory=6791534058613427641 CPUtime=215.43 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) R 20383 20386 12222 0 -1 4202560 66392 12877 0 0 21497 39 4 3 20 0 15 0 107291956 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002885661488 140002462860443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=11016544 memory=4126316290023845779 CPUtime=3.27 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1788 12877 0 0 293 27 4 3 20 0 15 0 107291956 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=11016544 memory=7284 CPUtime=3.27 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 4312 12877 0 0 292 28 4 3 20 0 15 0 107291956 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=11016544 memory=840 CPUtime=3.27 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 3427 12877 0 0 292 28 4 3 20 0 15 0 107291956 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=11016544 memory=1696 CPUtime=3.25 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 4667 12877 0 0 290 28 4 3 20 0 15 0 107291956 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=11016544 memory=916 CPUtime=0.35 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 8777 12877 0 0 27 1 4 3 20 0 15 0 107291958 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002339719280 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=11016544 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 22 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 813525 33554432000 4194304 4196468 140727610848896 140001720394656 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=11016544 memory=2592 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 17 12877 0 0 0 0 4 3 20 0 15 0 107291958 11280941056 813525 33554432000 4194304 4196468 140727610848896 140001572545824 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=11016544 memory=2684 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140001265145936 140002913851291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=11016544 memory=4100 CPUtime=9.8 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 21016 12877 0 0 969 4 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=11016544 memory=1404 CPUtime=10.6 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 26587 12877 0 0 1048 5 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=11016544 memory=2972 CPUtime=3.16 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 24024 12877 0 0 304 5 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002336562032 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=11016544 memory=3254100 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20452] ppid=20383 vsize=11016544 memory=1404 CPUtime=0.18 cores=1,3,5,7
/proc/20386/task/20452/stat : 20452 (java) S 20383 20386 12222 0 -1 1077944384 917 12877 0 0 4 7 4 3 20 0 15 0 107291961 11280941056 813525 33554432000 4194304 4196468 140727610848896 140002335508912 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3254100 KiB

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

[startup+219.14 s]
# the end of solver process 20386 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.427 s, system=1.80985 s

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

[startup+219.115 s]
/proc/loadavg: 1.74 1.84 1.90 3/216 20590
/proc/meminfo: memFree=19779064/32770624 swapFree=67108404/67108860
[pid=20386] ppid=20383 vsize=11277668 memory=3256316 CPUtime=252.19 cores=1,3,5,7
/proc/20386/stat : 20386 (java) S 20383 20386 12222 0 -1 1077944320 165279 12877 0 0 25037 175 4 3 20 0 15 0 107291947 11548332032 814079 33554432000 4194304 4196468 140727610848896 140727610831440 140002913832695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
/proc/20386/statm: 2819417 814079 3534 1 0 2781070 0
[pid=20386/tid=20439] ppid=20383 vsize=11277668 memory=3254100 CPUtime=215.5 cores=1,3,5,7
/proc/20386/task/20439/stat : 20439 (java) S 20383 20386 12222 0 -1 1077944384 66712 12877 0 0 21504 39 4 3 20 0 15 0 107291956 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002885674736 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20440] ppid=20383 vsize=11277668 memory=3254100 CPUtime=3.28 cores=1,3,5,7
/proc/20386/task/20440/stat : 20440 (java) S 20383 20386 12222 0 -1 1077944384 1797 12877 0 0 294 27 4 3 20 0 15 0 107291956 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002918075280 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20441] ppid=20383 vsize=11277668 memory=3254100 CPUtime=3.28 cores=1,3,5,7
/proc/20386/task/20441/stat : 20441 (java) S 20383 20386 12222 0 -1 1077944384 4314 12877 0 0 293 28 4 3 20 0 15 0 107291956 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002783410960 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20442] ppid=20383 vsize=11277668 memory=3254100 CPUtime=3.28 cores=1,3,5,7
/proc/20386/task/20442/stat : 20442 (java) S 20383 20386 12222 0 -1 1077944384 3428 12877 0 0 293 28 4 3 20 0 15 0 107291956 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002782358672 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20443] ppid=20383 vsize=11277668 memory=3254100 CPUtime=3.27 cores=1,3,5,7
/proc/20386/task/20443/stat : 20443 (java) S 20383 20386 12222 0 -1 1077944384 4670 12877 0 0 292 28 4 3 20 0 15 0 107291956 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002451123216 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20444] ppid=20383 vsize=11277668 memory=3254100 CPUtime=0.35 cores=1,3,5,7
/proc/20386/task/20444/stat : 20444 (java) S 20383 20386 12222 0 -1 1077944384 8787 12877 0 0 27 1 4 3 20 0 15 0 107291958 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002339718784 140002913843842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20445] ppid=20383 vsize=11277668 memory=3254100 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20445/stat : 20445 (java) S 20383 20386 12222 0 -1 1077944384 22 12877 0 0 0 0 4 3 20 0 15 0 107291958 11548332032 814079 33554432000 4194304 4196468 140727610848896 140001720394656 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20446] ppid=20383 vsize=11277668 memory=3254100 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20446/stat : 20446 (java) S 20383 20386 12222 0 -1 1077944384 17 12877 0 0 0 0 4 3 20 0 15 0 107291958 11548332032 814079 33554432000 4194304 4196468 140727610848896 140001572545824 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20447] ppid=20383 vsize=11277668 memory=3254100 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20447/stat : 20447 (java) S 20383 20386 12222 0 -1 1077944384 126 12877 0 0 0 0 4 3 20 0 15 0 107291961 11548332032 814079 33554432000 4194304 4196468 140727610848896 140001265144992 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20448] ppid=20383 vsize=11277668 memory=3254100 CPUtime=9.8 cores=1,3,5,7
/proc/20386/task/20448/stat : 20448 (java) S 20383 20386 12222 0 -1 1077944384 21018 12877 0 0 969 4 4 3 20 0 15 0 107291961 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002338667120 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20449] ppid=20383 vsize=11277668 memory=3254100 CPUtime=10.6 cores=1,3,5,7
/proc/20386/task/20449/stat : 20449 (java) S 20383 20386 12222 0 -1 1077944384 26587 12877 0 0 1048 5 4 3 20 0 15 0 107291961 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002337614320 140002913843842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20450] ppid=20383 vsize=11277668 memory=3254100 CPUtime=3.17 cores=1,3,5,7
/proc/20386/task/20450/stat : 20450 (java) S 20383 20386 12222 0 -1 1077944384 24136 12877 0 0 304 6 4 3 20 0 15 0 107291961 11548332032 814079 33554432000 4194304 4196468 140727610848896 140002336557904 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
[pid=20386/tid=20451] ppid=20383 vsize=11277668 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/20386/task/20451/stat : 20451 (java) S 20383 20386 12222 0 -1 1077944384 3 12877 0 0 0 0 4 3 20 0 15 0 107291961 11548332032 814079 33554432000 4194304 4196468 140727610848896 140000834350048 140002913842901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31703040 140727610849897 140727610852705 140727610852705 140727610855375 0
Current children cumulated CPU time: 252.19 s
Current children cumulated vsize: 11277668 KiB
Current children cumulated memory: 3256316 KiB

Child status: 143
Real time (s): 219.14
CPU time (s): 252.237
CPU user time (s): 250.427
CPU system time (s): 1.80985
CPU usage (%): 115.103
Max. virtual memory (cumulated for all children) (KiB): 11277668
Max. memory (cumulated for all children) (KiB): 3256316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.427
system time used= 1.80985
maximum resident set size= 3258308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17452
involuntary context switches= 402


# summary of solver processes directly reported to runsolver:
#   pid: 20386
#   total CPU time (s): 252.237
#   total CPU user time (s): 250.427
#   total CPU system time (s): 1.80985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26964 second user time and 2.15924 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:48:08
IDJOB=4302821
IDBENCH=141361
IDSOLVER=2777
FILE ID=node148/4302821-1532897288
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302821-1532897288/watcher-4302821-1532897288 -o /tmp/evaluation-result-4302821-1532897288/solver-4302821-1532897288 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=897811109 -superng HOME/instance-4302821-1532897288.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=897811109

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23650396 kB
MemAvailable:   31700920 kB
Buffers:          248752 kB
Cached:          7952100 kB
SwapCached:          352 kB
Active:          2108576 kB
Inactive:        6376684 kB
Active(anon):     237632 kB
Inactive(anon):    74228 kB
Active(file):    1870944 kB
Inactive(file):  6302456 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             27580 kB
Writeback:             0 kB
AnonPages:        260136 kB
Mapped:            57824 kB
Shmem:             25016 kB
Slab:             334660 kB
SReclaimable:     305584 kB
SUnreclaim:        29076 kB
KernelStack:        3552 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1422560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 47752 MiB
End job on node148 at 2018-07-29 22:51:47