Trace number 4294915

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.04 2499.24

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294915-1532496784/watcher-4294915-1532496784 -o /tmp/evaluation-result-4294915-1532496784/solver-4294915-1532496784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=48325773 HOME/instance-4294915-1532496784.xml 

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

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=26173, runsolver pid=26170

[startup+0.100092 s]*
/proc/loadavg: 1.60 1.51 1.48 3/210 26230
/proc/meminfo: memFree=18423304/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 4246 13291 0 0 1 0 5 3 20 0 6 0 67241546 10212057088 4582 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2493178 4582 1930 1 0 2481616 0
[pid=26173/tid=26226] ppid=26170 vsize=9972712 memory=4279135704047190159 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 2050 13291 0 0 0 0 5 3 20 0 6 0 67241555 10212057088 4582 33554432000 4194304 4196468 140724714593056 139967370256976 139967391137367 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 6 0 67241556 10212057088 4582 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=9972712 memory=140154969130624 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 6 0 67241556 10212057088 4582 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 6 0 67241556 10212057088 4582 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 6 0 67241556 10212057088 4582 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210127 s]*
/proc/loadavg: 1.60 1.51 1.48 3/219 26239
/proc/meminfo: memFree=18401836/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10821524 memory=44052 CPUtime=0.27 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 8192 13291 0 0 17 2 5 3 20 0 15 0 67241546 11081240576 11013 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2705381 11013 2978 1 0 2667804 0
[pid=26173/tid=26226] ppid=26170 vsize=10821524 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 4786 13291 0 0 10 1 5 3 20 0 15 0 67241555 11081240576 11079 33554432000 4194304 4196468 140724714593056 139967370245024 139967391099933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11081240576 11079 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10821524 memory=140154969130624 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11081240576 11079 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11081240576 11145 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 67241556 11081240576 11145 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10821524 memory=140154969130624 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 67241557 11081240576 11145 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 33 13291 0 0 0 0 5 3 20 0 15 0 67241558 11081240576 11145 33554432000 4194304 4196468 140724714593056 139966856242848 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241558 11081240576 11211 33554432000 4194304 4196468 140724714593056 139966273283312 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11081240576 11211 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10821524 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 356 13291 0 0 1 0 5 3 20 0 15 0 67241560 11081240576 11211 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10821524 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 273 13291 0 0 1 0 5 3 20 0 15 0 67241560 11081240576 11211 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10821524 memory=140154969130624 CPUtime=0.11 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 608 13291 0 0 3 0 5 3 20 0 15 0 67241560 11081240576 11211 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11081240576 11277 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10821524 memory=140154969130624 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241561 11081240576 11277 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44052 KiB

[startup+0.310407 s]*
/proc/loadavg: 1.60 1.51 1.48 3/219 26239
/proc/meminfo: memFree=18389380/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10819352 memory=53108 CPUtime=0.39 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 10329 13291 0 0 28 3 5 3 20 0 15 0 67241546 11079016448 13277 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2704838 13277 3097 1 0 2667149 0
[pid=26173/tid=26226] ppid=26170 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 6845 13291 0 0 20 1 5 3 20 0 15 0 67241555 11079016448 13277 33554432000 4194304 4196468 140724714593056 139967370232224 139967398442141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10819352 memory=7885076614472683619 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 13277 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10819352 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 13277 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10819352 memory=7649539526279513026 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 13277 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 13277 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 67241557 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 33 13291 0 0 0 0 5 3 20 0 15 0 67241558 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966856242848 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241558 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966273283312 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11079016448 13277 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 357 13291 0 0 2 0 5 3 20 0 15 0 67241560 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 273 13291 0 0 1 0 5 3 20 0 15 0 67241560 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) R 26170 26173 19905 0 -1 4202560 614 13291 0 0 4 0 5 3 20 0 15 0 67241560 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966820579312 139967398441562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11079016448 13277 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241561 11079016448 13277 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53108 KiB

