Trace number 4259506

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.4SAT (TO)999 252.12801 219.953

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark554
Best CPU time to get the best result obtained on this benchmark249.02
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

3.37/2.01	c Concrete v3.4 running
190.93/160.48	o 1000
192.95/162.16	o 999
252.05/219.91	java.util.concurrent.TimeoutException
252.05/219.91		at concrete.MAC.mac(MAC.scala:74)
252.05/219.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.05/219.91		at scala.util.Try$.apply(Try.scala:209)
252.05/219.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/219.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/219.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/219.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/219.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.05/219.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/219.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/219.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/219.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/219.91		at concrete.MAC.oneRun(MAC.scala:146)
252.05/219.91		at concrete.MAC.nextSolution(MAC.scala:166)
252.05/219.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.05/219.91		at concrete.ProblemState.map(ProblemState.scala:203)
252.05/219.91		at concrete.ProblemState.map(ProblemState.scala:188)
252.05/219.91		at concrete.MAC.nextSolution(MAC.scala:195)
252.05/219.91		at concrete.Solver.hasNext(Solver.scala:202)
252.05/219.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.05/219.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.05/219.91		at concrete.Solver.toStream(Solver.scala:73)
252.05/219.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.05/219.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.05/219.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.05/219.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.05/219.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.05/219.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/219.91		at scala.util.Success.map(Try.scala:209)
252.05/219.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.05/219.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.05/219.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.05/219.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.05/219.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.05/219.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/219.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/219.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/219.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/219.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/219.91		at scala.App.main(App.scala:76)
252.05/219.91		at scala.App.main$(App.scala:74)
252.05/219.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.05/219.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/219.92	v <instantiation cost="999">
252.05/219.92	v       <list>
252.05/219.92	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22]
252.05/219.92	v       </list>
252.05/219.92	v       <values>
252.05/219.92	v         0 412 513 561 610 644 698 744 783 805 852 877 903 919 934 955 969 979 987 992 996 998 999
252.05/219.92	v       </values>
252.05/219.92	v     </instantiation>
252.05/219.92	s SATISFIABLE

Verifier Data

OK	999

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259506-1502646571/watcher-4259506-1502646571 -o /tmp/evaluation-result-4259506-1502646571/solver-4259506-1502646571 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259506-1502646571.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10423, runsolver pid=10420
Current StackSize limit: 8192 KiB


[startup+0.107523 s]*
/proc/loadavg: 1.77 1.85 1.94 3/207 10478
/proc/meminfo: memFree=23680536/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=13578732 memory=18852 CPUtime=0.1 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 4844 12537 0 0 2 1 5 2 20 0 9 0 97737982 13904621568 4648 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3394683 4713 2108 1 0 3383121 0
[pid=10423/tid=10473] ppid=10420 vsize=13578732 memory=4279135703946724751 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 2652 12537 0 0 1 0 5 2 20 0 9 0 97737991 13904621568 4713 33554432000 4194304 4196468 140724246825120 140465019998064 140465001869488 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=13578732 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 9 0 97737992 13904621568 4713 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=13578732 memory=139886280566400 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 9 0 97737992 13904621568 4713 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=13578732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 9 0 97737992 13904621568 4713 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=13578732 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 9 0 97737992 13904621568 4713 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=13578732 memory=139886280566400 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 9 0 97737993 13904621568 4713 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=13578732 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 33 12537 0 0 0 0 5 2 20 0 9 0 97737993 13904621568 4713 33554432000 4194304 4196468 140724246825120 140463926662560 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=13578732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 21 12537 0 0 0 0 5 2 20 0 9 0 97737994 13904621568 4713 33554432000 4194304 4196468 140724246825120 140463925610032 140465015772885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13578732 KiB
Current children cumulated memory: 18852 KiB

