Trace number 4386987

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)43 2520.05 2464.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.4975
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.66/0.57	c Concrete v3.10.1560635388952 running
8.45/3.69	o 28
8.81/3.70	o 30
8.81/3.80	o 32
9.45/4.00	o 33
13.32/5.57	o 34
14.92/6.54	o 35
15.77/7.04	o 36
19.45/9.40	o 37
24.18/13.24	o 38
24.76/13.63	o 39
29.18/17.83	o 40
383.31/361.48	o 41
2206.40/2156.10	o 42
2299.81/2247.95	o 43
2520.01/2464.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2464.30		at concrete.MAC.mac(MAC.scala:189)
2520.01/2464.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2464.30		at scala.util.Try$.apply(Try.scala:212)
2520.01/2464.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2464.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2464.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2464.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2464.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2464.30		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2464.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2464.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2464.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2464.30		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2464.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2464.30		at scala.util.Success.map(Try.scala:264)
2520.01/2464.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2464.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2464.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2464.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2464.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2464.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2464.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2464.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2464.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2464.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2464.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2464.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2464.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2464.31		at scala.App.main(App.scala:75)
2520.01/2464.31		at scala.App.main$(App.scala:73)
2520.01/2464.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2464.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2464.31	v <instantiation
2520.01/2464.31	v         cost = '43'>
2520.01/2464.31	v       <list>
2520.01/2464.31	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2520.01/2464.31	v       </list>
2520.01/2464.31	v       <values>
2520.01/2464.31	v         1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 4 4 5 2 6 2 5 4 6 4 5 2 5 4 4 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3
2520.01/2464.31	v       </values>
2520.01/2464.31	v     </instantiation>
2520.01/2464.31	s SATISFIABLE

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386987-1568286592/watcher-4386987-1568286592 -o /tmp/evaluation-result-4386987-1568286592/solver-4386987-1568286592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1787 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1001658505 HOME/instance-4386987-1568286592.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1811, runsolver pid=1807

[startup+0.100861 s]*
/proc/loadavg: 1.00 1.14 1.53 4/231 1899
/proc/meminfo: memFree=23892084/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=113256 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/1811/stat : 1811 (bash) S 1807 1811 466 0 -1 4202496 957 11762 0 0 0 0 4 3 20 0 1 0 404596621 115974144 405 33554432000 4194304 5098028 140724428063728 140724428056712 140294294572032 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 28209152 140724428067860 140724428067985 140724428067985 140724428070894 0
/proc/1811/statm: 28314 405 321 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.210134 s]*
/proc/loadavg: 1.00 1.14 1.53 7/227 1947
/proc/meminfo: memFree=23874160/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10818900 memory=35124 CPUtime=0.23 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 6617 13125 0 0 13 2 5 3 20 0 15 0 404596621 11078553600 8781 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2704725 8781 2962 1 0 2667149 0
[pid=1811/tid=1920] ppid=1807 vsize=10818900 memory=8514726395714820750 CPUtime=0.17 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 3188 13125 0 0 8 1 5 3 20 0 15 0 404596633 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873526940064 139873539188062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10818900 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10818900 memory=139972348597888 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10818900 memory=139972348597888 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 13 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078553600 8846 33554432000 4194304 4196468 140730058931056 139872455091104 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078553600 8846 33554432000 4194304 4196468 140730058931056 139872320873456 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11078553600 8846 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10818900 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 553 13125 0 0 1 0 5 3 20 0 15 0 404596638 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10818900 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 72 13125 0 0 1 0 5 3 20 0 15 0 404596638 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10818900 memory=139972348597888 CPUtime=0.1 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 628 13125 0 0 2 0 5 3 20 0 15 0 404596638 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11078553600 8846 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10818900 memory=139972348597888 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596639 11078553600 8846 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 35124 KiB

