Trace number 4401484

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)5 2400.11 2347.93

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-19-020-009.xml
MD5SUM62ee24bcba75d1d33fbbd4bb45a854a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1381.62
Satisfiable
(Un)Satisfiability was proved
Number of variables381
Number of constraints191
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":380},{"size":17,"count":1}]
Minimum variable degree20
Maximum variable degree172
Distribution of variable degrees[{"degree":20,"count":380},{"degree":172,"count":1}]
Minimum constraint arity20
Maximum constraint arity380
Distribution of constraint arities[{"arity":20,"count":19},{"arity":41,"count":171},{"arity":380,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":190}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.74/0.58	c Concrete v3.12.2.1568631193530 running
16.37/6.06	o 9
16.99/6.29	o 8
17.60/6.44	o 7
18.58/7.11	o 6
19.32/7.52	o 5
2400.06/2347.91	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2347.91		at concrete.MAC.mac(MAC.scala:192)
2400.06/2347.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2347.91		at scala.util.Try$.apply(Try.scala:212)
2400.06/2347.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2347.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2347.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2347.91		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2347.91		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2347.91		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2347.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2347.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2347.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2347.91		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2347.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2347.91		at scala.util.Success.map(Try.scala:264)
2400.06/2347.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2347.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2347.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2347.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2347.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2347.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2347.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2347.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2347.91		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2347.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2347.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2347.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2347.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2347.91		at scala.App.main(App.scala:75)
2400.06/2347.91		at scala.App.main$(App.scala:73)
2400.06/2347.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2347.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2347.91	v <instantiation
2400.06/2347.91	v         cost = '5'>
2400.06/2347.91	v       <list>
2400.06/2347.91	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] 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[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] 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] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[6][18] x[6][19] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[7][18] x[7][19] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[8][18] x[8][19] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][17] x[9][18] x[9][19] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[10][17] x[10][18] x[10][19] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[11][17] x[11][18] x[11][19] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[12][16] x[12][17] x[12][18] x[12][19] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[13][16] x[13][17] x[13][18] x[13][19] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[14][16] x[14][17] x[14][18] x[14][19] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] x[15][16] x[15][17] x[15][18] x[15][19] x[16][0] x[16][1] x[16][2] x[16][3] x[16][4] x[16][5] x[16][6] x[16][7] x[16][8] x[16][9] x[16][10] x[16][11] x[16][12] x[16][13] x[16][14] x[16][15] x[16][16] x[16][17] x[16][18] x[16][19] x[17][0] x[17][1] x[17][2] x[17][3] x[17][4] x[17][5] x[17][6] x[17][7] x[17][8] x[17][9] x[17][10] x[17][11] x[17][12] x[17][13] x[17][14] x[17][15] x[17][16] x[17][17] x[17][18] x[17][19] x[18][0] x[18][1] x[18][2] x[18][3] x[18][4] x[18][5] x[18][6] x[18][7] x[18][8] x[18][9] x[18][10] x[18][11] x[18][12] x[18][13] x[18][14] x[18][15] x[18][16] x[18][17] x[18][18] x[18][19]
2400.06/2347.91	v       </list>
2400.06/2347.91	v       <values>
2400.06/2347.91	v         5 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 1 1 0 0 1 0 1 1 1 0 0 1 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 1 1 1 1 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0
2400.06/2347.91	v       </values>
2400.06/2347.91	v     </instantiation>
2400.06/2347.91	s SATISFIABLE

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401484-1568675944/watcher-4401484-1568675944 -o /tmp/evaluation-result-4401484-1568675944/solver-4401484-1568675944 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401484-1568675944.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=25559, runsolver pid=25556
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.48 1.42 1.46 4/230 25601
/proc/meminfo: memFree=29625884/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=148 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/25559/stat : 25559 (java) R 25556 25559 24657 0 -1 4194304 1028 13081 0 0 0 0 5 3 20 0 1 0 443863269 151552 2 33554432000 0 0 140720773987055 140736726179032 140417306585591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 0 0 6295552 140720773987055 0 0 0 0
/proc/25559/statm: 74 2 0 1 0 38 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 148 KiB
Current children cumulated memory: 8 KiB

