Trace number 4396004

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2? 117.256 99.8169

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K09-P07.xml
MD5SUM77d215e563c424ff51075488b165aa80
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of constraints308
Number of domains2
Minimum domain size306
Maximum domain size307
Distribution of domain sizes[{"size":306,"count":306},{"size":307,"count":63}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":315},{"degree":2,"count":306},{"degree":10,"count":18},{"degree":11,"count":45}]
Minimum constraint arity3
Maximum constraint arity306
Distribution of constraint arities[{"arity":3,"count":306},{"arity":63,"count":1},{"arity":306,"count":1}]
Number of extensional constraints0
Number of intensional constraints306
Distribution of constraint types[{"type":"intension","count":306},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
117.12/99.77	c 19:05:28.005 [main] ERROR c.constraint.semantic.AbsDiffAC - ce[6][0][2] {31, 45, 48, 57, [128...], 301} =AC= |cn[6][0] {2, 3, 5, 6, [266...], 303} - cn[6][2] {2, 5, 6, 7, [153...], 303}|} was revised (-> ce[6][0][2] <- {31, 45, 48, 57, [127...], 301})
117.12/99.77	c 19:05:28.008 [main] ERROR concrete.filter.ACC - ACC control failed on 439. ce[6][0][2] {31, 45, 48, 57, [128...], 301} =AC= |cn[6][0] {2, 3, 5, 6, [266...], 303} - cn[6][2] {2, 5, 6, 7, [153...], 303}|
117.12/99.77	Exception in thread "main" java.lang.AssertionError: assertion failed
117.12/99.77		at scala.Predef$.assert(Predef.scala:267)
117.12/99.77		at concrete.filter.ACC.reduce(ACC.scala:145)
117.12/99.77		at concrete.filter.ACC.reduceAfter(ACC.scala:90)
117.12/99.77		at concrete.MAC.$anonfun$mac$1(MAC.scala:166)
117.12/99.77		at concrete.ProblemState.andThen(ProblemState.scala:234)
117.12/99.77		at concrete.MAC.mac(MAC.scala:166)
117.12/99.77		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
117.12/99.77		at scala.util.Try$.apply(Try.scala:212)
117.12/99.77		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
117.12/99.77		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
117.12/99.77		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
117.12/99.77		at concrete.MAC.oneRun(MAC.scala:265)
117.12/99.77		at concrete.MAC.nextSolution(MAC.scala:284)
117.12/99.77		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
117.12/99.77		at concrete.ProblemState.map(ProblemState.scala:238)
117.12/99.77		at concrete.ProblemState.map(ProblemState.scala:212)
117.12/99.77		at concrete.MAC.nextSolution(MAC.scala:348)
117.12/99.77		at concrete.Solver.hasNext(Solver.scala:160)
117.12/99.77		at scala.collection.Iterator.nextOption(Iterator.scala:104)
117.12/99.77		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
117.12/99.77		at concrete.Solver.nextOption(Solver.scala:67)
117.12/99.77		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
117.12/99.77		at scala.util.Success.map(Try.scala:264)
117.12/99.77		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
117.12/99.77		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
117.12/99.77		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
117.12/99.77		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
117.12/99.77		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
117.12/99.77		at scala.Function0.apply$mcV$sp(Function0.scala:39)
117.12/99.77		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
117.12/99.77		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
117.12/99.77		at scala.App.$anonfun$main$1(App.scala:75)
117.12/99.77		at scala.App.$anonfun$main$1$adapted(App.scala:75)
117.12/99.77		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
117.12/99.77		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
117.12/99.77		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
117.12/99.77		at scala.App.main(App.scala:75)
117.12/99.77		at scala.App.main$(App.scala:73)
117.12/99.77		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
117.12/99.77		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
117.12/99.78	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 (13876 MiB free)
  memory of node 1: 16384 MiB (13647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396004-1568394268/watcher-4396004-1568394268 -o /tmp/evaluation-result-4396004-1568394268/solver-4396004-1568394268 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9342 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=141168175 HOME/instance-4396004-1568394268.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
solver pid=10063, runsolver pid=10060
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.80 1.66 1.63 3/220 10120
/proc/meminfo: memFree=28178952/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 4451 13135 0 0 1 0 5 3 20 0 6 0 415366938 10212057088 4203 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2493178 4203 1935 1 0 2481616 0
[pid=10063/tid=10116] ppid=10060 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 2256 13135 0 0 1 0 5 3 20 0 6 0 415366947 10212057088 4715 33554432000 4194304 4196468 140733742743888 140223228654160 140223256839325 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=9972712 memory=5793855557567637945 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 415366948 10212057088 4715 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=9972712 memory=140306557744768 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 415366948 10212057088 4715 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 415366948 10212057088 4715 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 415366948 10212057088 4715 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210309 s]*
/proc/loadavg: 1.80 1.66 1.63 4/229 10129
/proc/meminfo: memFree=28159084/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10819664 memory=38780 CPUtime=0.26 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 7044 13135 0 0 17 1 5 3 20 0 15 0 415366938 11079335936 9695 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2704916 9695 3168 1 0 2667149 0
[pid=10063/tid=10116] ppid=10060 vsize=10819664 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 3519 13135 0 0 11 0 5 3 20 0 15 0 415366947 11079335936 9695 33554432000 4194304 4196468 140733742743888 140223228650112 140223238380946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10819664 memory=4211974032762535306 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079335936 9695 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10819664 memory=140306557744768 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079335936 9695 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079335936 9695 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079335936 9695 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10819664 memory=140306557744768 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366949 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 415366950 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222696252832 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366950 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222092273136 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 361 13135 0 0 1 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 304 13135 0 0 1 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10819664 memory=140306557744768 CPUtime=0.11 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 623 13135 0 0 3 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10819664 memory=140306557744768 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079335936 9695 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38780 KiB

[startup+0.310723 s]*
/proc/loadavg: 1.80 1.66 1.63 5/229 10129
/proc/meminfo: memFree=28146704/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10820148 memory=49944 CPUtime=0.41 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 10758 13135 0 0 30 3 5 3 20 0 15 0 415366938 11079831552 12486 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2705037 12486 3300 1 0 2667149 0
[pid=10063/tid=10116] ppid=10060 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 7202 13135 0 0 19 2 5 3 20 0 15 0 415366947 11079831552 12486 33554432000 4194304 4196468 140733742743888 140223228623504 140223242185189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079831552 12486 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079831552 12486 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079831552 12486 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366948 11079831552 12486 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10820148 memory=140306557744767 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366949 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 415366950 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222696252832 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10820148 memory=140306557744768 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366950 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222092273136 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 361 13135 0 0 1 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 314 13135 0 0 2 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 645 13135 0 0 5 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366953 11079831552 12486 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49944 KiB

[startup+0.70654 s]
/proc/loadavg: 1.80 1.66 1.63 3/229 10129
/proc/meminfo: memFree=28131712/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10824360 memory=83344 CPUtime=1.13 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 15098 13135 0 0 100 5 5 3 20 0 15 0 415366938 11084144640 20836 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2706090 20836 3500 1 0 2668173 0
[pid=10063/tid=10116] ppid=10060 vsize=10824360 memory=1660 CPUtime=0.67 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 10365 13135 0 0 56 3 5 3 20 0 15 0 415366947 11084144640 20836 33554432000 4194304 4196468 140733742743888 140223228633392 140223238682858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10824360 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11084144640 20836 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10824360 memory=140306448425473 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11084144640 20836 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10824360 memory=140307991626645 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366948 11084144640 20836 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10824360 memory=2124 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366948 11084144640 20836 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10824360 memory=5794559664533100645 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 5 13135 0 0 0 0 5 3 20 0 15 0 415366949 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10824360 memory=7739276948477931367 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 415366950 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222696252832 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10824360 memory=5787219428069434709 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366950 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222092273136 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10824360 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10824360 memory=8326441112149131693 CPUtime=0.21 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) R 10060 10063 6698 0 -1 4202560 813 13135 0 0 13 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222782433264 140223240281664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10824360 memory=7679937539659563834 CPUtime=0.2 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 849 13135 0 0 12 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10824360 memory=6944656425123485561 CPUtime=0.25 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 831 13135 0 0 17 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10824360 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366953 11084144640 20836 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83344 KiB

