Trace number 4396200

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.12.2SAT (TO)39 2520.1 2481.04

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.2202
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"type":"sum","count":70}]
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.74/0.58	c Concrete v3.12.2.1568380929293 running
9.24/4.02	o 33
10.51/4.36	o 34
10.83/4.44	o 35
28.97/20.03	o 36
33.40/24.31	o 37
278.48/266.45	o 38
297.41/285.16	o 39
2520.06/2481.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2481.01		at concrete.MAC.mac(MAC.scala:192)
2520.06/2481.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2481.01		at scala.util.Try$.apply(Try.scala:212)
2520.06/2481.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2481.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2481.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2481.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2481.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2481.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2481.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2481.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2481.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2481.01		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2481.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2481.01		at scala.util.Success.map(Try.scala:264)
2520.06/2481.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2481.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2481.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2481.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2481.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2481.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2481.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2481.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2481.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2481.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2481.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2481.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2481.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2481.01		at scala.App.main(App.scala:75)
2520.06/2481.01		at scala.App.main$(App.scala:73)
2520.06/2481.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2481.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2481.02	v <instantiation
2520.06/2481.02	v         cost = '39'>
2520.06/2481.02	v       <list>
2520.06/2481.02	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[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[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[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[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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] 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[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[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[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[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[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9]
2520.06/2481.02	v       </list>
2520.06/2481.02	v       <values>
2520.06/2481.02	v         1 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 3 3 4 3 3 4 2 3 4 2 3 3 4 3 3 5 3 5 3 2 4 5 5 5 5 5 3 5 5 4 2 3 2 2 2 3 4 3 3 2 3 5 5 5 5 5 3 5 5 3 4 3 4 2 3 5 3 5 3 4 2 2 4 2 4 3 2 4 2 2
2520.06/2481.02	v       </values>
2520.06/2481.02	v     </instantiation>
2520.06/2481.02	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396200-1568393520/watcher-4396200-1568393520 -o /tmp/evaluation-result-4396200-1568393520/solver-4396200-1568393520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1705228464 HOME/instance-4396200-1568393520.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100093 s]*
/proc/loadavg: 0.92 1.00 1.22 4/222 31088
/proc/meminfo: memFree=31722416/32770624 swapFree=67004204/67108860
[pid=31015] ppid=31008 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/31015/stat : 31015 (bash) S 31008 31015 30411 0 -1 4202496 892 5689 0 1 0 0 0 1 20 0 1 0 415513678 115974144 404 33554432000 4194304 5098028 140735770272928 140735770266936 140485280951296 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 40095744 140735770276884 140735770277009 140735770277009 140735770279918 0
/proc/31015/statm: 28314 404 320 221 0 119 0
[pid=31069] ppid=31015 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/31069/stat : 31069 (bash) S 31015 31015 30411 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 415513682 115974144 178 33554432000 4194304 5098028 140735770272928 140735770265608 140485280776828 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40095744 140735770276884 140735770277009 140735770277009 140735770279918 0
/proc/31069/statm: 28314 178 94 221 0 119 0
[pid=31071] ppid=31069 vsize=10659708 memory=24772 CPUtime=0.06 cores=0,2,4,6
/proc/31071/stat : 31071 (java) S 31069 31015 30411 0 -1 1077944320 5137 0 0 0 5 1 0 0 20 0 13 0 415513682 10915540992 6193 33554432000 4194304 4196468 140735941260880 140735941243424 139751626358519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6639616 140735941268620 140735941268634 140735941268634 140735941271503 0
/proc/31071/statm: 2664927 6193 2628 1 0 2627468 0
[pid=31071/tid=31095] ppid=31069 vsize=0 memory=576460756329984031 CPUtime=0 cores=0,2,4,6
/proc/31071/task/31095/stat : 31095 (java) R 31069 31015 30411 0 -1 4203588 4 0 0 0 0 0 0 0 20 0 2 0 415513688 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=31072] ppid=31069 vsize=113492 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/31072/stat : 31072 (awk) S 31069 31015 30411 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 415513682 116215808 308 33554432000 4194304 4609284 140732357946336 140732357945512 140477849619456 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 23457792 140732357948604 140732357948634 140732357948634 140732357951471 0
/proc/31072/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10999712 KiB
Current children cumulated memory: 28332 KiB

[startup+0.210471 s]*
/proc/loadavg: 0.92 1.00 1.22 4/228 31146
/proc/meminfo: memFree=31708424/32770624 swapFree=67004204/67108860
[pid=31015] ppid=31008 vsize=10819664 memory=34856 CPUtime=0.19 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 6546 13532 0 2 10 1 5 3 20 0 15 0 415513678 11079335936 8648 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2704916 8714 3121 1 0 2667149 0
[pid=31015/tid=31120] ppid=31008 vsize=10819664 memory=734403540614644017 CPUtime=0.17 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 3227 13532 0 2 8 1 5 3 20 0 15 0 415513690 11079335936 8714 33554432000 4194304 4196468 140722121676800 139852273276664 139851869554768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079335936 8714 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10819664 memory=288370384816670336 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079335936 8714 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079335936 8714 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079335936 8714 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513692 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 33 13532 0 2 0 0 5 3 20 0 15 0 415513692 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851759445408 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513693 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851114472944 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11079335936 8714 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) R 31008 31015 30411 0 -1 1077944384 312 13532 0 2 0 0 5 3 20 0 15 0 415513695 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) R 31008 31015 30411 0 -1 4202560 230 13532 0 2 0 0 5 3 20 0 15 0 415513695 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851724815832 139852282144471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10819664 memory=140008664958592 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) R 31008 31015 30411 0 -1 4202560 569 13532 0 2 1 0 5 3 20 0 15 0 415513695 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851723776760 139852280399084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11079335936 8714 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10819664 memory=140008664958592 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513696 11079335936 8714 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 34856 KiB

[startup+0.310326 s]*
/proc/loadavg: 0.92 1.00 1.22 5/228 31146
/proc/meminfo: memFree=31672656/32770624 swapFree=67004204/67108860
[pid=31015] ppid=31008 vsize=10820148 memory=50076 CPUtime=0.36 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 9621 13532 0 2 25 3 5 3 20 0 15 0 415513678 11079831552 12519 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2705037 12519 3294 1 0 2667149 0
[pid=31015/tid=31120] ppid=31008 vsize=10821172 memory=8317482817917895235 CPUtime=0.26 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 6103 13532 0 2 16 2 5 3 20 0 15 0 415513690 11080880128 12535 33554432000 4194304 4196468 140722121676800 139852273248096 139852294159911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10820148 memory=140008664965585 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079831552 12535 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10820148 memory=7014188659975677800 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11079831552 12535 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10821172 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11080880128 12535 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10821172 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11080880128 12535 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10821172 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513692 11080880128 12535 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10821172 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 33 13532 0 2 0 0 5 3 20 0 15 0 415513692 11080880128 12535 33554432000 4194304 4196468 140722121676800 139851759445408 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513693 11079831552 12535 33554432000 4194304 4196468 140722121676800 139851114472944 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11079831552 12535 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10821172 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 377 13532 0 2 1 0 5 3 20 0 15 0 415513695 11080880128 12535 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10821172 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 310 13532 0 2 1 0 5 3 20 0 15 0 415513695 11080880128 12535 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10821172 memory=140008664958592 CPUtime=0.13 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 603 13532 0 2 5 0 5 3 20 0 15 0 415513695 11080880128 12535 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10821172 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11080880128 12535 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10820148 memory=140008664958592 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513696 11079831552 12535 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50076 KiB

[startup+0.701667 s]
/proc/loadavg: 0.92 1.00 1.22 4/228 31146
/proc/meminfo: memFree=31644244/32770624 swapFree=67004204/67108860
[pid=31015] ppid=31008 vsize=10822312 memory=76968 CPUtime=1.01 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 14020 13532 0 2 88 5 5 3 20 0 15 0 415513678 11082047488 19242 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2705578 19242 3502 1 0 2667661 0
[pid=31015/tid=31120] ppid=31008 vsize=10822312 memory=3472328296227679313 CPUtime=0.61 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 9345 13532 0 2 49 4 5 3 20 0 15 0 415513690 11082047488 19242 33554432000 4194304 4196468 140722121676800 139852273271136 139852285523294 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11082047488 19242 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513691 11082047488 19242 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11082047488 19242 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513691 11082047488 19242 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 5 13532 0 2 0 0 5 3 20 0 15 0 415513692 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 33 13532 0 2 0 0 5 3 20 0 15 0 415513692 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851759445408 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513693 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851114472944 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10822312 memory=14068 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11082047488 19242 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10822312 memory=2120 CPUtime=0.2 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) R 31008 31015 30411 0 -1 4202560 934 13532 0 2 12 0 5 3 20 0 15 0 415513695 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851725877184 139852286568829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10822312 memory=504 CPUtime=0.17 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) R 31008 31015 30411 0 -1 4202560 704 13532 0 2 9 0 5 3 20 0 15 0 415513695 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851724820808 139852282963642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10822312 memory=1560 CPUtime=0.23 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 778 13532 0 2 15 0 5 3 20 0 15 0 415513695 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10822312 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11082047488 19242 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10822312 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513696 11082047488 19242 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 76968 KiB

