Trace number 4387140

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.10SAT (TO)72 2520.1 2466.05

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
12.17/4.74	o 102
12.17/4.75	o 98
13.14/5.02	o 97
14.04/5.33	o 94
14.37/5.43	o 90
16.21/6.36	o 83
25.57/12.88	o 81
25.82/13.05	o 78
74.68/60.61	o 77
89.93/75.82	o 76
276.20/259.76	o 74
287.85/271.26	o 72
2520.05/2466.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2466.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2466.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.05/2466.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2466.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2466.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2466.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2466.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2466.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2466.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2466.01		at scala.Option.map(Option.scala:243)
2520.05/2466.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2466.01		at concrete.MAC.mac(MAC.scala:204)
2520.05/2466.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2466.01		at scala.util.Try$.apply(Try.scala:212)
2520.05/2466.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2466.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2466.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2466.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2466.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2466.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2466.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2466.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.01		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2466.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.05/2466.01		at scala.util.Success.map(Try.scala:264)
2520.05/2466.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2466.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2466.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2466.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2466.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2466.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2466.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2466.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2466.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2466.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2466.01		at scala.App.main(App.scala:75)
2520.05/2466.01		at scala.App.main$(App.scala:73)
2520.05/2466.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2466.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.02	v <instantiation
2520.05/2466.02	v         cost = '72'>
2520.05/2466.02	v       <list>
2520.05/2466.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10]
2520.05/2466.02	v       </list>
2520.05/2466.02	v       <values>
2520.05/2466.02	v         0 3 14 16 20 41 48 53 63 71 72
2520.05/2466.02	v       </values>
2520.05/2466.02	v     </instantiation>
2520.05/2466.02	s SATISFIABLE

Verifier Data

OK	72

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 (15116 MiB free)
  memory of node 1: 16384 MiB (14450 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387140-1568292093/watcher-4387140-1568292093 -o /tmp/evaluation-result-4387140-1568292093/solver-4387140-1568292093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1714930343 HOME/instance-4387140-1568292093.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=9297, runsolver pid=9294

[startup+0.100082 s]*
/proc/loadavg: 1.33 1.40 1.38 3/218 9354
/proc/meminfo: memFree=30268516/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=9972712 memory=15180 CPUtime=0.08 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 4554 13378 0 0 1 0 5 2 20 0 6 0 405448022 10212057088 3795 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2493178 3795 1935 1 0 2481616 0
[pid=9297/tid=9350] ppid=9294 vsize=9972712 memory=-8458169962982588359 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 2381 13378 0 0 1 0 5 2 20 0 6 0 405448031 10212057088 3861 33554432000 4194304 4196468 140724692880000 139737534734928 139737555135294 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 6 0 405448032 10212057088 3861 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=9972712 memory=140341645723264 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 6 0 405448032 10212057088 3861 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 6 0 405448032 10212057088 3861 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 6 0 405448032 10212057088 3861 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210839 s]*
/proc/loadavg: 1.33 1.40 1.38 3/227 9363
/proc/meminfo: memFree=30251348/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10818940 memory=36816 CPUtime=0.26 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 7120 13378 0 0 17 2 5 2 20 0 15 0 405448022 11078594560 9204 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2704735 9204 2957 1 0 2667149 0
[pid=9297/tid=9350] ppid=9294 vsize=10819964 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 3613 13378 0 0 11 1 5 2 20 0 15 0 405448031 11079643136 9269 33554432000 4194304 4196468 140724692880000 139737534722976 139737555577885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10819964 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079643136 9269 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10819964 memory=140341645732814 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079643136 9335 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10819964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079643136 9335 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079643136 9335 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10819964 memory=140341645723264 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448033 11079643136 9335 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 13 13378 0 0 0 0 5 2 20 0 15 0 405448034 11079643136 9401 33554432000 4194304 4196468 140724692880000 139736492532896 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10819964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448034 11079643136 9401 33554432000 4194304 4196468 140724692880000 139736358314736 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10819964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079643136 9401 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 446 13378 0 0 1 0 5 2 20 0 15 0 405448037 11079643136 9401 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 194 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079643136 9467 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10819964 memory=140341645723264 CPUtime=0.1 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 699 13378 0 0 3 0 5 2 20 0 15 0 405448037 11079643136 9467 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10819964 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079643136 9467 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10819964 memory=140341645723264 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079643136 9467 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36816 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.33 1.40 1.38 4/227 9363
/proc/meminfo: memFree=30241728/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10820096 memory=48516 CPUtime=0.39 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 10852 13378 0 0 29 3 5 2 20 0 15 0 405448022 11079778304 12129 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2705024 12129 3240 1 0 2667149 0
[pid=9297/tid=9350] ppid=9294 vsize=10820096 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 7224 13378 0 0 19 2 5 2 20 0 15 0 405448031 11079778304 12129 33554432000 4194304 4196468 140724692880000 139737534722600 139737165228079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079778304 12129 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079778304 12129 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079778304 12129 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448032 11079778304 12129 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448033 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 13 13378 0 0 0 0 5 2 20 0 15 0 405448034 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736492532896 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448034 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736358314736 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 450 13378 0 0 1 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 202 13378 0 0 1 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10820096 memory=140341645723264 CPUtime=0.12 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 738 13378 0 0 5 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10820096 memory=140341645723264 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448037 11079778304 12129 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48516 KiB

