Trace number 4392181

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.10? (TO) 2400.09 2347.93

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b1r5.xml
MD5SUMd746abd17fd9f5e52f47be3617d955ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.25539
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":1},{"size":35,"count":50}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":45},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity50
Distribution of constraint arities[{"arity":6,"count":1},{"arity":10,"count":10},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
2400.04/2347.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.04/2347.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.04/2347.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.04/2347.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.04/2347.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.04/2347.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.04/2347.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.04/2347.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.04/2347.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2347.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2347.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2347.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2347.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.04/2347.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.04/2347.91		at scala.Option.map(Option.scala:243)
2400.04/2347.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.04/2347.91		at concrete.MAC.mac(MAC.scala:204)
2400.04/2347.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.04/2347.91		at scala.util.Try$.apply(Try.scala:212)
2400.04/2347.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2347.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2347.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2347.91		at concrete.MAC.oneRun(MAC.scala:253)
2400.04/2347.91		at concrete.MAC.nextSolution(MAC.scala:272)
2400.04/2347.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.04/2347.91		at concrete.ProblemState.map(ProblemState.scala:228)
2400.04/2347.91		at concrete.ProblemState.map(ProblemState.scala:210)
2400.04/2347.91		at concrete.MAC.nextSolution(MAC.scala:334)
2400.04/2347.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2347.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2347.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2347.91		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2347.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.04/2347.91		at scala.util.Success.map(Try.scala:264)
2400.04/2347.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.04/2347.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2347.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2347.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2347.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2347.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2347.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2347.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2347.91		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2347.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2347.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2347.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2347.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2347.91		at scala.App.main(App.scala:75)
2400.04/2347.91		at scala.App.main$(App.scala:73)
2400.04/2347.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2347.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2347.92	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 (14431 MiB free)
  memory of node 1: 16384 MiB (14607 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392181-1568324388/watcher-4392181-1568324388 -o /tmp/evaluation-result-4392181-1568324388/solver-4392181-1568324388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30926 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1455729463 HOME/instance-4392181-1568324388.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=2402, runsolver pid=2399

[startup+0.101686 s]*
/proc/loadavg: 1.56 1.44 1.41 3/221 2471
/proc/meminfo: memFree=29729688/32770624 swapFree=66915780/67108860
[pid=2402] ppid=2399 vsize=9972712 memory=18868 CPUtime=0.09 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 4468 13273 0 0 1 1 5 2 20 0 6 0 408689390 10212057088 4717 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2493178 4717 1935 1 0 2481616 0
[pid=2402/tid=2467] ppid=2399 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 2288 13273 0 0 1 0 5 2 20 0 6 0 408689399 10212057088 4782 33554432000 4194304 4196468 140725185207408 140024850772560 140024864058736 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 408689400 10212057088 4782 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=9972712 memory=140147623224960 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 408689400 10212057088 4782 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 6 0 408689400 10212057088 4782 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 6 0 408689400 10212057088 4782 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18868 KiB

[startup+0.210144 s]*
/proc/loadavg: 1.56 1.44 1.41 3/230 2480
/proc/meminfo: memFree=29708768/32770624 swapFree=66915780/67108860
[pid=2402] ppid=2399 vsize=10818940 memory=42152 CPUtime=0.25 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 6858 13273 0 0 16 2 5 2 20 0 15 0 408689390 11078594560 10538 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2704735 10538 2958 1 0 2667149 0
[pid=2402/tid=2467] ppid=2399 vsize=10818940 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 3394 13273 0 0 10 1 5 2 20 0 15 0 408689399 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024850769272 140024863016286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10818940 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10818940 memory=288370523774936704 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10818940 memory=140147623224960 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689402 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 408689402 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024322450208 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024188232816 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11078594560 10538 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 362 13273 0 0 1 0 5 2 20 0 15 0 408689405 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 259 13273 0 0 1 0 5 2 20 0 15 0 408689405 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10818940 memory=140147623224960 CPUtime=0.1 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 635 13273 0 0 3 0 5 2 20 0 15 0 408689405 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11078594560 10538 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10818940 memory=140147623224960 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689406 11078594560 10538 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42152 KiB

[startup+0.310633 s]*
/proc/loadavg: 1.56 1.44 1.41 3/230 2480
/proc/meminfo: memFree=29697760/32770624 swapFree=66915780/67108860
[pid=2402] ppid=2399 vsize=10820096 memory=51468 CPUtime=0.39 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 10654 13273 0 0 28 4 5 2 20 0 15 0 408689390 11079778304 12867 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2705024 12867 3193 1 0 2667149 0
[pid=2402/tid=2467] ppid=2399 vsize=10820096 memory=-8171376296011865461 CPUtime=0.29 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 7157 13273 0 0 19 3 5 2 20 0 15 0 408689399 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024850757200 140024878957725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10820096 memory=3691042062614867976 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10820096 memory=140147623224960 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10820096 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10820096 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689402 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 408689402 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024322450208 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024188232816 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11079778304 13445 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 364 13273 0 0 2 0 5 2 20 0 15 0 408689405 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 259 13273 0 0 1 0 5 2 20 0 15 0 408689405 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10820096 memory=140147623224960 CPUtime=0.12 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 658 13273 0 0 5 0 5 2 20 0 15 0 408689405 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11079778304 13445 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10820096 memory=140147623224960 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689406 11079778304 13445 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51468 KiB

[startup+0.700816 s]
/proc/loadavg: 1.56 1.44 1.41 6/230 2480
/proc/meminfo: memFree=29684416/32770624 swapFree=66915780/67108860
[pid=2402] ppid=2399 vsize=10824340 memory=84200 CPUtime=1.14 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 14829 13273 0 0 101 6 5 2 20 0 15 0 408689390 11084124160 21050 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2706085 21050 3500 1 0 2668173 0
[pid=2402/tid=2467] ppid=2399 vsize=10824340 memory=140149077836354 CPUtime=0.67 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 10500 13273 0 0 55 5 5 2 20 0 15 0 408689399 11084124160 21050 33554432000 4194304 4196468 140725185207408 140024850757936 140024863016286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10824340 memory=140149077836355 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10824340 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689400 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10824340 memory=7302135314614015849 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10824340 memory=7739276948478060903 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689400 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10824340 memory=5865188000529146989 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 5 13273 0 0 0 0 5 2 20 0 15 0 408689402 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 408689402 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024322450208 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024188232816 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10824340 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11084124160 21105 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10824340 memory=36856 CPUtime=0.21 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 720 13273 0 0 14 0 5 2 20 0 15 0 408689405 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10824340 memory=4548 CPUtime=0.2 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 529 13273 0 0 13 0 5 2 20 0 15 0 408689405 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10824340 memory=288230621787193645 CPUtime=0.24 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 848 13273 0 0 17 0 5 2 20 0 15 0 408689405 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10824340 memory=15258134134392232 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11084124160 21105 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689406 11084124160 21105 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84200 KiB

[startup+1.50073 s]
/proc/loadavg: 1.56 1.44 1.41 3/230 2480
/proc/meminfo: memFree=29639944/32770624 swapFree=66915780/67108860
[pid=2402] ppid=2399 vsize=10834656 memory=170392 CPUtime=2.47 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 20232 13273 0 0 229 11 5 2 20 0 15 0 408689390 11094687744 42598 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2708664 42598 3568 1 0 2670733 0
[pid=2402/tid=2467] ppid=2399 vsize=10834656 memory=280294934466344 CPUtime=1.42 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 15025 13273 0 0 129 6 5 2 20 0 15 0 408689399 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024850749696 140024878947734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10834656 memory=12492449254122 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 22 13273 0 0 1 0 5 2 20 0 15 0 408689400 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10834656 memory=11501279992 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 21 13273 0 0 0 0 5 2 20 0 15 0 408689400 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10834656 memory=11501279992 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 17 13273 0 0 1 0 5 2 20 0 15 0 408689400 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10834656 memory=11501279992 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 44 13273 0 0 1 0 5 2 20 0 15 0 408689400 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 43 13273 0 0 1 0 5 2 20 0 15 0 408689402 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 408689402 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024322450272 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10834656 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024188232816 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11094687744 42598 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10834656 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) R 2399 2402 30895 0 -1 1077944384 768 13273 0 0 25 0 5 2 20 0 15 0 408689405 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) R 2399 2402 30895 0 -1 4202560 596 13273 0 0 26 0 5 2 20 0 15 0 408689405 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024403389792 140024878957146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10834656 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) R 2399 2402 30895 0 -1 4202560 1469 13273 0 0 41 0 5 2 20 0 15 0 408689405 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024402348912 140024878957146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11094687744 42598 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10834656 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689406 11094687744 42598 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 58918 13273 0 0 223514 50 5 2 20 0 15 0 408689399 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024850770880 140024861456506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10846964 memory=843796 CPUtime=11.7 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 11397 13273 0 0 1102 61 5 2 20 0 15 0 408689400 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10846964 memory=843796 CPUtime=11.69 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 9091 13273 0 0 1105 57 5 2 20 0 15 0 408689400 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10846964 memory=843796 CPUtime=11.68 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 10074 13273 0 0 1108 53 5 2 20 0 15 0 408689400 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10846964 memory=843796 CPUtime=11.68 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 10644 13273 0 0 1103 58 5 2 20 0 15 0 408689400 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10846964 memory=843796 CPUtime=11.14 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 11456 13273 0 0 1048 59 5 2 20 0 15 0 408689402 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10846964 memory=843796 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024322450272 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024188232832 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 210949 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10846964 memory=150448409416455 CPUtime=7.18 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 27457 13273 0 0 702 9 5 2 20 0 15 0 408689405 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10846964 memory=843796 CPUtime=6.9 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 26893 13273 0 0 678 5 5 2 20 0 15 0 408689405 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10846964 memory=843796 CPUtime=4.58 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 24494 13273 0 0 443 8 5 2 20 0 15 0 408689405 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10846964 memory=843796 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 210949 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10846964 memory=792 CPUtime=1.48 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 842 13273 0 0 71 70 5 2 20 0 15 0 408689406 11107291136 210949 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 2313.2 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 843796 KiB