[startup+1.50067 s]
/proc/loadavg: 0.92 1.00 1.22 8/228 31146
/proc/meminfo: memFree=31551860/32770624 swapFree=67004204/67108860
[pid=31015] ppid=31008 vsize=10834676 memory=169524 CPUtime=2.34 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 20818 13532 0 2 216 10 5 3 20 0 15 0 415513678 11094708224 42381 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2708669 42381 3578 1 0 2670733 0
[pid=31015/tid=31120] ppid=31008 vsize=10834676 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 14475 13532 0 2 123 6 5 3 20 0 15 0 415513690 11094708224 42381 33554432000 4194304 4196468 140722121676800 139852273267456 139852283006376 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10834676 memory=-7022074515825631275 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 339 13532 0 2 1 0 5 3 20 0 15 0 415513691 11094708224 42381 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10834676 memory=-7751062316387021378 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 32 13532 0 2 1 0 5 3 20 0 15 0 415513691 11094708224 42381 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10834676 memory=-2317720213663324238 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 55 13532 0 2 1 0 5 3 20 0 15 0 415513691 11094708224 42381 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10834676 memory=8326441112148417183 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 90 13532 0 2 1 0 5 3 20 0 15 0 415513691 11094708224 42381 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10834676 memory=84 CPUtime=0.09 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 146 13532 0 2 1 0 5 3 20 0 15 0 415513692 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 34 13532 0 2 0 0 5 3 20 0 15 0 415513692 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851759445472 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10834676 memory=280017104064640 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513693 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851114472960 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11094708224 42381 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10834676 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 1119 13532 0 2 25 0 5 3 20 0 15 0 415513695 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10834676 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 857 13532 0 2 23 0 5 3 20 0 15 0 415513695 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10834676 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 1452 13532 0 2 36 0 5 3 20 0 15 0 415513695 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10834676 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11094708224 42381 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10834676 memory=140008552111248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1 13532 0 2 0 0 5 3 20 0 15 0 415513696 11094708224 42381 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 2.34 s

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

