Trace number 4387531

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)112 2520.13 2474.03

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark20009.2
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
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.71/0.55	c Concrete v3.10.1560635388952 running
10.07/4.34	o 161
10.07/4.38	o 159
10.37/4.41	o 157
10.37/4.45	o 154
10.57/4.52	o 153
10.57/4.55	o 152
10.57/4.57	o 151
10.57/4.58	o 150
10.77/4.68	o 149
10.77/4.69	o 148
11.01/4.71	o 147
11.01/4.79	o 146
11.71/5.05	o 145
12.38/5.48	o 144
12.54/5.50	o 140
13.22/5.91	o 139
13.22/5.96	o 137
13.58/6.17	o 133
16.26/7.90	o 131
16.77/8.29	o 128
17.87/9.13	o 123
27.29/17.27	o 122
30.81/20.75	o 121
38.46/28.39	o 120
79.42/68.50	o 119
376.29/361.72	o 118
426.25/411.10	o 117
541.88/525.17	o 112
2520.09/2474.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2474.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.09/2474.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.09/2474.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2474.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2474.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2474.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2474.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2474.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2474.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2474.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2474.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2474.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.09/2474.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2474.01		at scala.Option.map(Option.scala:243)
2520.09/2474.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2474.01		at concrete.MAC.mac(MAC.scala:204)
2520.09/2474.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2474.01		at scala.util.Try$.apply(Try.scala:212)
2520.09/2474.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2474.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2474.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2474.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2474.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2474.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2474.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2474.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2474.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2474.01		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2474.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.09/2474.01		at scala.util.Success.map(Try.scala:264)
2520.09/2474.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2474.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2474.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2474.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2474.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2474.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2474.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2474.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2474.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2474.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2474.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2474.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2474.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2474.01		at scala.App.main(App.scala:75)
2520.09/2474.01		at scala.App.main$(App.scala:73)
2520.09/2474.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2474.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2474.02	v <instantiation
2520.09/2474.02	v         cost = '112'>
2520.09/2474.02	v       <list>
2520.09/2474.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.09/2474.02	v       </list>
2520.09/2474.02	v       <values>
2520.09/2474.02	v         0 2 7 20 26 30 47 62 78 100 103 111 112 2 7 20 26 30 47 62 78 100 103 111 112 5 18 24 28 45 60 76 98 101 109 110 13 19 23 40 55 71 93 96 104 105 6 10 27 42 58 80 83 91 92 4 21 36 52 74 77 85 86 17 32 48 70 73 81 82 15 31 53 56 64 65 16 38 41 49 50 22 25 33 34 3 11 12 8 9 1
2520.09/2474.02	v       </values>
2520.09/2474.02	v     </instantiation>
2520.09/2474.02	s SATISFIABLE

Verifier Data

OK	112

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387531-1568309339/watcher-4387531-1568309339 -o /tmp/evaluation-result-4387531-1568309339/solver-4387531-1568309339 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1417675138 HOME/instance-4387531-1568309339.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 1.39 1.29 1.39 4/219 15048
/proc/meminfo: memFree=30621576/32770624 swapFree=66940096/67108860
[pid=14991] ppid=14988 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 4544 12998 0 0 1 1 5 3 20 0 6 0 407172658 10212057088 4269 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2493178 4269 1935 1 0 2481616 0
[pid=14991/tid=15044] ppid=14988 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 2333 12998 0 0 0 0 5 3 20 0 6 0 407172667 10212057088 4269 33554432000 4194304 4196468 140734922218896 139769103946320 139769132131485 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=9972712 memory=5793855670368385465 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 407172668 10212057088 4335 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=9972712 memory=140419358492288 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 407172668 10212057088 4335 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 407172668 10212057088 4335 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 6 0 407172668 10212057088 4335 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.39 1.29 1.39 3/228 15057
/proc/meminfo: memFree=30600112/32770624 swapFree=66940096/67108860
[pid=14991] ppid=14988 vsize=10818940 memory=43232 CPUtime=0.27 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 7112 12998 0 0 17 2 5 3 20 0 15 0 407172658 11078594560 10808 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2704735 10808 2983 1 0 2667149 0
[pid=14991/tid=15044] ppid=14988 vsize=10818940 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 3605 12998 0 0 11 1 5 3 20 0 15 0 407172667 11078594560 10808 33554432000 4194304 4196468 140734922218896 139769103905744 139769115296368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10818940 memory=4211974145563282826 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11078594560 10808 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10818940 memory=140419358492288 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172668 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10818940 memory=140419358492288 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172669 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 407172670 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768570570144 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172670 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768436352496 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 348 12998 0 0 1 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 279 12998 0 0 1 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10818940 memory=140419358492288 CPUtime=0.11 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 643 12998 0 0 3 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10818940 memory=140419358492288 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172673 11078594560 10808 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43232 KiB