[startup+2322.3 s]
/proc/loadavg: 1.43 1.52 1.47 3/230 2865
/proc/meminfo: memFree=27118220/32770624 swapFree=66915788/67108860
[pid=2402] ppid=2399 vsize=10846964 memory=846060 CPUtime=2374.06 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 194754 13273 0 0 237035 364 5 2 20 0 15 0 408689390 11107291136 211515 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2711741 211515 3620 1 0 2673805 0
[pid=2402/tid=2467] ppid=2399 vsize=10846964 memory=846060 CPUtime=2295.02 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 59549 13273 0 0 229445 50 5 2 20 0 15 0 408689399 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024850771392 140024486678808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10846964 memory=846060 CPUtime=12 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 11406 13273 0 0 1131 62 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10846964 memory=846060 CPUtime=11.99 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 9263 13273 0 0 1133 59 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10846964 memory=846060 CPUtime=11.98 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 10099 13273 0 0 1137 54 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10846964 memory=8112282956445269571 CPUtime=11.98 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 10650 13273 0 0 1132 59 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10846964 memory=846060 CPUtime=11.42 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 11641 13273 0 0 1075 60 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024322450272 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024188232832 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10846964 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10846964 memory=620 CPUtime=7.18 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 27671 13273 0 0 702 9 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10846964 memory=846060 CPUtime=6.9 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 26895 13273 0 0 678 5 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10846964 memory=1640 CPUtime=4.58 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 24496 13273 0 0 443 8 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10846964 memory=846060 CPUtime=1.52 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 858 13273 0 0 73 72 5 2 20 0 15 0 408689406 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 2374.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.9 s]
/proc/loadavg: 1.33 1.50 1.47 3/230 2866
/proc/meminfo: memFree=27124564/32770624 swapFree=66915788/67108860
[pid=2402] ppid=2399 vsize=10846964 memory=846060 CPUtime=2400.04 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 195802 13273 0 0 239630 367 5 2 20 0 15 0 408689390 11107291136 211515 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2711741 211515 3620 1 0 2673805 0
[pid=2402/tid=2467] ppid=2399 vsize=10846964 memory=846060 CPUtime=2320.3 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 59958 13273 0 0 231972 51 5 2 20 0 15 0 408689399 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024850771392 140024484248203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.15 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 11457 13273 0 0 1145 63 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.14 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 9323 13273 0 0 1147 60 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.12 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 10403 13273 0 0 1150 55 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.11 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 10655 13273 0 0 1145 59 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10846964 memory=846060 CPUtime=11.55 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 11840 13273 0 0 1088 60 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024322450272 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024188232832 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10846964 memory=620 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10846964 memory=846060 CPUtime=7.18 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 27673 13273 0 0 702 9 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10846964 memory=846060 CPUtime=6.9 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 26897 13273 0 0 678 5 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10846964 memory=846060 CPUtime=4.58 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 24498 13273 0 0 443 8 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10846964 memory=846060 CPUtime=1.54 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 872 13273 0 0 74 73 5 2 20 0 15 0 408689406 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846060 KiB

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