[startup+0.701136 s]
/proc/loadavg: 1.38 1.41 1.39 5/227 9363
/proc/meminfo: memFree=30225084/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10824340 memory=79552 CPUtime=1.14 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 15155 13378 0 0 102 5 5 2 20 0 15 0 405448022 11084124160 19888 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2706085 19888 3498 1 0 2668173 0
[pid=9297/tid=9350] ppid=9294 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 10569 13378 0 0 56 4 5 2 20 0 15 0 405448031 11084124160 19888 33554432000 4194304 4196468 140724692880000 139737534720336 139737562920093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11084124160 19888 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11084124160 19888 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10824340 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448032 11084124160 19888 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448032 11084124160 19888 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 5 13378 0 0 0 0 5 2 20 0 15 0 405448033 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 13 13378 0 0 0 0 5 2 20 0 15 0 405448034 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736492532896 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10824340 memory=140341546201872 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448034 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736358314736 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10824340 memory=140342351364685 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10824340 memory=624 CPUtime=0.21 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 834 13378 0 0 14 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10824340 memory=6297835844906604903 CPUtime=0.2 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) R 9294 9297 6622 0 -1 4202560 475 13378 0 0 13 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736563800944 139737548004250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10824340 memory=7380108234216663121 CPUtime=0.24 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 1036 13378 0 0 17 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10824340 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448037 11084124160 19888 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79552 KiB