[startup+0.700735 s]
/proc/loadavg: 1.60 1.51 1.48 3/219 26239
/proc/meminfo: memFree=18379580/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10819352 memory=85328 CPUtime=1 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 16407 13291 0 0 87 5 5 3 20 0 15 0 67241546 11079016448 21332 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2704838 21332 3246 1 0 2667149 0
[pid=26173/tid=26226] ppid=26170 vsize=10819352 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 11871 13291 0 0 56 3 5 3 20 0 15 0 67241555 11079016448 21332 33554432000 4194304 4196468 140724714593056 139967370241040 139967379983771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 21332 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 21332 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 21332 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 67241556 11079016448 21332 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 5 13291 0 0 0 0 5 3 20 0 15 0 67241557 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 33 13291 0 0 0 0 5 3 20 0 15 0 67241558 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966856242848 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241558 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966273283312 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10819352 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11079016448 21332 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 729 13291 0 0 7 0 5 3 20 0 15 0 67241560 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 901 13291 0 0 10 0 5 3 20 0 15 0 67241560 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10819352 memory=11076 CPUtime=0.21 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 663 13291 0 0 13 0 5 3 20 0 15 0 67241560 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10819352 memory=140154849230192 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11079016448 21332 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241561 11079016448 21332 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85328 KiB

[startup+1.50073 s]
/proc/loadavg: 1.60 1.51 1.48 3/219 26239
/proc/meminfo: memFree=18333248/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10828108 memory=237412 CPUtime=2.89 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 21581 13291 0 0 270 11 5 3 20 0 15 0 67241546 11087982592 59353 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2707027 59353 3464 1 0 2668685 0
[pid=26173/tid=26226] ppid=26170 vsize=10828108 memory=12 CPUtime=1.45 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 14528 13291 0 0 131 6 5 3 20 0 15 0 67241555 11087982592 59353 33554432000 4194304 4196468 140724714593056 139967370199432 139967382500702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10828108 memory=19 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 325 13291 0 0 0 0 5 3 20 0 15 0 67241556 11087982592 59353 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241556 11087982592 59353 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 54 13291 0 0 0 0 5 3 20 0 15 0 67241556 11087982592 59353 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10828108 memory=99372 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 56 13291 0 0 0 0 5 3 20 0 15 0 67241556 11087982592 59353 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 92 13291 0 0 0 0 5 3 20 0 15 0 67241557 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10828108 memory=7450177996960326487 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 33 13291 0 0 0 0 5 3 20 0 15 0 67241558 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966856242848 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10828108 memory=7302987466593627224 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241558 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966273283312 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10828108 memory=7738968046209756273 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11087982592 59353 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10828108 memory=5787217160294390116 CPUtime=0.55 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 1425 13291 0 0 47 0 5 3 20 0 15 0 67241560 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10828108 memory=7668047325634326378 CPUtime=0.61 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 1613 13291 0 0 53 0 5 3 20 0 15 0 67241560 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10828108 memory=7305218383954338647 CPUtime=0.43 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 1253 13291 0 0 34 1 5 3 20 0 15 0 67241560 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10828108 memory=7305218383954338647 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11087982592 59353 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10828108 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 67241561 11087982592 59353 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10828108 KiB

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

