Trace number 4294280

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.8 2018-06-13? (TO) 2520.15 2446.83

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
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 degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.09/2446.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2446.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2446.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2446.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2446.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2446.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2446.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.09/2446.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.09/2446.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2446.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2446.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2446.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.09/2446.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2446.80		at scala.Option.map(Option.scala:146)
2520.09/2446.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2446.80		at concrete.MAC.mac(MAC.scala:203)
2520.09/2446.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2446.80		at scala.util.Try$.apply(Try.scala:209)
2520.09/2446.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2446.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2446.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2446.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2446.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2446.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2446.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2446.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2446.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2446.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2446.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2446.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2446.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2446.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2446.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2446.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2446.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2446.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2446.81		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2446.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2446.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2446.81		at scala.util.Success.map(Try.scala:209)
2520.09/2446.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2446.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2446.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2446.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2446.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2446.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2446.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2446.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2446.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2446.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2446.81		at scala.App.main(App.scala:76)
2520.09/2446.81		at scala.App.main$(App.scala:74)
2520.09/2446.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2446.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2446.81	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4629 MiB free)
  memory of node 1: 16384 MiB (9860 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294280-1532446990/watcher-4294280-1532446990 -o /tmp/evaluation-result-4294280-1532446990/solver-4294280-1532446990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532446978-19795 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1388903130 HOME/instance-4294280-1532446990.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=20147, runsolver pid=20144
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.89 0.86 1.09 3/207 20204
/proc/meminfo: memFree=14829748/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=9972712 memory=18856 CPUtime=0.08 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 4342 12873 0 0 1 0 5 2 20 0 6 0 62262174 10212057088 4714 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2493178 4714 1949 1 0 2481616 0
[pid=20147/tid=20200] ppid=20144 vsize=9972712 memory=4279135704013833615 CPUtime=0.08 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 2144 12873 0 0 1 0 5 2 20 0 6 0 62262183 10212057088 4714 33554432000 4194304 4196468 140725133219072 140218404565584 140218410868644 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 6 0 62262184 10212057088 4714 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=9972712 memory=140064199415424 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 6 0 62262184 10212057088 4714 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 6 0 62262184 10212057088 4714 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 6 0 62262184 10212057088 4714 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210646 s]*
/proc/loadavg: 0.89 0.86 1.09 3/216 20213
/proc/meminfo: memFree=14812956/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10821524 memory=41744 CPUtime=0.25 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 8585 12873 0 0 17 1 5 2 20 0 15 0 62262174 11081240576 10788 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2705381 10436 2954 1 0 2667804 0
[pid=20147/tid=20200] ppid=20144 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 5103 12873 0 0 11 1 5 2 20 0 15 0 62262183 11078557696 10188 33554432000 4194304 4196468 140725133219072 140218404553632 140218425408045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10818904 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11078557696 10188 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10818904 memory=140064199747125 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11078557696 10188 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11078557696 10188 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 62262184 11078557696 10188 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10818904 memory=140064199415424 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 62262185 11078557696 10188 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 33 12873 0 0 0 0 5 2 20 0 15 0 62262186 11078557696 10188 33554432000 4194304 4196468 140725133219072 140217434882976 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262186 11078590464 10188 33554432000 4194304 4196468 140725133219072 140217327543280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11078590464 10188 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 366 12873 0 0 1 0 5 2 20 0 15 0 62262189 11078590464 10188 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 237 12873 0 0 0 0 5 2 20 0 15 0 62262189 11078590464 10253 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10818936 memory=140064199415424 CPUtime=0.1 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 638 12873 0 0 3 0 5 2 20 0 15 0 62262189 11078590464 10253 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11078590464 10253 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10818936 memory=140064199415424 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262189 11078590464 10319 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 41744 KiB

[startup+0.310408 s]*
/proc/loadavg: 0.89 0.86 1.09 3/216 20213
/proc/meminfo: memFree=14800832/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10819352 memory=51212 CPUtime=0.38 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 10434 12873 0 0 29 2 5 2 20 0 15 0 62262174 11079016448 12803 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2704838 12803 3073 1 0 2667149 0
[pid=20147/tid=20200] ppid=20144 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 6936 12873 0 0 19 2 5 2 20 0 15 0 62262183 11079016448 12803 33554432000 4194304 4196468 140725133219072 140218404540832 140218416809310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 12803 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 12803 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 12803 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 12803 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 62262185 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 33 12873 0 0 0 0 5 2 20 0 15 0 62262186 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217434882976 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262186 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217327543280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 367 12873 0 0 1 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 237 12873 0 0 1 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10819352 memory=140064199415424 CPUtime=0.12 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 654 12873 0 0 5 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10819352 memory=140064199415424 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 12803 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51212 KiB

