Trace number 4304466

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.9.2-SuperNG? 1697.98 879.769

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1.00/0.75	c Concrete v3.9.2.1532736233296 running
1697.80/879.65	Exception in thread "main" java.lang.reflect.InvocationTargetException
1697.80/879.65		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1697.80/879.65		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1697.80/879.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1697.80/879.65		at java.lang.reflect.Method.invoke(Method.java:498)
1697.80/879.65		at concrete.Solver$.apply(Solver.scala:61)
1697.80/879.65		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1697.80/879.65		at scala.util.Success.flatMap(Try.scala:247)
1697.80/879.65		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1697.80/879.65		at scala.util.Success.flatMap(Try.scala:247)
1697.80/879.65		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:38)
1697.80/879.65		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:36)
1697.80/879.65		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1697.80/879.65		at concrete.runner.CSPOMRunner.$anonfun$load$1(CSPOMRunner.scala:33)
1697.80/879.65		at scala.util.Success.flatMap(Try.scala:247)
1697.80/879.65		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:33)
1697.80/879.65		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:32)
1697.80/879.65		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1697.80/879.65		at concrete.runner.ConcreteRunner.$anonfun$run$1(ConcreteRunner.scala:64)
1697.80/879.65		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
1697.80/879.65		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
1697.80/879.65		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
1697.80/879.65		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
1697.80/879.65		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
1697.80/879.65		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
1697.80/879.65		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
1697.80/879.65		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:63)
1697.80/879.65		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
1697.80/879.65		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
1697.80/879.65		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
1697.80/879.65		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
1697.80/879.65		at scala.Function0.apply$mcV$sp(Function0.scala:34)
1697.80/879.65		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
1697.80/879.65		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1697.80/879.65		at scala.App.$anonfun$main$1$adapted(App.scala:76)
1697.80/879.65		at scala.collection.immutable.List.foreach(List.scala:389)
1697.80/879.65		at scala.App.main(App.scala:76)
1697.80/879.65		at scala.App.main$(App.scala:74)
1697.80/879.65		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
1697.80/879.65		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
1697.80/879.65	Caused by: java.lang.OutOfMemoryError: Java heap space
1697.80/879.65		at concrete.util.SparseSet.<init>(SparseSet.scala:8)
1697.80/879.65		at concrete.constraint.extension.BDDC.init(BDDC.scala:20)
1697.80/879.65		at concrete.ProblemState.$anonfun$padConstraints$4(ProblemState.scala:249)
1697.80/879.65		at concrete.ProblemState$$Lambda$669/1164601511.apply(Unknown Source)
1697.80/879.65		at concrete.ProblemState.andThen(ProblemState.scala:217)
1697.80/879.65		at concrete.ProblemState.$anonfun$padConstraints$3(ProblemState.scala:249)
1697.80/879.65		at concrete.ProblemState$$Lambda$668/1244675705.apply(Unknown Source)
1697.80/879.65		at scala.collection.IndexedSeqOptimized.foldLeft(IndexedSeqOptimized.scala:56)
1697.80/879.65		at scala.collection.IndexedSeqOptimized.foldLeft$(IndexedSeqOptimized.scala:64)
1697.80/879.65		at scala.collection.mutable.IndexedSeqView$AbstractTransformed.foldLeft(IndexedSeqView.scala:46)
1697.80/879.65		at concrete.ProblemState.padConstraints(ProblemState.scala:248)
1697.80/879.65		at concrete.ProblemState$.apply(ProblemState.scala:170)
1697.80/879.65		at concrete.Problem.initState(Problem.scala:65)
1697.80/879.65		at concrete.Problem.initState(Problem.scala:63)
1697.80/879.65		at concrete.MAC.<init>(MAC.scala:80)
1697.80/879.65		at concrete.MAC$.$anonfun$apply$3(MAC.scala:48)
1697.80/879.65		at concrete.MAC$$$Lambda$648/2021065926.apply(Unknown Source)
1697.80/879.65		at scala.util.Success.$anonfun$map$1(Try.scala:251)
1697.80/879.65		at scala.util.Success.map(Try.scala:209)
1697.80/879.65		at concrete.MAC$.apply(MAC.scala:47)
1697.80/879.65		at concrete.MAC.apply(MAC.scala)
1697.80/879.65		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1697.80/879.65		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1697.80/879.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1697.80/879.65		at java.lang.reflect.Method.invoke(Method.java:498)
1697.80/879.65		at concrete.Solver$.apply(Solver.scala:61)
1697.80/879.65		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1697.80/879.65		at concrete.runner.CSPOMRunner$$Lambda$588/1863293298.apply(Unknown Source)
1697.80/879.65		at scala.util.Success.flatMap(Try.scala:247)
1697.80/879.65		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1697.80/879.65		at concrete.runner.CSPOMRunner$$Lambda$502/986485630.apply(Unknown Source)
1697.80/879.65		at scala.util.Success.flatMap(Try.scala:247)
1697.80/879.65	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 (5659 MiB free)
  memory of node 1: 16384 MiB (6947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304466-1534093673/watcher-4304466-1534093673 -o /tmp/evaluation-result-4304466-1534093673/solver-4304466-1534093673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534093673-24110 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1118475520 -superng HOME/instance-4304466-1534093673.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=24206, runsolver pid=24203

[startup+0.100061 s]*
/proc/loadavg: 1.00 1.35 1.75 5/206 24263
/proc/meminfo: memFree=12897096/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=10005480 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 4221 13172 0 0 1 1 5 3 20 0 6 0 226930594 10245611520 4582 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2501370 4582 1930 1 0 2489808 0
[pid=24206/tid=24260] ppid=24203 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) R 24203 24206 16770 0 -1 4202560 2033 13172 0 0 0 0 5 3 20 0 6 0 226930603 10245611520 4582 33554432000 4194304 4196468 140724117891776 140154901484112 140154913857057 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 226930604 10245611520 4582 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=10005480 memory=140431152326272 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 226930604 10245611520 4582 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 6 0 226930604 10245611520 4582 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 226930604 10245611520 4582 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.21012 s]*
/proc/loadavg: 1.00 1.35 1.75 3/216 24273
/proc/meminfo: memFree=12866368/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=10982744 memory=43900 CPUtime=0.26 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 7180 13172 0 0 17 1 5 3 20 0 15 0 226930594 11246329856 10975 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2745686 10975 2955 1 0 2708109 0
[pid=24206/tid=24260] ppid=24203 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) R 24203 24206 16770 0 -1 4202560 3778 13172 0 0 10 1 5 3 20 0 15 0 226930603 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154901444272 140154909923179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=10982744 memory=140431152476489 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=10982744 memory=140431152326272 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 226930605 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154355251824 140154929658498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246329856 11041 33554432000 4194304 4196468 140724117891776 140153775449376 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246329856 11041 33554432000 4194304 4196468 140724117891776 140153574123120 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246329856 11041 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 425 13172 0 0 1 0 5 3 20 0 15 0 226930609 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154354198640 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 185 13172 0 0 1 0 5 3 20 0 15 0 226930609 11246329856 11041 33554432000 4194304 4196468 140724117891776 140154353145840 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=10982744 memory=140431152326272 CPUtime=0.11 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 609 13172 0 0 3 0 5 3 20 0 15 0 226930609 11246329856 11107 33554432000 4194304 4196468 140724117891776 140154352093552 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246329856 11107 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=10982744 memory=140431152326272 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246329856 11107 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43900 KiB