[startup+1.50064 s]
/proc/loadavg: 1.80 1.66 1.63 3/229 10129
/proc/meminfo: memFree=28090704/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10834676 memory=174900 CPUtime=2.54 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 21818 13135 0 0 236 10 5 3 20 0 15 0 415366938 11094708224 43725 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2708669 43725 3576 1 0 2670733 0
[pid=10063/tid=10116] ppid=10060 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 15220 13135 0 0 130 5 5 3 20 0 15 0 415366947 11094708224 43725 33554432000 4194304 4196468 140733742743888 140223228622768 140223238315076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10834676 memory=98976 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 63 13135 0 0 1 0 5 3 20 0 15 0 415366948 11094708224 43725 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10834676 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 55 13135 0 0 1 0 5 3 20 0 15 0 415366948 11094708224 43725 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 324 13135 0 0 1 0 5 3 20 0 15 0 415366948 11094708224 43725 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 30 13135 0 0 1 0 5 3 20 0 15 0 415366948 11094708224 43725 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 160 13135 0 0 1 0 5 3 20 0 15 0 415366949 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10834676 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 14 13135 0 0 0 0 5 3 20 0 15 0 415366950 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222696252896 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10834676 memory=2580 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 415366950 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222092273152 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10834676 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10834676 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 989 13135 0 0 27 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10834676 memory=183775812181416 CPUtime=0.35 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 1075 13135 0 0 27 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10834676 memory=3093419 CPUtime=0.49 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) R 10060 10063 6698 0 -1 4202560 1672 13135 0 0 41 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222780328176 140223240897886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10834676 memory=6935649255759568985 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10834676 memory=7007706849797497172 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 415366953 11094708224 43725 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834676 KiB

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


