Trace number 4401073

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.13 2465.15

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark405.318
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401073-1568695669/watcher-4401073-1568695669 -o /tmp/evaluation-result-4401073-1568695669/solver-4401073-1568695669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401073-1568695669.xml 

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

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=7252, runsolver pid=7249

[startup+0.100092 s]*
/proc/loadavg: 1.73 1.46 1.40 3/214 7305
/proc/meminfo: memFree=28765752/32770624 swapFree=66998756/67108860
[pid=7252] ppid=7249 vsize=9970508 memory=11480 CPUtime=0.08 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 3599 13335 0 0 0 0 5 3 20 0 6 0 445831804 10209800192 2838 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2492627 2838 1321 1 0 2481538 0
[pid=7252/tid=7305] ppid=7249 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 1494 13335 0 0 0 0 5 3 20 0 6 0 445831814 10212057088 3446 33554432000 4194304 4196468 140721289767696 140092549198416 140092431477714 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 6 0 445831815 10212057088 3446 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=9972712 memory=140270388545152 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 6 0 445831815 10212057088 3446 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 6 0 445831815 10212057088 3512 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 6 0 445831815 10212057088 3512 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970508 KiB
Current children cumulated memory: 11480 KiB

[startup+0.220496 s]*
/proc/loadavg: 1.73 1.46 1.40 4/227 7318
/proc/meminfo: memFree=28740380/32770624 swapFree=66998756/67108860
[pid=7252] ppid=7249 vsize=10820020 memory=43212 CPUtime=0.27 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 7173 13335 0 0 17 2 5 3 20 0 15 0 445831804 11079700480 10803 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2705005 10803 3188 1 0 2667149 0
[pid=7252/tid=7305] ppid=7249 vsize=10820020 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 3686 13335 0 0 10 1 5 3 20 0 15 0 445831814 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092549192896 140092577373590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10820020 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10820020 memory=140270388545152 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10820020 memory=140270388545152 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831816 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 445831816 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092035294752 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831817 11079700480 10803 33554432000 4194304 4196468 140721289767696 140091431314800 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11079700480 10803 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) R 7249 7252 998 0 -1 4202560 591 13335 0 0 1 0 5 3 20 0 15 0 445831819 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092001737072 140092577373590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 64 13335 0 0 0 0 5 3 20 0 15 0 445831819 11079700480 10803 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10820020 memory=140270388545152 CPUtime=0.11 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 599 13335 0 0 3 0 5 3 20 0 15 0 445831819 11079700480 10803 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11079700480 10803 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10820164 memory=140270388545152 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831820 11079847936 10803 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43212 KiB

[startup+0.310378 s]*
/proc/loadavg: 1.73 1.46 1.40 3/227 7318
/proc/meminfo: memFree=28727008/32770624 swapFree=66998756/67108860
[pid=7252] ppid=7249 vsize=10820196 memory=51948 CPUtime=0.39 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 10693 13335 0 0 27 4 5 3 20 0 15 0 445831804 11079880704 12987 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2705049 12987 3315 1 0 2667149 0
[pid=7252/tid=7305] ppid=7249 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 7174 13335 0 0 17 3 5 3 20 0 15 0 445831814 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092549180112 140092558926608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10820196 memory=7807377348913227630 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10820196 memory=5931329032301858896 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10820196 memory=7019607358233331911 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831816 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 445831816 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092035294752 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831817 11079880704 12987 33554432000 4194304 4196468 140721289767696 140091431314800 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11079880704 12987 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 601 13335 0 0 2 0 5 3 20 0 15 0 445831819 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 64 13335 0 0 1 0 5 3 20 0 15 0 445831819 11079880704 12987 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 615 13335 0 0 5 0 5 3 20 0 15 0 445831819 11079880704 12987 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11079880704 12987 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831820 11079880704 12987 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51948 KiB