[startup+0.310328 s]*
/proc/loadavg: 1.39 1.29 1.39 3/228 15057
/proc/meminfo: memFree=30589784/32770624 swapFree=66940096/67108860
[pid=14991] ppid=14988 vsize=10820096 memory=54516 CPUtime=0.41 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 10721 12998 0 0 29 4 5 3 20 0 15 0 407172658 11079778304 13629 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2705024 13629 3234 1 0 2667149 0
[pid=14991/tid=15044] ppid=14988 vsize=10820096 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 7202 12998 0 0 19 3 5 3 20 0 15 0 407172667 11079778304 13629 33554432000 4194304 4196468 140734922218896 139769103924072 139769132121494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11079778304 13629 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172668 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10820096 memory=140419358492287 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172669 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 407172670 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768570570144 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10820096 memory=140419358492288 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172670 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768436352496 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) R 14988 14991 6622 0 -1 1077944384 349 12998 0 0 1 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 280 12998 0 0 1 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) R 14988 14991 6622 0 -1 4202560 656 12998 0 0 5 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768655558896 139769132130906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172673 11079778304 13629 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54516 KiB

[startup+0.70151 s]
/proc/loadavg: 1.39 1.29 1.39 5/228 15057
/proc/meminfo: memFree=30575340/32770624 swapFree=66940096/67108860
[pid=14991] ppid=14988 vsize=10824340 memory=84372 CPUtime=1.13 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 14819 12998 0 0 100 5 5 3 20 0 15 0 407172658 11084124160 21093 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2706085 21093 3500 1 0 2668173 0
[pid=14991/tid=15044] ppid=14988 vsize=10824340 memory=37224 CPUtime=0.67 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 10504 12998 0 0 55 4 5 3 20 0 15 0 407172667 11084124160 21093 33554432000 4194304 4196468 140734922218896 139769103926608 139769113515858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10824340 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11084124160 21093 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10824340 memory=140419258425855 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10824340 memory=140419660776314 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172668 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10824340 memory=22256 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172668 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10824340 memory=7305218370954225241 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 5 12998 0 0 0 0 5 3 20 0 15 0 407172669 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10824340 memory=7881696724453321575 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 407172670 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768570570144 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10824340 memory=5787213827113576551 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172670 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768436352496 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10824340 memory=-7028383565733675155 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10824340 memory=8326441112149131687 CPUtime=0.22 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 691 12998 0 0 14 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10824340 memory=-8990767739041718176 CPUtime=0.2 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 555 12998 0 0 12 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10824340 memory=-7384994778349281184 CPUtime=0.25 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 829 12998 0 0 17 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10824340 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172673 11084124160 21093 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84372 KiB

