Trace number 4295808

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.09 2473.25

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-10_c18.xml
MD5SUM13340ae912518807f9e2f6bcededa797
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 variables200
Number of constraints182
Number of domains2
Minimum domain size10
Maximum domain size100
Distribution of domain sizes[{"size":10,"count":100},{"size":100,"count":90}]
Minimum variable degree0
Maximum variable degree93
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":92,"count":10},{"degree":93,"count":90}]
Minimum constraint arity3
Maximum constraint arity101
Distribution of constraint arities[{"arity":3,"count":90},{"arity":10,"count":1},{"arity":100,"count":1},{"arity":101,"count":90}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295808-1532597518/watcher-4295808-1532597518 -o /tmp/evaluation-result-4295808-1532597518/solver-4295808-1532597518 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1180037517 HOME/instance-4295808-1532597518.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=32205, runsolver pid=32202

[startup+0.100111 s]*
/proc/loadavg: 1.11 1.26 1.31 3/207 32262
/proc/meminfo: memFree=12097616/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=9972712 memory=19112 CPUtime=0.09 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 4412 13048 0 0 1 1 5 2 20 0 6 0 77314983 10212057088 4778 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2493178 4778 1934 1 0 2481616 0
[pid=32205/tid=32258] ppid=32202 vsize=9972712 memory=4279135703946460816 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 2225 13048 0 0 1 0 5 2 20 0 6 0 77314992 10212057088 4778 33554432000 4194304 4196468 140727535269392 139838634324560 139838648170325 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 6 0 77314993 10212057088 4778 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=9972712 memory=140394076403328 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 6 0 77314993 10212057088 4778 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 6 0 77314993 10212057088 4778 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 6 0 77314993 10212057088 4778 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19112 KiB

[startup+0.209891 s]*
/proc/loadavg: 1.11 1.26 1.31 3/216 32271
/proc/meminfo: memFree=12075620/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10821524 memory=47404 CPUtime=0.25 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 8502 13048 0 0 16 2 5 2 20 0 15 0 77314983 11081240576 11851 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2705381 11851 2985 1 0 2667804 0
[pid=32205/tid=32258] ppid=32202 vsize=10821524 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 5134 13048 0 0 11 1 5 2 20 0 15 0 77314992 11081240576 11917 33554432000 4194304 4196468 140727535269392 139838634312608 139838655167517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10821524 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11081240576 11917 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10821524 memory=140394076827349 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11081240576 11983 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11081240576 11983 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 77314993 11081240576 11983 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10821524 memory=140394076403328 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 77314995 11081240576 11983 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 13 13048 0 0 0 0 5 2 20 0 15 0 77314995 11081240576 12049 33554432000 4194304 4196468 140727535269392 139838028244640 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314995 11081240576 12049 33554432000 4194304 4196468 140727535269392 139837424264432 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11081240576 12049 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 543 13048 0 0 1 0 5 2 20 0 15 0 77314998 11081240576 12049 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 68 13048 0 0 1 0 5 2 20 0 15 0 77314998 11081240576 12049 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10821524 memory=140394076403328 CPUtime=0.1 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 611 13048 0 0 3 0 5 2 20 0 15 0 77314998 11081240576 11701 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11081240576 11701 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10821524 memory=140394076403328 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314998 11081240576 11701 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 47404 KiB

[startup+0.310328 s]*
/proc/loadavg: 1.11 1.26 1.31 3/216 32271
/proc/meminfo: memFree=12063284/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10819352 memory=56272 CPUtime=0.37 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 10570 13048 0 0 28 2 5 2 20 0 15 0 77314983 11079016448 14068 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2704838 14068 3104 1 0 2667149 0
[pid=32205/tid=32258] ppid=32202 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 7133 13048 0 0 20 1 5 2 20 0 15 0 77314992 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838634299808 139838646568286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 13 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838028244640 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 14068 33554432000 4194304 4196468 140727535269392 139837424264432 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 543 13048 0 0 1 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 69 13048 0 0 1 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10819352 memory=140394076403328 CPUtime=0.12 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) R 32202 32205 29230 0 -1 4202560 617 13048 0 0 5 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838118660080 139838640490646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10819352 memory=140394076403328 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 14068 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56272 KiB