[startup+0.701239 s]
/proc/loadavg: 1.73 1.46 1.40 3/227 7318
/proc/meminfo: memFree=28715720/32770624 swapFree=66998756/67108860
[pid=7252] ppid=7249 vsize=10824364 memory=82928 CPUtime=1.09 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 14988 13335 0 0 94 7 5 3 20 0 15 0 445831804 11084148736 20732 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2706091 20732 3501 1 0 2668173 0
[pid=7252/tid=7305] ppid=7249 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 10398 13335 0 0 53 5 5 3 20 0 15 0 445831814 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092549189280 140092577383581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831815 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 445831815 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 5 13335 0 0 0 0 5 3 20 0 15 0 445831816 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 445831816 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092035294752 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831817 11084148736 20732 33554432000 4194304 4196468 140721289767696 140091431314800 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11084148736 20732 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10824364 memory=140270276478864 CPUtime=0.19 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 1041 13335 0 0 11 0 5 3 20 0 15 0 445831819 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10824364 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 518 13335 0 0 12 0 5 3 20 0 15 0 445831819 11084148736 20732 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10824364 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 790 13335 0 0 16 0 5 3 20 0 15 0 445831819 11084148736 20732 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10824364 memory=140270276476272 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11084148736 20732 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831820 11084148736 20732 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82928 KiB

