Trace number 4294942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.14 2498.85

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-15-16_c18.xml
MD5SUM57cb1bb20db45191d6ed694399d37744
Bench CategoryCSP (decision 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 variables240
Number of constraints31
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":16},{"arity":16,"count":15}]
Number of extensional constraints31
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":31}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294942-1532497881/watcher-4294942-1532497881 -o /tmp/evaluation-result-4294942-1532497881/solver-4294942-1532497881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2086832761 HOME/instance-4294942-1532497881.xml 

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

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

solver pid=28463, runsolver pid=28460

[startup+0.100065 s]*
/proc/loadavg: 1.59 1.58 1.48 3/209 28520
/proc/meminfo: memFree=13792248/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 4241 13142 0 0 1 1 5 2 20 0 6 0 67351263 10212057088 4582 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2493178 4582 1930 1 0 2481616 0
[pid=28463/tid=28516] ppid=28460 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 2047 13142 0 0 0 0 5 2 20 0 6 0 67351272 10212057088 4582 33554432000 4194304 4196468 140723322256912 140212576703056 140212588946782 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=9972712 memory=5793855455241894329 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 6 0 67351273 10212057088 4582 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=9972712 memory=140204232001152 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 6 0 67351273 10212057088 4582 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 6 0 67351273 10212057088 4582 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 6 0 67351273 10212057088 4582 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210071 s]*
/proc/loadavg: 1.59 1.58 1.48 3/218 28529
/proc/meminfo: memFree=13772412/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10818904 memory=40500 CPUtime=0.25 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 7921 13142 0 0 16 2 5 2 20 0 15 0 67351263 11078557696 10125 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2704726 10125 2944 1 0 2667149 0
[pid=28463/tid=28516] ppid=28460 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 4441 13142 0 0 10 1 5 2 20 0 15 0 67351272 11078557696 10125 33554432000 4194304 4196468 140723322256912 140212576689672 140212588946782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10818904 memory=4211973930436791690 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351273 11078557696 10125 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10818904 memory=140204232001152 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11078557696 10125 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11078557696 10125 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11078557696 10125 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351274 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 33 13142 0 0 0 0 5 2 20 0 15 0 67351275 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211607041440 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351275 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211489072624 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 94 13142 0 0 1 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 526 13142 0 0 1 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10818904 memory=140204232001152 CPUtime=0.1 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) R 28460 28463 21303 0 -1 4202560 625 13142 0 0 3 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211571378416 140212585109065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10818904 memory=140204232001152 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351278 11078557696 10125 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40500 KiB

[startup+0.310336 s]*
/proc/loadavg: 1.59 1.58 1.48 3/218 28529
/proc/meminfo: memFree=13760212/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10819352 memory=51204 CPUtime=0.37 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 10432 13142 0 0 27 3 5 2 20 0 15 0 67351263 11079016448 12801 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2704838 12801 3063 1 0 2667149 0
[pid=28463/tid=28516] ppid=28460 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 6929 13142 0 0 19 2 5 2 20 0 15 0 67351272 11079016448 12801 33554432000 4194304 4196468 140723322256912 140212576678304 140212588946782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 12801 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 12801 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 12801 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 12801 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10819352 memory=140204232001151 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351274 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 33 13142 0 0 0 0 5 2 20 0 15 0 67351275 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211607041440 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10819352 memory=140204232001152 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351275 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211489072624 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 95 13142 0 0 1 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 526 13142 0 0 1 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 643 13142 0 0 4 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 12801 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51204 KiB

[startup+0.700778 s]
/proc/loadavg: 1.59 1.58 1.48 3/218 28529
/proc/meminfo: memFree=13749464/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10819352 memory=84480 CPUtime=0.99 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 16788 13142 0 0 87 5 5 2 20 0 15 0 67351263 11079016448 21120 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2704838 21120 3238 1 0 2667149 0
[pid=28463/tid=28516] ppid=28460 vsize=10819352 memory=20380 CPUtime=0.66 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 12172 13142 0 0 56 3 5 2 20 0 15 0 67351272 11079016448 21120 33554432000 4194304 4196468 140723322256912 140212576687120 140212585142123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 21120 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 21120 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 21120 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11079016448 21120 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 5 13142 0 0 0 0 5 2 20 0 15 0 67351274 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10819352 memory=140204107407968 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 33 13142 0 0 0 0 5 2 20 0 15 0 67351275 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211607041440 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10819352 memory=140204912411760 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351275 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211489072624 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10819352 memory=6153431502485414241 CPUtime=0.17 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 725 13142 0 0 10 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10819352 memory=7881696724453321575 CPUtime=0.13 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 910 13142 0 0 6 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 738 13142 0 0 13 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351278 11079016448 21120 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84480 KiB