[startup+0.700769 s]
/proc/loadavg: 0.89 0.86 1.09 4/216 20213
/proc/meminfo: memFree=14788552/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10819352 memory=84736 CPUtime=0.99 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 16805 12873 0 0 87 5 5 2 20 0 15 0 62262174 11079016448 21184 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2704838 21184 3241 1 0 2667149 0
[pid=20147/tid=20200] ppid=20144 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 12267 12873 0 0 55 4 5 2 20 0 15 0 62262183 11079016448 21184 33554432000 4194304 4196468 140725133219072 140218404549648 140218432742710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 21184 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 21184 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10819352 memory=140064051049264 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 21184 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10819352 memory=140067473457740 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 62262184 11079016448 21184 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10819352 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 6 12873 0 0 0 0 5 2 20 0 15 0 62262185 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 33 12873 0 0 0 0 5 2 20 0 15 0 62262186 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217434882976 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262186 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217327543280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10819352 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10819352 memory=11528 CPUtime=0.14 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 687 12873 0 0 7 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10819352 memory=16432 CPUtime=0.16 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 862 12873 0 0 9 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 744 12873 0 0 13 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262189 11079016448 21184 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84736 KiB

[startup+1.50337 s]
/proc/loadavg: 0.89 0.86 1.09 4/216 20213
/proc/meminfo: memFree=14743084/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10832204 memory=175952 CPUtime=2.9 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 24998 12873 0 0 274 9 5 2 20 0 15 0 62262174 11092176896 43988 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2708051 43988 3446 1 0 2669709 0
[pid=20147/tid=20200] ppid=20144 vsize=10832204 memory=60964 CPUtime=1.45 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) S 20144 20147 13949 0 -1 1077944384 17287 12873 0 0 132 6 5 2 20 0 15 0 62262183 11092176896 43988 33554432000 4194304 4196468 140725133219072 140218404543760 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10832204 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 49 12873 0 0 0 0 5 2 20 0 15 0 62262184 11092176896 43988 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10832204 memory=280128102129824 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 8 12873 0 0 0 0 5 2 20 0 15 0 62262184 11092176896 43988 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 180 12873 0 0 0 0 5 2 20 0 15 0 62262184 11092176896 43988 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 17 12873 0 0 0 0 5 2 20 0 15 0 62262184 11092176896 43988 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) R 20144 20147 13949 0 -1 4202560 27 12873 0 0 0 0 5 2 20 0 15 0 62262185 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217435935232 140218417793568 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 33 12873 0 0 0 0 5 2 20 0 15 0 62262186 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217434882976 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 62262186 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217327543280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10832204 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10832204 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 1407 12873 0 0 46 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10832204 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 2104 12873 0 0 49 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10832204 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 1684 12873 0 0 42 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10832204 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10832204 memory=280128102374272 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11092176896 43988 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10832204 KiB

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

/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 117822 12873 0 0 229504 62 5 2 20 0 15 0 62262183 11111071744 376930 33554432000 4194304 4196468 140725133219072 140218404562864 140218031877063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10850656 memory=1507720 CPUtime=14.87 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 24768 12873 0 0 1433 47 5 2 20 0 15 0 62262184 11111071744 376930 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10850656 memory=1507720 CPUtime=14.87 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 24859 12873 0 0 1431 49 5 2 20 0 15 0 62262184 11111071744 376930 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10850656 memory=1507720 CPUtime=14.85 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 26140 12873 0 0 1430 48 5 2 20 0 15 0 62262184 11111071744 376930 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10850656 memory=1507720 CPUtime=14.82 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 29624 12873 0 0 1428 47 5 2 20 0 15 0 62262184 11111071744 376930 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10850656 memory=1507720 CPUtime=8.43 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 20335 12873 0 0 787 49 5 2 20 0 15 0 62262185 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10850656 memory=1507720 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 62 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217434883104 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10850656 memory=1507720 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217327543296 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10850656 memory=1507720 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10850656 memory=928 CPUtime=12.22 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 68028 12873 0 0 1207 8 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10850656 memory=1507720 CPUtime=11.9 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 61836 12873 0 0 1175 8 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10850656 memory=1507720 CPUtime=4.58 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 54456 12873 0 0 444 7 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10850656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10850656 memory=6656426216303648864 CPUtime=1.45 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1819 12873 0 0 75 63 5 2 20 0 15 0 62262189 11111071744 376930 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 2393.19 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1507720 KiB