[startup+1.50249 s]
/proc/loadavg: 1.73 1.46 1.40 3/227 7318
/proc/meminfo: memFree=28672344/32770624 swapFree=66998756/67108860
[pid=7252] ppid=7249 vsize=10834680 memory=174900 CPUtime=2.45 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 21740 13335 0 0 225 12 5 3 20 0 15 0 445831804 11094712320 43725 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2708670 43725 3587 1 0 2670733 0
[pid=7252/tid=7305] ppid=7249 vsize=10834680 memory=19 CPUtime=1.42 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 15384 13335 0 0 127 7 5 3 20 0 15 0 445831814 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092549168816 140092561442142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10834680 memory=28 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 72 13335 0 0 0 0 5 3 20 0 15 0 445831815 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 23 13335 0 0 1 0 5 3 20 0 15 0 445831815 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 322 13335 0 0 1 0 5 3 20 0 15 0 445831815 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10834680 memory=98960 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 74 13335 0 0 1 0 5 3 20 0 15 0 445831815 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 171 13335 0 0 1 0 5 3 20 0 15 0 445831816 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 14 13335 0 0 0 0 5 3 20 0 15 0 445831816 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092035294816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10834680 memory=6010993108415178854 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831817 11094712320 43725 33554432000 4194304 4196468 140721289767696 140091431314816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10834680 memory=7667771309696504425 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11094712320 43725 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10834680 memory=7011348500760777304 CPUtime=0.33 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 1172 13335 0 0 25 0 5 3 20 0 15 0 445831819 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10834680 memory=7452166936305624431 CPUtime=0.32 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 671 13335 0 0 24 0 5 3 20 0 15 0 445831819 11094712320 43725 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10834680 memory=7305218370954619481 CPUtime=0.49 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) R 7249 7252 998 0 -1 4202560 1620 13335 0 0 40 1 5 3 20 0 15 0 445831819 11094712320 43725 33554432000 4194304 4196468 140721289767696 140091999628728 140092555899522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11094712320 43725 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10834680 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 445831820 11094712320 43725 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/7252/task/7305/stat : 7305 (java) S 7249 7252 998 0 -1 1077944384 103362 13335 0 0 235563 67 5 3 20 0 15 0 445831814 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092549196208 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10849036 memory=2832 CPUtime=14.02 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 18925 13335 0 0 1339 55 5 3 20 0 15 0 445831815 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10849036 memory=522848 CPUtime=14.07 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 15900 13335 0 0 1340 59 5 3 20 0 15 0 445831815 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10849036 memory=525924 CPUtime=14.03 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 15217 13335 0 0 1335 60 5 3 20 0 15 0 445831815 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10849036 memory=525924 CPUtime=14.05 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) R 7249 7252 998 0 -1 1077944384 20450 13335 0 0 1336 61 5 3 20 0 15 0 445831815 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092148205856 140092577371861 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10849036 memory=525924 CPUtime=9.34 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 16432 13335 0 0 854 72 5 3 20 0 15 0 445831816 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092103951776 140092577371861 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10849036 memory=525924 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 25 13335 0 0 0 0 5 3 20 0 15 0 445831816 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092035294816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10849036 memory=522848 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 19 13335 0 0 0 0 5 3 20 0 15 0 445831817 11109412864 130327 33554432000 4194304 4196468 140721289767696 140091431314816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10849036 memory=295953534 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11109412864 130327 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10849036 memory=489512 CPUtime=5.17 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 31978 13335 0 0 505 4 5 3 20 0 15 0 445831819 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10849036 memory=522332 CPUtime=5.37 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 34125 13335 0 0 525 4 5 3 20 0 15 0 445831819 11109412864 130327 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10849036 memory=523360 CPUtime=2.34 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 24217 13335 0 0 221 5 5 3 20 0 15 0 445831819 11109412864 130327 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10849036 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11109412864 130327 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10849036 memory=521820 CPUtime=1.52 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1083 13335 0 0 72 72 5 3 20 0 15 0 445831820 11109412864 130327 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 2435.69 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 521308 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.33 1.34 3/227 7693
/proc/meminfo: memFree=28376936/32770624 swapFree=66998764/67108860
[pid=7252] ppid=7249 vsize=10849036 memory=528480 CPUtime=2496.82 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 289865 13335 0 0 249254 420 5 3 20 0 15 0 445831804 11109412864 132120 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2712259 132120 3631 1 0 2674317 0
[pid=7252/tid=7305] ppid=7249 vsize=10849036 memory=492752 CPUtime=2415.7 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 107778 13335 0 0 241494 68 5 3 20 0 15 0 445831814 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092549197008 140092181615693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10849036 memory=534636 CPUtime=14.41 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 19202 13335 0 0 1376 57 5 3 20 0 15 0 445831815 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10849036 memory=532072 CPUtime=14.46 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 16171 13335 0 0 1377 61 5 3 20 0 15 0 445831815 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10849036 memory=530020 CPUtime=14.42 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 15508 13335 0 0 1372 62 5 3 20 0 15 0 445831815 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10849036 memory=531560 CPUtime=14.45 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 21047 13335 0 0 1374 63 5 3 20 0 15 0 445831815 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10849036 memory=528480 CPUtime=9.56 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 16489 13335 0 0 874 74 5 3 20 0 15 0 445831816 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10849036 memory=492576 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 25 13335 0 0 0 0 5 3 20 0 15 0 445831816 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092035294816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10849036 memory=533100 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 19 13335 0 0 0 0 5 3 20 0 15 0 445831817 11109412864 132120 33554432000 4194304 4196468 140721289767696 140091431314816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10849036 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11109412864 132120 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10849036 memory=14012 CPUtime=5.18 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 31978 13335 0 0 505 5 5 3 20 0 15 0 445831819 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10849036 memory=531048 CPUtime=5.37 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 34125 13335 0 0 525 4 5 3 20 0 15 0 445831819 11109412864 132120 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10849036 memory=531048 CPUtime=2.34 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 24219 13335 0 0 221 5 5 3 20 0 15 0 445831819 11109412864 132120 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10849036 memory=528996 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11109412864 132120 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10849036 memory=1980 CPUtime=1.55 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1088 13335 0 0 74 73 5 3 20 0 15 0 445831820 11109412864 132120 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 2496.82 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 528480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.11 s]
/proc/loadavg: 1.06 1.28 1.32 3/228 7698
/proc/meminfo: memFree=28387156/32770624 swapFree=66998764/67108860
[pid=7252] ppid=7249 vsize=10849036 memory=504884 CPUtime=2520.07 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 291582 13335 0 0 251577 422 5 3 20 0 15 0 445831804 11109412864 126221 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2712259 126221 3631 1 0 2674317 0
[pid=7252/tid=7305] ppid=7249 vsize=10849036 memory=505396 CPUtime=2438.25 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 108095 13335 0 0 243749 68 5 3 20 0 15 0 445831814 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092549196560 140092200003164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10849036 memory=507960 CPUtime=14.56 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 19642 13335 0 0 1391 57 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10849036 memory=506936 CPUtime=14.61 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 16452 13335 0 0 1391 62 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10849036 memory=7662986265023702891 CPUtime=14.58 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 15757 13335 0 0 1387 63 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10849036 memory=505908 CPUtime=14.59 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 21277 13335 0 0 1388 63 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10849036 memory=504884 CPUtime=9.66 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 16672 13335 0 0 883 75 5 3 20 0 15 0 445831816 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10849036 memory=1072 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 25 13335 0 0 0 0 5 3 20 0 15 0 445831816 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092035294816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10849036 memory=5860 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 19 13335 0 0 0 0 5 3 20 0 15 0 445831817 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091431314816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10849036 memory=9396 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10849036 memory=656 CPUtime=5.18 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 31980 13335 0 0 505 5 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10849036 memory=529 CPUtime=5.37 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 34127 13335 0 0 525 4 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10849036 memory=226 CPUtime=2.34 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 24219 13335 0 0 221 5 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10849036 memory=505396 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10849036 memory=2764 CPUtime=1.56 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1101 13335 0 0 74 74 5 3 20 0 15 0 445831820 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 504884 KiB

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