[startup+96.0008 s]*
/proc/loadavg: 1.45 1.63 1.62 3/228 10135
/proc/meminfo: memFree=25755568/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10849044 memory=2435692 CPUtime=113.38 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 109627 13135 0 0 11189 141 5 3 20 0 15 0 415366938 11109421056 608923 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2712261 608923 3633 1 0 2674317 0
[pid=10063/tid=10116] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=95.15 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 40549 13135 0 0 9472 35 5 3 20 0 15 0 415366947 11109421056 608923 33554432000 4194304 4196468 140733742743888 140223228650040 140222862370383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10849044 memory=-7003737579269690708 CPUtime=0.76 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 4000 13135 0 0 47 21 5 3 20 0 15 0 415366948 11109421056 608923 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10849044 memory=2124 CPUtime=0.76 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1454 13135 0 0 47 21 5 3 20 0 15 0 415366948 11109421056 608923 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10849044 memory=500 CPUtime=0.76 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1139 13135 0 0 47 21 5 3 20 0 15 0 415366948 11109421056 608923 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10849044 memory=1556 CPUtime=0.75 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 885 13135 0 0 47 20 5 3 20 0 15 0 415366948 11109421056 608923 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10849044 memory=928 CPUtime=0.17 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 3083 13135 0 0 8 1 5 3 20 0 15 0 415366949 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10849044 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 19 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222696252896 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10849044 memory=832 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 9 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222092273152 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10849044 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10849044 memory=1660 CPUtime=5.63 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 14584 13135 0 0 548 7 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=6.08 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 22321 13135 0 0 596 4 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10849044 memory=800 CPUtime=3.79 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 19265 13135 0 0 366 5 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10849044 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10849044 memory=924 CPUtime=0.13 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 104 13135 0 0 3 2 5 3 20 0 15 0 415366953 11109421056 608923 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 113.38 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2435692 KiB

[startup+97.6008 s]
/proc/loadavg: 1.49 1.63 1.62 3/228 10135
/proc/meminfo: memFree=25756560/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10849044 memory=2434656 CPUtime=115.01 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 111647 13135 0 0 11352 141 5 3 20 0 15 0 415366938 11109421056 608664 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2712261 608664 3633 1 0 2674317 0
[pid=10063/tid=10116] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=96.72 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 41017 13135 0 0 9629 35 5 3 20 0 15 0 415366947 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223228652240 140222863536873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 4023 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10849044 memory=-7003737579269690708 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1977 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10849044 memory=3620 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1182 13135 0 0 48 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10849044 memory=1660 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 1019 13135 0 0 49 20 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10849044 memory=39916 CPUtime=0.17 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 3325 13135 0 0 8 1 5 3 20 0 15 0 415366949 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10849044 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 19 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222696252896 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10849044 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 9 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222092273152 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10849044 memory=39916 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10849044 memory=988 CPUtime=5.63 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 15165 13135 0 0 548 7 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10849044 memory=2435692 CPUtime=6.08 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 22324 13135 0 0 596 4 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10849044 memory=2828 CPUtime=3.79 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 19268 13135 0 0 366 5 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10849044 memory=1216 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10849044 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 104 13135 0 0 3 2 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 115.01 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2434656 KiB