/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 107566 13291 0 0 231450 51 5 3 20 0 15 0 67241555 11176083456 424897 33554432000 4194304 4196468 140724714593056 139967370248528 139966966663004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10914144 memory=1699584 CPUtime=3.28 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 24991 13291 0 0 292 28 5 3 20 0 15 0 67241556 11176083456 424897 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10914144 memory=1699544 CPUtime=3.29 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 20863 13291 0 0 295 26 5 3 20 0 15 0 67241556 11176083456 424897 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10914144 memory=1699588 CPUtime=3.31 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 20731 13291 0 0 295 28 5 3 20 0 15 0 67241556 11176083456 424897 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10914144 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 20177 13291 0 0 296 25 5 3 20 0 15 0 67241556 11176083456 424897 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10914144 memory=1699588 CPUtime=3.1 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 21700 13291 0 0 282 20 5 3 20 0 15 0 67241557 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10914144 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 54 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966856242912 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10914144 memory=20512 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 21 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966273283328 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10914144 memory=1699588 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11176083456 424897 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10914144 memory=1699588 CPUtime=4.32 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 36149 13291 0 0 419 5 5 3 20 0 15 0 67241560 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10914144 memory=1699588 CPUtime=4.01 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 25962 13291 0 0 390 3 5 3 20 0 15 0 67241560 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10914144 memory=1699588 CPUtime=1.72 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 18133 13291 0 0 159 5 5 3 20 0 15 0 67241560 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10914144 memory=1699588 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11176083456 424897 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10914144 memory=956 CPUtime=1.4 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 2448 13291 0 0 60 72 5 3 20 0 15 0 67241561 11176083456 424897 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 2342.21 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1699588 KiB