[startup+2347.93 s]
# the end of solver process 2402 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.38 s, system=3.71538 s

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

[startup+2347.9 s]
/proc/loadavg: 1.33 1.50 1.47 3/230 2866
/proc/meminfo: memFree=27124564/32770624 swapFree=66915788/67108860
[pid=2402] ppid=2399 vsize=10846964 memory=846060 CPUtime=2400.04 cores=0,2,4,6
/proc/2402/stat : 2402 (java) S 2399 2402 30895 0 -1 1077944320 195802 13273 0 0 239630 367 5 2 20 0 15 0 408689390 11107291136 211515 33554432000 4194304 4196468 140725185207408 140725185189952 140024878935799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
/proc/2402/statm: 2711741 211515 3620 1 0 2673805 0
[pid=2402/tid=2467] ppid=2399 vsize=10846964 memory=846060 CPUtime=2320.3 cores=0,2,4,6
/proc/2402/task/2467/stat : 2467 (java) R 2399 2402 30895 0 -1 4202560 59958 13273 0 0 231972 51 5 2 20 0 15 0 408689399 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024850771392 140024484248203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2468] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.15 cores=0,2,4,6
/proc/2402/task/2468/stat : 2468 (java) S 2399 2402 30895 0 -1 1077944384 11457 13273 0 0 1145 63 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024883178384 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2469] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.14 cores=0,2,4,6
/proc/2402/task/2469/stat : 2469 (java) S 2399 2402 30895 0 -1 1077944384 9323 13273 0 0 1147 60 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024797997840 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2470] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.12 cores=0,2,4,6
/proc/2402/task/2470/stat : 2470 (java) S 2399 2402 30895 0 -1 1077944384 10403 13273 0 0 1150 55 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024796945552 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2471] ppid=2399 vsize=10846964 memory=846060 CPUtime=12.11 cores=0,2,4,6
/proc/2402/task/2471/stat : 2471 (java) S 2399 2402 30895 0 -1 1077944384 10655 13273 0 0 1145 59 5 2 20 0 15 0 408689400 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024795892752 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2472] ppid=2399 vsize=10846964 memory=846060 CPUtime=11.55 cores=0,2,4,6
/proc/2402/task/2472/stat : 2472 (java) S 2399 2402 30895 0 -1 1077944384 11840 13273 0 0 1088 60 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024405506160 140024878946946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2473] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2473/stat : 2473 (java) S 2399 2402 30895 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024322450272 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2474] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2474/stat : 2474 (java) S 2399 2402 30895 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 408689402 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024188232832 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2475] ppid=2399 vsize=10846964 memory=620 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2475/stat : 2475 (java) S 2399 2402 30895 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023584254032 140024878954395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2476] ppid=2399 vsize=10846964 memory=846060 CPUtime=7.18 cores=0,2,4,6
/proc/2402/task/2476/stat : 2476 (java) S 2399 2402 30895 0 -1 1077944384 27673 13273 0 0 702 9 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024404454000 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2477] ppid=2399 vsize=10846964 memory=846060 CPUtime=6.9 cores=0,2,4,6
/proc/2402/task/2477/stat : 2477 (java) S 2399 2402 30895 0 -1 1077944384 26897 13273 0 0 678 5 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024403401200 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2478] ppid=2399 vsize=10846964 memory=846060 CPUtime=4.58 cores=0,2,4,6
/proc/2402/task/2478/stat : 2478 (java) S 2399 2402 30895 0 -1 1077944384 24498 13273 0 0 443 8 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024402348912 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2479] ppid=2399 vsize=10846964 memory=846060 CPUtime=0.07 cores=0,2,4,6
/proc/2402/task/2479/stat : 2479 (java) S 2399 2402 30895 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 408689405 11107291136 211515 33554432000 4194304 4196468 140725185207408 140023114492896 140024878946005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
[pid=2402/tid=2480] ppid=2399 vsize=10846964 memory=846060 CPUtime=1.54 cores=0,2,4,6
/proc/2402/task/2480/stat : 2480 (java) S 2399 2402 30895 0 -1 1077944384 872 13273 0 0 74 73 5 2 20 0 15 0 408689406 11107291136 211515 33554432000 4194304 4196468 140725185207408 140024401295792 140024878946946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28000256 140725185215221 140725185217733 140725185217733 140725185220559 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846060 KiB