/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 56401 13532 1 2 230075 38 5 3 20 0 15 0 415513690 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852273278928 139851883667495 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.65 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 7999 13532 0 2 909 48 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10849032 memory=7548 CPUtime=9.69 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 10449 13532 0 2 915 46 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.68 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 9394 13532 0 2 912 48 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.63 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 10102 13532 0 2 908 47 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10849032 memory=721248 CPUtime=8.7 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 11359 13532 0 2 816 46 5 3 20 0 15 0 415513692 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10849032 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 38 13532 0 2 0 0 5 3 20 0 15 0 415513692 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851759445472 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10849032 memory=721248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513693 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851114472960 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10849032 memory=721248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10849032 memory=721248 CPUtime=3.82 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 19963 13532 0 2 370 4 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10849032 memory=2312 CPUtime=4.22 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 22623 13532 0 2 412 2 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10849032 memory=984 CPUtime=2.04 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 18651 13532 0 2 191 5 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10849032 memory=721248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11109408768 180312 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10849032 memory=721248 CPUtime=1.3 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1601 13532 0 2 70 52 5 3 20 0 15 0 415513696 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 2359.32 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 721248 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.20 1.28 3/228 31777
/proc/meminfo: memFree=30132572/32770624 swapFree=67004208/67108860
[pid=31015] ppid=31008 vsize=10849032 memory=721248 CPUtime=2420.11 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 171926 13532 1 2 241709 294 5 3 20 0 15 0 415513678 11109408768 180312 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2712258 180312 3627 1 0 2674317 0
[pid=31015/tid=31120] ppid=31008 vsize=10849032 memory=721248 CPUtime=2360.68 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 56875 13532 1 2 236022 38 5 3 20 0 15 0 415513690 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852273278704 139851885712245 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.91 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 8052 13532 0 2 934 49 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.96 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 10501 13532 0 2 941 47 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.94 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 9436 13532 0 2 937 49 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10849032 memory=721248 CPUtime=9.89 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 10321 13532 0 2 933 48 5 3 20 0 15 0 415513691 11109408768 180312 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10849032 memory=721248 CPUtime=8.92 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 11374 13532 0 2 837 47 5 3 20 0 15 0 415513692 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10849032 memory=721248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 38 13532 0 2 0 0 5 3 20 0 15 0 415513692 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851759445472 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10849032 memory=721248 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513693 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851114472960 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10849032 memory=19144 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10849032 memory=721248 CPUtime=3.82 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 20232 13532 0 2 370 4 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10849032 memory=721248 CPUtime=4.22 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 22623 13532 0 2 412 2 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10849032 memory=920 CPUtime=2.04 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 18651 13532 0 2 191 5 5 3 20 0 15 0 415513695 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10849032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11109408768 180312 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10849032 memory=721248 CPUtime=1.33 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1605 13532 0 2 71 54 5 3 20 0 15 0 415513696 11109408768 180312 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 2420.11 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 721248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.04 1.16 1.27 3/228 31783
/proc/meminfo: memFree=30127948/32770624 swapFree=67004208/67108860
[pid=31015] ppid=31008 vsize=10849032 memory=723296 CPUtime=2480.85 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 173158 13532 1 2 247777 300 5 3 20 0 15 0 415513678 11109408768 180824 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2712258 180824 3627 1 0 2674317 0
[pid=31015/tid=31120] ppid=31008 vsize=10849032 memory=723296 CPUtime=2420.13 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 57435 13532 1 2 241966 39 5 3 20 0 15 0 415513690 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852273278400 139851884901635 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10849032 memory=723296 CPUtime=10.17 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 8138 13532 0 2 959 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10849032 memory=723296 CPUtime=10.22 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 10752 13532 0 2 965 49 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10849032 memory=723296 CPUtime=10.2 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 9529 13532 0 2 962 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10849032 memory=723296 CPUtime=10.16 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 10331 13532 0 2 958 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10849032 memory=723296 CPUtime=9.15 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 11583 13532 0 2 858 49 5 3 20 0 15 0 415513692 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10849032 memory=723296 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 38 13532 0 2 0 0 5 3 20 0 15 0 415513692 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851759445472 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10849032 memory=723296 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513693 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851114472960 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10849032 memory=723296 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10849032 memory=723296 CPUtime=3.82 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 20234 13532 0 2 370 4 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10849032 memory=723296 CPUtime=4.22 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 22625 13532 0 2 412 2 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10849032 memory=723296 CPUtime=2.04 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 18653 13532 0 2 191 5 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10849032 memory=723296 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11109408768 180824 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10849032 memory=723296 CPUtime=1.37 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1622 13532 0 2 73 56 5 3 20 0 15 0 415513696 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 2480.85 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 723296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481 s]*
/proc/loadavg: 1.26 1.20 1.27 3/228 31783
/proc/meminfo: memFree=30129360/32770624 swapFree=67004208/67108860
[pid=31015] ppid=31008 vsize=10849032 memory=723296 CPUtime=2520.06 cores=0,2,4,6
/proc/31015/stat : 31015 (java) S 31008 31015 30411 0 -1 1077944320 174508 13532 1 2 251694 304 5 3 20 0 15 0 415513678 11109408768 180824 33554432000 4194304 4196468 140722121676800 140722121659344 139852301442807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
/proc/31015/statm: 2712258 180824 3627 1 0 2674317 0
[pid=31015/tid=31120] ppid=31008 vsize=10849032 memory=39564 CPUtime=2458.48 cores=0,2,4,6
/proc/31015/task/31120/stat : 31120 (java) R 31008 31015 30411 0 -1 4202560 57910 13532 1 2 245801 39 5 3 20 0 15 0 415513690 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852273278880 139851884900238 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31125] ppid=31008 vsize=10849032 memory=8317482817917895235 CPUtime=10.34 cores=0,2,4,6
/proc/31015/task/31125/stat : 31125 (java) S 31008 31015 30411 0 -1 1077944384 8395 13532 0 2 976 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852305684752 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31126] ppid=31008 vsize=10849032 memory=288230621803970871 CPUtime=10.39 cores=0,2,4,6
/proc/31015/task/31126/stat : 31126 (java) S 31008 31015 30411 0 -1 1077944384 10847 13532 0 2 981 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852193958288 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31127] ppid=31008 vsize=10849032 memory=15262527902714418 CPUtime=10.37 cores=0,2,4,6
/proc/31015/task/31127/stat : 31127 (java) S 31008 31015 30411 0 -1 1077944384 9799 13532 0 2 978 51 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852192905744 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31128] ppid=31008 vsize=10849032 memory=140011638882886 CPUtime=10.32 cores=0,2,4,6
/proc/31015/task/31128/stat : 31128 (java) S 31008 31015 30411 0 -1 1077944384 10358 13532 0 2 974 50 5 3 20 0 15 0 415513691 11109408768 180824 33554432000 4194304 4196468 140722121676800 139852191853200 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31130] ppid=31008 vsize=10849032 memory=8317482817917895235 CPUtime=9.29 cores=0,2,4,6
/proc/31015/task/31130/stat : 31130 (java) S 31008 31015 30411 0 -1 1077944384 11787 13532 0 2 872 49 5 3 20 0 15 0 415513692 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851760499184 139852301453954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31131] ppid=31008 vsize=10849032 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31131/stat : 31131 (java) S 31008 31015 30411 0 -1 1077944384 38 13532 0 2 0 0 5 3 20 0 15 0 415513692 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851759445472 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31133] ppid=31008 vsize=10849032 memory=15262527902714418 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31133/stat : 31133 (java) S 31008 31015 30411 0 -1 1077944384 2 13532 0 2 0 0 5 3 20 0 15 0 415513693 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851114472960 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31135] ppid=31008 vsize=10849032 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31135/stat : 31135 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139850874182352 139852301461403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31137] ppid=31008 vsize=10849032 memory=6944613755328037012 CPUtime=3.82 cores=0,2,4,6
/proc/31015/task/31137/stat : 31137 (java) S 31008 31015 30411 0 -1 1077944384 20236 13532 0 2 370 4 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851725887472 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31138] ppid=31008 vsize=10849032 memory=6944656592452807316 CPUtime=4.22 cores=0,2,4,6
/proc/31015/task/31138/stat : 31138 (java) S 31008 31015 30411 0 -1 1077944384 22627 13532 0 2 412 2 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851724834928 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31140] ppid=31008 vsize=10849032 memory=7681905605394137914 CPUtime=2.04 cores=0,2,4,6
/proc/31015/task/31140/stat : 31140 (java) S 31008 31015 30411 0 -1 1077944384 18655 13532 0 2 191 5 5 3 20 0 15 0 415513695 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851723782384 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31143] ppid=31008 vsize=10849032 memory=6944652027076318631 CPUtime=0.08 cores=0,2,4,6
/proc/31015/task/31143/stat : 31143 (java) S 31008 31015 30411 0 -1 1077944384 3 13532 0 2 0 0 5 3 20 0 15 0 415513696 11109408768 180824 33554432000 4194304 4196468 140722121676800 139850840623712 139852301453013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
[pid=31015/tid=31145] ppid=31008 vsize=10849032 memory=6791534058613427641 CPUtime=1.39 cores=0,2,4,6
/proc/31015/task/31145/stat : 31145 (java) S 31008 31015 30411 0 -1 1077944384 1638 13532 0 2 74 57 5 3 20 0 15 0 415513696 11109408768 180824 33554432000 4194304 4196468 140722121676800 139851722730288 139852301453954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27172864 140722121681647 140722121684165 140722121684165 140722121686991 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 723296 KiB

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