[startup+0.310089 s]*
/proc/loadavg: 1.00 1.35 1.75 5/216 24273
/proc/meminfo: memFree=12844596/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=10983192 memory=56824 CPUtime=0.39 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 10267 13172 0 0 28 3 5 3 20 0 15 0 226930594 11246788608 14206 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2745798 14206 3074 1 0 2708109 0
[pid=24206/tid=24260] ppid=24203 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) R 24203 24206 16770 0 -1 4202560 6822 13172 0 0 19 2 5 3 20 0 15 0 226930603 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154901459360 140154909923072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 226930605 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154355251824 140154929658498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246788608 14206 33554432000 4194304 4196468 140724117891776 140153775449376 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246788608 14206 33554432000 4194304 4196468 140724117891776 140153574123120 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 428 13172 0 0 1 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154354198640 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 186 13172 0 0 1 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154353145840 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=10983192 memory=140431152326272 CPUtime=0.13 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 615 13172 0 0 5 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154352093552 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=10983192 memory=140431152326272 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 14206 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56824 KiB

[startup+0.700751 s]
/proc/loadavg: 1.00 1.35 1.75 7/216 24273
/proc/meminfo: memFree=12795828/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=10983192 memory=88876 CPUtime=1 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 16371 13172 0 0 87 5 5 3 20 0 15 0 226930594 11246788608 22219 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2745798 22219 3238 1 0 2708109 0
[pid=24206/tid=24260] ppid=24203 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) R 24203 24206 16770 0 -1 4202560 11925 13172 0 0 55 4 5 3 20 0 15 0 226930603 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154901450032 140154909922747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930604 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 5 13172 0 0 0 0 5 3 20 0 15 0 226930605 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154355251824 140154929658498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=10983192 memory=140431002317520 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246788608 22219 33554432000 4194304 4196468 140724117891776 140153775449376 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=10983192 memory=140432545677923 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930606 11246788608 22219 33554432000 4194304 4196468 140724117891776 140153574123120 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=10983192 memory=8804 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=10983192 memory=7234564758908855872 CPUtime=0.18 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 970 13172 0 0 10 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154354198640 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=10983192 memory=8099279071866868843 CPUtime=0.15 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 583 13172 0 0 7 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154353145840 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=10983192 memory=6154282490091891024 CPUtime=0.21 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 671 13172 0 0 13 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154352093552 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930609 11246788608 22219 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88876 KiB