[startup+0.210275 s]*
/proc/loadavg: 1.77 1.85 1.94 3/215 10486
/proc/meminfo: memFree=23662608/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=13978628 memory=44660 CPUtime=0.26 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 9538 12537 0 0 17 2 5 2 20 0 15 0 97737982 14314115072 11165 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3494657 11165 2969 1 0 3482967 0
[pid=10423/tid=10473] ppid=10420 vsize=13978628 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 6046 12537 0 0 11 1 5 2 20 0 15 0 97737991 14314115072 11165 33554432000 4194304 4196468 140724246825120 140465019983328 140464999843166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=13978628 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314115072 11165 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=13978628 memory=139886280575860 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314115072 11165 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=13978628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314115072 11165 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=13978628 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314115072 11165 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=13978648 memory=139886280566400 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=13978648 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 33 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463926662560 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=13978648 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 21 12537 0 0 0 0 5 2 20 0 15 0 97737994 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463925609968 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=13978648 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=13978648 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 621 12537 0 0 1 0 5 2 20 0 15 0 97737996 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=13978648 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) R 10420 10423 3242 0 -1 1077944384 150 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=13978648 memory=139886280566400 CPUtime=0.1 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) R 10420 10423 3242 0 -1 4202560 514 12537 0 0 3 0 5 2 20 0 15 0 97737996 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463921400048 140465015774614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=13978648 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=13978648 memory=139886280566400 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737997 14314135552 11165 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13978628 KiB
Current children cumulated memory: 44660 KiB

[startup+0.310522 s]*
/proc/loadavg: 1.77 1.85 1.94 3/215 10486
/proc/meminfo: memFree=23639536/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=13979028 memory=50536 CPUtime=0.38 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 10713 12537 0 0 28 3 5 2 20 0 15 0 97737982 14314524672 12634 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3494757 12634 3077 1 0 3482967 0
[pid=10423/tid=10473] ppid=10420 vsize=13979028 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 7198 12537 0 0 20 2 5 2 20 0 15 0 97737991 14314524672 12634 33554432000 4194304 4196468 140724246825120 140465019972704 140464997326235 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=13979028 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314524672 12634 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=13979028 memory=139886280573393 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314524672 12634 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314524672 12634 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314524672 12634 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 33 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463926662560 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 21 12537 0 0 0 0 5 2 20 0 15 0 97737994 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463925609968 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 624 12537 0 0 1 0 5 2 20 0 15 0 97737996 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 153 12537 0 0 1 0 5 2 20 0 15 0 97737996 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=13979028 memory=139886280566400 CPUtime=0.12 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 522 12537 0 0 5 0 5 2 20 0 15 0 97737996 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=13979028 memory=139886280566400 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737997 14314524672 12634 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50536 KiB

[startup+0.700738 s]
/proc/loadavg: 1.77 1.85 1.94 6/215 10486
/proc/meminfo: memFree=23634128/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=13979224 memory=83108 CPUtime=0.97 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 16969 12537 0 0 84 6 5 2 20 0 15 0 97737982 14314725376 20711 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3494806 20711 3259 1 0 3482967 0
[pid=10423/tid=10473] ppid=10420 vsize=13979256 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 12760 12537 0 0 55 4 5 2 20 0 15 0 97737991 14314758144 20777 33554432000 4194304 4196468 140724246825120 140465019981744 140464972377769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=13979256 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314758144 20777 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=13979256 memory=2447191836161 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314758144 20777 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=13979256 memory=218122166 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 1 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314758144 20777 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=13979256 memory=7295942822962683291 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737992 14314758144 20777 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=13979256 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 5 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314758144 20777 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=13979256 memory=16928 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 33 12537 0 0 0 0 5 2 20 0 15 0 97737993 14314758144 20777 33554432000 4194304 4196468 140724246825120 140463926662560 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=13979264 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 21 12537 0 0 0 0 5 2 20 0 15 0 97737994 14314766336 20777 33554432000 4194304 4196468 140724246825120 140463925609968 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=13979264 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314766336 20777 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=13979264 memory=648 CPUtime=0.13 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 887 12537 0 0 6 0 5 2 20 0 15 0 97737996 14314766336 20777 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=13979264 memory=1240 CPUtime=0.16 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 526 12537 0 0 9 0 5 2 20 0 15 0 97737996 14314766336 20777 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=13979264 memory=960 CPUtime=0.19 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 587 12537 0 0 12 0 5 2 20 0 15 0 97737996 14314766336 20777 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=13979284 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14314786816 20777 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=13979284 memory=7379241883359864663 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 2 12537 0 0 0 0 5 2 20 0 15 0 97737997 14314786816 20777 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979224 KiB
Current children cumulated memory: 83108 KiB