[startup+1.50166 s]
/proc/loadavg: 1.59 1.58 1.48 4/218 28529
/proc/meminfo: memFree=13703560/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10830156 memory=241696 CPUtime=2.75 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 23176 13142 0 0 258 10 5 2 20 0 15 0 67351263 11090079744 60424 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2707539 60424 3469 1 0 2669197 0
[pid=28463/tid=28516] ppid=28460 vsize=10830156 memory=7306056177471742806 CPUtime=1.44 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 16112 13142 0 0 131 6 5 2 20 0 15 0 67351272 11090079744 60489 33554432000 4194304 4196468 140723322256912 140212576672592 140212588946782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10830156 memory=7309185426103888486 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 258 13142 0 0 0 0 5 2 20 0 15 0 67351273 11090079744 60489 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10830156 memory=7451303897054339944 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 61 13142 0 0 0 0 5 2 20 0 15 0 67351273 11090079744 60489 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351273 11090079744 60489 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10830156 memory=262700869428616 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 46 13142 0 0 0 0 5 2 20 0 15 0 67351273 11090079744 60489 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10830156 memory=3843371840305377312 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 93 13142 0 0 0 0 5 2 20 0 15 0 67351274 11090079744 60489 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10831948 memory=4638778428397932880 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 35 13142 0 0 0 0 5 2 20 0 15 0 67351275 11091914752 60489 33554432000 4194304 4196468 140723322256912 140211607041440 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10832204 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 67351275 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211489072640 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10832204 memory=280408214208752 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10832204 memory=6935649255759570240 CPUtime=0.52 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 1389 13142 0 0 45 0 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10832204 memory=-6724537830464449123 CPUtime=0.49 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) R 28460 28463 21303 0 -1 4202560 1552 13142 0 0 42 0 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211572413120 140212582883304 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10832204 memory=6656426216303648864 CPUtime=0.44 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 1434 13142 0 0 36 1 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10832204 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10832204 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 67351278 11092176896 60489 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10830156 KiB

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

/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 128402 13142 0 0 231490 49 5 2 20 0 15 0 67351272 11176083456 399651 33554432000 4194304 4196468 140723322256912 140212576692464 140212191468317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10914144 memory=1598600 CPUtime=3.15 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 22174 13142 0 0 282 26 5 2 20 0 15 0 67351273 11176083456 399651 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10914144 memory=6791534058613427641 CPUtime=3.18 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 37849 13142 0 0 281 30 5 2 20 0 15 0 67351273 11176083456 399651 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10914144 memory=0 CPUtime=3.18 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 32659 13142 0 0 282 29 5 2 20 0 15 0 67351273 11176083456 399651 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10914144 memory=1598572 CPUtime=3.2 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 24773 13142 0 0 284 29 5 2 20 0 15 0 67351273 11176083456 399651 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10914144 memory=1598580 CPUtime=2.65 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 23217 13142 0 0 245 13 5 2 20 0 15 0 67351274 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10914144 memory=1598580 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 50 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211607041568 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10914144 memory=1598600 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 14 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211489072640 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10914144 memory=1598600 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10914144 memory=1598600 CPUtime=4.46 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 49058 13142 0 0 435 4 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10914144 memory=1598604 CPUtime=4.51 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 55435 13142 0 0 440 4 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10914144 memory=1598604 CPUtime=1.8 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 34269 13142 0 0 169 4 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10914144 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10914144 memory=1598604 CPUtime=1.51 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 2943 13142 0 0 71 73 5 2 20 0 15 0 67351278 11176083456 399651 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 2342.58 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1598604 KiB

[startup+2382.3 s]
/proc/loadavg: 1.15 1.35 1.44 2/198 28680
/proc/meminfo: memFree=14320060/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10914144 memory=1598644 CPUtime=2402.88 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 418870 13142 0 0 240052 229 5 2 20 0 15 0 67351263 11176083456 399661 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2728536 399661 3519 1 0 2690189 0
[pid=28463/tid=28516] ppid=28460 vsize=10914144 memory=1598572 CPUtime=2375.27 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 129542 13142 0 0 237471 49 5 2 20 0 15 0 67351272 11176083456 399661 33554432000 4194304 4196468 140723322256912 140212576694256 140212191466496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10914144 memory=1598632 CPUtime=3.23 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 22344 13142 0 0 290 26 5 2 20 0 15 0 67351273 11176083456 399661 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10914144 memory=1598636 CPUtime=3.27 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 39028 13142 0 0 290 30 5 2 20 0 15 0 67351273 11176083456 399661 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10914144 memory=1598636 CPUtime=3.27 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 32808 13142 0 0 290 30 5 2 20 0 15 0 67351273 11176083456 399661 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10914144 memory=1598644 CPUtime=3.29 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 26323 13142 0 0 293 29 5 2 20 0 15 0 67351273 11176083456 399661 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10914144 memory=1598644 CPUtime=2.74 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 23584 13142 0 0 253 14 5 2 20 0 15 0 67351274 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10914144 memory=1598644 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 50 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211607041568 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10914144 memory=1598636 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 14 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211489072640 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10914144 memory=280408215000792 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10914144 memory=1692 CPUtime=4.47 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 49407 13142 0 0 436 4 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10914144 memory=912 CPUtime=4.51 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 56310 13142 0 0 440 4 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10914144 memory=1598644 CPUtime=1.8 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 34274 13142 0 0 169 4 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10914144 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10914144 memory=1598632 CPUtime=1.54 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 2988 13142 0 0 72 75 5 2 20 0 15 0 67351278 11176083456 399661 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 2402.88 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1598644 KiB