[startup+99.2008 s]
/proc/loadavg: 1.49 1.63 1.62 3/228 10135
/proc/meminfo: memFree=25756436/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10849044 memory=2434656 CPUtime=116.63 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 112539 13135 0 0 11514 141 5 3 20 0 15 0 415366938 11109421056 608664 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2712261 608664 3633 1 0 2674317 0
[pid=10063/tid=10116] ppid=10060 vsize=10849044 memory=8387336121742147289 CPUtime=98.32 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 41441 13135 0 0 9789 35 5 3 20 0 15 0 415366947 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223228650024 140222862347267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10849044 memory=2434656 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 4023 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10849044 memory=68 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1977 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10849044 memory=68 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1182 13135 0 0 48 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10849044 memory=68 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 1019 13135 0 0 49 20 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 3325 13135 0 0 8 1 5 3 20 0 15 0 415366949 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10849044 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 19 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222696252896 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10849044 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 9 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222092273152 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10849044 memory=580 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10849044 memory=2435692 CPUtime=5.63 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 15176 13135 0 0 548 7 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10849044 memory=1060 CPUtime=6.09 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 22613 13135 0 0 597 4 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10849044 memory=2828 CPUtime=3.8 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 19436 13135 0 0 367 5 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10849044 memory=1216 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10849044 memory=2434656 CPUtime=0.13 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 104 13135 0 0 3 2 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 116.63 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2434656 KiB

[startup+99.6008 s]
/proc/loadavg: 1.49 1.63 1.62 3/228 10135
/proc/meminfo: memFree=25756436/32770624 swapFree=66959224/67108860
[pid=10063] ppid=10060 vsize=10849044 memory=2434656 CPUtime=117.02 cores=0,2,4,6
/proc/10063/stat : 10063 (java) S 10060 10063 6698 0 -1 1077944320 112594 13135 0 0 11553 141 5 3 20 0 15 0 415366938 11109421056 608664 33554432000 4194304 4196468 140733742743888 140733742726432 140223256817399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
/proc/10063/statm: 2712261 608664 3633 1 0 2674317 0
[pid=10063/tid=10116] ppid=10060 vsize=10849044 memory=2434656 CPUtime=98.72 cores=0,2,4,6
/proc/10063/task/10116/stat : 10116 (java) R 10060 10063 6698 0 -1 4202560 41496 13135 0 0 9829 35 5 3 20 0 15 0 415366947 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223228650024 140222862347282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10117] ppid=10060 vsize=10849044 memory=6791534058613427641 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10117/stat : 10117 (java) S 10060 10063 6698 0 -1 1077944384 4023 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223261059344 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10118] ppid=10060 vsize=10849044 memory=39916 CPUtime=0.78 cores=0,2,4,6
/proc/10063/task/10118/stat : 10118 (java) S 10060 10063 6698 0 -1 1077944384 1977 13135 0 0 49 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223175879056 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10119] ppid=10060 vsize=10849044 memory=988 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10119/stat : 10119 (java) S 10060 10063 6698 0 -1 1077944384 1182 13135 0 0 48 21 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223174826512 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10120] ppid=10060 vsize=10849044 memory=2008 CPUtime=0.77 cores=0,2,4,6
/proc/10063/task/10120/stat : 10120 (java) S 10060 10063 6698 0 -1 1077944384 1019 13135 0 0 49 20 5 3 20 0 15 0 415366948 11109421056 608664 33554432000 4194304 4196468 140733742743888 140223173773968 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10121] ppid=10060 vsize=10849044 memory=1436 CPUtime=0.17 cores=0,2,4,6
/proc/10063/task/10121/stat : 10121 (java) S 10060 10063 6698 0 -1 1077944384 3325 13135 0 0 8 1 5 3 20 0 15 0 415366949 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222783486448 140223256828546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10122] ppid=10060 vsize=10849044 memory=580 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10122/stat : 10122 (java) S 10060 10063 6698 0 -1 1077944384 19 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222696252896 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10123] ppid=10060 vsize=10849044 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10123/stat : 10123 (java) S 10060 10063 6698 0 -1 1077944384 9 13135 0 0 0 0 5 3 20 0 15 0 415366950 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222092273152 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10124] ppid=10060 vsize=10849044 memory=10604 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10124/stat : 10124 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221784873680 140223256835995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10125] ppid=10060 vsize=10849044 memory=3360 CPUtime=5.63 cores=0,2,4,6
/proc/10063/task/10125/stat : 10125 (java) S 10060 10063 6698 0 -1 1077944384 15176 13135 0 0 548 7 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222782433264 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10126] ppid=10060 vsize=10849044 memory=776 CPUtime=6.09 cores=0,2,4,6
/proc/10063/task/10126/stat : 10126 (java) S 10060 10063 6698 0 -1 1077944384 22613 13135 0 0 597 4 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222781380720 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10127] ppid=10060 vsize=10849044 memory=1564 CPUtime=3.8 cores=0,2,4,6
/proc/10063/task/10127/stat : 10127 (java) S 10060 10063 6698 0 -1 1077944384 19436 13135 0 0 367 5 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222780328176 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10128] ppid=10060 vsize=10849044 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/10063/task/10128/stat : 10128 (java) S 10060 10063 6698 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140221751315040 140223256827605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
[pid=10063/tid=10129] ppid=10060 vsize=10849044 memory=288230621803970871 CPUtime=0.13 cores=0,2,4,6
/proc/10063/task/10129/stat : 10129 (java) S 10060 10063 6698 0 -1 1077944384 104 13135 0 0 3 2 5 3 20 0 15 0 415366953 11109421056 608664 33554432000 4194304 4196468 140733742743888 140222779276080 140223256828546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140733742746352 140733742748869 140733742748869 140733742751695 0
Current children cumulated CPU time: 117.02 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2434656 KiB