[startup+0.310674 s]*
/proc/loadavg: 1.00 1.14 1.53 3/227 1947
/proc/meminfo: memFree=23844444/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10819084 memory=46620 CPUtime=0.37 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 10305 13125 0 0 25 4 5 3 20 0 15 0 404596621 11078742016 11655 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2704771 11655 3043 1 0 2667149 0
[pid=1811/tid=1920] ppid=1807 vsize=10819084 memory=1398722017469774279 CPUtime=0.27 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 6781 13125 0 0 17 2 5 3 20 0 15 0 404596633 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873526906704 139873541347001 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10819084 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596633 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 13 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078742016 11655 33554432000 4194304 4196468 140730058931056 139872455091104 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596635 11078742016 11655 33554432000 4194304 4196468 140730058931056 139872320873456 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11078742016 11655 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 553 13125 0 0 1 0 5 3 20 0 15 0 404596638 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 73 13125 0 0 1 0 5 3 20 0 15 0 404596638 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10819084 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 668 13125 0 0 5 0 5 3 20 0 15 0 404596638 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11078742016 11655 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596639 11078742016 11655 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 46620 KiB

[startup+0.700751 s]
/proc/loadavg: 1.00 1.14 1.53 4/227 1947
/proc/meminfo: memFree=23821052/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10822292 memory=77860 CPUtime=1.1 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 14704 13125 0 0 97 5 5 3 20 0 15 0 404596621 11082027008 19465 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2705573 19465 3496 1 0 2667661 0
[pid=1811/tid=1920] ppid=1807 vsize=10822292 memory=1840 CPUtime=0.64 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 10356 13125 0 0 53 3 5 3 20 0 15 0 404596633 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873526922032 139873539188062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10822292 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10822292 memory=7168 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10822292 memory=4639098309541128294 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596633 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10822292 memory=6082220498109361512 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596633 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10822292 memory=7810487918915055718 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 6 13125 0 0 0 0 5 3 20 0 15 0 404596635 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10822292 memory=-7028383565733675155 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 13 13125 0 0 0 0 5 3 20 0 15 0 404596635 11082027008 19465 33554432000 4194304 4196468 140730058931056 139872455091104 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10822292 memory=6525858347538544147 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596635 11082027008 19465 33554432000 4194304 4196468 140730058931056 139872320873456 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10822292 memory=-7025448733113094249 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11082027008 19465 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10822292 memory=6944937900100196217 CPUtime=0.2 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) R 1807 1811 466 0 -1 4202560 787 13125 0 0 12 0 5 3 20 0 15 0 404596638 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873080670704 139873536287194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10822292 memory=-6876588461455810464 CPUtime=0.22 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) R 1807 1811 466 0 -1 4202560 460 13125 0 0 14 0 5 3 20 0 15 0 404596638 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873079618160 139873539504651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10822292 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 860 13125 0 0 16 0 5 3 20 0 15 0 404596638 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11082027008 19465 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10822292 memory=3924 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596639 11082027008 19465 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 77860 KiB

[startup+1.50069 s]
/proc/loadavg: 1.00 1.14 1.53 3/227 1947
/proc/meminfo: memFree=23738900/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10834656 memory=169716 CPUtime=2.41 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 21175 13125 0 0 223 10 5 3 20 0 15 0 404596621 11094687744 42429 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2708664 42429 3571 1 0 2670733 0
[pid=1811/tid=1920] ppid=1807 vsize=10834656 memory=279944492368960 CPUtime=1.4 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 15177 13125 0 0 127 5 5 3 20 0 15 0 404596633 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873526913920 139873533552366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 74 13125 0 0 1 0 5 3 20 0 15 0 404596633 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 34 13125 0 0 0 0 5 3 20 0 15 0 404596633 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10834656 memory=279944492286880 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 329 13125 0 0 1 0 5 3 20 0 15 0 404596633 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 65 13125 0 0 1 0 5 3 20 0 15 0 404596633 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10834656 memory=18133351927027 CPUtime=0.09 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 149 13125 0 0 1 0 5 3 20 0 15 0 404596635 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10834656 memory=576587670020715552 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 13 13125 0 0 0 0 5 3 20 0 15 0 404596635 11094687744 42429 33554432000 4194304 4196468 140730058931056 139872455091104 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10834656 memory=288283389822517238 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 404596635 11094687744 42429 33554432000 4194304 4196468 140730058931056 139872320873456 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11094687744 42429 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10834656 memory=6944656575208382560 CPUtime=0.32 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 971 13125 0 0 24 0 5 3 20 0 15 0 404596638 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10834656 memory=-1807685287725067907 CPUtime=0.31 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 510 13125 0 0 23 0 5 3 20 0 15 0 404596638 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10834656 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) R 1807 1811 466 0 -1 4202560 1638 13125 0 0 40 0 5 3 20 0 15 0 404596638 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873078565616 139873548207275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11094687744 42429 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 404596639 11094687744 42429 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 169716 KiB

