Trace number 4387407

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) 2520.06 2470.54

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-195.xml
MD5SUMd65d33615c5545f7b52e9722b13d9f63
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 variables2201
Number of constraints179
Number of domains2
Minimum domain size89
Maximum domain size162
Distribution of domain sizes[{"size":89,"count":1},{"size":162,"count":2200}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2112},{"degree":5,"count":88}]
Minimum constraint arity25
Maximum constraint arity2200
Distribution of constraint arities[{"arity":25,"count":176},{"arity":89,"count":1},{"arity":2200,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":88},{"type":"lex","count":1},{"type":"sum","count":88},{"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
2520.01/2470.51	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2470.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2470.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2470.51		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2520.01/2470.51		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.01/2470.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2470.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2470.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2470.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2470.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2470.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2470.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2470.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2470.51		at scala.Option.map(Option.scala:243)
2520.01/2470.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2470.51		at concrete.MAC.mac(MAC.scala:204)
2520.01/2470.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2470.51		at scala.util.Try$.apply(Try.scala:212)
2520.01/2470.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2470.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2470.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2470.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2470.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2470.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2470.51		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2470.51		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2470.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2470.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2470.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2470.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2470.51		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2470.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2470.51		at scala.util.Success.map(Try.scala:264)
2520.01/2470.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2470.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2470.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2470.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2470.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2470.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2470.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2470.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2470.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2470.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2470.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2470.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2470.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2470.51		at scala.App.main(App.scala:75)
2520.01/2470.51		at scala.App.main$(App.scala:73)
2520.01/2470.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2470.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2470.51	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 (7267 MiB free)
  memory of node 1: 16384 MiB (13632 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387407-1568303303/watcher-4387407-1568303303 -o /tmp/evaluation-result-4387407-1568303303/solver-4387407-1568303303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=714104894 HOME/instance-4387407-1568303303.xml 

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

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

solver pid=9546, runsolver pid=9543

[startup+0.100151 s]*
/proc/loadavg: 1.43 1.48 1.44 3/218 9603
/proc/meminfo: memFree=21395692/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 4462 13394 0 0 1 0 5 3 20 0 6 0 406272262 10212057088 4203 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2493178 4203 1935 1 0 2481616 0
[pid=9546/tid=9599] ppid=9543 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 2276 13394 0 0 0 0 5 3 20 0 6 0 406272272 10212057088 4269 33554432000 4194304 4196468 140733466347232 140157599728208 140157611971934 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 6 0 406272272 10212057088 4269 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=9972712 memory=139972911826560 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 6 0 406272272 10212057088 4269 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 6 0 406272272 10212057088 4269 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 6 0 406272272 10212057088 4269 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209956 s]*
/proc/loadavg: 1.43 1.48 1.44 3/227 9612
/proc/meminfo: memFree=21372816/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10818940 memory=40924 CPUtime=0.27 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 7085 13394 0 0 17 2 5 3 20 0 15 0 406272262 11078594560 10231 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2704735 10231 2959 1 0 2667149 0
[pid=9546/tid=9599] ppid=9543 vsize=10818940 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 3603 13394 0 0 10 1 5 3 20 0 15 0 406272272 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157599722032 140157620128574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10818940 memory=139972911826560 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272272 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10818940 memory=139972911826560 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272274 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 13 13394 0 0 0 0 5 3 20 0 15 0 406272274 11078594560 10231 33554432000 4194304 4196468 140733466347232 140156540543776 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 21 13394 0 0 0 0 5 3 20 0 15 0 406272274 11078594560 10231 33554432000 4194304 4196468 140733466347232 140156506985584 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11078594560 10231 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 371 13394 0 0 1 0 5 3 20 0 15 0 406272277 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 261 13394 0 0 0 0 5 3 20 0 15 0 406272277 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10818940 memory=139972911826560 CPUtime=0.11 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 604 13394 0 0 3 0 5 3 20 0 15 0 406272277 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11078594560 10231 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10818940 memory=139972911826560 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272278 11078594560 10231 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40924 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.43 1.48 1.44 3/227 9612
/proc/meminfo: memFree=21362924/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10820096 memory=52076 CPUtime=0.41 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 10789 13394 0 0 29 4 5 3 20 0 15 0 406272262 11079778304 13019 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2705024 13019 3213 1 0 2667149 0
[pid=9546/tid=9599] ppid=9543 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 7290 13394 0 0 19 3 5 3 20 0 15 0 406272272 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157599690704 140157214910201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10820096 memory=7518586312076521833 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10820096 memory=7019607060806781897 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272272 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272274 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 13 13394 0 0 0 0 5 3 20 0 15 0 406272274 11079778304 13019 33554432000 4194304 4196468 140733466347232 140156540543776 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 21 13394 0 0 0 0 5 3 20 0 15 0 406272274 11079778304 13019 33554432000 4194304 4196468 140733466347232 140156506985584 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11079778304 13019 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 372 13394 0 0 2 0 5 3 20 0 15 0 406272277 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 262 13394 0 0 1 0 5 3 20 0 15 0 406272277 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 613 13394 0 0 5 0 5 3 20 0 15 0 406272277 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11079778304 13019 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272278 11079778304 13019 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52076 KiB

[startup+0.700677 s]
/proc/loadavg: 1.43 1.48 1.44 6/227 9612
/proc/meminfo: memFree=21349400/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10824340 memory=82380 CPUtime=1.13 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 14818 13394 0 0 100 5 5 3 20 0 15 0 406272262 11084124160 20595 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2706085 20595 3502 1 0 2668173 0
[pid=9546/tid=9599] ppid=9543 vsize=10824340 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 10501 13394 0 0 54 4 5 3 20 0 15 0 406272272 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157599704640 140157627913373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272272 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272272 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 5 13394 0 0 0 0 5 3 20 0 15 0 406272274 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 13 13394 0 0 0 0 5 3 20 0 15 0 406272274 11084124160 20595 33554432000 4194304 4196468 140733466347232 140156540543776 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 21 13394 0 0 0 0 5 3 20 0 15 0 406272274 11084124160 20595 33554432000 4194304 4196468 140733466347232 140156506985584 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11084124160 20595 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10824340 memory=139972782884752 CPUtime=0.23 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 747 13394 0 0 15 0 5 3 20 0 15 0 406272277 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10824340 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 518 13394 0 0 12 0 5 3 20 0 15 0 406272277 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10824340 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 797 13394 0 0 17 0 5 3 20 0 15 0 406272277 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10824340 memory=139972782882160 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11084124160 20595 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272278 11084124160 20595 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82380 KiB

[startup+1.50068 s]
/proc/loadavg: 1.43 1.48 1.44 3/227 9612
/proc/meminfo: memFree=21305352/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10834656 memory=177036 CPUtime=2.56 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 21657 13394 0 0 238 10 5 3 20 0 15 0 406272262 11094687744 44259 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2708664 44259 3574 1 0 2670733 0
[pid=9546/tid=9599] ppid=9543 vsize=10834656 memory=24 CPUtime=1.43 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 15313 13394 0 0 129 6 5 3 20 0 15 0 406272272 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157599694208 140157627903382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10834656 memory=30 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 50 13394 0 0 1 0 5 3 20 0 15 0 406272272 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 49 13394 0 0 1 0 5 3 20 0 15 0 406272272 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 327 13394 0 0 1 0 5 3 20 0 15 0 406272272 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10834656 memory=100952 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 40 13394 0 0 1 0 5 3 20 0 15 0 406272272 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 102 13394 0 0 1 0 5 3 20 0 15 0 406272274 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10834656 memory=7014751519734256483 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 13 13394 0 0 0 0 5 3 20 0 15 0 406272274 11094687744 44259 33554432000 4194304 4196468 140733466347232 140156540543840 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10834656 memory=6444200732607797602 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 43 13394 0 0 0 0 5 3 20 0 15 0 406272274 11094687744 44259 33554432000 4194304 4196468 140733466347232 140156506985584 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10834656 memory=7883104103412886382 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11094687744 44259 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10834656 memory=7011348500760778584 CPUtime=0.38 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 927 13394 0 0 30 0 5 3 20 0 15 0 406272277 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10834656 memory=7451019136461334373 CPUtime=0.37 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 942 13394 0 0 29 0 5 3 20 0 15 0 406272277 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10834656 memory=7014751519734256483 CPUtime=0.49 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 1641 13394 0 0 41 0 5 3 20 0 15 0 406272277 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10834656 memory=7014751519734256483 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11094687744 44259 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10834656 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1 13394 0 0 0 0 5 3 20 0 15 0 406272278 11094687744 44259 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 706818 13394 0 0 237076 111 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157599727120 140157236891582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 19998 13394 0 0 615 65 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10846964 memory=279945566791384 CPUtime=6.87 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 20286 13394 0 0 611 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10846964 memory=0 CPUtime=6.86 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 18803 13394 0 0 610 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.85 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 16406 13394 0 0 609 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2.62 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 26692 13394 0 0 220 34 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 19 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156540543904 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10846964 memory=37648 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 55 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156506985600 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.87 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 73014 13394 0 0 1166 13 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.29 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 73025 13394 0 0 1111 10 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10846964 memory=1712 CPUtime=5.65 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 73628 13394 0 0 545 12 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10846964 memory=3230840 CPUtime=1.47 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1959 13394 0 0 66 73 5 3 20 0 15 0 406272278 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 2431.68 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3230840 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.66 1.62 3/228 9994
/proc/meminfo: memFree=18287260/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2491.77 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 1053887 13394 0 0 248680 489 5 3 20 0 15 0 406272262 11107291136 807710 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2711741 807710 3630 1 0 2673805 0
[pid=9546/tid=9599] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2431.93 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 726554 13394 0 0 243073 112 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157599727120 140157230317725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.89 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 20063 13394 0 0 616 65 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 20497 13394 0 0 612 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.87 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 18900 13394 0 0 611 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.87 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 17042 13394 0 0 611 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2.63 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 26897 13394 0 0 221 34 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 19 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156540543904 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 55 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156506985600 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.87 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 73016 13394 0 0 1166 13 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.29 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 73027 13394 0 0 1111 10 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10846964 memory=3230840 CPUtime=5.65 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 73630 13394 0 0 545 12 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10846964 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10846964 memory=2120 CPUtime=1.5 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1977 13394 0 0 67 75 5 3 20 0 15 0 406272278 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 2491.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3230840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.5 s]
/proc/loadavg: 1.76 1.69 1.63 3/228 9996
/proc/meminfo: memFree=18314704/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2520.01 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 1069665 13394 0 0 251502 491 5 3 20 0 15 0 406272262 11107291136 807710 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2711741 807710 3630 1 0 2673805 0
[pid=9546/tid=9599] ppid=9543 vsize=10846964 memory=139972782912753 CPUtime=2460.11 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 742206 13394 0 0 245890 113 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157599727120 140157224132135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.9 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 20095 13394 0 0 617 65 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.89 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 20534 13394 0 0 613 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 18936 13394 0 0 612 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 17058 13394 0 0 612 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10846964 memory=279945565886720 CPUtime=2.63 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 26900 13394 0 0 221 34 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 19 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156540543904 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 55 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156506985600 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.87 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 73016 13394 0 0 1166 13 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10846964 memory=3612 CPUtime=11.29 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 73027 13394 0 0 1111 10 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10846964 memory=3230840 CPUtime=5.65 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 73630 13394 0 0 545 12 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10846964 memory=8305315425968087136 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10846964 memory=3230840 CPUtime=1.52 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1979 13394 0 0 68 76 5 3 20 0 15 0 406272278 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3230840 KiB

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

[startup+2470.54 s]
# the end of solver process 9546 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.09 s, system=4.96963 s

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

[startup+2470.5 s]
/proc/loadavg: 1.76 1.69 1.63 3/228 9996
/proc/meminfo: memFree=18314704/32770624 swapFree=66952812/67108860
[pid=9546] ppid=9543 vsize=10846964 memory=3230840 CPUtime=2520.01 cores=1,3,5,7
/proc/9546/stat : 9546 (java) S 9543 9546 2339 0 -1 1077944320 1069665 13394 0 0 251502 491 5 3 20 0 15 0 406272262 11107291136 807710 33554432000 4194304 4196468 140733466347232 140733466329776 140157627891447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
/proc/9546/statm: 2711741 807710 3630 1 0 2673805 0
[pid=9546/tid=9599] ppid=9543 vsize=10846964 memory=139972782912753 CPUtime=2460.11 cores=1,3,5,7
/proc/9546/task/9599/stat : 9599 (java) R 9543 9546 2339 0 -1 4202560 742206 13394 0 0 245890 113 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157599727120 140157224132135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9600] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.9 cores=1,3,5,7
/proc/9546/task/9600/stat : 9600 (java) S 9543 9546 2339 0 -1 1077944384 20095 13394 0 0 617 65 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157632134032 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9601] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.89 cores=1,3,5,7
/proc/9546/task/9601/stat : 9601 (java) S 9543 9546 2339 0 -1 1077944384 20534 13394 0 0 613 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157536336656 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9602] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9602/stat : 9602 (java) S 9543 9546 2339 0 -1 1077944384 18936 13394 0 0 612 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157535284368 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9603] ppid=9543 vsize=10846964 memory=3230840 CPUtime=6.88 cores=1,3,5,7
/proc/9546/task/9603/stat : 9603 (java) S 9543 9546 2339 0 -1 1077944384 17058 13394 0 0 612 68 5 3 20 0 15 0 406272272 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157198851088 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9604] ppid=9543 vsize=10846964 memory=279945565886720 CPUtime=2.63 cores=1,3,5,7
/proc/9546/task/9604/stat : 9604 (java) S 9543 9546 2339 0 -1 1077944384 26900 13394 0 0 221 34 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157154543728 140157627902594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9605] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9605/stat : 9605 (java) S 9543 9546 2339 0 -1 1077944384 19 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156540543904 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9606] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9606/stat : 9606 (java) S 9543 9546 2339 0 -1 1077944384 55 13394 0 0 0 0 5 3 20 0 15 0 406272274 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156506985600 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9607] ppid=9543 vsize=10846964 memory=3230840 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9607/stat : 9607 (java) S 9543 9546 2339 0 -1 1077944384 2 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140156392695888 140157627910043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9608] ppid=9543 vsize=10846964 memory=3230840 CPUtime=11.87 cores=1,3,5,7
/proc/9546/task/9608/stat : 9608 (java) S 9543 9546 2339 0 -1 1077944384 73016 13394 0 0 1166 13 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157153491568 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9609] ppid=9543 vsize=10846964 memory=3612 CPUtime=11.29 cores=1,3,5,7
/proc/9546/task/9609/stat : 9609 (java) S 9543 9546 2339 0 -1 1077944384 73027 13394 0 0 1111 10 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157152438768 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9610] ppid=9543 vsize=10846964 memory=3230840 CPUtime=5.65 cores=1,3,5,7
/proc/9546/task/9610/stat : 9610 (java) S 9543 9546 2339 0 -1 1077944384 73630 13394 0 0 545 12 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157151386480 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9611] ppid=9543 vsize=10846964 memory=8305315425968087136 CPUtime=0.08 cores=1,3,5,7
/proc/9546/task/9611/stat : 9611 (java) S 9543 9546 2339 0 -1 1077944384 3 13394 0 0 0 0 5 3 20 0 15 0 406272277 11107291136 807710 33554432000 4194304 4196468 140733466347232 140155922934752 140157627901653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
[pid=9546/tid=9612] ppid=9543 vsize=10846964 memory=3230840 CPUtime=1.52 cores=1,3,5,7
/proc/9546/task/9612/stat : 9612 (java) S 9543 9546 2339 0 -1 1077944384 1979 13394 0 0 68 76 5 3 20 0 15 0 406272278 11107291136 807710 33554432000 4194304 4196468 140733466347232 140157150333360 140157627902594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140733466348278 140733466350789 140733466350789 140733466353615 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3230840 KiB

