Trace number 4396204

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)37 2520.04 2482.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.788
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
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":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"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.73/0.59	c Concrete v3.12.2.1568380929293 running
9.27/4.10	o 32
16.93/9.40	o 33
26.31/18.51	o 35
44.66/36.76	o 36
1079.72/1059.45	o 37
2520.01/2482.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2482.30		at concrete.MAC.mac(MAC.scala:192)
2520.01/2482.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2482.30		at scala.util.Try$.apply(Try.scala:212)
2520.01/2482.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2482.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2482.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2482.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2482.30		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2482.30		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2482.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2482.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2482.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2482.30		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2482.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2482.30		at scala.util.Success.map(Try.scala:264)
2520.01/2482.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2482.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2482.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2482.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2482.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2482.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2482.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2482.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2482.30		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2482.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2482.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2482.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2482.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2482.30		at scala.App.main(App.scala:75)
2520.01/2482.30		at scala.App.main$(App.scala:73)
2520.01/2482.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2482.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2482.31	v <instantiation
2520.01/2482.31	v         cost = '37'>
2520.01/2482.31	v       <list>
2520.01/2482.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[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[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[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[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] 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[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[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[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[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]
2520.01/2482.31	v       </list>
2520.01/2482.31	v       <values>
2520.01/2482.31	v         0 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 1 1 0 2 3 3 4 2 3 4 3 3 4 2 4 2 2 2 3 3 5 3 5 3 3 4 3 2 4 3 4 2 4 4 5 3 5 4 4 4 5 5 4 4 2 2 4 3 3 5 3 3 4 3 3 3 3 5 2 2 3 4 2 4 2 4 3 3 4 4 3 3 2
2520.01/2482.31	v       </values>
2520.01/2482.31	v     </instantiation>
2520.01/2482.31	s SATISFIABLE

Verifier Data

OK	37

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396204-1568393415/watcher-4396204-1568393415 -o /tmp/evaluation-result-4396204-1568393415/solver-4396204-1568393415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3095 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1414900648 HOME/instance-4396204-1568393415.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=3119, runsolver pid=3115

[startup+0.100135 s]*
/proc/loadavg: 0.92 1.00 1.20 3/221 3197
/proc/meminfo: memFree=31081920/32770624 swapFree=67002080/67108860
[pid=3119] ppid=3115 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/3119/stat : 3119 (bash) S 3115 3119 3063 0 -1 4202496 888 5699 1 0 0 0 0 1 20 0 1 0 415590199 115974144 404 33554432000 4194304 5098028 140732938557984 140732938551992 139671373900800 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 13471744 140732938564628 140732938564753 140732938564753 140732938567662 0
/proc/3119/statm: 28314 404 320 221 0 119 0
[pid=3177] ppid=3119 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/3177/stat : 3177 (bash) S 3119 3119 3063 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 415590204 115974144 178 33554432000 4194304 5098028 140732938557984 140732938550664 139671373726332 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13471744 140732938564628 140732938564753 140732938564753 140732938567662 0
/proc/3177/statm: 28314 178 94 221 0 119 0
[pid=3178] ppid=3177 vsize=10659708 memory=23024 CPUtime=0.05 cores=1,3,5,7
/proc/3178/stat : 3178 (java) S 3177 3119 3063 0 -1 1077944320 4703 0 0 0 4 1 0 0 20 0 15 0 415590204 10915540992 5756 33554432000 4194304 4196468 140721807396672 140721807379216 140028642684663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22425600 140721807398028 140721807398042 140721807398042 140721807400911 0
/proc/3178/statm: 2664927 5756 2604 1 0 2627468 0
[pid=3178/tid=3188] ppid=3177 vsize=10659708 memory=-8412660965432852124 CPUtime=0 cores=1,3,5,7
/proc/3178/task/3188/stat : 3188 (java) R 3177 3119 3063 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 2 0 415590205 10915540992 6401 33554432000 4194304 4196468 140721807396672 140028566654096 140028642694869 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22425600 140721807398028 140721807398042 140721807398042 140721807400911 0
[pid=3180] ppid=3177 vsize=113492 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3180/stat : 3180 (awk) S 3177 3119 3063 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 415590204 116215808 307 33554432000 4194304 4609284 140729332596352 140729332595528 140067639659520 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 35160064 140729332597948 140729332597978 140729332597978 140729332600815 0
/proc/3180/statm: 28373 307 255 102 0 89 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10999712 KiB
Current children cumulated memory: 26580 KiB

[startup+0.210896 s]*
/proc/loadavg: 0.92 1.00 1.20 3/227 3255
/proc/meminfo: memFree=31067540/32770624 swapFree=67002080/67108860
[pid=3119] ppid=3115 vsize=10819664 memory=33944 CPUtime=0.19 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 6314 13131 1 0 9 2 5 3 20 0 15 0 415590199 11079335936 8486 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2704916 8486 3054 1 0 2667149 0
[pid=3119/tid=3228] ppid=3115 vsize=10819664 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 3392 13131 0 0 7 1 5 3 20 0 15 0 415590211 11079335936 8486 33554432000 4194304 4196468 140729814536640 140240054709224 140240082894230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10819664 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079335936 8486 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10819664 memory=288370125617813120 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079335936 8486 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079335936 8486 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 2 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079335936 8486 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10819664 memory=139749466101376 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 2 13131 0 0 0 0 5 3 20 0 15 0 415590213 11079335936 8486 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 13 13131 0 0 0 0 5 3 20 0 15 0 415590214 11079335936 8486 33554432000 4194304 4196468 140729814536640 140239540577696 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590214 11079335936 8551 33554432000 4194304 4196468 140729814536640 140238936598000 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 422 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10819664 memory=139749466101376 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) R 3115 3119 3063 0 -1 4202560 277 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140239504914672 140240061430654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10819664 memory=139749466101376 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079335936 8551 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 33944 KiB

[startup+0.310353 s]*
/proc/loadavg: 0.92 1.00 1.20 3/227 3255
/proc/meminfo: memFree=31033028/32770624 swapFree=67002080/67108860
[pid=3119] ppid=3115 vsize=10820148 memory=47668 CPUtime=0.36 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 10137 13131 1 0 24 4 5 3 20 0 15 0 415590199 11079831552 11917 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2705037 11917 3319 1 0 2667149 0
[pid=3119/tid=3228] ppid=3115 vsize=10820148 memory=8514701219931451533 CPUtime=0.25 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 6604 13131 0 0 15 2 5 3 20 0 15 0 415590211 11079831552 11982 33554432000 4194304 4196468 140729814536640 140240054704768 140240066275632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10820148 memory=3691042058319900680 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079831552 11982 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10820148 memory=3472463647647270576 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079831552 11982 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10820148 memory=139749310453424 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 2 13131 0 0 0 0 5 3 20 0 15 0 415590212 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10820148 memory=139749466101376 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 2 13131 0 0 0 0 5 3 20 0 15 0 415590213 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10820148 memory=139749310462607 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 13 13131 0 0 0 0 5 3 20 0 15 0 415590214 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239540577696 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590214 11079831552 11982 33554432000 4194304 4196468 140729814536640 140238936598000 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079831552 11982 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 473 13131 0 0 1 0 5 3 20 0 15 0 415590217 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 199 13131 0 0 1 0 5 3 20 0 15 0 415590217 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10820148 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 634 13131 0 0 4 0 5 3 20 0 15 0 415590217 11079831552 11982 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10820148 memory=139749466101376 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079831552 11982 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590217 11079831552 11991 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 47668 KiB

[startup+0.702996 s]
/proc/loadavg: 0.92 1.00 1.20 3/227 3255
/proc/meminfo: memFree=31004736/32770624 swapFree=67002080/67108860
[pid=3119] ppid=3115 vsize=10822312 memory=76420 CPUtime=0.94 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 14354 13131 1 0 81 5 5 3 20 0 15 0 415590199 11082047488 19105 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2705578 19105 3480 1 0 2667661 0
[pid=3119/tid=3228] ppid=3115 vsize=10822312 memory=139749466100209 CPUtime=0.59 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) D 3115 3119 3063 0 -1 4202560 9832 13131 0 0 48 3 5 3 20 0 15 0 415590211 11082047488 19105 33554432000 4194304 4196468 140729814536640 140240054700768 140240082904221 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 3 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11082047488 19105 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11082047488 19105 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590212 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 2 13131 0 0 0 0 5 3 20 0 15 0 415590212 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10822312 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 5 13131 0 0 0 0 5 3 20 0 15 0 415590213 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10822312 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 13 13131 0 0 0 0 5 3 20 0 15 0 415590214 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239540577696 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10822312 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590214 11082047488 19105 33554432000 4194304 4196468 140729814536640 140238936598000 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10822312 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10822312 memory=3804 CPUtime=0.15 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 813 13131 0 0 7 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10822312 memory=2304 CPUtime=0.17 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 642 13131 0 0 9 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10822312 memory=2304 CPUtime=0.23 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) R 3115 3119 3063 0 -1 4202560 829 13131 0 0 15 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239504912632 140240061843283 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10822312 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10822312 memory=2424 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590217 11082047488 19105 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 76420 KiB

[startup+1.50071 s]
/proc/loadavg: 0.92 1.00 1.20 5/229 3257
/proc/meminfo: memFree=30936220/32770624 swapFree=67002080/67108860
[pid=3119] ppid=3115 vsize=10834676 memory=168660 CPUtime=2.25 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 21097 13131 1 0 206 11 5 3 20 0 15 0 415590199 11094708224 42165 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2708669 42165 3578 1 0 2670733 0
[pid=3119/tid=3228] ppid=3115 vsize=10834676 memory=104 CPUtime=1.31 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 14955 13131 0 0 117 6 5 3 20 0 15 0 415590211 11094708224 42165 33554432000 4194304 4196468 140729814536640 140240054712288 140240066962782 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 54 13131 0 0 1 0 5 3 20 0 15 0 415590212 11094708224 42165 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 36 13131 0 0 0 0 5 3 20 0 15 0 415590212 11094708224 42165 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10834676 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 334 13131 0 0 1 0 5 3 20 0 15 0 415590212 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10834676 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 85 13131 0 0 1 0 5 3 20 0 15 0 415590212 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10834676 memory=-6873162000112450758 CPUtime=0.09 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 145 13131 0 0 1 0 5 3 20 0 15 0 415590213 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10834676 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 14 13131 0 0 0 0 5 3 20 0 15 0 415590214 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239540577696 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10834676 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590214 11094708224 42165 33554432000 4194304 4196468 140729814536640 140238936598000 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10834676 memory=-6374957858630779283 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10834676 memory=8514726395714825349 CPUtime=0.3 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 1046 13131 0 0 22 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10834676 memory=1329904169539632281 CPUtime=0.32 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 728 13131 0 0 24 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10834676 memory=-7240599211820661557 CPUtime=0.42 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 1485 13131 0 0 34 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10834676 memory=1329904169539632281 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10834676 memory=8326441112149131687 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1 13131 0 0 0 0 5 3 20 0 15 0 415590217 11094708224 42165 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 2.25 s

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

/proc/3119/task/3228/stat : 3228 (java) S 3115 3119 3063 0 -1 1077944384 59833 13131 0 0 236037 39 5 3 20 0 15 0 415590211 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240054717968 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10849032 memory=729936 CPUtime=9.82 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) R 3115 3119 3063 0 -1 4202560 6141 13131 0 0 931 43 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240087124240 140240075510503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10849032 memory=729936 CPUtime=9.8 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) R 3115 3119 3063 0 -1 4202560 8775 13131 0 0 926 46 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240012429712 140240075510503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10849032 memory=729936 CPUtime=9.82 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) R 3115 3119 3063 0 -1 1077944384 8750 13131 0 0 926 48 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239654539472 140240082892501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10849032 memory=729936 CPUtime=9.75 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) R 3115 3119 3063 0 -1 4202560 11342 13131 0 0 922 45 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239653489296 140240082894230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10849032 memory=729936 CPUtime=8.76 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 10920 13131 0 0 821 47 5 3 20 0 15 0 415590213 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239609529376 140240082892501 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 17 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239540577760 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10849032 memory=13819 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 8 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238936598016 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10849032 memory=3616 CPUtime=3.83 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 21392 13131 0 0 372 3 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10849032 memory=1768 CPUtime=3.22 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 15133 13131 0 0 313 1 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10849032 memory=8112282956445269571 CPUtime=1.96 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 18380 13131 0 0 183 5 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10849032 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10849032 memory=27831388084553 CPUtime=1.51 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1040 13131 0 0 63 80 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 2418.72 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 729936 KiB