[startup+3.1108 s]
/proc/loadavg: 1.08 1.16 1.54 6/228 1949
/proc/meminfo: memFree=23453436/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10844916 memory=261952 CPUtime=6.92 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 35268 13125 0 0 667 17 5 3 20 0 15 0 404596621 11105193984 65488 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2711229 65488 3603 1 0 2673293 0
[pid=1811/tid=1920] ppid=1807 vsize=10844916 memory=279944492257568 CPUtime=2.96 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 19556 13125 0 0 280 8 5 3 20 0 15 0 404596633 11105193984 65488 33554432000 4194304 4196468 140730058931056 139873526940584 139873555129501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0

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

/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 63403 13125 0 0 235506 49 5 3 20 0 15 0 404596633 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873526944096 139873159498105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.66 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 13155 13125 0 0 1203 55 5 3 20 0 15 0 404596633 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.67 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 8055 13125 0 0 1201 58 5 3 20 0 15 0 404596633 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.7 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 10263 13125 0 0 1205 57 5 3 20 0 15 0 404596633 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10846964 memory=8 CPUtime=12.67 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 6671 13125 0 0 1202 57 5 3 20 0 15 0 404596633 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10846964 memory=279944492516656 CPUtime=11.18 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 12293 13125 0 0 1051 59 5 3 20 0 15 0 404596635 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10846964 memory=3924 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 203579 33554432000 4194304 4196468 140730058931056 139872455091168 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10846964 memory=37456 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 6 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 203579 33554432000 4194304 4196468 140730058931056 139872320873472 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10846964 memory=814316 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 203579 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10846964 memory=920 CPUtime=6.66 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 23232 13125 0 0 651 7 5 3 20 0 15 0 404596638 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10846964 memory=1228 CPUtime=6.95 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 20838 13125 0 0 681 6 5 3 20 0 15 0 404596638 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10846964 memory=2352 CPUtime=4.72 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 28595 13125 0 0 455 9 5 3 20 0 15 0 404596638 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10846964 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 203579 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10846964 memory=814316 CPUtime=1.48 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1081 13125 0 0 66 74 5 3 20 0 15 0 404596639 11107291136 203579 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 2436.7 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 814316 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.35 1.37 3/227 2308
/proc/meminfo: memFree=22298692/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10846964 memory=816364 CPUtime=2497.63 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 191371 13125 0 0 249378 377 5 3 20 0 15 0 404596621 11107291136 204091 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2711741 204091 3623 1 0 2673805 0
[pid=1811/tid=1920] ppid=1807 vsize=10846964 memory=816364 CPUtime=2414.99 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 64136 13125 0 0 241441 50 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873526943776 139873157634240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.99 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 13186 13125 0 0 1235 56 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.99 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 8256 13125 0 0 1232 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10846964 memory=814316 CPUtime=13.01 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 10477 13125 0 0 1235 58 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10846964 memory=814316 CPUtime=12.99 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 6794 13125 0 0 1232 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10846964 memory=814316 CPUtime=11.44 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 12515 13125 0 0 1076 60 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10846964 memory=814316 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872455091168 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10846964 memory=814316 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 6 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872320873472 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.67 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 23234 13125 0 0 652 7 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.95 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 20840 13125 0 0 681 6 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10846964 memory=816364 CPUtime=4.72 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 28597 13125 0 0 455 9 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10846964 memory=4276 CPUtime=1.52 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1098 13125 0 0 68 76 5 3 20 0 15 0 404596639 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 2497.63 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 816364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.3 s]
/proc/loadavg: 1.41 1.34 1.36 3/228 2317
/proc/meminfo: memFree=22298420/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10846964 memory=816364 CPUtime=2520.01 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 191572 13125 0 0 251613 380 5 3 20 0 15 0 404596621 11107291136 204091 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2711741 204091 3623 1 0 2673805 0
[pid=1811/tid=1920] ppid=1807 vsize=10846964 memory=816364 CPUtime=2436.72 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 64324 13125 0 0 243614 50 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873526942896 139873156100438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10846964 memory=8112282956445269571 CPUtime=13.11 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 13186 13125 0 0 1247 56 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10846964 memory=816364 CPUtime=13.12 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 8256 13125 0 0 1244 60 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10846964 memory=752 CPUtime=13.15 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 10477 13125 0 0 1248 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10846964 memory=816364 CPUtime=13.11 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 6794 13125 0 0 1244 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10846964 memory=816364 CPUtime=11.54 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 12523 13125 0 0 1086 60 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872455091168 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 6 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872320873472 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.67 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 23235 13125 0 0 652 7 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.95 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 20840 13125 0 0 681 6 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10846964 memory=111636 CPUtime=4.72 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 28597 13125 0 0 455 9 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10846964 memory=3924 CPUtime=1.53 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1102 13125 0 0 68 77 5 3 20 0 15 0 404596639 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 816364 KiB

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