[startup+0.211948 s]*
/proc/loadavg: 1.48 1.42 1.46 5/228 25625
/proc/meminfo: memFree=29608280/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=10819712 memory=43260 CPUtime=0.24 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 7176 13081 0 0 14 2 5 3 20 0 15 0 443863269 11079385088 10815 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2704928 10815 3175 1 0 2667149 0
[pid=25559/tid=25612] ppid=25556 vsize=10819712 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 3705 13081 0 0 8 1 5 3 20 0 15 0 443863280 11079385088 10815 33554432000 4194304 4196468 140720773982768 140337036338112 140337048585566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10819712 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079385088 10815 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10819712 memory=3474438742478653088 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079385088 10815 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079385088 10815 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079385088 10815 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10819712 memory=140112793405056 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863282 11079385088 10815 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 443863283 11079385088 10815 33554432000 4194304 4196468 140720773982768 140336512886176 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863283 11079385088 10881 33554432000 4194304 4196468 140720773982768 140336378668528 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10819712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 482 13081 0 0 1 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 166 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10819712 memory=140112793405056 CPUtime=0.1 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 594 13081 0 0 2 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10819712 memory=140112793405056 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079385088 10881 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 43260 KiB

[startup+0.31141 s]*
/proc/loadavg: 1.48 1.42 1.46 5/228 25625
/proc/meminfo: memFree=29594872/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=10820196 memory=54808 CPUtime=0.38 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 10856 13081 0 0 26 4 5 3 20 0 15 0 443863269 11079880704 13702 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2705049 13702 3306 1 0 2667149 0
[pid=25559/tid=25612] ppid=25556 vsize=10820196 memory=576461178948550685 CPUtime=0.27 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 7357 13081 0 0 16 3 5 3 20 0 15 0 443863280 11079880704 13702 33554432000 4194304 4196468 140720773982768 140337036314032 140337048585566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10820196 memory=301741420702859287 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079880704 13702 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10820196 memory=3832766283419190944 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10820196 memory=-6732151970415111300 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10820196 memory=7517363405094662191 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10820196 memory=3472468409021085360 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863282 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10820196 memory=3472328296227680264 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 443863283 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336512886176 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10820196 memory=-3621219715169225006 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863283 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336378668528 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10820196 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 491 13081 0 0 2 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10820196 memory=8389772264424737328 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 169 13081 0 0 1 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10820196 memory=140112793405056 CPUtime=0.13 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 606 13081 0 0 5 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10820196 memory=140112793405056 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863286 11079880704 13702 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54808 KiB

[startup+0.700712 s]
/proc/loadavg: 1.48 1.42 1.46 3/228 25625
/proc/meminfo: memFree=29584900/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=10822316 memory=85060 CPUtime=1.09 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 14963 13081 0 0 95 6 5 3 20 0 15 0 443863269 11082051584 21265 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2705579 21265 3501 1 0 2667661 0
[pid=25559/tid=25612] ppid=25556 vsize=10822316 memory=2860 CPUtime=0.65 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 10492 13081 0 0 53 4 5 3 20 0 15 0 443863280 11082051584 21265 33554432000 4194304 4196468 140720773982768 140337036335232 140337048585566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10822316 memory=2856 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863281 11082051584 21265 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10822316 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10822316 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10822316 memory=3036 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863281 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10822316 memory=1087716 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 5 13081 0 0 0 0 5 3 20 0 15 0 443863282 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10822316 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 443863283 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336512886176 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10822316 memory=2420 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863283 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336378668528 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10822316 memory=2276 CPUtime=0.22 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) R 25556 25559 24657 0 -1 4202560 890 13081 0 0 14 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336590064352 140337045683187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10822316 memory=14068 CPUtime=0.18 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) R 25556 25559 24657 0 -1 4202560 583 13081 0 0 10 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336589031536 140337047999494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10822316 memory=524 CPUtime=0.24 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 763 13081 0 0 16 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10822316 memory=1568 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10822316 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863286 11082051584 21265 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 85060 KiB