[startup+2382.3 s]
/proc/loadavg: 1.84 1.51 1.48 3/221 26467
/proc/meminfo: memFree=17238860/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10914144 memory=1701668 CPUtime=2402.49 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 302848 13291 0 0 240005 236 5 3 20 0 15 0 67241546 11176083456 425417 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2728536 425417 3520 1 0 2690189 0
[pid=26173/tid=26226] ppid=26170 vsize=10914144 memory=1701668 CPUtime=2374.86 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 108195 13291 0 0 237427 51 5 3 20 0 15 0 67241555 11176083456 425417 33554432000 4194304 4196468 140724714593056 139967370252448 139966973682387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10914144 memory=1701668 CPUtime=3.38 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 25127 13291 0 0 301 29 5 3 20 0 15 0 67241556 11176083456 425417 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10914144 memory=1701668 CPUtime=3.38 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 20959 13291 0 0 303 27 5 3 20 0 15 0 67241556 11176083456 425417 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10914144 memory=1701668 CPUtime=3.41 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 20769 13291 0 0 304 29 5 3 20 0 15 0 67241556 11176083456 425417 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10914144 memory=1012 CPUtime=3.39 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 20713 13291 0 0 305 26 5 3 20 0 15 0 67241556 11176083456 425417 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10914144 memory=1701668 CPUtime=3.19 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 22074 13291 0 0 291 20 5 3 20 0 15 0 67241557 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10914144 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 54 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966856242912 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10914144 memory=1701668 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 21 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966273283328 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10914144 memory=1701668 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11176083456 425417 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10914144 memory=394 CPUtime=4.32 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 36153 13291 0 0 419 5 5 3 20 0 15 0 67241560 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10914144 memory=164 CPUtime=4.02 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 25966 13291 0 0 391 3 5 3 20 0 15 0 67241560 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10914144 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 18137 13291 0 0 159 5 5 3 20 0 15 0 67241560 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10914144 memory=136 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11176083456 425417 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10914144 memory=4036 CPUtime=1.44 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 2482 13291 0 0 62 74 5 3 20 0 15 0 67241561 11176083456 425417 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 2402.49 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1701668 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.48 1.48 3/221 26468
/proc/meminfo: memFree=17238308/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10914144 memory=1701720 CPUtime=2462.81 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 304702 13291 0 0 246032 241 5 3 20 0 15 0 67241546 11176083456 425430 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2728536 425430 3520 1 0 2690189 0
[pid=26173/tid=26226] ppid=26170 vsize=10914144 memory=1701720 CPUtime=2434.62 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 108796 13291 0 0 243403 51 5 3 20 0 15 0 67241555 11176083456 425430 33554432000 4194304 4196468 140724714593056 139967370247168 139966966667166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10914144 memory=1701720 CPUtime=3.47 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 25195 13291 0 0 310 29 5 3 20 0 15 0 67241556 11176083456 425430 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10914144 memory=1701720 CPUtime=3.49 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 21497 13291 0 0 313 28 5 3 20 0 15 0 67241556 11176083456 425430 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10914144 memory=1701720 CPUtime=3.52 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 20873 13291 0 0 314 30 5 3 20 0 15 0 67241556 11176083456 425430 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10914144 memory=1701720 CPUtime=3.5 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 20833 13291 0 0 315 27 5 3 20 0 15 0 67241556 11176083456 425430 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10914144 memory=1701720 CPUtime=3.29 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 22453 13291 0 0 300 21 5 3 20 0 15 0 67241557 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10914144 memory=1701720 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 54 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966856242912 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10914144 memory=1701720 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 21 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966273283328 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10914144 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11176083456 425430 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10914144 memory=1701704 CPUtime=4.32 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 36157 13291 0 0 419 5 5 3 20 0 15 0 67241560 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10914144 memory=1701704 CPUtime=4.02 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 25970 13291 0 0 391 3 5 3 20 0 15 0 67241560 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10914144 memory=1701720 CPUtime=1.72 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 18141 13291 0 0 159 5 5 3 20 0 15 0 67241560 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10914144 memory=1701720 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11176083456 425430 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10914144 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 2514 13291 0 0 63 76 5 3 20 0 15 0 67241561 11176083456 425430 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 2462.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1701720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.2 s]
/proc/loadavg: 1.27 1.43 1.46 3/221 26468
/proc/meminfo: memFree=17238560/32770624 swapFree=67108860/67108860
[pid=26173] ppid=26170 vsize=10914144 memory=1701748 CPUtime=2520 cores=1,3,5,7
/proc/26173/stat : 26173 (java) S 26170 26173 19905 0 -1 1077944320 306234 13291 0 0 251746 246 5 3 20 0 15 0 67241546 11176083456 425437 33554432000 4194304 4196468 140724714593056 140724714575600 139967398420215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
/proc/26173/statm: 2728536 425437 3520 1 0 2690189 0
[pid=26173/tid=26226] ppid=26170 vsize=10914144 memory=1701748 CPUtime=2491.32 cores=1,3,5,7
/proc/26173/task/26226/stat : 26226 (java) R 26170 26173 19905 0 -1 4202560 109244 13291 0 0 249072 52 5 3 20 0 15 0 67241555 11176083456 425437 33554432000 4194304 4196468 140724714593056 139967370251792 139966966664120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26227] ppid=26170 vsize=10914144 memory=13056 CPUtime=3.56 cores=1,3,5,7
/proc/26173/task/26227/stat : 26227 (java) S 26170 26173 19905 0 -1 1077944384 25282 13291 0 0 319 29 5 3 20 0 15 0 67241556 11176083456 425437 33554432000 4194304 4196468 140724714593056 139967402662416 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26228] ppid=26170 vsize=10914144 memory=1701748 CPUtime=3.58 cores=1,3,5,7
/proc/26173/task/26228/stat : 26228 (java) S 26170 26173 19905 0 -1 1077944384 21529 13291 0 0 322 28 5 3 20 0 15 0 67241556 11176083456 425437 33554432000 4194304 4196468 140724714593056 139967290935952 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26229] ppid=26170 vsize=10914144 memory=1701748 CPUtime=3.6 cores=1,3,5,7
/proc/26173/task/26229/stat : 26229 (java) S 26170 26173 19905 0 -1 1077944384 21122 13291 0 0 322 30 5 3 20 0 15 0 67241556 11176083456 425437 33554432000 4194304 4196468 140724714593056 139967289882896 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26230] ppid=26170 vsize=10914144 memory=1701748 CPUtime=3.59 cores=1,3,5,7
/proc/26173/task/26230/stat : 26230 (java) S 26170 26173 19905 0 -1 1077944384 20872 13291 0 0 323 28 5 3 20 0 15 0 67241556 11176083456 425437 33554432000 4194304 4196468 140724714593056 139967288830352 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26231] ppid=26170 vsize=10914144 memory=4036 CPUtime=3.38 cores=1,3,5,7
/proc/26173/task/26231/stat : 26231 (java) S 26170 26173 19905 0 -1 1077944384 22646 13291 0 0 309 21 5 3 20 0 15 0 67241557 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966857296624 139967398431362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26232] ppid=26170 vsize=10914144 memory=20512 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26232/stat : 26232 (java) S 26170 26173 19905 0 -1 1077944384 54 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966856242912 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26233] ppid=26170 vsize=10914144 memory=1701748 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26233/stat : 26233 (java) S 26170 26173 19905 0 -1 1077944384 21 13291 0 0 0 0 5 3 20 0 15 0 67241558 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966273283328 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26234] ppid=26170 vsize=10914144 memory=16244 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26234/stat : 26234 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241560 11176083456 425437 33554432000 4194304 4196468 140724714593056 139965965883856 139967398438811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26235] ppid=26170 vsize=10914144 memory=4048 CPUtime=4.32 cores=1,3,5,7
/proc/26173/task/26235/stat : 26235 (java) S 26170 26173 19905 0 -1 1077944384 36310 13291 0 0 419 5 5 3 20 0 15 0 67241560 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966822684912 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26236] ppid=26170 vsize=10914144 memory=1236 CPUtime=4.02 cores=1,3,5,7
/proc/26173/task/26236/stat : 26236 (java) S 26170 26173 19905 0 -1 1077944384 26073 13291 0 0 391 3 5 3 20 0 15 0 67241560 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966821632368 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26237] ppid=26170 vsize=10914144 memory=12420 CPUtime=1.72 cores=1,3,5,7
/proc/26173/task/26237/stat : 26237 (java) S 26170 26173 19905 0 -1 1077944384 18350 13291 0 0 159 5 5 3 20 0 15 0 67241560 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966820579312 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26238] ppid=26170 vsize=10914144 memory=1788 CPUtime=0.08 cores=1,3,5,7
/proc/26173/task/26238/stat : 26238 (java) S 26170 26173 19905 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 67241561 11176083456 425437 33554432000 4194304 4196468 140724714593056 139965932325216 139967398430421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
[pid=26173/tid=26239] ppid=26170 vsize=10914144 memory=644 CPUtime=1.5 cores=1,3,5,7
/proc/26173/task/26239/stat : 26239 (java) S 26170 26173 19905 0 -1 1077944384 2533 13291 0 0 64 78 5 3 20 0 15 0 67241561 11176083456 425437 33554432000 4194304 4196468 140724714593056 139966819527728 139967398431362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140724714601072 140724714603868 140724714603868 140724714606543 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1701748 KiB

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