[startup+1.50751 s]
/proc/loadavg: 1.39 1.29 1.39 3/228 15057
/proc/meminfo: memFree=30532856/32770624 swapFree=66940096/67108860
[pid=14991] ppid=14988 vsize=10834656 memory=170588 CPUtime=2.49 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 21554 12998 0 0 231 10 5 3 20 0 15 0 407172658 11094687744 42647 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2708664 42647 3577 1 0 2670733 0
[pid=14991/tid=15044] ppid=14988 vsize=10834656 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 15380 12998 0 0 131 6 5 3 20 0 15 0 407172667 11094687744 42647 33554432000 4194304 4196468 140734922218896 139769103918592 139769132121494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10834656 memory=98808 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 69 12998 0 0 1 0 5 3 20 0 15 0 407172668 11094687744 42647 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10834656 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 31 12998 0 0 0 0 5 3 20 0 15 0 407172668 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 50 12998 0 0 1 0 5 3 20 0 15 0 407172668 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 405 12998 0 0 1 0 5 3 20 0 15 0 407172668 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 143 12998 0 0 1 0 5 3 20 0 15 0 407172669 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10834656 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 407172670 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768570570208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10834656 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172670 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768436352512 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10834656 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10834656 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) R 14988 14991 6622 0 -1 4202560 897 12998 0 0 26 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768657663984 139769125094601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10834656 memory=205054221021416 CPUtime=0.32 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) R 14988 14991 6622 0 -1 1077944384 680 12998 0 0 24 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10834656 memory=2927858 CPUtime=0.5 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) R 14988 14991 6622 0 -1 4202560 1668 12998 0 0 42 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768655555832 139769110890632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10834656 memory=7660992747008971861 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10834656 memory=6935649255945301073 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 407172673 11094687744 42647 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 61452 12998 0 0 229545 48 5 3 20 0 15 0 407172667 11105193984 210314 33554432000 4194304 4196468 140734922218896 139769103944992 139768722691216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.68 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 9199 12998 0 0 1101 59 5 3 20 0 15 0 407172668 11105193984 210314 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10844916 memory=839208 CPUtime=11.67 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 11641 12998 0 0 1103 56 5 3 20 0 15 0 407172668 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10844916 memory=839208 CPUtime=11.7 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 10324 12998 0 0 1104 58 5 3 20 0 15 0 407172668 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.66 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 6923 12998 0 0 1097 61 5 3 20 0 15 0 407172668 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.46 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 12194 12998 0 0 1081 57 5 3 20 0 15 0 407172669 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10844916 memory=841256 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 14 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768570570208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10844916 memory=841256 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768436352512 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10844916 memory=841256 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10844916 memory=841256 CPUtime=4.4 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 22422 12998 0 0 428 4 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10844916 memory=280838517202640 CPUtime=3.56 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 21092 12998 0 0 343 5 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10844916 memory=841256 CPUtime=3.17 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 20545 12998 0 0 305 4 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10844916 memory=37292 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10844916 memory=841256 CPUtime=1.32 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 801 12998 0 0 64 60 5 3 20 0 15 0 407172673 11105193984 210314 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 2366.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 841256 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.44 1.42 3/227 15422
/proc/meminfo: memFree=29340760/32770624 swapFree=66940112/67108860
[pid=14991] ppid=14988 vsize=10844916 memory=843304 CPUtime=2426.95 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 180211 12998 0 0 242329 358 5 3 20 0 15 0 407172658 11105193984 210826 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2711229 210826 3621 1 0 2673293 0
[pid=14991/tid=15044] ppid=14988 vsize=10844916 memory=841256 CPUtime=2355.34 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 62123 12998 0 0 235477 49 5 3 20 0 15 0 407172667 11105193984 210826 33554432000 4194304 4196468 140734922218896 139769103945392 139768733631558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.99 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 9273 12998 0 0 1130 61 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.99 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 11821 12998 0 0 1134 57 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10844916 memory=148 CPUtime=12.02 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 10496 12998 0 0 1134 60 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10844916 memory=56 CPUtime=11.97 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 7046 12998 0 0 1126 63 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10844916 memory=841256 CPUtime=11.75 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 12338 12998 0 0 1109 58 5 3 20 0 15 0 407172669 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10844916 memory=843304 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 14 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768570570208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10844916 memory=1166 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768436352512 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10844916 memory=235467 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10844916 memory=843304 CPUtime=4.4 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 22424 12998 0 0 428 4 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10844916 memory=843304 CPUtime=3.56 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 21094 12998 0 0 343 5 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10844916 memory=841256 CPUtime=3.17 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 20547 12998 0 0 305 4 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10844916 memory=841256 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10844916 memory=843304 CPUtime=1.36 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 818 12998 0 0 66 62 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 2426.95 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 843304 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.50 1.44 3/227 15428
/proc/meminfo: memFree=29340320/32770624 swapFree=66940112/67108860
[pid=14991] ppid=14988 vsize=10844916 memory=843304 CPUtime=2487.87 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 181583 12998 0 0 248412 367 5 3 20 0 15 0 407172658 11105193984 210826 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2711229 210826 3621 1 0 2673293 0
[pid=14991/tid=15044] ppid=14988 vsize=10844916 memory=843304 CPUtime=2414.63 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 62801 12998 0 0 241406 49 5 3 20 0 15 0 407172667 11105193984 210826 33554432000 4194304 4196468 140734922218896 139769103944704 139769114630130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10844916 memory=843304 CPUtime=12.32 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 9324 12998 0 0 1161 63 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10844916 memory=843304 CPUtime=12.32 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 12023 12998 0 0 1164 60 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10844916 memory=148 CPUtime=12.35 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 10722 12998 0 0 1165 62 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10844916 memory=56 CPUtime=12.3 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 7090 12998 0 0 1157 65 5 3 20 0 15 0 407172668 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10844916 memory=841256 CPUtime=12.05 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 12487 12998 0 0 1138 59 5 3 20 0 15 0 407172669 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10844916 memory=843304 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 14 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768570570208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10844916 memory=11340 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768436352512 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10844916 memory=843304 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10844916 memory=843304 CPUtime=4.4 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 22426 12998 0 0 428 4 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10844916 memory=843304 CPUtime=3.56 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 21096 12998 0 0 343 5 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10844916 memory=843304 CPUtime=3.17 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 20549 12998 0 0 305 4 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10844916 memory=843304 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10844916 memory=843304 CPUtime=1.39 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 834 12998 0 0 67 64 5 3 20 0 15 0 407172673 11105193984 210826 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 2487.87 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 843304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474 s]*
/proc/loadavg: 1.71 1.54 1.45 3/228 15431
/proc/meminfo: memFree=29338192/32770624 swapFree=66940112/67108860
[pid=14991] ppid=14988 vsize=10844916 memory=845352 CPUtime=2520.09 cores=0,2,4,6
/proc/14991/stat : 14991 (java) S 14988 14991 6622 0 -1 1077944320 182205 12998 0 0 251629 372 5 3 20 0 15 0 407172658 11105193984 211338 33554432000 4194304 4196468 140734922218896 140734922201440 139769132109559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
/proc/14991/statm: 2711229 211338 3621 1 0 2673293 0
[pid=14991/tid=15044] ppid=14988 vsize=10844916 memory=6791534058613427641 CPUtime=2445.99 cores=0,2,4,6
/proc/14991/task/15044/stat : 15044 (java) R 14988 14991 6622 0 -1 4202560 63101 12998 0 0 244541 50 5 3 20 0 15 0 407172667 11105193984 211338 33554432000 4194304 4196468 140734922218896 139769103945088 139768733039998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15045] ppid=14988 vsize=10844916 memory=-7003737579269690708 CPUtime=12.5 cores=0,2,4,6
/proc/14991/task/15045/stat : 15045 (java) S 14988 14991 6622 0 -1 1077944384 9356 12998 0 0 1178 64 5 3 20 0 15 0 407172668 11105193984 211338 33554432000 4194304 4196468 140734922218896 139769136351504 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15046] ppid=14988 vsize=10844916 memory=800 CPUtime=12.49 cores=0,2,4,6
/proc/14991/task/15046/stat : 15046 (java) S 14988 14991 6622 0 -1 1077944384 12085 12998 0 0 1180 61 5 3 20 0 15 0 407172668 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768705636752 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15047] ppid=14988 vsize=10844916 memory=1804 CPUtime=12.53 cores=0,2,4,6
/proc/14991/task/15047/stat : 15047 (java) S 14988 14991 6622 0 -1 1077944384 10726 12998 0 0 1182 63 5 3 20 0 15 0 407172668 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768704584208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15048] ppid=14988 vsize=10844916 memory=920 CPUtime=12.47 cores=0,2,4,6
/proc/14991/task/15048/stat : 15048 (java) S 14988 14991 6622 0 -1 1077944384 7235 12998 0 0 1173 66 5 3 20 0 15 0 407172668 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768703531664 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15049] ppid=14988 vsize=10844916 memory=3852 CPUtime=12.21 cores=0,2,4,6
/proc/14991/task/15049/stat : 15049 (java) S 14988 14991 6622 0 -1 1077944384 12554 12998 0 0 1153 60 5 3 20 0 15 0 407172669 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768658717168 139769132120706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15050] ppid=14988 vsize=10844916 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15050/stat : 15050 (java) S 14988 14991 6622 0 -1 1077944384 14 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768570570208 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15051] ppid=14988 vsize=10844916 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15051/stat : 15051 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172670 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768436352512 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15052] ppid=14988 vsize=10844916 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15052/stat : 15052 (java) S 14988 14991 6622 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139767832373968 139769132128155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15053] ppid=14988 vsize=10844916 memory=1408 CPUtime=4.4 cores=0,2,4,6
/proc/14991/task/15053/stat : 15053 (java) S 14988 14991 6622 0 -1 1077944384 22426 12998 0 0 428 4 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768657663984 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15054] ppid=14988 vsize=10844916 memory=3128 CPUtime=3.56 cores=0,2,4,6
/proc/14991/task/15054/stat : 15054 (java) S 14988 14991 6622 0 -1 1077944384 21096 12998 0 0 343 5 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768656611440 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15055] ppid=14988 vsize=10844916 memory=845352 CPUtime=3.17 cores=0,2,4,6
/proc/14991/task/15055/stat : 15055 (java) S 14988 14991 6622 0 -1 1077944384 20549 12998 0 0 305 4 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768655558896 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15056] ppid=14988 vsize=10844916 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/14991/task/15056/stat : 15056 (java) S 14988 14991 6622 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139767362611808 139769132119765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
[pid=14991/tid=15057] ppid=14988 vsize=10844916 memory=3200 CPUtime=1.41 cores=0,2,4,6
/proc/14991/task/15057/stat : 15057 (java) S 14988 14991 6622 0 -1 1077944384 846 12998 0 0 68 65 5 3 20 0 15 0 407172673 11105193984 211338 33554432000 4194304 4196468 140734922218896 139768654506800 139769132120706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140734922222325 140734922224837 140734922224837 140734922227663 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 845352 KiB

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