[startup+1.50738 s]
/proc/loadavg: 1.48 1.42 1.46 3/228 25625
/proc/meminfo: memFree=29544248/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=10834680 memory=177008 CPUtime=2.47 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 21406 13081 0 0 228 11 5 3 20 0 15 0 443863269 11094712320 44252 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2708670 44252 3590 1 0 2670733 0
[pid=25559/tid=25612] ppid=25556 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 15373 13081 0 0 128 6 5 3 20 0 15 0 443863280 11094712320 44252 33554432000 4194304 4196468 140720773982768 140337036313408 140337048585566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10834680 memory=-3472574513799858003 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 24 13081 0 0 1 0 5 3 20 0 15 0 443863281 11094712320 44252 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10834680 memory=8693815869444314326 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 43 13081 0 0 1 0 5 3 20 0 15 0 443863281 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10834680 memory=-2127766515567069271 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 71 13081 0 0 1 0 5 3 20 0 15 0 443863281 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10834680 memory=8695216647258100950 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 336 13081 0 0 1 0 5 3 20 0 15 0 443863281 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10834680 memory=-2895393866193710375 CPUtime=0.09 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 122 13081 0 0 1 0 5 3 20 0 15 0 443863282 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10834680 memory=-2127767799640501289 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 443863283 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336512886240 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863283 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336378668544 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10834680 memory=6655300316396806240 CPUtime=0.37 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 1069 13081 0 0 29 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10834680 memory=-4051592751533505334 CPUtime=0.3 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 704 13081 0 0 22 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10834680 memory=808 CPUtime=0.48 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) R 25556 25559 24657 0 -1 4202560 1439 13081 0 0 40 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336587975928 140337047874658 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10834680 memory=1448 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10834680 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 443863286 11094712320 44252 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 177008 KiB

[startup+3.11052 s]
/proc/loadavg: 1.48 1.42 1.46 5/228 25625
/proc/meminfo: memFree=29391688/32770624 swapFree=66953060/67108860
[pid=25559] ppid=25556 vsize=10842892 memory=281356 CPUtime=7.13 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 39988 13081 0 0 689 16 5 3 20 0 15 0 443863269 11103121408 70339 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2710723 70339 3608 1 0 2672781 0
[pid=25559/tid=25612] ppid=25556 vsize=10842892 memory=280225275647936 CPUtime=3.01 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 21404 13081 0 0 285 8 5 3 20 0 15 0 443863280 11103121408 70339 33554432000 4194304 4196468 140720773982768 140337036336728 140336672103350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0

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

/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 66132 13081 0 0 223763 46 5 3 20 0 15 0 443863280 11107315712 173285 33554432000 4194304 4196468 140720773982768 140337036341088 140336682774586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10846988 memory=708528 CPUtime=13.2 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 16286 13081 0 0 1265 47 5 3 20 0 15 0 443863281 11107315712 173285 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10846988 memory=712120 CPUtime=13.19 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 16942 13081 0 0 1266 45 5 3 20 0 15 0 443863281 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10846988 memory=708528 CPUtime=13.19 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 20049 13081 0 0 1267 44 5 3 20 0 15 0 443863281 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10846988 memory=703912 CPUtime=13.14 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 16393 13081 0 0 1261 45 5 3 20 0 15 0 443863281 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10846988 memory=698268 CPUtime=8.53 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 16839 13081 0 0 792 53 5 3 20 0 15 0 443863282 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10846988 memory=280225275790528 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 18 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336512886240 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10846988 memory=696732 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 7 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336378668544 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10846988 memory=694164 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10846988 memory=696216 CPUtime=5.23 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 9740 13081 0 0 513 2 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10846988 memory=695704 CPUtime=5.17 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 10140 13081 0 0 504 5 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10846988 memory=1554044 CPUtime=2.19 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 14269 13081 0 0 207 4 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10846988 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10846988 memory=3472468390877579162 CPUtime=1.42 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1026 13081 0 0 67 67 5 3 20 0 15 0 443863286 11107315712 173285 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 2312.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 693140 KiB