[startup+2442.3 s]
/proc/loadavg: 1.74 1.52 1.41 3/228 3512
/proc/meminfo: memFree=29676792/32770624 swapFree=67002088/67108860
[pid=3119] ppid=3115 vsize=10849032 memory=729936 CPUtime=2479.49 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 165208 13131 1 0 247629 312 5 3 20 0 15 0 415590199 11109408768 182484 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2712258 182484 3627 1 0 2674317 0
[pid=3119/tid=3228] ppid=3115 vsize=10849032 memory=729936 CPUtime=2420.26 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 60443 13131 0 0 241978 40 5 3 20 0 15 0 415590211 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240054718400 140239690687503 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10849032 memory=729936 CPUtime=10.09 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 6330 13131 0 0 957 44 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10849032 memory=729936 CPUtime=10.08 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 8898 13131 0 0 952 48 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10849032 memory=729936 CPUtime=10.1 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 8774 13131 0 0 953 49 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10849032 memory=729936 CPUtime=10.02 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 11434 13131 0 0 947 47 5 3 20 0 15 0 415590212 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10849032 memory=729936 CPUtime=8.99 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 11122 13131 0 0 842 49 5 3 20 0 15 0 415590213 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 17 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239540577760 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 8 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238936598016 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10849032 memory=729936 CPUtime=3.83 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 21394 13131 0 0 372 3 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10849032 memory=729936 CPUtime=3.22 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 15135 13131 0 0 313 1 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10849032 memory=0 CPUtime=1.96 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 18382 13131 0 0 183 5 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10849032 memory=729936 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10849032 memory=729936 CPUtime=1.55 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1058 13131 0 0 65 82 5 3 20 0 15 0 415590217 11109408768 182484 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 2479.49 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 729936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.3 s]
/proc/loadavg: 1.31 1.43 1.39 3/227 3514
/proc/meminfo: memFree=29673324/32770624 swapFree=67002088/67108860
[pid=3119] ppid=3115 vsize=10849032 memory=731984 CPUtime=2520.01 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 166568 13131 1 0 251675 318 5 3 20 0 15 0 415590199 11109408768 182996 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2712258 182996 3627 1 0 2674317 0
[pid=3119/tid=3228] ppid=3115 vsize=10849032 memory=729936 CPUtime=2459.87 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 60998 13131 0 0 245939 40 5 3 20 0 15 0 415590211 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240054718240 140239702267347 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10849032 memory=375 CPUtime=10.26 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 6351 13131 0 0 973 45 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.25 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 8988 13131 0 0 969 48 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.28 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 8872 13131 0 0 970 50 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.2 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 11803 13131 0 0 964 48 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10849032 memory=731984 CPUtime=9.14 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 11327 13131 0 0 857 49 5 3 20 0 15 0 415590213 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 17 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239540577760 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 8 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238936598016 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10849032 memory=731984 CPUtime=3.83 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 21396 13131 0 0 372 3 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10849032 memory=731984 CPUtime=3.22 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 15137 13131 0 0 313 1 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10849032 memory=731984 CPUtime=1.96 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 18384 13131 0 0 183 5 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10849032 memory=731984 CPUtime=1.58 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1074 13131 0 0 66 84 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 731984 KiB

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

