Trace number 4387062

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)3 2520.14 2461.24

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-030-009.xml
MD5SUM902db1136df2968cd1e3d1d445559775
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark7.55584
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size29
Distribution of domain sizes[{"size":2,"count":300},{"size":29,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":300},{"degree":46,"count":1}]
Minimum constraint arity30
Maximum constraint arity300
Distribution of constraint arities[{"arity":30,"count":10},{"arity":61,"count":45},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
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.73/0.54	c Concrete v3.10.1560635388952 running
12.47/4.74	o 7
13.11/4.94	o 6
13.11/4.96	o 5
13.44/5.06	o 4
14.81/5.67	o 3
2520.08/2461.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2461.20		at concrete.MAC.mac(MAC.scala:189)
2520.08/2461.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2461.20		at scala.util.Try$.apply(Try.scala:212)
2520.08/2461.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2461.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2461.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2461.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2461.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2461.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2461.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2461.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2461.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2461.20		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2461.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.08/2461.20		at scala.util.Success.map(Try.scala:264)
2520.08/2461.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2461.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2461.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2461.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2461.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2461.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2461.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2461.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2461.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2461.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2461.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2461.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2461.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2461.21		at scala.App.main(App.scala:75)
2520.08/2461.21		at scala.App.main$(App.scala:73)
2520.08/2461.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2461.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2461.21	v <instantiation
2520.08/2461.21	v         cost = '3'>
2520.08/2461.21	v       <list>
2520.08/2461.21	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[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] 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[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] 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[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] 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[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] 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[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] x[4][27] x[4][28] x[4][29] 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[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] x[5][26] x[5][27] x[5][28] x[5][29] 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[6][20] x[6][21] x[6][22] x[6][23] x[6][24] x[6][25] x[6][26] x[6][27] x[6][28] x[6][29] 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[7][20] x[7][21] x[7][22] x[7][23] x[7][24] x[7][25] x[7][26] x[7][27] x[7][28] x[7][29] 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[8][20] x[8][21] x[8][22] x[8][23] x[8][24] x[8][25] x[8][26] x[8][27] x[8][28] x[8][29] 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[9][20] x[9][21] x[9][22] x[9][23] x[9][24] x[9][25] x[9][26] x[9][27] x[9][28] x[9][29]
2520.08/2461.21	v       </list>
2520.08/2461.21	v       <values>
2520.08/2461.21	v         3 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0
2520.08/2461.21	v       </values>
2520.08/2461.21	v     </instantiation>
2520.08/2461.21	s SATISFIABLE

Verifier Data

OK	3

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

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

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

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

solver pid=2667, runsolver pid=2664

[startup+0.100161 s]*
/proc/loadavg: 1.14 1.33 1.37 3/220 2724
/proc/meminfo: memFree=23159224/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=9972712 memory=18848 CPUtime=0.1 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 4452 13314 0 0 1 1 5 3 20 0 6 0 404860149 10212057088 4712 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2493178 4712 1935 1 0 2481616 0
[pid=2667/tid=2720] ppid=2664 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 2297 13314 0 0 1 0 5 3 20 0 6 0 404860158 10212057088 4778 33554432000 4194304 4196468 140724088340448 140138302661200 140138314904956 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 404860159 10212057088 4778 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=9972712 memory=140403164243584 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 404860159 10212057088 4778 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 6 0 404860159 10212057088 4778 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 6 0 404860159 10212057088 4778 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18848 KiB

[startup+0.210575 s]*
/proc/loadavg: 1.14 1.33 1.37 7/229 2733
/proc/meminfo: memFree=23142600/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10818940 memory=38300 CPUtime=0.26 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 6911 13314 0 0 16 2 5 3 20 0 15 0 404860149 11078594560 9575 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2704735 9575 2980 1 0 2667149 0
[pid=2667/tid=2720] ppid=2664 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 3409 13314 0 0 10 1 5 3 20 0 15 0 404860158 11078594560 9575 33554432000 4194304 4196468 140724088340448 140138302657296 140138330846365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10818940 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11078594560 9575 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10818940 memory=140403164255466 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11078594560 9575 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11078594560 9575 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 404860159 11078594560 9575 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10818940 memory=140403164243584 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 404860161 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 33 13314 0 0 0 0 5 3 20 0 15 0 404860161 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137788801952 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860161 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137199559664 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 476 13314 0 0 1 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 169 13314 0 0 1 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10818940 memory=140403164243584 CPUtime=0.11 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 611 13314 0 0 3 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10818940 memory=140403164243584 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860164 11078594560 9575 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38300 KiB

[startup+0.313089 s]*
/proc/loadavg: 1.14 1.33 1.37 3/229 2733
/proc/meminfo: memFree=23131740/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10820244 memory=49888 CPUtime=0.4 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 10708 13314 0 0 29 3 5 3 20 0 15 0 404860149 11079929856 12472 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2705061 12472 3281 1 0 2667149 0
[pid=2667/tid=2720] ppid=2664 vsize=10820244 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 7189 13314 0 0 19 2 5 3 20 0 15 0 404860158 11079929856 12472 33554432000 4194304 4196468 140724088340448 140138302638952 140138314904926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11079929856 12472 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11079929856 12472 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11079929856 12472 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 404860159 11079929856 12472 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 404860161 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 33 13314 0 0 0 0 5 3 20 0 15 0 404860161 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137788801952 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860161 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137199559664 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10820244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) R 2664 2667 466 0 -1 4202560 478 13314 0 0 2 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137755245040 140138323113911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10820244 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 169 13314 0 0 1 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10820244 memory=140403164243584 CPUtime=0.13 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 629 13314 0 0 5 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10820244 memory=140403164243584 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860164 11079929856 12472 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49888 KiB

[startup+0.700703 s]
/proc/loadavg: 1.14 1.33 1.37 5/229 2733
/proc/meminfo: memFree=23116640/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10824340 memory=80552 CPUtime=1.15 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 14861 13314 0 0 101 6 5 3 20 0 15 0 404860149 11084124160 20138 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2706085 20138 3506 1 0 2668173 0
[pid=2667/tid=2720] ppid=2664 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 10494 13314 0 0 55 4 5 3 20 0 15 0 404860158 11084124160 20138 33554432000 4194304 4196468 140724088340448 140138302651632 140138312409520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11084124160 20138 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11084124160 20138 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10824340 memory=140403017920720 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860159 11084124160 20138 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10824340 memory=140406775874130 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 2 13314 0 0 0 0 5 3 20 0 15 0 404860159 11084124160 20138 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10824340 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 6 13314 0 0 0 0 5 3 20 0 15 0 404860161 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10824340 memory=7302135314614015849 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 33 13314 0 0 0 0 5 3 20 0 15 0 404860161 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137788801952 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10824340 memory=6010179516970067026 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860161 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137199559664 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10824340 memory=1100 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10824340 memory=15208 CPUtime=0.23 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 848 13314 0 0 15 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10824340 memory=22844 CPUtime=0.21 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 425 13314 0 0 13 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10824340 memory=4048 CPUtime=0.25 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) R 2664 2667 466 0 -1 4202560 837 13314 0 0 17 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137753139952 140138309800959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10824340 memory=14288 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10824340 memory=504 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860164 11084124160 20138 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80552 KiB

[startup+1.50077 s]
/proc/loadavg: 1.14 1.33 1.37 3/229 2733
/proc/meminfo: memFree=23073616/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10834656 memory=168360 CPUtime=2.47 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 22177 13314 0 0 228 11 5 3 20 0 15 0 404860149 11094687744 42090 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2708664 42090 3571 1 0 2670733 0
[pid=2667/tid=2720] ppid=2664 vsize=10834656 memory=164724 CPUtime=1.44 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 15380 13314 0 0 129 7 5 3 20 0 15 0 404860158 11094687744 42090 33554432000 4194304 4196468 140724088340448 140138302620256 140138330836374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10834656 memory=2692 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 377 13314 0 0 1 0 5 3 20 0 15 0 404860159 11094687744 42090 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10834656 memory=2376 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 77 13314 0 0 0 0 5 3 20 0 15 0 404860159 11094687744 42090 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 52 13314 0 0 1 0 5 3 20 0 15 0 404860159 11094687744 42090 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10834656 memory=7684413776151944361 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 39 13314 0 0 1 0 5 3 20 0 15 0 404860159 11094687744 42090 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10834656 memory=-6010476260271675999 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 766 13314 0 0 1 0 5 3 20 0 15 0 404860161 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10834656 memory=3692215370526009243 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 34 13314 0 0 0 0 5 3 20 0 15 0 404860161 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137788802016 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10834656 memory=3472592179069543483 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860161 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137199559680 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10834656 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) R 2664 2667 466 0 -1 4202560 990 13314 0 0 26 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137755245040 140138314363020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10834656 memory=4580 CPUtime=0.31 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 543 13314 0 0 23 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10834656 memory=7300447530072303704 CPUtime=0.49 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) R 2664 2667 466 0 -1 1077944384 1705 13314 0 0 41 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10834656 memory=7589797187268264040 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10834656 memory=7308612469127606892 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1 13314 0 0 0 0 5 3 20 0 15 0 404860164 11094687744 42090 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 60939 13314 0 0 229713 47 5 3 20 0 15 0 404860158 11107291136 206898 33554432000 4194304 4196468 140724088340448 140138302660064 140137904331129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10846964 memory=831664 CPUtime=12.24 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 14675 13314 0 0 1164 52 5 3 20 0 15 0 404860159 11107291136 206898 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10846964 memory=232157 CPUtime=12.22 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 16971 13314 0 0 1162 52 5 3 20 0 15 0 404860159 11107291136 206898 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10846964 memory=831664 CPUtime=12.2 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 17169 13314 0 0 1159 53 5 3 20 0 15 0 404860159 11107291136 206898 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10846964 memory=827592 CPUtime=12.18 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 11786 13314 0 0 1153 57 5 3 20 0 15 0 404860159 11107291136 206898 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10846964 memory=827592 CPUtime=10.01 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 15565 13314 0 0 936 57 5 3 20 0 15 0 404860161 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10846964 memory=7596557066778994541 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 39 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137788802016 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10846964 memory=827592 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 6 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137199559680 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10846964 memory=827592 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10846964 memory=827592 CPUtime=8.24 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 43400 13314 0 0 808 8 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10846964 memory=827592 CPUtime=8.62 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 50827 13314 0 0 847 7 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10846964 memory=827592 CPUtime=5.1 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 46181 13314 0 0 493 9 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10846964 memory=827592 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10846964 memory=827592 CPUtime=1.43 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1278 13314 0 0 68 67 5 3 20 0 15 0 404860164 11107291136 206898 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 2379.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.37 1.37 3/228 3101
/proc/meminfo: memFree=20237752/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10846964 memory=827656 CPUtime=2439.9 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 283250 13314 0 0 243623 359 5 3 20 0 15 0 404860149 11107291136 206914 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2711741 206914 3623 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846964 memory=827656 CPUtime=2356.62 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 61592 13314 0 0 235606 48 5 3 20 0 15 0 404860158 11107291136 206914 33554432000 4194304 4196468 140724088340448 140138302660144 140137905247048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10846964 memory=827656 CPUtime=12.56 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 14763 13314 0 0 1195 53 5 3 20 0 15 0 404860159 11107291136 206914 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10846964 memory=827656 CPUtime=12.56 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 17196 13314 0 0 1194 54 5 3 20 0 15 0 404860159 11107291136 206914 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10846964 memory=827656 CPUtime=12.53 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 17347 13314 0 0 1191 54 5 3 20 0 15 0 404860159 11107291136 206914 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10846964 memory=827656 CPUtime=12.51 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 11867 13314 0 0 1185 58 5 3 20 0 15 0 404860159 11107291136 206914 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10846964 memory=827656 CPUtime=10.27 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 15774 13314 0 0 960 59 5 3 20 0 15 0 404860161 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10846964 memory=827656 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 39 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137788802016 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10846964 memory=827592 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 6 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137199559680 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10846964 memory=15208 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10846964 memory=827656 CPUtime=8.24 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 43576 13314 0 0 808 8 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10846964 memory=827656 CPUtime=8.63 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 51062 13314 0 0 848 7 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10846964 memory=827616 CPUtime=5.11 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 46517 13314 0 0 494 9 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10846964 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10846964 memory=504 CPUtime=1.46 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1299 13314 0 0 70 68 5 3 20 0 15 0 404860164 11107291136 206914 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 2439.9 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.40 1.38 3/229 3106
/proc/meminfo: memFree=20356044/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10846964 memory=827684 CPUtime=2500.86 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 285344 13314 0 0 249710 368 5 3 20 0 15 0 404860149 11107291136 206921 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2711741 206921 3623 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846964 memory=827684 CPUtime=2415.93 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 62276 13314 0 0 241536 49 5 3 20 0 15 0 404860158 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138302659920 140138313345130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10846964 memory=827684 CPUtime=12.9 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 14833 13314 0 0 1227 55 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10846964 memory=827684 CPUtime=12.91 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 17272 13314 0 0 1227 56 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10846964 memory=827684 CPUtime=12.88 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 17551 13314 0 0 1224 56 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10846964 memory=827684 CPUtime=12.86 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 12072 13314 0 0 1218 60 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10846964 memory=827684 CPUtime=10.53 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 15986 13314 0 0 985 60 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10846964 memory=827684 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 39 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137788802016 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10846964 memory=827656 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 6 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137199559680 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10846964 memory=827684 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10846964 memory=827684 CPUtime=8.24 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 43689 13314 0 0 808 8 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10846964 memory=1398722017469774279 CPUtime=8.63 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 51277 13314 0 0 848 7 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10846964 memory=4126316290023845779 CPUtime=5.11 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 46809 13314 0 0 494 9 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10846964 memory=812 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10846964 memory=1840 CPUtime=1.5 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1322 13314 0 0 72 70 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 2500.86 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.2 s]
/proc/loadavg: 1.29 1.37 1.38 3/229 3109
/proc/meminfo: memFree=20423796/32770624 swapFree=67108848/67108860
[pid=2667] ppid=2664 vsize=10846964 memory=827684 CPUtime=2520.08 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 466 0 -1 1077944320 286220 13314 0 0 251629 371 5 3 20 0 15 0 404860149 11107291136 206921 33554432000 4194304 4196468 140724088340448 140724088322992 140138330824439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
/proc/2667/statm: 2711741 206921 3623 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846964 memory=2608 CPUtime=2434.6 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 466 0 -1 4202560 62515 13314 0 0 243403 49 5 3 20 0 15 0 404860158 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138302660528 140137904015494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2721] ppid=2664 vsize=10846964 memory=2600 CPUtime=13.01 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 466 0 -1 1077944384 14888 13314 0 0 1238 55 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138335066896 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2722] ppid=2664 vsize=10846964 memory=2376 CPUtime=13.01 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 466 0 -1 1077944384 17287 13314 0 0 1237 56 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138223340432 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2723] ppid=2664 vsize=10846964 memory=2212 CPUtime=12.98 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 466 0 -1 1077944384 17575 13314 0 0 1234 56 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138222287888 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2724] ppid=2664 vsize=10846964 memory=4276 CPUtime=12.96 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 466 0 -1 1077944384 12250 13314 0 0 1228 60 5 3 20 0 15 0 404860159 11107291136 206921 33554432000 4194304 4196468 140724088340448 140138221235344 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2725] ppid=2664 vsize=10846964 memory=1536 CPUtime=10.61 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 466 0 -1 1077944384 16010 13314 0 0 993 60 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137789855728 140138330835586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2726] ppid=2664 vsize=10846964 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 466 0 -1 1077944384 39 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137788802016 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2727] ppid=2664 vsize=10846964 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 466 0 -1 1077944384 6 13314 0 0 0 0 5 3 20 0 15 0 404860161 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137199559680 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2728] ppid=2664 vsize=10846964 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140136892160208 140138330843035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2729] ppid=2664 vsize=10846964 memory=111636 CPUtime=8.24 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 466 0 -1 1077944384 43691 13314 0 0 808 8 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137755245040 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2730] ppid=2664 vsize=10846964 memory=804 CPUtime=8.63 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 466 0 -1 1077944384 51467 13314 0 0 848 7 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137754192496 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2731] ppid=2664 vsize=10846964 memory=1408 CPUtime=5.11 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 466 0 -1 1077944384 46951 13314 0 0 494 9 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137753139952 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2732] ppid=2664 vsize=10846964 memory=3200 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 466 0 -1 1077944384 3 13314 0 0 0 0 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140136858602592 140138330834645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
[pid=2667/tid=2733] ppid=2664 vsize=10846964 memory=1636 CPUtime=1.5 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 466 0 -1 1077944384 1329 13314 0 0 72 70 5 3 20 0 15 0 404860164 11107291136 206921 33554432000 4194304 4196468 140724088340448 140137752086832 140138330835586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 34512896 140724088343286 140724088345797 140724088345797 140724088348623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827684 KiB

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