[startup+2442.3 s]
/proc/loadavg: 0.93 1.24 1.39 2/198 28681
/proc/meminfo: memFree=14318140/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10914144 memory=1600732 CPUtime=2463.19 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 423397 13142 0 0 246079 233 5 2 20 0 15 0 67351263 11176083456 400183 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2728536 400183 3519 1 0 2690189 0
[pid=28463/tid=28516] ppid=28460 vsize=10914144 memory=1598680 CPUtime=2435.05 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 130762 13142 0 0 243448 50 5 2 20 0 15 0 67351272 11176083456 400183 33554432000 4194304 4196468 140723322256912 140212576694800 140212191466608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10914144 memory=1598632 CPUtime=3.33 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 23512 13142 0 0 300 26 5 2 20 0 15 0 67351273 11176083456 400183 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10914144 memory=1598676 CPUtime=3.37 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 39139 13142 0 0 299 31 5 2 20 0 15 0 67351273 11176083456 400183 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10914144 memory=1598680 CPUtime=3.37 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 33043 13142 0 0 300 30 5 2 20 0 15 0 67351273 11176083456 400183 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10914144 memory=1598656 CPUtime=3.39 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 27453 13142 0 0 302 30 5 2 20 0 15 0 67351273 11176083456 400183 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10914144 memory=1598656 CPUtime=2.83 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 24196 13142 0 0 261 15 5 2 20 0 15 0 67351274 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10914144 memory=1600728 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 50 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211607041568 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10914144 memory=1600732 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 14 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211489072640 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10914144 memory=1598680 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10914144 memory=1600732 CPUtime=4.47 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 49409 13142 0 0 436 4 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10914144 memory=1600732 CPUtime=4.51 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 56314 13142 0 0 440 4 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10914144 memory=1600728 CPUtime=1.8 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 34278 13142 0 0 169 4 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10914144 memory=1600732 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10914144 memory=1600732 CPUtime=1.59 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 3029 13142 0 0 75 77 5 2 20 0 15 0 67351278 11176083456 400183 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 2463.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1600732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.8 s]
/proc/loadavg: 0.74 1.15 1.35 2/198 28682
/proc/meminfo: memFree=14317880/32770624 swapFree=67108860/67108860
[pid=28463] ppid=28460 vsize=10914144 memory=1600784 CPUtime=2520.07 cores=0,2,4,6
/proc/28463/stat : 28463 (java) S 28460 28463 21303 0 -1 1077944320 433809 13142 0 0 251764 236 5 2 20 0 15 0 67351263 11176083456 400196 33554432000 4194304 4196468 140723322256912 140723322239456 140212604866295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
/proc/28463/statm: 2728536 400196 3519 1 0 2690189 0
[pid=28463/tid=28516] ppid=28460 vsize=10914144 memory=4108 CPUtime=2491.38 cores=0,2,4,6
/proc/28463/task/28516/stat : 28516 (java) R 28460 28463 21303 0 -1 4202560 132166 13142 0 0 249080 51 5 2 20 0 15 0 67351272 11176083456 400196 33554432000 4194304 4196468 140723322256912 140212576696544 140212191466717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28517] ppid=28460 vsize=10914144 memory=1408 CPUtime=3.42 cores=0,2,4,6
/proc/28463/task/28517/stat : 28517 (java) S 28460 28463 21303 0 -1 1077944384 25265 13142 0 0 308 27 5 2 20 0 15 0 67351273 11176083456 400196 33554432000 4194304 4196468 140723322256912 140212609108240 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28518] ppid=28460 vsize=10914144 memory=3292 CPUtime=3.46 cores=0,2,4,6
/proc/28463/task/28518/stat : 28518 (java) S 28460 28463 21303 0 -1 1077944384 40789 13142 0 0 307 32 5 2 20 0 15 0 67351273 11176083456 400196 33554432000 4194304 4196468 140723322256912 140212497381776 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28519] ppid=28460 vsize=10914144 memory=1600784 CPUtime=3.45 cores=0,2,4,6
/proc/28463/task/28519/stat : 28519 (java) S 28460 28463 21303 0 -1 1077944384 33254 13142 0 0 308 30 5 2 20 0 15 0 67351273 11176083456 400196 33554432000 4194304 4196468 140723322256912 140212176939536 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28520] ppid=28460 vsize=10914144 memory=6791534058613427641 CPUtime=3.48 cores=0,2,4,6
/proc/28463/task/28520/stat : 28520 (java) S 28460 28463 21303 0 -1 1077944384 27624 13142 0 0 311 30 5 2 20 0 15 0 67351273 11176083456 400196 33554432000 4194304 4196468 140723322256912 140212175886992 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28521] ppid=28460 vsize=10914144 memory=-7003737579269690708 CPUtime=2.9 cores=0,2,4,6
/proc/28463/task/28521/stat : 28521 (java) S 28460 28463 21303 0 -1 1077944384 24833 13142 0 0 268 15 5 2 20 0 15 0 67351274 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211608095216 140212604877442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28522] ppid=28460 vsize=10914144 memory=8544 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28522/stat : 28522 (java) S 28460 28463 21303 0 -1 1077944384 50 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211607041568 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28523] ppid=28460 vsize=10914144 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28523/stat : 28523 (java) S 28460 28463 21303 0 -1 1077944384 14 13142 0 0 0 0 5 2 20 0 15 0 67351275 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211489072640 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28524] ppid=28460 vsize=10914144 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28524/stat : 28524 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211181673168 140212604884891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28525] ppid=28460 vsize=10914144 memory=1600784 CPUtime=4.47 cores=0,2,4,6
/proc/28463/task/28525/stat : 28525 (java) S 28460 28463 21303 0 -1 1077944384 50004 13142 0 0 436 4 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211573483504 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28526] ppid=28460 vsize=10914144 memory=1600784 CPUtime=4.63 cores=0,2,4,6
/proc/28463/task/28526/stat : 28526 (java) S 28460 28463 21303 0 -1 1077944384 60254 13142 0 0 451 5 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211572430960 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28527] ppid=28460 vsize=10914144 memory=1792 CPUtime=1.8 cores=0,2,4,6
/proc/28463/task/28527/stat : 28527 (java) S 28460 28463 21303 0 -1 1077944384 34284 13142 0 0 169 4 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211571378416 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28528] ppid=28460 vsize=10914144 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/28463/task/28528/stat : 28528 (java) S 28460 28463 21303 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211148114528 140212604876501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
[pid=28463/tid=28529] ppid=28460 vsize=10914144 memory=644 CPUtime=1.62 cores=0,2,4,6
/proc/28463/task/28529/stat : 28529 (java) S 28460 28463 21303 0 -1 1077944384 3074 13142 0 0 77 78 5 2 20 0 15 0 67351278 11176083456 400196 33554432000 4194304 4196468 140723322256912 140211570326320 140212604877442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 16130048 140723322264174 140723322266972 140723322266972 140723322269647 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1600784 KiB

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