[startup+1.5009 s]
/proc/loadavg: 1.00 1.35 1.75 5/216 24273
/proc/meminfo: memFree=12646732/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=10991948 memory=425296 CPUtime=2.72 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 22899 13172 0 0 233 31 5 3 20 0 15 0 226930594 11255754752 106324 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2747987 106324 3467 1 0 2709645 0
[pid=24206/tid=24260] ppid=24203 vsize=10991948 memory=12813 CPUtime=1.36 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) R 24203 24206 16770 0 -1 4202560 14398 13172 0 0 120 8 5 3 20 0 15 0 226930603 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154901479248 140154464372487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=10991948 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 419 13172 0 0 4 4 5 3 20 0 15 0 226930604 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=10991948 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 95 13172 0 0 3 4 5 3 20 0 15 0 226930604 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=10991948 memory=4 CPUtime=0.16 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 344 13172 0 0 3 5 5 3 20 0 15 0 226930604 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=10991948 memory=88876 CPUtime=0.17 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 145 13172 0 0 4 5 5 3 20 0 15 0 226930604 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 96 13172 0 0 0 0 5 3 20 0 15 0 226930605 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154355251824 140154929658498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=10991948 memory=280862004576752 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 226930606 11255754752 106324 33554432000 4194304 4196468 140724117891776 140153775449440 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=10991948 memory=280862004627552 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930606 11255754752 106324 33554432000 4194304 4196468 140724117891776 140153574123136 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=10991948 memory=4638778398332698720 CPUtime=0.38 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) R 24203 24206 16770 0 -1 4202560 2083 13172 0 0 30 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154354184032 140154909340455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=10991948 memory=280862004910976 CPUtime=0.39 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) R 24203 24206 16770 0 -1 4202560 1848 13172 0 0 31 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154353130752 140154909500902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=10991948 memory=-7531822216213012384 CPUtime=0.41 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 1257 13172 0 0 33 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154352093552 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=10991948 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=10991948 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 226930609 11255754752 106324 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10991948 KiB

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


