Trace number 4401460

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.07 2343.23

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n2c3w1r.xml
MD5SUM48163221e8f5f568f71e6a1b1b758a13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables811
Number of constraints93
Number of domains2
Minimum domain size46
Maximum domain size63
Distribution of domain sizes[{"size":46,"count":1},{"size":63,"count":810}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":765},{"degree":5,"count":45}]
Minimum constraint arity18
Maximum constraint arity810
Distribution of constraint arities[{"arity":18,"count":90},{"arity":46,"count":1},{"arity":810,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":45},{"type":"lex","count":1},{"type":"sum","count":45},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.76/0.56	c Concrete v3.12.2.1568631193530 running
2400.02/2343.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2343.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2343.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2343.21		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.02/2343.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2343.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2343.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.02/2343.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2343.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2343.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2343.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2343.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2343.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2343.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2343.21		at scala.Option.map(Option.scala:243)
2400.02/2343.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2343.21		at concrete.MAC.mac(MAC.scala:216)
2400.02/2343.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2343.21		at scala.util.Try$.apply(Try.scala:212)
2400.02/2343.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2343.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2343.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2343.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2343.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2343.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.02/2343.21		at concrete.ProblemState.map(ProblemState.scala:238)
2400.02/2343.21		at concrete.ProblemState.map(ProblemState.scala:212)
2400.02/2343.21		at concrete.MAC.nextSolution(MAC.scala:348)
2400.02/2343.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2343.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2343.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2343.21		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2343.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2343.21		at scala.util.Success.map(Try.scala:264)
2400.02/2343.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2343.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2343.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2343.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2343.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2343.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2343.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2343.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2343.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2343.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2343.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2343.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2343.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2343.21		at scala.App.main(App.scala:75)
2400.02/2343.21		at scala.App.main$(App.scala:73)
2400.02/2343.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2343.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2343.21	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 (14819 MiB free)
  memory of node 1: 16384 MiB (14988 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401460-1568687363/watcher-4401460-1568687363 -o /tmp/evaluation-result-4401460-1568687363/solver-4401460-1568687363 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401460-1568687363.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=21340, runsolver pid=21337

[startup+0.100168 s]*
/proc/loadavg: 1.21 1.41 1.40 3/219 21397
/proc/meminfo: memFree=30514956/32770624 swapFree=66977392/67108860
[pid=21340] ppid=21337 vsize=9972712 memory=17480 CPUtime=0.09 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 4590 12911 0 0 1 1 5 2 20 0 6 0 444993416 10212057088 4370 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2493178 4370 1958 1 0 2481616 0
[pid=21340/tid=21393] ppid=21337 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 2382 12911 0 0 0 0 5 2 20 0 6 0 444993425 10212057088 4370 33554432000 4194304 4196468 140730339422512 140091876590160 140091889882970 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 6 0 444993425 10212057088 4370 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=9972712 memory=140270472015543 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 6 0 444993425 10212057088 4370 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 6 0 444993425 10212057088 4370 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=9974768 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 6 0 444993425 10214162432 4370 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17480 KiB

[startup+0.212443 s]*
/proc/loadavg: 1.21 1.41 1.40 3/228 21406
/proc/meminfo: memFree=30496480/32770624 swapFree=66977392/67108860
[pid=21340] ppid=21337 vsize=10821220 memory=40936 CPUtime=0.27 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 8577 12911 0 0 17 3 5 2 20 0 15 0 444993416 11080929280 10234 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2705305 10234 3298 1 0 2667405 0
[pid=21340/tid=21393] ppid=21337 vsize=10821220 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 5235 12911 0 0 10 2 5 2 20 0 15 0 444993425 11080929280 10365 33554432000 4194304 4196468 140730339422512 140091876565760 140091897433117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10821220 memory=140270472015543 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993425 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993427 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 33 12911 0 0 0 0 5 2 20 0 15 0 444993427 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091363153440 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993427 11080929280 10431 33554432000 4194304 4196468 140730339422512 140090760226160 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11080929280 10431 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 486 12911 0 0 1 0 5 2 20 0 15 0 444993430 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 187 12911 0 0 1 0 5 2 20 0 15 0 444993430 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10821220 memory=140270468863616 CPUtime=0.1 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 600 12911 0 0 3 0 5 2 20 0 15 0 444993430 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11080929280 10431 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10821220 memory=140270468863616 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993431 11080929280 10431 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 40936 KiB

[startup+0.310799 s]*
/proc/loadavg: 1.21 1.41 1.40 3/228 21406
/proc/meminfo: memFree=30486332/32770624 swapFree=66977392/67108860
[pid=21340] ppid=21337 vsize=10820196 memory=48896 CPUtime=0.4 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 10987 12911 0 0 29 4 5 2 20 0 15 0 444993416 11079880704 12224 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2705049 12224 3308 1 0 2667149 0
[pid=21340/tid=21393] ppid=21337 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 7454 12911 0 0 19 3 5 2 20 0 15 0 444993425 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091876562352 140091890121551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993425 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10820196 memory=140270468863615 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993427 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 33 12911 0 0 0 0 5 2 20 0 15 0 444993427 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091363153440 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993427 11079880704 12224 33554432000 4194304 4196468 140730339422512 140090760226160 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11079880704 12224 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 486 12911 0 0 2 0 5 2 20 0 15 0 444993430 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 188 12911 0 0 2 0 5 2 20 0 15 0 444993430 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10820196 memory=140270468863616 CPUtime=0.12 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 607 12911 0 0 5 0 5 2 20 0 15 0 444993430 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11079880704 12224 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10820196 memory=140270468863616 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993431 11079880704 12224 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48896 KiB

[startup+0.700768 s]
/proc/loadavg: 1.21 1.41 1.40 3/228 21406
/proc/meminfo: memFree=30472672/32770624 swapFree=66977392/67108860
[pid=21340] ppid=21337 vsize=10824364 memory=81612 CPUtime=1.12 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 15077 12911 0 0 99 6 5 2 20 0 15 0 444993416 11084148736 20403 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2706091 20403 3512 1 0 2668173 0
[pid=21340/tid=21393] ppid=21337 vsize=10824364 memory=5861263745131176555 CPUtime=0.66 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 10544 12911 0 0 55 4 5 2 20 0 15 0 444993425 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091876580272 140091904775325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10824364 memory=6296683638408171875 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993425 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10824364 memory=140270468862449 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993425 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 5 12911 0 0 0 0 5 2 20 0 15 0 444993427 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 33 12911 0 0 0 0 5 2 20 0 15 0 444993427 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091363153440 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993427 11084148736 20403 33554432000 4194304 4196468 140730339422512 140090760226160 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11084148736 20403 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 939 12911 0 0 14 0 5 2 20 0 15 0 444993430 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 612 12911 0 0 12 0 5 2 20 0 15 0 444993430 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 726 12911 0 0 16 0 5 2 20 0 15 0 444993430 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11084148736 20403 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10824364 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993431 11084148736 20403 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81612 KiB

[startup+1.50079 s]
/proc/loadavg: 1.44 1.45 1.42 3/228 21406
/proc/meminfo: memFree=30418908/32770624 swapFree=66977392/67108860
[pid=21340] ppid=21337 vsize=10834680 memory=171248 CPUtime=2.52 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 21960 12911 0 0 234 11 5 2 20 0 15 0 444993416 11094712320 42812 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2708670 42812 3580 1 0 2670733 0
[pid=21340/tid=21393] ppid=21337 vsize=10834680 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 15411 12911 0 0 130 6 5 2 20 0 15 0 444993425 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091876552256 140091904765334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10834680 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 54 12911 0 0 0 0 5 2 20 0 15 0 444993425 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10834680 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 24 12911 0 0 1 0 5 2 20 0 15 0 444993425 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10834680 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 60 12911 0 0 1 0 5 2 20 0 15 0 444993425 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10834680 memory=7681421203011431829 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 345 12911 0 0 1 0 5 2 20 0 15 0 444993425 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 111 12911 0 0 1 0 5 2 20 0 15 0 444993427 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10834680 memory=280540687125056 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 34 12911 0 0 0 0 5 2 20 0 15 0 444993427 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091363153504 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10834680 memory=280540687428144 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 1 12911 0 0 0 0 5 2 20 0 15 0 444993427 11094712320 42812 33554432000 4194304 4196468 140730339422512 140090760226176 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10834680 memory=140270343860672 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11094712320 42812 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 1229 12911 0 0 28 0 5 2 20 0 15 0 444993430 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10834680 memory=6791534058613427641 CPUtime=0.34 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 966 12911 0 0 27 0 5 2 20 0 15 0 444993430 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 1513 12911 0 0 41 0 5 2 20 0 15 0 444993430 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11094712320 42812 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10834680 memory=65 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 2 12911 0 0 0 0 5 2 20 0 15 0 444993431 11094712320 42812 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 222468 12911 0 0 217896 82 5 2 20 0 15 0 444993425 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091876588496 140091528594588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10846988 memory=608624 CPUtime=13.64 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 30798 12911 0 0 1267 90 5 2 20 0 15 0 444993425 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10846988 memory=620424 CPUtime=13.63 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 28437 12911 0 0 1265 91 5 2 20 0 15 0 444993425 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10846988 memory=615808 CPUtime=13.67 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 25933 12911 0 0 1267 93 5 2 20 0 15 0 444993425 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10846988 memory=624140 CPUtime=13.63 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 26974 12911 0 0 1262 94 5 2 20 0 15 0 444993425 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10846988 memory=646056 CPUtime=6.31 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 15597 12911 0 0 544 80 5 2 20 0 15 0 444993427 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10846988 memory=619572 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 44 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091363153568 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10846988 memory=635284 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 19 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 154765 33554432000 4194304 4196468 140730339422512 140090760226176 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10846988 memory=620596 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 154765 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10846988 memory=1556 CPUtime=6.11 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 28716 12911 0 0 600 4 5 2 20 0 15 0 444993430 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10846988 memory=613224 CPUtime=6.35 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 39600 12911 0 0 623 5 5 2 20 0 15 0 444993430 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10846988 memory=6791534058613427641 CPUtime=2.4 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 22956 12911 0 0 227 6 5 2 20 0 15 0 444993430 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10846988 memory=626560 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 154765 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10846988 memory=2876 CPUtime=1.34 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 925 12911 0 0 62 65 5 2 20 0 15 0 444993431 11107315712 154765 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 2256.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 619060 KiB

[startup+2262.3 s]
/proc/loadavg: 1.91 1.72 1.57 3/226 22170
/proc/meminfo: memFree=27742844/32770624 swapFree=66977404/67108860
[pid=21340] ppid=21337 vsize=10846988 memory=625288 CPUtime=2317.61 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 456158 12911 0 0 231179 575 5 2 20 0 15 0 444993416 11107315712 156322 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2711747 156322 3634 1 0 2673805 0
[pid=21340/tid=21393] ppid=21337 vsize=10846988 memory=623232 CPUtime=2239.18 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 231034 12911 0 0 223827 84 5 2 20 0 15 0 444993425 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091876588880 140091511326196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10846988 memory=988 CPUtime=14.06 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 31205 12911 0 0 1306 93 5 2 20 0 15 0 444993425 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10846988 memory=622220 CPUtime=14.04 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 29137 12911 0 0 1303 94 5 2 20 0 15 0 444993425 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10846988 memory=673048 CPUtime=14.09 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 26722 12911 0 0 1306 96 5 2 20 0 15 0 444993425 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10846988 memory=662788 CPUtime=14.04 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 27720 12911 0 0 1301 96 5 2 20 0 15 0 444993425 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10846988 memory=636072 CPUtime=6.48 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 15846 12911 0 0 559 82 5 2 20 0 15 0 444993427 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10846988 memory=634532 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 44 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091363153568 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10846988 memory=628888 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 19 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 156322 33554432000 4194304 4196468 140730339422512 140090760226176 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10846988 memory=624272 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 156322 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10846988 memory=620168 CPUtime=6.11 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 28718 12911 0 0 600 4 5 2 20 0 15 0 444993430 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10846988 memory=625288 CPUtime=6.35 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 39602 12911 0 0 623 5 5 2 20 0 15 0 444993430 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10846988 memory=617604 CPUtime=2.4 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 22958 12911 0 0 227 6 5 2 20 0 15 0 444993430 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10846988 memory=47392 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 156322 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10846988 memory=618628 CPUtime=1.37 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 943 12911 0 0 63 67 5 2 20 0 15 0 444993431 11107315712 156322 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 2317.61 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 625288 KiB

[startup+2322.3 s]
/proc/loadavg: 1.47 1.64 1.55 3/226 22176
/proc/meminfo: memFree=27503792/32770624 swapFree=66977404/67108860
[pid=21340] ppid=21337 vsize=10846988 memory=850740 CPUtime=2379 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 474598 12911 0 0 237300 593 5 2 20 0 15 0 444993416 11107315712 212685 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2711747 212685 3634 1 0 2673805 0
[pid=21340/tid=21393] ppid=21337 vsize=10846988 memory=841092 CPUtime=2298.47 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 238927 12911 0 0 229753 87 5 2 20 0 15 0 444993425 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091876588176 140091511325581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10846988 memory=667260 CPUtime=14.53 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 32209 12911 0 0 1350 96 5 2 20 0 15 0 444993425 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10846988 memory=660344 CPUtime=14.5 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 29982 12911 0 0 1346 97 5 2 20 0 15 0 444993425 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10846988 memory=685740 CPUtime=14.57 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 27618 12911 0 0 1351 99 5 2 20 0 15 0 444993425 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10846988 memory=642776 CPUtime=14.52 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 28766 12911 0 0 1346 99 5 2 20 0 15 0 444993425 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10846988 memory=828100 CPUtime=6.66 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 22578 12911 0 0 574 85 5 2 20 0 15 0 444993427 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10846988 memory=841092 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 44 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091363153568 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10846988 memory=744284 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 19 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 212685 33554432000 4194304 4196468 140730339422512 140090760226176 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 212685 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10846988 memory=809624 CPUtime=6.11 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 28720 12911 0 0 600 4 5 2 20 0 15 0 444993430 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10846988 memory=809624 CPUtime=6.35 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 39604 12911 0 0 623 5 5 2 20 0 15 0 444993430 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10846988 memory=839044 CPUtime=2.4 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 22960 12911 0 0 227 6 5 2 20 0 15 0 444993430 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10846988 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 212685 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10846988 memory=47392 CPUtime=1.41 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 961 12911 0 0 66 68 5 2 20 0 15 0 444993431 11107315712 212685 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 2379 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 850740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2343.2 s]
/proc/loadavg: 1.56 1.64 1.56 4/226 22177
/proc/meminfo: memFree=27416996/32770624 swapFree=66977404/67108860
[pid=21340] ppid=21337 vsize=10846988 memory=979636 CPUtime=2400.02 cores=0,2,4,6
/proc/21340/stat : 21340 (java) S 21337 21340 17336 0 -1 1077944320 487175 12911 0 0 239396 599 5 2 20 0 15 0 444993416 11107315712 244909 33554432000 4194304 4196468 140730339422512 140730339405056 140091904753399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
/proc/21340/statm: 2711747 244909 3634 1 0 2673805 0
[pid=21340/tid=21393] ppid=21337 vsize=10846988 memory=47404 CPUtime=2319.31 cores=0,2,4,6
/proc/21340/task/21393/stat : 21393 (java) R 21337 21340 17336 0 -1 4202560 251159 12911 0 0 231835 89 5 2 20 0 15 0 444993425 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091876588880 140091511325616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21394] ppid=21337 vsize=10846988 memory=967604 CPUtime=14.57 cores=0,2,4,6
/proc/21340/task/21394/stat : 21394 (java) S 21337 21340 17336 0 -1 1077944384 32275 12911 0 0 1352 98 5 2 20 0 15 0 444993425 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091908995728 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21395] ppid=21337 vsize=10846988 memory=967604 CPUtime=14.54 cores=0,2,4,6
/proc/21340/task/21395/stat : 21395 (java) S 21337 21340 17336 0 -1 1077944384 30051 12911 0 0 1349 98 5 2 20 0 15 0 444993425 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091478170128 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21396] ppid=21337 vsize=10846988 memory=1716 CPUtime=14.61 cores=0,2,4,6
/proc/21340/task/21396/stat : 21396 (java) S 21337 21340 17336 0 -1 1077944384 27692 12911 0 0 1354 100 5 2 20 0 15 0 444993425 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091477117328 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21397] ppid=21337 vsize=10846988 memory=692 CPUtime=14.56 cores=0,2,4,6
/proc/21340/task/21397/stat : 21397 (java) S 21337 21340 17336 0 -1 1077944384 28833 12911 0 0 1349 100 5 2 20 0 15 0 444993425 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091476064528 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21398] ppid=21337 vsize=10846988 memory=1056 CPUtime=6.67 cores=0,2,4,6
/proc/21340/task/21398/stat : 21398 (java) S 21337 21340 17336 0 -1 1077944384 22645 12911 0 0 575 85 5 2 20 0 15 0 444993427 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091364207472 140091904764546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21399] ppid=21337 vsize=10846988 memory=934996 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21399/stat : 21399 (java) S 21337 21340 17336 0 -1 1077944384 44 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091363153568 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21400] ppid=21337 vsize=10846988 memory=934996 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21400/stat : 21400 (java) S 21337 21340 17336 0 -1 1077944384 19 12911 0 0 0 0 5 2 20 0 15 0 444993427 11107315712 244909 33554432000 4194304 4196468 140730339422512 140090760226176 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21401] ppid=21337 vsize=10846988 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21401/stat : 21401 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 244909 33554432000 4194304 4196468 140730339422512 140090452826448 140091904771995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21402] ppid=21337 vsize=10846988 memory=2004 CPUtime=6.11 cores=0,2,4,6
/proc/21340/task/21402/stat : 21402 (java) S 21337 21340 17336 0 -1 1077944384 28720 12911 0 0 600 4 5 2 20 0 15 0 444993430 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091329595760 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21403] ppid=21337 vsize=10846988 memory=1416 CPUtime=6.35 cores=0,2,4,6
/proc/21340/task/21403/stat : 21403 (java) S 21337 21340 17336 0 -1 1077944384 39604 12911 0 0 623 5 5 2 20 0 15 0 444993430 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091328542960 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21404] ppid=21337 vsize=10846988 memory=1716 CPUtime=2.4 cores=0,2,4,6
/proc/21340/task/21404/stat : 21404 (java) S 21337 21340 17336 0 -1 1077944384 22960 12911 0 0 227 6 5 2 20 0 15 0 444993430 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091327490160 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21405] ppid=21337 vsize=10846988 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/21340/task/21405/stat : 21405 (java) S 21337 21340 17336 0 -1 1077944384 3 12911 0 0 0 0 5 2 20 0 15 0 444993430 11107315712 244909 33554432000 4194304 4196468 140730339422512 140090419267808 140091904763605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
[pid=21340/tid=21406] ppid=21337 vsize=10846988 memory=1808 CPUtime=1.42 cores=0,2,4,6
/proc/21340/task/21406/stat : 21406 (java) S 21337 21340 17336 0 -1 1077944384 963 12911 0 0 66 69 5 2 20 0 15 0 444993431 11107315712 244909 33554432000 4194304 4196468 140730339422512 140091326438576 140091904764546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33271808 140730339429103 140730339431621 140730339431621 140730339434447 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 979636 KiB

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