Child status: 143
Real time (s): 2470.54
CPU time (s): 2520.06
CPU user time (s): 2515.09
CPU system time (s): 4.96963
CPU usage (%): 102.005
Max. virtual memory (cumulated for all children) (KiB): 10849700
Max. memory (cumulated for all children) (KiB): 3231492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.09
system time used= 4.96963
maximum resident set size= 3234956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1083955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121130
involuntary context switches= 2742


# summary of solver processes directly reported to runsolver:
#   pid: 9546
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.09
#   total CPU system time (s): 4.96963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.043 second user time and 21.6742 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 17:47:41
IDJOB=4387407
IDBENCH=137880
IDSOLVER=2823
FILE ID=node117/4387407-1568303303
RUNJOBID= node117-1568286179-3291
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-195.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387407-1568303303/watcher-4387407-1568303303 -o /tmp/evaluation-result-4387407-1568303303/solver-4387407-1568303303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=714104894 HOME/instance-4387407-1568303303.xml

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

MD5SUM BENCH= d65d33615c5545f7b52e9722b13d9f63
RANDOM SEED=714104894

node117.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.75
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.75
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.75
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.75
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:        21401012 kB
MemAvailable:   31541260 kB
Buffers:          182500 kB
Cached:         10122776 kB
SwapCached:        52484 kB
Active:          1780364 kB
Inactive:        8852512 kB
Active(anon):     283708 kB
Inactive(anon):    85456 kB
Active(file):    1496656 kB
Inactive(file):  8767056 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35032 kB
Writeback:             0 kB
AnonPages:        396012 kB
Mapped:            56740 kB
Shmem:             32816 kB
Slab:             332872 kB
SReclaimable:     304996 kB
SUnreclaim:        27876 kB
KernelStack:        3984 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1490884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 58848 MiB
End job on node117 at 2019-09-12 18:28:52