[startup+0.700706 s]
/proc/loadavg: 1.11 1.26 1.31 3/216 32271
/proc/meminfo: memFree=12052724/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10819352 memory=88308 CPUtime=0.98 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 16732 13048 0 0 87 4 5 2 20 0 15 0 77314983 11079016448 22077 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2704838 22077 3237 1 0 2667149 0
[pid=32205/tid=32258] ppid=32202 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 12269 13048 0 0 56 2 5 2 20 0 15 0 77314992 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838634308624 139838644051328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10819352 memory=140393958224688 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10819352 memory=140398185939532 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 2 13048 0 0 0 0 5 2 20 0 15 0 77314993 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10819352 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 5 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 13 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838028244640 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314995 11079016448 22077 33554432000 4194304 4196468 140727535269392 139837424264432 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10819352 memory=13504 CPUtime=0.15 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 965 13048 0 0 8 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10819352 memory=16432 CPUtime=0.16 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 594 13048 0 0 9 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10819352 memory=1792 CPUtime=0.2 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 685 13048 0 0 13 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314998 11079016448 22077 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88308 KiB

[startup+1.50075 s]
/proc/loadavg: 1.11 1.26 1.31 4/216 32271
/proc/meminfo: memFree=12006292/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10834252 memory=179368 CPUtime=2.31 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 23995 13048 0 0 215 9 5 2 20 0 15 0 77314983 11094274048 44842 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2708563 44842 3479 1 0 2670221 0
[pid=32205/tid=32258] ppid=32202 vsize=10834252 memory=65128 CPUtime=1.42 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 17775 13048 0 0 130 5 5 2 20 0 15 0 77314992 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838634319200 139838646568286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 17 13048 0 0 1 0 5 2 20 0 15 0 77314993 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10834252 memory=280787916480672 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 188 13048 0 0 1 0 5 2 20 0 15 0 77314993 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 21 13048 0 0 1 0 5 2 20 0 15 0 77314993 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 74 13048 0 0 1 0 5 2 20 0 15 0 77314993 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 56 13048 0 0 1 0 5 2 20 0 15 0 77314995 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 14 13048 0 0 0 0 5 2 20 0 15 0 77314995 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838028244704 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314995 11094274048 44842 33554432000 4194304 4196468 140727535269392 139837424264448 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10834252 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 1214 13048 0 0 18 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 1080 13048 0 0 24 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10834252 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 1360 13048 0 0 35 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10834252 memory=280787916725120 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1 13048 0 0 0 0 5 2 20 0 15 0 77314998 11094274048 44842 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 99695 13048 0 0 229530 61 5 2 20 0 15 0 77314992 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838634320976 139838263623334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.08 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 19628 13048 0 0 1148 53 5 2 20 0 15 0 77314993 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.11 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 16932 13048 0 0 1150 54 5 2 20 0 15 0 77314993 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.11 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 16862 13048 0 0 1146 58 5 2 20 0 15 0 77314993 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.14 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 18583 13048 0 0 1153 54 5 2 20 0 15 0 77314993 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10914144 memory=1584552 CPUtime=10.66 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 20359 13048 0 0 1008 51 5 2 20 0 15 0 77314995 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 26 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838028244704 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10914144 memory=23100 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 20 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396138 33554432000 4194304 4196468 140727535269392 139837424264448 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10914144 memory=1584552 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10914144 memory=1584552 CPUtime=4.14 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 24856 13048 0 0 404 3 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10914144 memory=1300 CPUtime=4.48 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 25620 13048 0 0 438 3 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10914144 memory=1732 CPUtime=2.04 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 28413 13048 0 0 192 5 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10914144 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10914144 memory=15876 CPUtime=1.46 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1058 13048 0 0 64 75 5 2 20 0 15 0 77314998 11176083456 396138 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 2366.68 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1584552 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.36 1.35 3/216 32622
/proc/meminfo: memFree=10474256/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10914144 memory=1586600 CPUtime=2427.67 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 276370 13048 0 0 242393 367 5 2 20 0 15 0 77314983 11176083456 396650 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2728536 396650 3526 1 0 2690189 0
[pid=32205/tid=32258] ppid=32202 vsize=10914144 memory=1300 CPUtime=2355.23 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 100666 13048 0 0 235454 62 5 2 20 0 15 0 77314992 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838634321232 139838264017862 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.43 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 19805 13048 0 0 1182 54 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.46 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 16985 13048 0 0 1183 56 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.47 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 16913 13048 0 0 1180 60 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.48 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 19040 13048 0 0 1186 55 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10914144 memory=1586600 CPUtime=10.95 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 20740 13048 0 0 1037 51 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10914144 memory=1584552 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 26 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838028244704 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10914144 memory=1584552 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 20 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837424264448 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10914144 memory=1584552 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10914144 memory=1584552 CPUtime=4.14 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 24860 13048 0 0 404 3 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10914144 memory=7809612767788689255 CPUtime=4.48 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 25624 13048 0 0 438 3 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10914144 memory=2600 CPUtime=2.04 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 28417 13048 0 0 192 5 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10914144 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10914144 memory=3280 CPUtime=1.5 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1080 13048 0 0 66 77 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 2427.67 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1586600 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.40 1.36 3/216 32623
/proc/meminfo: memFree=10472440/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10914144 memory=1586600 CPUtime=2488.61 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 278992 13048 0 0 248479 375 5 2 20 0 15 0 77314983 11176083456 396650 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2728536 396650 3526 1 0 2690189 0
[pid=32205/tid=32258] ppid=32202 vsize=10914144 memory=1586600 CPUtime=2414.47 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 101794 13048 0 0 241376 64 5 2 20 0 15 0 77314992 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838634321360 139838264301704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10914144 memory=1586600 CPUtime=12.78 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 19874 13048 0 0 1215 56 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10914144 memory=1586600 CPUtime=12.81 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 17462 13048 0 0 1217 57 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10914144 memory=1586600 CPUtime=12.81 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 16980 13048 0 0 1213 61 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10914144 memory=1584552 CPUtime=12.83 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 19498 13048 0 0 1219 57 5 2 20 0 15 0 77314993 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10914144 memory=1584552 CPUtime=11.25 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 21119 13048 0 0 1065 53 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10914144 memory=1586600 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 26 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838028244704 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10914144 memory=1586600 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 20 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837424264448 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10914144 memory=1586600 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10914144 memory=1586600 CPUtime=4.14 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 24864 13048 0 0 404 3 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10914144 memory=1586600 CPUtime=4.48 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 25628 13048 0 0 438 3 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10914144 memory=7524221291953614187 CPUtime=2.04 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 28421 13048 0 0 192 5 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10914144 memory=280787849957454 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10914144 memory=1586600 CPUtime=1.54 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1112 13048 0 0 68 79 5 2 20 0 15 0 77314998 11176083456 396650 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 2488.61 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1586600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.2 s]
/proc/loadavg: 1.49 1.41 1.36 3/216 32623
/proc/meminfo: memFree=10474892/32770624 swapFree=67108852/67108860
[pid=32205] ppid=32202 vsize=10914144 memory=1588648 CPUtime=2520.03 cores=1,3,5,7
/proc/32205/stat : 32205 (java) S 32202 32205 29230 0 -1 1077944320 280338 13048 0 0 251616 380 5 2 20 0 15 0 77314983 11176083456 397162 33554432000 4194304 4196468 140727535269392 140727535251936 139838662487799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
/proc/32205/statm: 2728536 397162 3526 1 0 2690189 0
[pid=32205/tid=32258] ppid=32202 vsize=10914144 memory=288230583166042426 CPUtime=2445 cores=1,3,5,7
/proc/32205/task/32258/stat : 32258 (java) R 32202 32205 29230 0 -1 4202560 102393 13048 0 0 244429 64 5 2 20 0 15 0 77314992 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838634321232 139838264302668 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32259] ppid=32202 vsize=10914144 memory=13847469322668609 CPUtime=12.95 cores=1,3,5,7
/proc/32205/task/32259/stat : 32259 (java) S 32202 32205 29230 0 -1 1077944384 19960 13048 0 0 1232 56 5 2 20 0 15 0 77314993 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838666730000 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32260] ppid=32202 vsize=10914144 memory=796 CPUtime=12.99 cores=1,3,5,7
/proc/32205/task/32260/stat : 32260 (java) S 32202 32205 29230 0 -1 1077944384 17584 13048 0 0 1234 58 5 2 20 0 15 0 77314993 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838235732624 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32261] ppid=32202 vsize=10914144 memory=11008 CPUtime=12.98 cores=1,3,5,7
/proc/32205/task/32261/stat : 32261 (java) S 32202 32205 29230 0 -1 1077944384 17015 13048 0 0 1229 62 5 2 20 0 15 0 77314993 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838234679568 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32262] ppid=32202 vsize=10914144 memory=1588648 CPUtime=13.01 cores=1,3,5,7
/proc/32205/task/32262/stat : 32262 (java) S 32202 32205 29230 0 -1 1077944384 19797 13048 0 0 1236 58 5 2 20 0 15 0 77314993 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838233627024 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32263] ppid=32202 vsize=10914144 memory=1232 CPUtime=11.39 cores=1,3,5,7
/proc/32205/task/32263/stat : 32263 (java) S 32202 32205 29230 0 -1 1077944384 21308 13048 0 0 1079 53 5 2 20 0 15 0 77314995 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838121818864 139838662498946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32264] ppid=32202 vsize=10914144 memory=2336 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32264/stat : 32264 (java) S 32202 32205 29230 0 -1 1077944384 26 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838028244704 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32265] ppid=32202 vsize=10914144 memory=1580 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32265/stat : 32265 (java) S 32202 32205 29230 0 -1 1077944384 20 13048 0 0 0 0 5 2 20 0 15 0 77314995 11176083456 397162 33554432000 4194304 4196468 140727535269392 139837424264448 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32266] ppid=32202 vsize=10914144 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32266/stat : 32266 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139837183973840 139838662506395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32267] ppid=32202 vsize=10914144 memory=2244 CPUtime=4.14 cores=1,3,5,7
/proc/32205/task/32267/stat : 32267 (java) S 32202 32205 29230 0 -1 1077944384 24864 13048 0 0 404 3 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838120765680 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32268] ppid=32202 vsize=10914144 memory=4124 CPUtime=4.48 cores=1,3,5,7
/proc/32205/task/32268/stat : 32268 (java) S 32202 32205 29230 0 -1 1077944384 25628 13048 0 0 438 3 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838119713136 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32269] ppid=32202 vsize=10914144 memory=2200 CPUtime=2.04 cores=1,3,5,7
/proc/32205/task/32269/stat : 32269 (java) S 32202 32205 29230 0 -1 1077944384 28421 13048 0 0 192 5 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838118660080 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32270] ppid=32202 vsize=10914144 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/32205/task/32270/stat : 32270 (java) S 32202 32205 29230 0 -1 1077944384 3 13048 0 0 0 0 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139837150415200 139838662498005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
[pid=32205/tid=32271] ppid=32202 vsize=10914144 memory=844 CPUtime=1.55 cores=1,3,5,7
/proc/32205/task/32271/stat : 32271 (java) S 32202 32205 29230 0 -1 1077944384 1128 13048 0 0 69 79 5 2 20 0 15 0 77314998 11176083456 397162 33554432000 4194304 4196468 140727535269392 139838117608496 139838662498946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140727535274606 140727535277404 140727535277404 140727535280079 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1588648 KiB

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