[startup+1.50083 s]
/proc/loadavg: 2.10 1.92 1.96 3/215 10486
/proc/meminfo: memFree=23584764/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=13991700 memory=174904 CPUtime=2.2 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 25056 12537 0 0 202 11 5 2 20 0 15 0 97737982 14327500800 43726 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3497925 43726 3408 1 0 3486039 0
[pid=10423/tid=10473] ppid=10420 vsize=13991700 memory=7810763844726514514 CPUtime=1.42 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 18460 12537 0 0 129 6 5 2 20 0 15 0 97737991 14327500800 43726 33554432000 4194304 4196468 140724246825120 140465019995552 140464999843166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=13991700 memory=7810763844726514514 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 45 12537 0 0 0 0 5 2 20 0 15 0 97737992 14327500800 43726 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=13991700 memory=7734762285300543078 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 26 12537 0 0 1 0 5 2 20 0 15 0 97737992 14327500800 43726 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=13991700 memory=-7595718147998060693 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 40 12537 0 0 1 0 5 2 20 0 15 0 97737992 14327500800 43726 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=13991700 memory=-7175204567652784766 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 186 12537 0 0 0 0 5 2 20 0 15 0 97737992 14327500800 43726 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=13991700 memory=3054156605268465310 CPUtime=0.08 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 649 12537 0 0 1 0 5 2 20 0 15 0 97737993 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=13991700 memory=4715433313220523562 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 54 12537 0 0 0 0 5 2 20 0 15 0 97737993 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463926662624 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=13991700 memory=-8412652177879177843 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 44 12537 0 0 0 0 5 2 20 0 15 0 97737994 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463925609968 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=13991700 memory=-8341965534556230502 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=13991700 memory=8514726395714825349 CPUtime=0.22 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 1083 12537 0 0 15 0 5 2 20 0 15 0 97737996 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=13991700 memory=-8253362762722141311 CPUtime=0.25 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 766 12537 0 0 18 0 5 2 20 0 15 0 97737996 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=13991700 memory=-8707038579349950309 CPUtime=0.39 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) R 10420 10423 3242 0 -1 4202560 1550 12537 0 0 32 0 5 2 20 0 15 0 97737996 14327500800 43726 33554432000 4194304 4196468 140724246825120 140463921400048 140465015774614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0

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

/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 43140 12537 0 0 10066 57 5 2 20 0 15 0 97737991 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140465019993896 140464659401423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=14004176 memory=4068464 CPUtime=0.93 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 935 12537 0 0 70 16 5 2 20 0 15 0 97737992 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=14004176 memory=4068464 CPUtime=0.94 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 909 12537 0 0 72 15 5 2 20 0 15 0 97737992 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=14004176 memory=33 CPUtime=0.91 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 2420 12537 0 0 70 14 5 2 20 0 15 0 97737992 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=14004176 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 2789 12537 0 0 73 14 5 2 20 0 15 0 97737992 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=14004176 memory=7 CPUtime=0.12 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 3366 12537 0 0 5 0 5 2 20 0 15 0 97737993 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=14004176 memory=4144 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 67 12537 0 0 0 0 5 2 20 0 15 0 97737993 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463926662688 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=14004176 memory=28576 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 64 12537 0 0 0 0 5 2 20 0 15 0 97737994 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463925609984 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=14004176 memory=4068464 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=14004176 memory=916 CPUtime=9.41 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 17303 12537 0 0 930 4 5 2 20 0 15 0 97737996 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=14004176 memory=4068464 CPUtime=8.42 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 20800 12537 0 0 832 3 5 2 20 0 15 0 97737996 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=14004176 memory=964 CPUtime=2.32 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 16611 12537 0 0 222 3 5 2 20 0 15 0 97737996 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=14004176 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=14004176 memory=1224 CPUtime=0.12 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 473 12537 0 0 2 3 5 2 20 0 15 0 97737997 14340276224 1017116 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 124.87 s
Current children cumulated vsize: 14004176 KiB
Current children cumulated memory: 4068464 KiB