[startup+876.801 s]
/proc/loadavg: 4.24 2.89 2.26 6/216 24304
/proc/meminfo: memFree=1280376/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=11209056 memory=8765832 CPUtime=1686.84 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 1737922 13172 0 0 166656 2020 5 3 20 0 15 0 226930594 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2802264 2191458 3518 1 0 2763917 0
[pid=24206/tid=24260] ppid=24203 vsize=11209056 memory=7528 CPUtime=592.24 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) S 24203 24206 16770 0 -1 1077944384 159411 13172 0 0 59168 48 5 3 20 0 15 0 226930603 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154901479744 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=11209056 memory=1788 CPUtime=267.64 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) R 24203 24206 16770 0 -1 4202560 275179 13172 0 0 26283 473 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154933889232 140154922275559 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=11209056 memory=1704 CPUtime=267.53 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) R 24203 24206 16770 0 -1 4202560 276059 13172 0 0 26265 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154788608392 140154914643703 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=11209056 memory=1428 CPUtime=267.3 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) R 24203 24206 16770 0 -1 4202560 379487 13172 0 0 26242 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154787555792 140154914645296 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=11209056 memory=15880 CPUtime=266.76 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) R 24203 24206 16770 0 -1 4202560 408779 13172 0 0 26175 493 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154786502992 140154922275559 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=11209056 memory=16228 CPUtime=14.79 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 165463 13172 0 0 1454 17 5 3 20 0 15 0 226930605 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154355250384 140154929657557 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=11209056 memory=1160 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153775449504 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=11209056 memory=8804 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 18 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153574123136 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=11209056 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=11209056 memory=10096 CPUtime=4.4 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 24978 13172 0 0 429 3 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154354198688 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=11209056 memory=1228 CPUtime=4.33 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 18609 13172 0 0 421 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154353145600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=11209056 memory=1952 CPUtime=1.76 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 26676 13172 0 0 164 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154352093600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=11209056 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=11209056 memory=4048 CPUtime=0.71 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1039 13172 0 0 34 29 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 1686.84 s
Current children cumulated vsize: 11209056 KiB
Current children cumulated memory: 8765832 KiB

[startup+878.401 s]
/proc/loadavg: 4.24 2.89 2.26 6/216 24304
/proc/meminfo: memFree=1280636/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=11209056 memory=8765832 CPUtime=1693.15 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 1738050 13172 0 0 167286 2021 5 3 20 0 15 0 226930594 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2802264 2191458 3518 1 0 2763917 0
[pid=24206/tid=24260] ppid=24203 vsize=11209056 memory=1240 CPUtime=592.24 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) S 24203 24206 16770 0 -1 1077944384 159411 13172 0 0 59168 48 5 3 20 0 15 0 226930603 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154901479744 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=11209056 memory=2416 CPUtime=269.22 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) R 24203 24206 16770 0 -1 4202560 275267 13172 0 0 26441 473 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154933889232 140154922752049 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=11209056 memory=1788 CPUtime=269.09 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) R 24203 24206 16770 0 -1 4202560 276059 13172 0 0 26421 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154788608392 140154922275559 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=11209056 memory=2460 CPUtime=268.88 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) R 24203 24206 16770 0 -1 4202560 379525 13172 0 0 26400 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154787555792 140154922752064 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=11209056 memory=932 CPUtime=268.34 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) R 24203 24206 16770 0 -1 4202560 408781 13172 0 0 26332 494 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154786502992 140154922275559 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=11209056 memory=1580 CPUtime=14.79 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 165463 13172 0 0 1454 17 5 3 20 0 15 0 226930605 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154355250384 140154929657557 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=11209056 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153775449504 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=11209056 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 18 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153574123136 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=11209056 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=11209056 memory=5408 CPUtime=4.4 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 24978 13172 0 0 429 3 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154354198688 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=11209056 memory=876 CPUtime=4.33 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 18609 13172 0 0 421 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154353145600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=11209056 memory=10096 CPUtime=1.76 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 26676 13172 0 0 164 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154352093600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=11209056 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=11209056 memory=1952 CPUtime=0.71 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1039 13172 0 0 34 29 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 1693.15 s
Current children cumulated vsize: 11209056 KiB
Current children cumulated memory: 8765832 KiB