[startup+2473.25 s]
# the end of solver process 32205 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.84148 s

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

Child status: 143
Real time (s): 2473.25
CPU time (s): 2520.09
CPU user time (s): 2516.25
CPU system time (s): 3.84148
CPU usage (%): 101.894
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1588648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.84148
maximum resident set size= 1592868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286994
involuntary context switches= 6992


# summary of solver processes directly reported to runsolver:
#   pid: 32205
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.84148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8224 second user time and 23.3683 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 11:31:58
IDJOB=4295808
IDBENCH=141604
IDSOLVER=2750
FILE ID=node148/4295808-1532597518
RUNJOBID= node148-1532582651-29262
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295808-1532597518/watcher-4295808-1532597518 -o /tmp/evaluation-result-4295808-1532597518/solver-4295808-1532597518 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1180037517 HOME/instance-4295808-1532597518.xml

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

MD5SUM BENCH= 13340ae912518807f9e2f6bcededa797
RANDOM SEED=1180037517

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12105756 kB
MemAvailable:   30993220 kB
Buffers:          224096 kB
Cached:         18598284 kB
SwapCached:            8 kB
Active:          3348328 kB
Inactive:       16461056 kB
Active(anon):     940648 kB
Inactive(anon):    74280 kB
Active(file):    2407680 kB
Inactive(file): 16386776 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:        994092 kB
Mapped:            53876 kB
Shmem:             25216 kB
Slab:             549628 kB
SReclaimable:     521468 kB
SUnreclaim:        28160 kB
KernelStack:        3520 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1860288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    892928 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= 43212 MiB
End job on node148 at 2018-07-26 12:13:12