[startup+2482.33 s]
# the end of solver process 3119 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.82 s, system=3.22393 s

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

[startup+2482.3 s]
/proc/loadavg: 1.31 1.43 1.39 3/227 3514
/proc/meminfo: memFree=29673324/32770624 swapFree=67002088/67108860
[pid=3119] ppid=3115 vsize=10849032 memory=731984 CPUtime=2520.01 cores=1,3,5,7
/proc/3119/stat : 3119 (java) S 3115 3119 3063 0 -1 1077944320 166568 13131 1 0 251675 318 5 3 20 0 15 0 415590199 11109408768 182996 33554432000 4194304 4196468 140729814536640 140729814519184 140240082882295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
/proc/3119/statm: 2712258 182996 3627 1 0 2674317 0
[pid=3119/tid=3228] ppid=3115 vsize=10849032 memory=729936 CPUtime=2459.87 cores=1,3,5,7
/proc/3119/task/3228/stat : 3228 (java) R 3115 3119 3063 0 -1 4202560 60998 13131 0 0 245939 40 5 3 20 0 15 0 415590211 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240054718240 140239702267347 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3230] ppid=3115 vsize=10849032 memory=375 CPUtime=10.26 cores=1,3,5,7
/proc/3119/task/3230/stat : 3230 (java) S 3115 3119 3063 0 -1 1077944384 6351 13131 0 0 973 45 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240087124240 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3231] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.25 cores=1,3,5,7
/proc/3119/task/3231/stat : 3231 (java) S 3115 3119 3063 0 -1 1077944384 8988 13131 0 0 969 48 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140240012429712 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3232] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.28 cores=1,3,5,7
/proc/3119/task/3232/stat : 3232 (java) S 3115 3119 3063 0 -1 1077944384 8872 13131 0 0 970 50 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239654541840 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3233] ppid=3115 vsize=10849032 memory=731984 CPUtime=10.2 cores=1,3,5,7
/proc/3119/task/3233/stat : 3233 (java) S 3115 3119 3063 0 -1 1077944384 11803 13131 0 0 964 48 5 3 20 0 15 0 415590212 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239653489296 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3238] ppid=3115 vsize=10849032 memory=731984 CPUtime=9.14 cores=1,3,5,7
/proc/3119/task/3238/stat : 3238 (java) S 3115 3119 3063 0 -1 1077944384 11327 13131 0 0 857 49 5 3 20 0 15 0 415590213 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239609530864 140240082893442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3240] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3240/stat : 3240 (java) S 3115 3119 3063 0 -1 1077944384 17 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239540577760 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3242] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3242/stat : 3242 (java) S 3115 3119 3063 0 -1 1077944384 8 13131 0 0 0 0 5 3 20 0 15 0 415590214 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238936598016 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3244] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3244/stat : 3244 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238629198544 140240082900891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3246] ppid=3115 vsize=10849032 memory=731984 CPUtime=3.83 cores=1,3,5,7
/proc/3119/task/3246/stat : 3246 (java) S 3115 3119 3063 0 -1 1077944384 21396 13131 0 0 372 3 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239507019760 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3247] ppid=3115 vsize=10849032 memory=731984 CPUtime=3.22 cores=1,3,5,7
/proc/3119/task/3247/stat : 3247 (java) S 3115 3119 3063 0 -1 1077944384 15137 13131 0 0 313 1 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239505967216 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3249] ppid=3115 vsize=10849032 memory=731984 CPUtime=1.96 cores=1,3,5,7
/proc/3119/task/3249/stat : 3249 (java) S 3115 3119 3063 0 -1 1077944384 18384 13131 0 0 183 5 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239504914672 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3252] ppid=3115 vsize=10849032 memory=731984 CPUtime=0.08 cores=1,3,5,7
/proc/3119/task/3252/stat : 3252 (java) S 3115 3119 3063 0 -1 1077944384 3 13131 0 0 0 0 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140238595639904 140240082892501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
[pid=3119/tid=3254] ppid=3115 vsize=10849032 memory=731984 CPUtime=1.58 cores=1,3,5,7
/proc/3119/task/3254/stat : 3254 (java) S 3115 3119 3063 0 -1 1077944384 1074 13131 0 0 66 84 5 3 20 0 15 0 415590217 11109408768 182996 33554432000 4194304 4196468 140729814536640 140239503862576 140240082893442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19300352 140729814543087 140729814545605 140729814545605 140729814548431 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 731984 KiB