[startup+879.201 s]
/proc/loadavg: 4.38 2.94 2.28 6/216 24304
/proc/meminfo: memFree=1280872/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=11209056 memory=8765832 CPUtime=1696.3 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 1738050 13172 0 0 167600 2022 5 3 20 0 15 0 226930594 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2802264 2191458 3518 1 0 2763917 0
[pid=24206/tid=24260] ppid=24203 vsize=11209056 memory=8765832 CPUtime=592.24 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) S 24203 24206 16770 0 -1 1077944384 159411 13172 0 0 59168 48 5 3 20 0 15 0 226930603 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154901479744 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=11209056 memory=8765832 CPUtime=270.02 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) R 24203 24206 16770 0 -1 4202560 275267 13172 0 0 26520 474 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154933889232 140154914637053 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=11209056 memory=8765832 CPUtime=269.87 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) R 24203 24206 16770 0 -1 4202560 276059 13172 0 0 26499 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154788608392 140154922275559 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=11209056 memory=8804 CPUtime=269.67 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) R 24203 24206 16770 0 -1 4202560 379525 13172 0 0 26479 480 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154787555792 140154914636936 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=11209056 memory=4616 CPUtime=269.13 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) R 24203 24206 16770 0 -1 4202560 408781 13172 0 0 26411 494 5 3 20 0 15 0 226930604 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154786503304 140154922275559 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=11209056 memory=6791534058613427641 CPUtime=14.79 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) S 24203 24206 16770 0 -1 1077944384 165463 13172 0 0 1454 17 5 3 20 0 15 0 226930605 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154355250384 140154929657557 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=11209056 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153775449504 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=11209056 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 18 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153574123136 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=11209056 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=11209056 memory=1232 CPUtime=4.4 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 24978 13172 0 0 429 3 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154354198688 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=11209056 memory=1160 CPUtime=4.33 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 18609 13172 0 0 421 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154353145600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=11209056 memory=8804 CPUtime=1.76 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 26676 13172 0 0 164 4 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154352093600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=11209056 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=11209056 memory=1428 CPUtime=0.71 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1039 13172 0 0 34 29 5 3 20 0 15 0 226930609 11478073344 2191458 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 1696.3 s
Current children cumulated vsize: 11209056 KiB
Current children cumulated memory: 8765832 KiB

[startup+879.601 s]
/proc/loadavg: 4.38 2.94 2.28 6/216 24304
/proc/meminfo: memFree=1280872/32770624 swapFree=67108860/67108860
[pid=24206] ppid=24203 vsize=11209056 memory=8765840 CPUtime=1697.8 cores=0,2,4,6
/proc/24206/stat : 24206 (java) S 24203 24206 16770 0 -1 1077944320 1746307 13172 0 0 167749 2023 5 3 20 0 15 0 226930594 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140724117874320 140154929647351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
/proc/24206/statm: 2802264 2191460 3518 1 0 2763917 0
[pid=24206/tid=24260] ppid=24203 vsize=11209056 memory=4128 CPUtime=592.24 cores=0,2,4,6
/proc/24206/task/24260/stat : 24260 (java) S 24203 24206 16770 0 -1 1077944384 159411 13172 0 0 59168 48 5 3 20 0 15 0 226930603 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154901479744 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24261] ppid=24203 vsize=11209056 memory=6791534058613427641 CPUtime=270.39 cores=0,2,4,6
/proc/24206/task/24261/stat : 24261 (java) S 24203 24206 16770 0 -1 1077944384 275331 13172 0 0 26557 474 5 3 20 0 15 0 226930604 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154933889424 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24262] ppid=24203 vsize=11209056 memory=2460 CPUtime=270.23 cores=0,2,4,6
/proc/24206/task/24262/stat : 24262 (java) S 24203 24206 16770 0 -1 1077944384 276218 13172 0 0 26535 480 5 3 20 0 15 0 226930604 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154788608272 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24263] ppid=24203 vsize=11209056 memory=932 CPUtime=270.04 cores=0,2,4,6
/proc/24206/task/24263/stat : 24263 (java) S 24203 24206 16770 0 -1 1077944384 387283 13172 0 0 26515 481 5 3 20 0 15 0 226930604 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154787555984 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24264] ppid=24203 vsize=11209056 memory=1580 CPUtime=269.49 cores=0,2,4,6
/proc/24206/task/24264/stat : 24264 (java) S 24203 24206 16770 0 -1 1077944384 408797 13172 0 0 26447 494 5 3 20 0 15 0 226930604 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154786503184 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24265] ppid=24203 vsize=11209056 memory=2240 CPUtime=14.82 cores=0,2,4,6
/proc/24206/task/24265/stat : 24265 (java) R 24203 24206 16770 0 -1 4202560 165723 13172 0 0 1457 17 5 3 20 0 15 0 226930605 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154355250384 140154908017531 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24266] ppid=24203 vsize=11209056 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24266/stat : 24266 (java) S 24203 24206 16770 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140153775449504 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24267] ppid=24203 vsize=11209056 memory=2100 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24267/stat : 24267 (java) S 24203 24206 16770 0 -1 1077944384 18 13172 0 0 0 0 5 3 20 0 15 0 226930606 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140153574123136 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24268] ppid=24203 vsize=11209056 memory=10096 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24268/stat : 24268 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140153266723408 140154929665947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24269] ppid=24203 vsize=11209056 memory=1228 CPUtime=4.4 cores=0,2,4,6
/proc/24206/task/24269/stat : 24269 (java) S 24203 24206 16770 0 -1 1077944384 24978 13172 0 0 429 3 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154354198688 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24270] ppid=24203 vsize=11209056 memory=1952 CPUtime=4.33 cores=0,2,4,6
/proc/24206/task/24270/stat : 24270 (java) S 24203 24206 16770 0 -1 1077944384 18609 13172 0 0 421 4 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154353145600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24271] ppid=24203 vsize=11209056 memory=1160 CPUtime=1.76 cores=0,2,4,6
/proc/24206/task/24271/stat : 24271 (java) S 24203 24206 16770 0 -1 1077944384 26676 13172 0 0 164 4 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154352093600 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24272] ppid=24203 vsize=11209056 memory=8804 CPUtime=0.08 cores=0,2,4,6
/proc/24206/task/24272/stat : 24272 (java) S 24203 24206 16770 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140152835926496 140154929657557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
[pid=24206/tid=24273] ppid=24203 vsize=11209056 memory=4616 CPUtime=0.71 cores=0,2,4,6
/proc/24206/task/24273/stat : 24273 (java) S 24203 24206 16770 0 -1 1077944384 1039 13172 0 0 34 29 5 3 20 0 15 0 226930609 11478073344 2191460 33554432000 4194304 4196468 140724117891776 140154351041456 140154929658498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29200384 140724117895779 140724117898588 140724117898588 140724117901263 0
Current children cumulated CPU time: 1697.8 s
Current children cumulated vsize: 11209056 KiB
Current children cumulated memory: 8765840 KiB