[startup+99.8057 s]*
/proc/loadavg: 1.49 1.63 1.62 3/215 10136
/proc/meminfo: memFree=28065076/32770624 swapFree=66959224/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): 99.8169
CPU time (s): 117.256
CPU user time (s): 115.783
CPU system time (s): 1.47279
CPU usage (%): 117.471
Max. virtual memory (cumulated for all children) (KiB): 10852788
Max. memory (cumulated for all children) (KiB): 2435692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.783
system time used= 1.47279
maximum resident set size= 2447008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17197
involuntary context switches= 367


# summary of solver processes directly reported to runsolver:
#   pid: 10063
#   total CPU time (s): 117.256
#   total CPU user time (s): 115.783
#   total CPU system time (s): 1.47279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.566918 second user time and 1.0479 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 19:03:48
IDJOB=4396004
IDBENCH=120766
IDSOLVER=2846
FILE ID=node124/4396004-1568394268
RUNJOBID= node124-1568393313-9342
PBS_JOBID= 21701840
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K09-P07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396004-1568394268/watcher-4396004-1568394268 -o /tmp/evaluation-result-4396004-1568394268/solver-4396004-1568394268 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9342 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=141168175 HOME/instance-4396004-1568394268.xml

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

MD5SUM BENCH= 77d215e563c424ff51075488b165aa80
RANDOM SEED=141168175

node124.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.47
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.47
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.47
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.47
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:        28186892 kB
MemAvailable:   31211368 kB
Buffers:          172176 kB
Cached:          3144744 kB
SwapCached:        45888 kB
Active:          1633164 kB
Inactive:        2388104 kB
Active(anon):     657928 kB
Inactive(anon):    87880 kB
Active(file):     975236 kB
Inactive(file):  2300224 kB
Unevictable:      108760 kB
Mlocked:          108760 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:        768632 kB
Mapped:            57308 kB
Shmem:             32744 kB
Slab:             158736 kB
SReclaimable:     129704 kB
SUnreclaim:        29032 kB
KernelStack:        3952 kB
PageTables:         7168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1915084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61740 MiB
End job on node124 at 2019-09-13 19:05:28