[startup+2481.04 s]
# the end of solver process 31015 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.01 s, system=3.08901 s

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

Child status: 143
Real time (s): 2481.04
CPU time (s): 2520.1
CPU user time (s): 2517.01
CPU system time (s): 3.08901
CPU usage (%): 101.575
Max. virtual memory (cumulated for all children) (KiB): 10999712
Max. memory (cumulated for all children) (KiB): 723296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.01
system time used= 3.08901
maximum resident set size= 727504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189017
page faults= 3
swaps= 0
block input operations= 27520
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251059
involuntary context switches= 8557


# summary of solver processes directly reported to runsolver:
#   pid: 31015
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.01
#   total CPU system time (s): 3.08901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1214 second user time and 24.419 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 18:51:24
IDJOB=4396200
IDBENCH=116014
IDSOLVER=2846
FILE ID=node148/4396200-1568393520
RUNJOBID= node148-1568393484-30985
PBS_JOBID= 21701862
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-07-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396200-1568393520/watcher-4396200-1568393520 -o /tmp/evaluation-result-4396200-1568393520/solver-4396200-1568393520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1705228464 HOME/instance-4396200-1568393520.xml

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=1705228464

node148.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.13
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.13
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.13
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.13
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:        31747860 kB
MemAvailable:   31917836 kB
Buffers:           35084 kB
Cached:           433528 kB
SwapCached:         3840 kB
Active:           305956 kB
Inactive:         168360 kB
Active(anon):       3000 kB
Inactive(anon):    43744 kB
Active(file):     302956 kB
Inactive(file):   124616 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004204 kB
Dirty:             74916 kB
Writeback:             0 kB
AnonPages:        112304 kB
Mapped:            43624 kB
Shmem:             32324 kB
Slab:             144932 kB
SReclaimable:     116480 kB
SUnreclaim:        28452 kB
KernelStack:        3392 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 19:32:45