[startup+879.701 s]*
/proc/loadavg: 4.38 2.94 2.28 3/203 24305
/proc/meminfo: memFree=4090404/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 879.769
CPU time (s): 1697.98
CPU user time (s): 1677.62
CPU system time (s): 20.366
CPU usage (%): 193.003
Max. virtual memory (cumulated for all children) (KiB): 11272544
Max. memory (cumulated for all children) (KiB): 8821592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1677.62
system time used= 20.366
maximum resident set size= 8821592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1760160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 669982
involuntary context switches= 11492


# summary of solver processes directly reported to runsolver:
#   pid: 24206
#   total CPU time (s): 1697.98
#   total CPU user time (s): 1677.62
#   total CPU system time (s): 20.366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.11747 second user time and 8.69222 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-12 19:07:54
IDJOB=4304466
IDBENCH=141307
IDSOLVER=2781
FILE ID=node139/4304466-1534093673
RUNJOBID= node139-1534093673-24110
PBS_JOBID= 21036974
Free space on /tmp= 28320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304466-1534093673/watcher-4304466-1534093673 -o /tmp/evaluation-result-4304466-1534093673/solver-4304466-1534093673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534093673-24110 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1118475520 -superng HOME/instance-4304466-1534093673.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1118475520

node139.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.80
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.80
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.80
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.80
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:        12910548 kB
MemAvailable:   31838868 kB
Buffers:          233324 kB
Cached:         18662652 kB
SwapCached:            0 kB
Active:          7872620 kB
Inactive:       11143148 kB
Active(anon):      72708 kB
Inactive(anon):    99672 kB
Active(file):    7799912 kB
Inactive(file): 11043476 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            121192 kB
Writeback:             0 kB
AnonPages:        125632 kB
Mapped:            73940 kB
Shmem:             49804 kB
Slab:             541008 kB
SReclaimable:     513392 kB
SUnreclaim:        27616 kB
KernelStack:        3488 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1524304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 28292 MiB
End job on node139 at 2018-08-12 19:22:34