[startup+2499.24 s]
# the end of solver process 26173 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.50565 s

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

Child status: 143
Real time (s): 2499.24
CPU time (s): 2520.04
CPU user time (s): 2517.54
CPU system time (s): 2.50565
CPU usage (%): 100.832
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 2053760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.50565
maximum resident set size= 2055860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130371
involuntary context switches= 3598


# summary of solver processes directly reported to runsolver:
#   pid: 26173
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.50565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2236 second user time and 24.6291 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 07:33:04
IDJOB=4294915
IDBENCH=141444
IDSOLVER=2750
FILE ID=node133/4294915-1532496784
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48228 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294915-1532496784/watcher-4294915-1532496784 -o /tmp/evaluation-result-4294915-1532496784/solver-4294915-1532496784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=48325773 HOME/instance-4294915-1532496784.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=48325773

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18429840 kB
MemAvailable:   29521492 kB
Buffers:          168136 kB
Cached:         11084084 kB
SwapCached:            0 kB
Active:          5113208 kB
Inactive:        8607332 kB
Active(anon):    2419440 kB
Inactive(anon):    68468 kB
Active(file):    2693768 kB
Inactive(file):  8538864 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29140 kB
Writeback:             0 kB
AnonPages:       2503740 kB
Mapped:            51876 kB
Shmem:             17056 kB
Slab:             315208 kB
SReclaimable:     287480 kB
SUnreclaim:        27728 kB
KernelStack:        3872 kB
PageTables:        10108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3266932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2283520 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= 48200 MiB
End job on node133 at 2018-07-25 08:14:43