[startup+2465.15 s]
# the end of solver process 7252 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.85 s, system=4.27976 s

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

[startup+2465.11 s]
/proc/loadavg: 1.06 1.28 1.32 3/228 7698
/proc/meminfo: memFree=28387156/32770624 swapFree=66998764/67108860
[pid=7252] ppid=7249 vsize=10849036 memory=504884 CPUtime=2520.07 cores=0,2,4,6
/proc/7252/stat : 7252 (java) S 7249 7252 998 0 -1 1077944320 291582 13335 0 0 251577 422 5 3 20 0 15 0 445831804 11109412864 126221 33554432000 4194304 4196468 140721289767696 140721289750240 140092577361655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
/proc/7252/statm: 2712259 126221 3631 1 0 2674317 0
[pid=7252/tid=7305] ppid=7249 vsize=10849036 memory=505396 CPUtime=2438.25 cores=0,2,4,6
/proc/7252/task/7305/stat : 7305 (java) R 7249 7252 998 0 -1 4202560 108095 13335 0 0 243749 68 5 3 20 0 15 0 445831814 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092549196560 140092200003164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7306] ppid=7249 vsize=10849036 memory=507960 CPUtime=14.56 cores=0,2,4,6
/proc/7252/task/7306/stat : 7306 (java) S 7249 7252 998 0 -1 1077944384 19642 13335 0 0 1391 57 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092581603984 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7307] ppid=7249 vsize=10849036 memory=506936 CPUtime=14.61 cores=0,2,4,6
/proc/7252/task/7307/stat : 7307 (java) S 7249 7252 998 0 -1 1077944384 16452 13335 0 0 1391 62 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092506909200 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7308] ppid=7249 vsize=10849036 memory=7662986265023702891 CPUtime=14.58 cores=0,2,4,6
/proc/7252/task/7308/stat : 7308 (java) S 7249 7252 998 0 -1 1077944384 15757 13335 0 0 1387 63 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092149258640 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7309] ppid=7249 vsize=10849036 memory=505908 CPUtime=14.59 cores=0,2,4,6
/proc/7252/task/7309/stat : 7309 (java) S 7249 7252 998 0 -1 1077944384 21277 13335 0 0 1388 63 5 3 20 0 15 0 445831815 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092148205840 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7310] ppid=7249 vsize=10849036 memory=504884 CPUtime=9.66 cores=0,2,4,6
/proc/7252/task/7310/stat : 7310 (java) S 7249 7252 998 0 -1 1077944384 16672 13335 0 0 883 75 5 3 20 0 15 0 445831816 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092103953264 140092577372802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7311] ppid=7249 vsize=10849036 memory=1072 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7311/stat : 7311 (java) S 7249 7252 998 0 -1 1077944384 25 13335 0 0 0 0 5 3 20 0 15 0 445831816 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092035294816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7312] ppid=7249 vsize=10849036 memory=5860 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7312/stat : 7312 (java) S 7249 7252 998 0 -1 1077944384 19 13335 0 0 0 0 5 3 20 0 15 0 445831817 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091431314816 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7313] ppid=7249 vsize=10849036 memory=9396 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7313/stat : 7313 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091123915088 140092577380251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7314] ppid=7249 vsize=10849036 memory=656 CPUtime=5.18 cores=0,2,4,6
/proc/7252/task/7314/stat : 7314 (java) S 7249 7252 998 0 -1 1077944384 31980 13335 0 0 505 5 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092001737072 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7315] ppid=7249 vsize=10849036 memory=529 CPUtime=5.37 cores=0,2,4,6
/proc/7252/task/7315/stat : 7315 (java) S 7249 7252 998 0 -1 1077944384 34127 13335 0 0 525 4 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140092000684272 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7316] ppid=7249 vsize=10849036 memory=226 CPUtime=2.34 cores=0,2,4,6
/proc/7252/task/7316/stat : 7316 (java) S 7249 7252 998 0 -1 1077944384 24219 13335 0 0 221 5 5 3 20 0 15 0 445831819 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091999631472 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7317] ppid=7249 vsize=10849036 memory=505396 CPUtime=0.08 cores=0,2,4,6
/proc/7252/task/7317/stat : 7317 (java) S 7249 7252 998 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 445831820 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091090356448 140092577371861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
[pid=7252/tid=7318] ppid=7249 vsize=10849036 memory=2764 CPUtime=1.56 cores=0,2,4,6
/proc/7252/task/7318/stat : 7318 (java) S 7249 7252 998 0 -1 1077944384 1101 13335 0 0 74 74 5 3 20 0 15 0 445831820 11109412864 126221 33554432000 4194304 4196468 140721289767696 140091998579888 140092577372802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140721289775855 140721289778373 140721289778373 140721289781199 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 504884 KiB