[startup+2322.3 s]
/proc/loadavg: 1.40 1.40 1.41 3/227 25964
/proc/meminfo: memFree=28485404/32770624 swapFree=66953064/67108860
[pid=25559] ppid=25556 vsize=10846988 memory=680944 CPUtime=2373.99 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 191474 13081 0 0 237066 325 5 3 20 0 15 0 443863269 11107315712 170236 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2711747 170236 3631 1 0 2673805 0
[pid=25559/tid=25612] ppid=25556 vsize=10846988 memory=681968 CPUtime=2297.49 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 66715 13081 0 0 229694 47 5 3 20 0 15 0 443863280 11107315712 170236 33554432000 4194304 4196468 140720773982768 140337036341392 140336681516654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10846988 memory=681460 CPUtime=13.59 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 16358 13081 0 0 1303 48 5 3 20 0 15 0 443863281 11107315712 170236 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10846988 memory=689596 CPUtime=13.59 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 17109 13081 0 0 1305 46 5 3 20 0 15 0 443863281 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10846988 memory=685056 CPUtime=13.58 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 20129 13081 0 0 1305 45 5 3 20 0 15 0 443863281 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10846988 memory=683516 CPUtime=13.53 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 16681 13081 0 0 1299 46 5 3 20 0 15 0 443863281 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10846988 memory=683004 CPUtime=8.76 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 17049 13081 0 0 813 55 5 3 20 0 15 0 443863282 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10846988 memory=681972 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 18 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336512886240 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10846988 memory=680944 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 7 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336378668544 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10846988 memory=681456 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10846988 memory=681968 CPUtime=5.23 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 9742 13081 0 0 513 2 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10846988 memory=524 CPUtime=5.17 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 10142 13081 0 0 504 5 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10846988 memory=1568 CPUtime=2.19 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 14271 13081 0 0 207 4 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10846988 memory=681456 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10846988 memory=680948 CPUtime=1.46 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1043 13081 0 0 69 69 5 3 20 0 15 0 443863286 11107315712 170236 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 2373.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 680944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.9 s]
/proc/loadavg: 1.61 1.45 1.43 3/227 25966
/proc/meminfo: memFree=28501976/32770624 swapFree=66953064/67108860
[pid=25559] ppid=25556 vsize=10846988 memory=664248 CPUtime=2400.06 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 192204 13081 0 0 239669 329 5 3 20 0 15 0 443863269 11107315712 166062 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2711747 166062 3631 1 0 2673805 0
[pid=25559/tid=25612] ppid=25556 vsize=10846988 memory=685056 CPUtime=2322.81 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 67035 13081 0 0 232226 47 5 3 20 0 15 0 443863280 11107315712 166062 33554432000 4194304 4196468 140720773982768 140337036340992 140336683365904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10846988 memory=681968 CPUtime=13.76 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 16407 13081 0 0 1319 49 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10846988 memory=675352 CPUtime=13.75 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 17301 13081 0 0 1320 47 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10846988 memory=111950537165034 CPUtime=13.75 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 20214 13081 0 0 1321 46 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10846988 memory=666632 CPUtime=13.7 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 16743 13081 0 0 1315 47 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10846988 memory=667652 CPUtime=8.85 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 17067 13081 0 0 821 56 5 3 20 0 15 0 443863282 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10846988 memory=683516 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 18 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336512886240 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10846988 memory=667652 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 7 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336378668544 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10846988 memory=666628 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10846988 memory=665600 CPUtime=5.23 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 9742 13081 0 0 513 2 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10846988 memory=679456 CPUtime=5.17 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 10142 13081 0 0 504 5 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10846988 memory=664752 CPUtime=2.19 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 14271 13081 0 0 207 4 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10846988 memory=665600 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10846988 memory=666116 CPUtime=1.47 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1047 13081 0 0 69 70 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 664248 KiB

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

[startup+2347.93 s]
# the end of solver process 25559 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.77 s, system=3.33799 s

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