[startup+2464.33 s]
# the end of solver process 1811 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.84231 s

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

[startup+2464.3 s]
/proc/loadavg: 1.41 1.34 1.36 3/228 2317
/proc/meminfo: memFree=22298420/32770624 swapFree=67108848/67108860
[pid=1811] ppid=1807 vsize=10846964 memory=816364 CPUtime=2520.01 cores=1,3,5,7
/proc/1811/stat : 1811 (java) S 1807 1811 466 0 -1 1077944320 191572 13125 0 0 251613 380 5 3 20 0 15 0 404596621 11107291136 204091 33554432000 4194304 4196468 140730058931056 140730058913600 139873555107575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
/proc/1811/statm: 2711741 204091 3623 1 0 2673805 0
[pid=1811/tid=1920] ppid=1807 vsize=10846964 memory=816364 CPUtime=2436.72 cores=1,3,5,7
/proc/1811/task/1920/stat : 1920 (java) R 1807 1811 466 0 -1 4202560 64324 13125 0 0 243614 50 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873526942896 139873156100438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1922] ppid=1807 vsize=10846964 memory=8112282956445269571 CPUtime=13.11 cores=1,3,5,7
/proc/1811/task/1922/stat : 1922 (java) S 1807 1811 466 0 -1 1077944384 13186 13125 0 0 1247 56 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873559350032 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1923] ppid=1807 vsize=10846964 memory=816364 CPUtime=13.12 cores=1,3,5,7
/proc/1811/task/1923/stat : 1923 (java) S 1807 1811 466 0 -1 1077944384 8256 13125 0 0 1244 60 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873463552912 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1924] ppid=1807 vsize=10846964 memory=752 CPUtime=13.15 cores=1,3,5,7
/proc/1811/task/1924/stat : 1924 (java) S 1807 1811 466 0 -1 1077944384 10477 13125 0 0 1248 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873127029776 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1925] ppid=1807 vsize=10846964 memory=816364 CPUtime=13.11 cores=1,3,5,7
/proc/1811/task/1925/stat : 1925 (java) S 1807 1811 466 0 -1 1077944384 6794 13125 0 0 1244 59 5 3 20 0 15 0 404596633 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873125977232 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1930] ppid=1807 vsize=10846964 memory=816364 CPUtime=11.54 cores=1,3,5,7
/proc/1811/task/1930/stat : 1930 (java) S 1807 1811 466 0 -1 1077944384 12523 13125 0 0 1086 60 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873081722864 139873555118722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1932] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1932/stat : 1932 (java) S 1807 1811 466 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872455091168 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1934] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1934/stat : 1934 (java) S 1807 1811 466 0 -1 1077944384 6 13125 0 0 0 0 5 3 20 0 15 0 404596635 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872320873472 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1936] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1936/stat : 1936 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872080582864 139873555126171 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1937] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.67 cores=1,3,5,7
/proc/1811/task/1937/stat : 1937 (java) S 1807 1811 466 0 -1 1077944384 23235 13125 0 0 652 7 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873080670704 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1938] ppid=1807 vsize=10846964 memory=816364 CPUtime=6.95 cores=1,3,5,7
/proc/1811/task/1938/stat : 1938 (java) S 1807 1811 466 0 -1 1077944384 20840 13125 0 0 681 6 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873079618160 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1939] ppid=1807 vsize=10846964 memory=111636 CPUtime=4.72 cores=1,3,5,7
/proc/1811/task/1939/stat : 1939 (java) S 1807 1811 466 0 -1 1077944384 28597 13125 0 0 455 9 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873078565616 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1944] ppid=1807 vsize=10846964 memory=816364 CPUtime=0.08 cores=1,3,5,7
/proc/1811/task/1944/stat : 1944 (java) S 1807 1811 466 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 404596638 11107291136 204091 33554432000 4194304 4196468 140730058931056 139872047025248 139873555117781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
[pid=1811/tid=1946] ppid=1807 vsize=10846964 memory=3924 CPUtime=1.53 cores=1,3,5,7
/proc/1811/task/1946/stat : 1946 (java) S 1807 1811 466 0 -1 1077944384 1102 13125 0 0 68 77 5 3 20 0 15 0 404596639 11107291136 204091 33554432000 4194304 4196468 140730058931056 139873077512496 139873555118722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27308032 140730058939125 140730058941637 140730058941637 140730058944463 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 816364 KiB