[startup+2474.03 s]
# the end of solver process 14991 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.76528 s

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

Child status: 143
Real time (s): 2474.03
CPU time (s): 2520.13
CPU user time (s): 2516.36
CPU system time (s): 3.76528
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 10847656
Max. memory (cumulated for all children) (KiB): 845352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.36
system time used= 3.76528
maximum resident set size= 849468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 331124
involuntary context switches= 8010


# summary of solver processes directly reported to runsolver:
#   pid: 14991
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.76528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2721 second user time and 23.0185 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 19:28:22
IDJOB=4387531
IDBENCH=141368
IDSOLVER=2823
FILE ID=node149/4387531-1568309339
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 57036 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387531-1568309339/watcher-4387531-1568309339 -o /tmp/evaluation-result-4387531-1568309339/solver-4387531-1568309339 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1417675138 HOME/instance-4387531-1568309339.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1417675138

node149.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.81
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.81
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.81
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.81
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:        30632016 kB
MemAvailable:   31294524 kB
Buffers:          113096 kB
Cached:           849088 kB
SwapCached:        61000 kB
Active:           999096 kB
Inactive:         585908 kB
Active(anon):     591700 kB
Inactive(anon):    71368 kB
Active(file):     407396 kB
Inactive(file):   514540 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940096 kB
Dirty:             34860 kB
Writeback:             0 kB
AnonPages:        626452 kB
Mapped:            55876 kB
Shmem:             31040 kB
Slab:             141620 kB
SReclaimable:     112812 kB
SUnreclaim:        28808 kB
KernelStack:        4000 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1554020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57000 MiB
End job on node149 at 2019-09-12 20:09:36