[startup+2343.23 s]
# the end of solver process 21340 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.04 s, system=6.03709 s

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

Child status: 143
Real time (s): 2343.23
CPU time (s): 2400.07
CPU user time (s): 2394.04
CPU system time (s): 6.03709
CPU usage (%): 102.426
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 2056124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.04
system time used= 6.03709
maximum resident set size= 2062228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186844
involuntary context switches= 7921


# summary of solver processes directly reported to runsolver:
#   pid: 21340
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2394.04
#   total CPU system time (s): 6.03709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9555 second user time and 23.2272 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 03:19:04
IDJOB=4401460
IDBENCH=136462
IDSOLVER=2858
FILE ID=node104/4401460-1568687363
RUNJOBID= node104-1568669113-17367
PBS_JOBID= 21703796
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n2c3w1r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401460-1568687363/watcher-4401460-1568687363 -o /tmp/evaluation-result-4401460-1568687363/solver-4401460-1568687363 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401460-1568687363.xml

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

MD5SUM BENCH= 48163221e8f5f568f71e6a1b1b758a13
RANDOM SEED=1393367916

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        30523984 kB
MemAvailable:   31167564 kB
Buffers:           90080 kB
Cached:           851008 kB
SwapCached:        32300 kB
Active:          1340568 kB
Inactive:         334780 kB
Active(anon):     702948 kB
Inactive(anon):    80728 kB
Active(file):     637620 kB
Inactive(file):   254052 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977392 kB
Dirty:             35584 kB
Writeback:             0 kB
AnonPages:        851896 kB
Mapped:            61756 kB
Shmem:             40508 kB
Slab:             165008 kB
SReclaimable:     135488 kB
SUnreclaim:        29520 kB
KernelStack:        4000 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1937892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-17 03:58:08