Child status: 143
Real time (s): 2347.93
CPU time (s): 2400.09
CPU user time (s): 2396.38
CPU system time (s): 3.71538
CPU usage (%): 102.222
Max. virtual memory (cumulated for all children) (KiB): 10852264
Max. memory (cumulated for all children) (KiB): 846060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.38
system time used= 3.71538
maximum resident set size= 850180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313494
involuntary context switches= 10573


# summary of solver processes directly reported to runsolver:
#   pid: 2402
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.38
#   total CPU system time (s): 3.71538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7917 second user time and 22.8519 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-12 23:39:07
IDJOB=4392181
IDBENCH=137473
IDSOLVER=2837
FILE ID=node134/4392181-1568324388
RUNJOBID= node134-1568307244-30926
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392181-1568324388/watcher-4392181-1568324388 -o /tmp/evaluation-result-4392181-1568324388/solver-4392181-1568324388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30926 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1455729463 HOME/instance-4392181-1568324388.xml

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

MD5SUM BENCH= d746abd17fd9f5e52f47be3617d955ae
RANDOM SEED=1455729463

node134.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.76
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.76
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.76
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.76
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:        29737348 kB
MemAvailable:   31168060 kB
Buffers:          143728 kB
Cached:          1551756 kB
SwapCached:        90644 kB
Active:          1058544 kB
Inactive:        1352948 kB
Active(anon):     649720 kB
Inactive(anon):   105848 kB
Active(file):     408824 kB
Inactive(file):  1247100 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66915780 kB
Dirty:             35264 kB
Writeback:             0 kB
AnonPages:        737832 kB
Mapped:            55504 kB
Shmem:             30712 kB
Slab:             211456 kB
SReclaimable:     181244 kB
SUnreclaim:        30212 kB
KernelStack:        3744 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1771988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56048 MiB
End job on node134 at 2019-09-13 00:18:15