[startup+162.301 s]
/proc/loadavg: 2.05 1.95 1.96 5/215 10613
/proc/meminfo: memFree=23109508/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=14073808 memory=3821224 CPUtime=193.15 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 158060 12537 0 0 19164 144 5 2 20 0 15 0 97737982 14411579392 955306 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3518452 955306 3524 1 0 3506007 0
[pid=10423/tid=10473] ppid=10420 vsize=14073808 memory=3934224 CPUtime=160.08 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 66159 12537 0 0 15941 60 5 2 20 0 15 0 97737991 14411579392 955306 33554432000 4194304 4196468 140724246825120 140465019996352 140464647250362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=14073808 memory=3934216 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1151 12537 0 0 169 16 5 2 20 0 15 0 97737992 14411579392 955306 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=14073808 memory=3934224 CPUtime=1.93 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1303 12537 0 0 171 15 5 2 20 0 15 0 97737992 14411579392 955306 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=14073808 memory=3821224 CPUtime=1.91 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 2646 12537 0 0 169 15 5 2 20 0 15 0 97737992 14411579392 955306 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=14073808 memory=3821224 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 3882 12537 0 0 171 14 5 2 20 0 15 0 97737992 14411579392 955306 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=14073808 memory=3821224 CPUtime=0.32 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 8590 12537 0 0 24 1 5 2 20 0 15 0 97737993 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=14073808 memory=3970480 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 70 12537 0 0 0 0 5 2 20 0 15 0 97737993 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463926662688 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=14073808 memory=3934224 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 70 12537 0 0 0 0 5 2 20 0 15 0 97737994 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463925609984 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=14073808 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=14073808 memory=4048 CPUtime=11.79 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 23214 12537 0 0 1167 5 5 2 20 0 15 0 97737996 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=14073808 memory=1792 CPUtime=10.74 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 26751 12537 0 0 1063 4 5 2 20 0 15 0 97737996 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=14073808 memory=3820856 CPUtime=2.91 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 21408 12537 0 0 279 5 5 2 20 0 15 0 97737996 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=14073808 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=14073808 memory=3821224 CPUtime=0.15 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 663 12537 0 0 3 5 5 2 20 0 15 0 97737997 14411579392 955306 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 193.15 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3821224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+219.901 s]
/proc/loadavg: 2.07 1.98 1.97 6/215 10614
/proc/meminfo: memFree=18246944/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=14073808 memory=3789088 CPUtime=252.05 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 178551 12537 0 0 25050 148 5 2 20 0 15 0 97737982 14411579392 947272 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3518452 947272 3525 1 0 3506007 0
[pid=10423/tid=10473] ppid=10420 vsize=14073808 memory=1160 CPUtime=217.67 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 70968 12537 0 0 21699 61 5 2 20 0 15 0 97737991 14411579392 947272 33554432000 4194304 4196468 140724246825120 140465019993936 140464648980272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1210 12537 0 0 169 16 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.94 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1371 12537 0 0 172 15 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=14073808 memory=3821876 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 3751 12537 0 0 170 15 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.93 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 4313 12537 0 0 172 14 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.32 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 8803 12537 0 0 24 1 5 2 20 0 15 0 97737993 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=14073808 memory=3821876 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 72 12537 0 0 0 0 5 2 20 0 15 0 97737993 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463926662688 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 75 12537 0 0 0 0 5 2 20 0 15 0 97737994 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463925609984 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=14073808 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=14073808 memory=4144 CPUtime=12.57 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 30851 12537 0 0 1244 6 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=14073808 memory=28576 CPUtime=11.19 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 31897 12537 0 0 1108 4 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=14073808 memory=3970480 CPUtime=2.93 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 22263 12537 0 0 281 5 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=14073808 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.19 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 824 12537 0 0 5 7 5 2 20 0 15 0 97737997 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3789088 KiB

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

[startup+219.953 s]
# the end of solver process 10423 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.588 s, system=1.54009 s

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