Child status: 143
Real time (s): 2464.33
CPU time (s): 2520.05
CPU user time (s): 2516.21
CPU system time (s): 3.84231
CPU usage (%): 102.261
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 816364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.84231
maximum resident set size= 820584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205657
page faults= 0
swaps= 0
block input operations= 96
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306697
involuntary context switches= 7138


# summary of solver processes directly reported to runsolver:
#   pid: 1811
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.84231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1597 second user time and 21.1772 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 13:09:11
IDJOB=4386987
IDBENCH=115968
IDSOLVER=2823
FILE ID=node143/4386987-1568286592
RUNJOBID= node143-1568286551-1787
PBS_JOBID= 21701067
Free space on /tmp= 56516 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386987-1568286592/watcher-4386987-1568286592 -o /tmp/evaluation-result-4386987-1568286592/solver-4386987-1568286592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1787 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1001658505 HOME/instance-4386987-1568286592.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1001658505

node143.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.73
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.73
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.73
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.73
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:        23921812 kB
MemAvailable:   31761016 kB
Buffers:          125632 kB
Cached:          7992468 kB
SwapCached:            8 kB
Active:          2280876 kB
Inactive:        5886020 kB
Active(anon):       4304 kB
Inactive(anon):   145044 kB
Active(file):    2276572 kB
Inactive(file):  5740976 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             70276 kB
Writeback:             0 kB
AnonPages:        157072 kB
Mapped:            46552 kB
Shmem:             90756 kB
Slab:             278780 kB
SReclaimable:     250116 kB
SUnreclaim:        28664 kB
KernelStack:        3408 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 56448 MiB
End job on node143 at 2019-09-12 13:50:16