[startup+2382.3 s]
/proc/loadavg: 1.14 1.32 1.37 3/215 20307
/proc/meminfo: memFree=13093236/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10850656 memory=1493860 CPUtime=2454.36 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 435405 12873 0 0 245070 359 5 2 20 0 15 0 62262174 11111071744 373465 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2712664 373465 3533 1 0 2674317 0
[pid=20147/tid=20200] ppid=20144 vsize=10850656 memory=1493860 CPUtime=2355.01 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 119253 12873 0 0 235431 63 5 2 20 0 15 0 62262183 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218404563136 140218016775171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.28 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 25495 12873 0 0 1473 48 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.27 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 24998 12873 0 0 1470 50 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.25 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 26611 12873 0 0 1469 49 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.23 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 29942 12873 0 0 1468 48 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10850656 memory=1493860 CPUtime=8.65 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 20661 12873 0 0 808 50 5 2 20 0 15 0 62262185 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 62 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217434883104 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217327543296 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10850656 memory=1493860 CPUtime=12.22 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 68030 12873 0 0 1207 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10850656 memory=1493860 CPUtime=11.9 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 61842 12873 0 0 1175 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10850656 memory=1300 CPUtime=4.58 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 54460 12873 0 0 444 7 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10850656 memory=3848 CPUtime=1.49 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1839 12873 0 0 77 65 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 2454.36 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1493860 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.39 1.39 3/215 20436
/proc/meminfo: memFree=13389320/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10850656 memory=1493860 CPUtime=2515.51 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 438324 12873 0 0 251177 367 5 2 20 0 15 0 62262174 11111071744 373465 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2712664 373465 3533 1 0 2674317 0
[pid=20147/tid=20200] ppid=20144 vsize=10850656 memory=1493860 CPUtime=2414.29 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 120478 12873 0 0 241358 64 5 2 20 0 15 0 62262183 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218404563120 140218031292313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.68 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 25957 12873 0 0 1512 49 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.68 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 25075 12873 0 0 1510 51 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.66 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 27282 12873 0 0 1509 50 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.62 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 30072 12873 0 0 1506 49 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10850656 memory=1493860 CPUtime=8.87 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 20984 12873 0 0 828 52 5 2 20 0 15 0 62262185 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 62 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217434883104 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217327543296 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10850656 memory=4012 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10850656 memory=1493860 CPUtime=12.22 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 68032 12873 0 0 1207 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10850656 memory=1493860 CPUtime=11.9 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 61845 12873 0 0 1175 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10850656 memory=1493860 CPUtime=4.58 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 54463 12873 0 0 444 7 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10850656 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10850656 memory=1200 CPUtime=1.53 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1862 12873 0 0 79 67 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 2515.51 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1493860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.8 s]
/proc/loadavg: 1.56 1.40 1.40 3/215 20436
/proc/meminfo: memFree=12917528/32770624 swapFree=67108852/67108860
[pid=20147] ppid=20144 vsize=10850656 memory=1493860 CPUtime=2520.09 cores=0,2,4,6
/proc/20147/stat : 20147 (java) S 20144 20147 13949 0 -1 1077944320 438350 12873 0 0 251635 367 5 2 20 0 15 0 62262174 11111071744 373465 33554432000 4194304 4196468 140725133219072 140725133201616 140218432728823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
/proc/20147/statm: 2712664 373465 3533 1 0 2674317 0
[pid=20147/tid=20200] ppid=20144 vsize=10850656 memory=16432 CPUtime=2418.73 cores=0,2,4,6
/proc/20147/task/20200/stat : 20200 (java) R 20144 20147 13949 0 -1 4202560 120501 12873 0 0 241802 64 5 2 20 0 15 0 62262183 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218404563072 140218025343742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20201] ppid=20144 vsize=10850656 memory=1792 CPUtime=15.71 cores=0,2,4,6
/proc/20147/task/20201/stat : 20201 (java) S 20144 20147 13949 0 -1 1077944384 25958 12873 0 0 1515 49 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218436971280 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20202] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.71 cores=0,2,4,6
/proc/20147/task/20202/stat : 20202 (java) S 20144 20147 13949 0 -1 1077944384 25076 12873 0 0 1513 51 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218335861648 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20203] ppid=20144 vsize=10850656 memory=1493860 CPUtime=15.69 cores=0,2,4,6
/proc/20147/task/20203/stat : 20203 (java) S 20144 20147 13949 0 -1 1077944384 27282 12873 0 0 1512 50 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218004794384 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20204] ppid=20144 vsize=10850656 memory=1232 CPUtime=15.66 cores=0,2,4,6
/proc/20147/task/20204/stat : 20204 (java) S 20144 20147 13949 0 -1 1077944384 30072 12873 0 0 1509 50 5 2 20 0 15 0 62262184 11111071744 373465 33554432000 4194304 4196468 140725133219072 140218003741840 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20205] ppid=20144 vsize=10850656 memory=2596 CPUtime=8.89 cores=0,2,4,6
/proc/20147/task/20205/stat : 20205 (java) S 20144 20147 13949 0 -1 1077944384 20985 12873 0 0 830 52 5 2 20 0 15 0 62262185 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217435936752 140218432739970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20206] ppid=20144 vsize=10850656 memory=2596 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20206/stat : 20206 (java) S 20144 20147 13949 0 -1 1077944384 62 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217434883104 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20207] ppid=20144 vsize=10850656 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20207/stat : 20207 (java) S 20144 20147 13949 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 62262186 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217327543296 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20208] ppid=20144 vsize=10850656 memory=3228 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20208/stat : 20208 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217020143824 140218432747419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20209] ppid=20144 vsize=10850656 memory=1493860 CPUtime=12.22 cores=0,2,4,6
/proc/20147/task/20209/stat : 20209 (java) S 20144 20147 13949 0 -1 1077944384 68032 12873 0 0 1207 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217401326064 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20210] ppid=20144 vsize=10850656 memory=4104 CPUtime=11.9 cores=0,2,4,6
/proc/20147/task/20210/stat : 20210 (java) S 20144 20147 13949 0 -1 1077944384 61845 12873 0 0 1175 8 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217400273520 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20211] ppid=20144 vsize=10850656 memory=1493860 CPUtime=4.58 cores=0,2,4,6
/proc/20147/task/20211/stat : 20211 (java) S 20144 20147 13949 0 -1 1077944384 54463 12873 0 0 444 7 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217399220976 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20212] ppid=20144 vsize=10850656 memory=1493860 CPUtime=0.07 cores=0,2,4,6
/proc/20147/task/20212/stat : 20212 (java) S 20144 20147 13949 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140216986586208 140218432739029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
[pid=20147/tid=20213] ppid=20144 vsize=10850656 memory=356312 CPUtime=1.53 cores=0,2,4,6
/proc/20147/task/20213/stat : 20213 (java) S 20144 20147 13949 0 -1 1077944384 1862 12873 0 0 79 67 5 2 20 0 15 0 62262189 11111071744 373465 33554432000 4194304 4196468 140725133219072 140217398167856 140218432739970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140725133224558 140725133227356 140725133227356 140725133230031 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1493860 KiB

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