[startup+2461.24 s]
# the end of solver process 2667 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.75984 s

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

Child status: 143
Real time (s): 2461.24
CPU time (s): 2520.14
CPU user time (s): 2516.38
CPU system time (s): 3.75984
CPU usage (%): 102.393
Max. virtual memory (cumulated for all children) (KiB): 10849704
Max. memory (cumulated for all children) (KiB): 898568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.75984
maximum resident set size= 900624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300432
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302051
involuntary context switches= 7254


# summary of solver processes directly reported to runsolver:
#   pid: 2667
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.75984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4653 second user time and 23.0529 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 13:53:07
IDJOB=4387062
IDBENCH=122986
IDSOLVER=2823
FILE ID=node143/4387062-1568289228
RUNJOBID= node143-1568286551-1786
PBS_JOBID= 21701067
Free space on /tmp= 56480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-030-009.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387062-1568289228/watcher-4387062-1568289228 -o /tmp/evaluation-result-4387062-1568289228/solver-4387062-1568289228 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=127397210 HOME/instance-4387062-1568289228.xml

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

MD5SUM BENCH= 902db1136df2968cd1e3d1d445559775
RANDOM SEED=127397210

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23168172 kB
MemAvailable:   31013140 kB
Buffers:          127732 kB
Cached:          7994588 kB
SwapCached:            8 kB
Active:          3031508 kB
Inactive:        5886620 kB
Active(anon):     750072 kB
Inactive(anon):   145044 kB
Active(file):    2281436 kB
Inactive(file):  5741576 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34944 kB
Writeback:             0 kB
AnonPages:        911224 kB
Mapped:            60488 kB
Shmem:             90756 kB
Slab:             279128 kB
SReclaimable:     250416 kB
SUnreclaim:        28712 kB
KernelStack:        4016 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2017684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 56448 MiB
End job on node143 at 2019-09-12 14:34:08