[startup+2347.9 s]
/proc/loadavg: 1.61 1.45 1.43 3/227 25966
/proc/meminfo: memFree=28501976/32770624 swapFree=66953064/67108860
[pid=25559] ppid=25556 vsize=10846988 memory=664248 CPUtime=2400.06 cores=0,2,4,6
/proc/25559/stat : 25559 (java) S 25556 25559 24657 0 -1 1077944320 192204 13081 0 0 239669 329 5 3 20 0 15 0 443863269 11107315712 166062 33554432000 4194304 4196468 140720773982768 140720773965312 140337064505079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
/proc/25559/statm: 2711747 166062 3631 1 0 2673805 0
[pid=25559/tid=25612] ppid=25556 vsize=10846988 memory=685056 CPUtime=2322.81 cores=0,2,4,6
/proc/25559/task/25612/stat : 25612 (java) R 25556 25559 24657 0 -1 4202560 67035 13081 0 0 232226 47 5 3 20 0 15 0 443863280 11107315712 166062 33554432000 4194304 4196468 140720773982768 140337036340992 140336683365904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25613] ppid=25556 vsize=10846988 memory=681968 CPUtime=13.76 cores=0,2,4,6
/proc/25559/task/25613/stat : 25613 (java) S 25556 25559 24657 0 -1 1077944384 16407 13081 0 0 1319 49 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140337068747024 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25614] ppid=25556 vsize=10846988 memory=675352 CPUtime=13.75 cores=0,2,4,6
/proc/25559/task/25614/stat : 25614 (java) S 25556 25559 24657 0 -1 1077944384 17301 13081 0 0 1320 47 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336637335952 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25615] ppid=25556 vsize=10846988 memory=111950537165034 CPUtime=13.75 cores=0,2,4,6
/proc/25559/task/25615/stat : 25615 (java) S 25556 25559 24657 0 -1 1077944384 20214 13081 0 0 1321 46 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336636283408 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25616] ppid=25556 vsize=10846988 memory=666632 CPUtime=13.7 cores=0,2,4,6
/proc/25559/task/25616/stat : 25616 (java) S 25556 25559 24657 0 -1 1077944384 16743 13081 0 0 1315 47 5 3 20 0 15 0 443863281 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336635230864 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25617] ppid=25556 vsize=10846988 memory=667652 CPUtime=8.85 cores=0,2,4,6
/proc/25559/task/25617/stat : 25617 (java) S 25556 25559 24657 0 -1 1077944384 17067 13081 0 0 821 56 5 3 20 0 15 0 443863282 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336591137264 140337064516226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25618] ppid=25556 vsize=10846988 memory=683516 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25618/stat : 25618 (java) S 25556 25559 24657 0 -1 1077944384 18 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336512886240 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25619] ppid=25556 vsize=10846988 memory=667652 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25619/stat : 25619 (java) S 25556 25559 24657 0 -1 1077944384 7 13081 0 0 0 0 5 3 20 0 15 0 443863283 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336378668544 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25620] ppid=25556 vsize=10846988 memory=666628 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25620/stat : 25620 (java) S 25556 25559 24657 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140335774690000 140337064523675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25621] ppid=25556 vsize=10846988 memory=665600 CPUtime=5.23 cores=0,2,4,6
/proc/25559/task/25621/stat : 25621 (java) S 25556 25559 24657 0 -1 1077944384 9742 13081 0 0 513 2 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336590084080 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25622] ppid=25556 vsize=10846988 memory=679456 CPUtime=5.17 cores=0,2,4,6
/proc/25559/task/25622/stat : 25622 (java) S 25556 25559 24657 0 -1 1077944384 10142 13081 0 0 504 5 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336589031536 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25623] ppid=25556 vsize=10846988 memory=664752 CPUtime=2.19 cores=0,2,4,6
/proc/25559/task/25623/stat : 25623 (java) S 25556 25559 24657 0 -1 1077944384 14271 13081 0 0 207 4 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336587978992 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25624] ppid=25556 vsize=10846988 memory=665600 CPUtime=0.08 cores=0,2,4,6
/proc/25559/task/25624/stat : 25624 (java) S 25556 25559 24657 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140335304927840 140337064515285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
[pid=25559/tid=25625] ppid=25556 vsize=10846988 memory=666116 CPUtime=1.47 cores=0,2,4,6
/proc/25559/task/25625/stat : 25625 (java) S 25556 25559 24657 0 -1 1077944384 1047 13081 0 0 69 70 5 3 20 0 15 0 443863286 11107315712 166062 33554432000 4194304 4196468 140720773982768 140336586926896 140337064516226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14438400 140720773987055 140720773989573 140720773989573 140720773992399 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 664248 KiB

Child status: 143
Real time (s): 2347.93
CPU time (s): 2400.11
CPU user time (s): 2396.77
CPU system time (s): 3.33799
CPU usage (%): 102.222
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1472364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.77
system time used= 3.33799
maximum resident set size= 1474908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206398
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236313
involuntary context switches= 7736


# summary of solver processes directly reported to runsolver:
#   pid: 25559
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.77
#   total CPU system time (s): 3.33799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9954 second user time and 18.4925 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 01:18:24
IDJOB=4401484
IDBENCH=122984
IDSOLVER=2858
FILE ID=node127/4401484-1568675944
RUNJOBID= node127-1568673291-24688
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-19-020-009.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401484-1568675944/watcher-4401484-1568675944 -o /tmp/evaluation-result-4401484-1568675944/solver-4401484-1568675944 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401484-1568675944.xml

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

MD5SUM BENCH= 62ee24bcba75d1d33fbbd4bb45a854a0
RANDOM SEED=1750650444

node127.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.55
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.55
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.55
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.55
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:        29639628 kB
MemAvailable:   30756992 kB
Buffers:           70536 kB
Cached:          1331284 kB
SwapCached:        51456 kB
Active:          1587524 kB
Inactive:         945224 kB
Active(anon):    1090240 kB
Inactive(anon):    89540 kB
Active(file):     497284 kB
Inactive(file):   855684 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953060 kB
Dirty:             35272 kB
Writeback:             0 kB
AnonPages:       1209420 kB
Mapped:            62096 kB
Shmem:             40656 kB
Slab:             190468 kB
SReclaimable:     160464 kB
SUnreclaim:        30004 kB
KernelStack:        4032 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2364832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1054720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61244 MiB
End job on node127 at 2019-09-17 01:57:32