[startup+1.50156 s]
/proc/loadavg: 1.38 1.41 1.39 5/227 9363
/proc/meminfo: memFree=30180408/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10834656 memory=184772 CPUtime=2.83 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 25134 13378 0 0 266 10 5 2 20 0 15 0 405448022 11094687744 46193 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2708664 46193 3579 1 0 2670733 0
[pid=9297/tid=9350] ppid=9294 vsize=10834656 memory=1943560 CPUtime=1.42 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 15965 13378 0 0 129 6 5 2 20 0 15 0 405448031 11094687744 46193 33554432000 4194304 4196468 140724692880000 139737534717440 139737562919514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 310 13378 0 0 1 0 5 2 20 0 15 0 405448032 11094687744 46193 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10834656 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 54 13378 0 0 1 0 5 2 20 0 15 0 405448032 11094687744 46193 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10834656 memory=3188 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 36 13378 0 0 1 0 5 2 20 0 15 0 405448032 11094687744 46193 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10834656 memory=79552 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 94 13378 0 0 1 0 5 2 20 0 15 0 405448032 11094687744 46193 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 1349 13378 0 0 1 0 5 2 20 0 15 0 405448033 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 14 13378 0 0 0 0 5 2 20 0 15 0 405448034 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736492532960 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 2 13378 0 0 0 0 5 2 20 0 15 0 405448034 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736358314752 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10834656 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10834656 memory=4638778398332698720 CPUtime=0.51 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 1845 13378 0 0 44 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10834656 memory=280683092679552 CPUtime=0.47 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 1280 13378 0 0 40 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10834656 memory=6944656592452938395 CPUtime=0.5 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) R 9294 9297 6622 0 -1 4202560 1969 13378 0 0 43 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736562747888 139737546978654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10834656 memory=-7233780906022716832 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10834656 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1 13378 0 0 0 0 5 2 20 0 15 0 405448037 11094687744 46193 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 64945 13378 0 0 229632 45 5 2 20 0 15 0 405448031 11107291136 275014 33554432000 4194304 4196468 140724692880000 139737534732864 139737183293306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=1095960 CPUtime=13.16 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 12673 13378 0 0 1261 48 5 2 20 0 15 0 405448032 11107291136 275014 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=1098008 CPUtime=13.18 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 16412 13378 0 0 1263 48 5 2 20 0 15 0 405448032 11107291136 275014 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=1100056 CPUtime=13.18 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 16414 13378 0 0 1263 48 5 2 20 0 15 0 405448032 11107291136 275014 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=1100056 CPUtime=13.2 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 20496 13378 0 0 1267 46 5 2 20 0 15 0 405448032 11107291136 275014 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=1100056 CPUtime=8.99 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 14439 13378 0 0 845 47 5 2 20 0 15 0 405448033 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=1100056 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 23 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736492532960 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=1100056 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 18 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736358314752 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=1100056 CPUtime=5.3 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 28730 13378 0 0 518 5 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=1100056 CPUtime=5.41 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 24350 13378 0 0 530 4 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=5960 CPUtime=3.64 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 23757 13378 0 0 350 7 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=624 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1074 13378 0 0 63 59 5 2 20 0 15 0 405448037 11107291136 275014 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 2373.68 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1100056 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.51 1.45 3/227 9981
/proc/meminfo: memFree=28849572/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=1104152 CPUtime=2434.8 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 227415 13378 0 0 243149 324 5 2 20 0 15 0 405448022 11107291136 276038 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2711741 276038 3626 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=1104152 CPUtime=2356.13 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 65454 13378 0 0 235560 46 5 2 20 0 15 0 405448031 11107291136 276038 33554432000 4194304 4196468 140724692880000 139737534733392 139737182794225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=1104152 CPUtime=13.56 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 12916 13378 0 0 1300 49 5 2 20 0 15 0 405448032 11107291136 276038 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=1104152 CPUtime=13.57 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 16665 13378 0 0 1301 49 5 2 20 0 15 0 405448032 11107291136 276038 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=1104152 CPUtime=13.56 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 16661 13378 0 0 1300 49 5 2 20 0 15 0 405448032 11107291136 276038 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=1102104 CPUtime=13.6 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 20872 13378 0 0 1306 47 5 2 20 0 15 0 405448032 11107291136 276038 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=1104152 CPUtime=9.22 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 14667 13378 0 0 867 48 5 2 20 0 15 0 405448033 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=1104152 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 23 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736492532960 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 18 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736358314752 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=1104152 CPUtime=5.3 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 28732 13378 0 0 518 5 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=1104152 CPUtime=5.41 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 24352 13378 0 0 530 4 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=22056 CPUtime=3.64 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 23759 13378 0 0 350 7 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=1988 CPUtime=1.32 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1080 13378 0 0 65 60 5 2 20 0 15 0 405448037 11107291136 276038 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 2434.8 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1104152 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.51 1.45 3/229 9988
/proc/meminfo: memFree=28841092/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=1110296 CPUtime=2495.88 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 229462 13378 0 0 249253 328 5 2 20 0 15 0 405448022 11107291136 277574 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2711741 277574 3626 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=1108248 CPUtime=2415.45 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 66104 13378 0 0 241492 46 5 2 20 0 15 0 405448031 11107291136 277574 33554432000 4194304 4196468 140724692880000 139737534732864 139737562912040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=1110296 CPUtime=13.94 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 13218 13378 0 0 1337 50 5 2 20 0 15 0 405448032 11107291136 277574 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=1110296 CPUtime=13.95 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 16907 13378 0 0 1339 49 5 2 20 0 15 0 405448032 11107291136 277574 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=1110296 CPUtime=13.95 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 16973 13378 0 0 1338 50 5 2 20 0 15 0 405448032 11107291136 277574 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=1110296 CPUtime=13.98 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 21174 13378 0 0 1343 48 5 2 20 0 15 0 405448032 11107291136 277574 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=2976 CPUtime=9.42 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 14882 13378 0 0 887 48 5 2 20 0 15 0 405448033 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=1110296 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 23 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736492532960 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=3040 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 18 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736358314752 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=1428 CPUtime=5.3 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 28734 13378 0 0 518 5 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=1110296 CPUtime=5.41 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 24354 13378 0 0 530 4 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=780 CPUtime=3.64 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 23761 13378 0 0 350 7 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=1110296 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=1110296 CPUtime=1.35 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1098 13378 0 0 67 61 5 2 20 0 15 0 405448037 11107291136 277574 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 2495.88 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1110296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.72 1.55 1.47 3/228 9990
/proc/meminfo: memFree=28839392/32770624 swapFree=66940024/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=1112344 CPUtime=2520.05 cores=0,2,4,6
/proc/9297/stat : 9297 (java) S 9294 9297 6622 0 -1 1077944320 230125 13378 0 0 251667 331 5 2 20 0 15 0 405448022 11107291136 278086 33554432000 4194304 4196468 140724692880000 140724692862544 139737562898167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
/proc/9297/statm: 2711741 278086 3626 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=8112282956445269571 CPUtime=2438.89 cores=0,2,4,6
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 6622 0 -1 4202560 66475 13378 0 0 243835 47 5 2 20 0 15 0 405448031 11107291136 278086 33554432000 4194304 4196468 140724692880000 139737534733536 139737183347648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=4872558044660077418 CPUtime=14.1 cores=0,2,4,6
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 6622 0 -1 1077944384 13262 13378 0 0 1352 51 5 2 20 0 15 0 405448032 11107291136 278086 33554432000 4194304 4196468 140724692880000 139737567140880 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=8112282956445269571 CPUtime=14.11 cores=0,2,4,6
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 6622 0 -1 1077944384 17074 13378 0 0 1355 49 5 2 20 0 15 0 405448032 11107291136 278086 33554432000 4194304 4196468 140724692880000 139737501183120 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=4872558044660077418 CPUtime=14.1 cores=0,2,4,6
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 6622 0 -1 1077944384 17003 13378 0 0 1353 50 5 2 20 0 15 0 405448032 11107291136 278086 33554432000 4194304 4196468 140724692880000 139737134631696 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=6655300316396806240 CPUtime=14.13 cores=0,2,4,6
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 6622 0 -1 1077944384 21191 13378 0 0 1358 48 5 2 20 0 15 0 405448032 11107291136 278086 33554432000 4194304 4196468 140724692880000 139737133579152 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=6944652177228980320 CPUtime=9.52 cores=0,2,4,6
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 6622 0 -1 1077944384 14908 13378 0 0 896 49 5 2 20 0 15 0 405448033 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736565905648 139737562909314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 6622 0 -1 1077944384 23 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736492532960 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=4639924115538006630 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 6622 0 -1 1077944384 18 13378 0 0 0 0 5 2 20 0 15 0 405448034 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736358314752 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=6226626056006101859 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736118024144 139737562916763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=6944656592455097440 CPUtime=5.31 cores=0,2,4,6
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 6622 0 -1 1077944384 28736 13378 0 0 519 5 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736564853488 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=3979268031844989017 CPUtime=5.41 cores=0,2,4,6
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 6622 0 -1 1077944384 24356 13378 0 0 530 4 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736563800944 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=8028066984671668580 CPUtime=3.64 cores=0,2,4,6
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 6622 0 -1 1077944384 23763 13378 0 0 350 7 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736562747888 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=8028066984672063593 CPUtime=0.07 cores=0,2,4,6
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 6622 0 -1 1077944384 3 13378 0 0 0 0 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736084466528 139737562908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=1112344 CPUtime=1.36 cores=0,2,4,6
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 6622 0 -1 1077944384 1100 13378 0 0 68 61 5 2 20 0 15 0 405448037 11107291136 278086 33554432000 4194304 4196468 140724692880000 139736561695280 139737562909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38932480 140724692888309 140724692890821 140724692890821 140724692893647 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1112344 KiB

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