Child status: 143
Real time (s): 2482.33
CPU time (s): 2520.04
CPU user time (s): 2516.82
CPU system time (s): 3.22393
CPU usage (%): 101.519
Max. virtual memory (cumulated for all children) (KiB): 10999712
Max. memory (cumulated for all children) (KiB): 731984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.82
system time used= 3.22393
maximum resident set size= 736208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180725
page faults= 1
swaps= 0
block input operations= 13560
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248841
involuntary context switches= 6364


# summary of solver processes directly reported to runsolver:
#   pid: 3119
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.82
#   total CPU system time (s): 3.22393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6249 second user time and 24.635 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 18:49:31
IDJOB=4396204
IDBENCH=115960
IDSOLVER=2846
FILE ID=node136/4396204-1568393415
RUNJOBID= node136-1568393371-3095
PBS_JOBID= 21701864
Free space on /tmp= 61168 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396204-1568393415/watcher-4396204-1568393415 -o /tmp/evaluation-result-4396204-1568393415/solver-4396204-1568393415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3095 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1414900648 HOME/instance-4396204-1568393415.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=1414900648

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31112272 kB
MemAvailable:   31909624 kB
Buffers:           50072 kB
Cached:          1038300 kB
SwapCached:         3128 kB
Active:           643252 kB
Inactive:         450228 kB
Active(anon):       4456 kB
Inactive(anon):    42280 kB
Active(file):     638796 kB
Inactive(file):   407948 kB
Unevictable:      107860 kB
Mlocked:          107860 kB
SwapTotal:      67108860 kB
SwapFree:       67002080 kB
Dirty:             70656 kB
Writeback:             0 kB
AnonPages:        113140 kB
Mapped:            42736 kB
Shmem:             31884 kB
Slab:             161080 kB
SReclaimable:     132888 kB
SUnreclaim:        28192 kB
KernelStack:        3280 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501760 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61096 MiB
End job on node136 at 2019-09-13 19:30:54