[startup+2498.85 s]
# the end of solver process 28463 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.72 s, system=2.41408 s

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

Child status: 143
Real time (s): 2498.85
CPU time (s): 2520.14
CPU user time (s): 2517.72
CPU system time (s): 2.41408
CPU usage (%): 100.852
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 2045852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.72
system time used= 2.41408
maximum resident set size= 2065340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120836
involuntary context switches= 5123


# summary of solver processes directly reported to runsolver:
#   pid: 28463
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.72
#   total CPU system time (s): 2.41408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6647 second user time and 24.9062 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 07:51:21
IDJOB=4294942
IDBENCH=141447
IDSOLVER=2750
FILE ID=node135/4294942-1532497881
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48336 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294942-1532497881/watcher-4294942-1532497881 -o /tmp/evaluation-result-4294942-1532497881/solver-4294942-1532497881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2086832761 HOME/instance-4294942-1532497881.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=2086832761

node135.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:        13797816 kB
MemAvailable:   29855828 kB
Buffers:          226968 kB
Cached:         15879212 kB
SwapCached:            0 kB
Active:          4568488 kB
Inactive:       13669788 kB
Active(anon):    2081868 kB
Inactive(anon):    69900 kB
Active(file):    2486620 kB
Inactive(file): 13599888 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28284 kB
Writeback:             0 kB
AnonPages:       2020196 kB
Mapped:            52616 kB
Shmem:             17056 kB
Slab:             428944 kB
SReclaimable:     399964 kB
SUnreclaim:        28980 kB
KernelStack:        3856 kB
PageTables:         9000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3243444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1798144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48340 MiB
End job on node135 at 2018-07-25 08:33:00