[startup+2466.05 s]
# the end of solver process 9297 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.75 s, system=3.35446 s

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

Child status: 143
Real time (s): 2466.05
CPU time (s): 2520.1
CPU user time (s): 2516.75
CPU system time (s): 3.35446
CPU usage (%): 102.192
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 1112344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.75
system time used= 3.35446
maximum resident set size= 1116572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265161
involuntary context switches= 7215


# summary of solver processes directly reported to runsolver:
#   pid: 9297
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.75
#   total CPU system time (s): 3.35446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4556 second user time and 22.3056 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 14:40:55
IDJOB=4387140
IDBENCH=126231
IDSOLVER=2823
FILE ID=node149/4387140-1568292093
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387140-1568292093/watcher-4387140-1568292093 -o /tmp/evaluation-result-4387140-1568292093/solver-4387140-1568292093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1714930343 HOME/instance-4387140-1568292093.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=1714930343

node149.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.81
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.81
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.81
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.81
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:        30276352 kB
MemAvailable:   30914236 kB
Buffers:           95964 kB
Cached:           840628 kB
SwapCached:        61036 kB
Active:          1375140 kB
Inactive:         569172 kB
Active(anon):     976012 kB
Inactive(anon):    71332 kB
Active(file):     399128 kB
Inactive(file):   497840 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940024 kB
Dirty:             34676 kB
Writeback:             0 kB
AnonPages:       1122984 kB
Mapped:            55556 kB
Shmem:             30972 kB
Slab:             141716 kB
SReclaimable:     113504 kB
SUnreclaim:        28212 kB
KernelStack:        4032 kB
PageTables:         7768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2145340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 54604 MiB
End job on node149 at 2019-09-12 15:22:02