[startup+219.901 s]
/proc/loadavg: 2.07 1.98 1.97 6/215 10614
/proc/meminfo: memFree=18246944/32770624 swapFree=67108860/67108860
[pid=10423] ppid=10420 vsize=14073808 memory=3789088 CPUtime=252.05 cores=1,3,5,7
/proc/10423/stat : 10423 (java) S 10420 10423 3242 0 -1 1077944320 178551 12537 0 0 25050 148 5 2 20 0 15 0 97737982 14411579392 947272 33554432000 4194304 4196468 140724246825120 140724246807664 140465015762679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
/proc/10423/statm: 3518452 947272 3525 1 0 3506007 0
[pid=10423/tid=10473] ppid=10420 vsize=14073808 memory=1160 CPUtime=217.67 cores=1,3,5,7
/proc/10423/task/10473/stat : 10473 (java) R 10420 10423 3242 0 -1 4202560 70968 12537 0 0 21699 61 5 2 20 0 15 0 97737991 14411579392 947272 33554432000 4194304 4196468 140724246825120 140465019993936 140464648980272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10474] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10474/stat : 10474 (java) S 10420 10423 3242 0 -1 1077944384 1210 12537 0 0 169 16 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464968382736 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10475] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.94 cores=1,3,5,7
/proc/10423/task/10475/stat : 10475 (java) S 10420 10423 3242 0 -1 1077944384 1371 12537 0 0 172 15 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464967330192 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10476] ppid=10420 vsize=14073808 memory=3821876 CPUtime=1.92 cores=1,3,5,7
/proc/10423/task/10476/stat : 10476 (java) S 10420 10423 3242 0 -1 1077944384 3751 12537 0 0 170 15 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464966277648 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10477] ppid=10420 vsize=14073808 memory=3789088 CPUtime=1.93 cores=1,3,5,7
/proc/10423/task/10477/stat : 10477 (java) S 10420 10423 3242 0 -1 1077944384 4313 12537 0 0 172 14 5 2 20 0 15 0 97737992 14411579392 947272 33554432000 4194304 4196468 140724246825120 140464965225104 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10478] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.32 cores=1,3,5,7
/proc/10423/task/10478/stat : 10478 (java) S 10420 10423 3242 0 -1 1077944384 8803 12537 0 0 24 1 5 2 20 0 15 0 97737993 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463927716336 140465015773826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10479] ppid=10420 vsize=14073808 memory=3821876 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10479/stat : 10479 (java) S 10420 10423 3242 0 -1 1077944384 72 12537 0 0 0 0 5 2 20 0 15 0 97737993 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463926662688 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10480] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10480/stat : 10480 (java) S 10420 10423 3242 0 -1 1077944384 75 12537 0 0 0 0 5 2 20 0 15 0 97737994 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463925609984 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10481] ppid=10420 vsize=14073808 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10481/stat : 10481 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463924558544 140465015781275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10482] ppid=10420 vsize=14073808 memory=4144 CPUtime=12.57 cores=1,3,5,7
/proc/10423/task/10482/stat : 10482 (java) S 10420 10423 3242 0 -1 1077944384 30851 12537 0 0 1244 6 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463923505136 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10483] ppid=10420 vsize=14073808 memory=28576 CPUtime=11.19 cores=1,3,5,7
/proc/10423/task/10483/stat : 10483 (java) S 10420 10423 3242 0 -1 1077944384 31897 12537 0 0 1108 4 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463922452592 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10484] ppid=10420 vsize=14073808 memory=3970480 CPUtime=2.93 cores=1,3,5,7
/proc/10423/task/10484/stat : 10484 (java) S 10420 10423 3242 0 -1 1077944384 22263 12537 0 0 281 5 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463921400048 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10485] ppid=10420 vsize=14073808 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/10423/task/10485/stat : 10485 (java) S 10420 10423 3242 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 97737996 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463920347744 140465015772885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
[pid=10423/tid=10486] ppid=10420 vsize=14073808 memory=3789088 CPUtime=0.19 cores=1,3,5,7
/proc/10423/task/10486/stat : 10486 (java) S 10420 10423 3242 0 -1 1077944384 824 12537 0 0 5 7 5 2 20 0 15 0 97737997 14411579392 947272 33554432000 4194304 4196468 140724246825120 140463919295280 140465015773826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140724246833814 140724246836599 140724246836599 140724246839247 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3789088 KiB

Child status: 143
Real time (s): 219.953
CPU time (s): 252.128
CPU user time (s): 250.588
CPU system time (s): 1.54009
CPU usage (%): 114.628
Max. virtual memory (cumulated for all children) (KiB): 14073808
Max. memory (cumulated for all children) (KiB): 4122312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.588
system time used= 1.54009
maximum resident set size= 4122312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16797
involuntary context switches= 412


# summary of solver processes directly reported to runsolver:
#   pid: 10423
#   total CPU time (s): 252.128
#   total CPU user time (s): 250.588
#   total CPU system time (s): 1.54009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23418 second user time and 2.19376 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:35:12
IDJOB=4259506
IDBENCH=126248
IDSOLVER=2646
FILE ID=node149/4259506-1502646571
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61908 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259506-1502646571/watcher-4259506-1502646571 -o /tmp/evaluation-result-4259506-1502646571/solver-4259506-1502646571 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259506-1502646571.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=1315940445

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        23690412 kB
MemAvailable:   27849084 kB
Buffers:          268368 kB
Cached:          4163884 kB
SwapCached:            0 kB
Active:          5289132 kB
Inactive:        3316496 kB
Active(anon):    4176612 kB
Inactive(anon):    24944 kB
Active(file):    1112520 kB
Inactive(file):  3291552 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25748 kB
Writeback:             0 kB
AnonPages:       4180040 kB
Mapped:            57040 kB
Shmem:             25224 kB
Slab:             167960 kB
SReclaimable:     140872 kB
SUnreclaim:        27088 kB
KernelStack:        3536 kB
PageTables:        13360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5045356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3981312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61884 MiB
End job on node149 at 2017-08-13 19:38:52