Child status: 143
Real time (s): 2465.15
CPU time (s): 2520.13
CPU user time (s): 2515.85
CPU system time (s): 4.27976
CPU usage (%): 102.23
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1582904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.85
system time used= 4.27976
maximum resident set size= 1585420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306195
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= 252925
involuntary context switches= 7915


# summary of solver processes directly reported to runsolver:
#   pid: 7252
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.85
#   total CPU system time (s): 4.27976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4331 second user time and 24.4593 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 06:47:10
IDJOB=4401073
IDBENCH=141359
IDSOLVER=2857
FILE ID=node123/4401073-1568695669
RUNJOBID= node123-1568673292-1029
PBS_JOBID= 21703787
Free space on /tmp= 59152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401073-1568695669/watcher-4401073-1568695669 -o /tmp/evaluation-result-4401073-1568695669/solver-4401073-1568695669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401073-1568695669.xml

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

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=1538733696

node123.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.49
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.49
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.49
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.49
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:        28769248 kB
MemAvailable:   30351636 kB
Buffers:          122440 kB
Cached:          1759004 kB
SwapCached:         7616 kB
Active:          2789456 kB
Inactive:         644852 kB
Active(anon):    1552824 kB
Inactive(anon):    48848 kB
Active(file):    1236632 kB
Inactive(file):   596004 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66998756 kB
Dirty:             35344 kB
Writeback:             0 kB
AnonPages:       1654184 kB
Mapped:            61048 kB
Shmem:             39800 kB
Slab:             160708 kB
SReclaimable:     131176 kB
SUnreclaim:        29532 kB
KernelStack:        3728 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2731596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59116 MiB
End job on node123 at 2019-09-17 07:28:16