[startup+2446.83 s]
# the end of solver process 20147 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.43 s, system=3.72253 s

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

Child status: 143
Real time (s): 2446.83
CPU time (s): 2520.15
CPU user time (s): 2516.43
CPU system time (s): 3.72253
CPU usage (%): 102.996
Max. virtual memory (cumulated for all children) (KiB): 10851316
Max. memory (cumulated for all children) (KiB): 2065620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.43
system time used= 3.72253
maximum resident set size= 2067176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454721
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239235
involuntary context switches= 9664


# summary of solver processes directly reported to runsolver:
#   pid: 20147
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.43
#   total CPU system time (s): 3.72253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9992 second user time and 23.7953 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 17:43:10
IDJOB=4294280
IDBENCH=141352
IDSOLVER=2750
FILE ID=node148/4294280-1532446990
RUNJOBID= node148-1532446978-19795
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294280-1532446990/watcher-4294280-1532446990 -o /tmp/evaluation-result-4294280-1532446990/solver-4294280-1532446990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532446978-19795 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1388903130 HOME/instance-4294280-1532446990.xml

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=1388903130

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:        14838264 kB
MemAvailable:   31470316 kB
Buffers:          204736 kB
Cached:         16373224 kB
SwapCached:            8 kB
Active:          2517640 kB
Inactive:       14582948 kB
Active(anon):     476260 kB
Inactive(anon):    66092 kB
Active(file):    2041380 kB
Inactive(file): 14516856 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27380 kB
Writeback:             0 kB
AnonPages:        529716 kB
Mapped:            51540 kB
Shmem:             17024 kB
Slab:             529936 kB
SReclaimable:     502276 kB
SUnreclaim:        27660 kB
KernelStack:        3504 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1705028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 43700 MiB
End job on node148 at 2018-07-24 18:23:57