Trace number 4392258

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)115 2400.05 2356.43

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 benchmark110
Best CPU time to get the best result obtained on this benchmark1994.42
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.70/0.56	c Concrete v3.10.1560635388952 running
8.54/3.66	o 150
8.54/3.68	o 149
8.87/3.73	o 147
8.87/3.75	o 146
9.18/3.80	o 142
9.45/3.97	o 140
9.45/4.00	o 139
9.72/4.04	o 132
10.55/4.57	o 129
15.10/7.17	o 122
42.78/32.81	o 121
55.60/45.57	o 120
196.10/183.99	o 116
378.80/364.21	o 115
2400.00/2356.40	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2356.40		at concrete.MAC.mac(MAC.scala:189)
2400.00/2356.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.00/2356.40		at scala.util.Try$.apply(Try.scala:212)
2400.00/2356.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2356.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2356.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2356.40		at concrete.MAC.oneRun(MAC.scala:253)
2400.00/2356.40		at concrete.MAC.nextSolution(MAC.scala:272)
2400.00/2356.40		at concrete.MAC.nextSolution(MAC.scala:355)
2400.00/2356.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2356.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2356.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2356.40		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2356.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.00/2356.40		at scala.util.Success.map(Try.scala:264)
2400.00/2356.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.00/2356.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2356.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2356.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2356.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2356.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2356.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2356.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2356.40		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2356.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2356.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2356.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2356.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2356.40		at scala.App.main(App.scala:75)
2400.00/2356.40		at scala.App.main$(App.scala:73)
2400.00/2356.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2356.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2356.41	v <instantiation
2400.00/2356.41	v         cost = '115'>
2400.00/2356.41	v       <list>
2400.00/2356.41	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]
2400.00/2356.41	v       </list>
2400.00/2356.41	v       <values>
2400.00/2356.41	v         1 4 5 17 27 32 57 65 74 76 94 108 115 3 4 16 26 31 56 64 73 75 93 107 114 1 13 23 28 53 61 70 72 90 104 111 12 22 27 52 60 69 71 89 103 110 10 15 40 48 57 59 77 91 98 5 30 38 47 49 67 81 88 25 33 42 44 62 76 83 8 17 19 37 51 58 9 11 29 43 50 2 20 34 41 18 32 39 14 21 7
2400.00/2356.41	v       </values>
2400.00/2356.41	v     </instantiation>
2400.00/2356.41	s SATISFIABLE

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392258-1568332835/watcher-4392258-1568332835 -o /tmp/evaluation-result-4392258-1568332835/solver-4392258-1568332835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=947286110 HOME/instance-4392258-1568332835.xml 

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

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


[startup+0.10005 s]*
/proc/loadavg: 1.60 1.59 1.67 3/214 15059
/proc/meminfo: memFree=26411252/32770624 swapFree=66999868/67108860
[pid=15006] ppid=15003 vsize=9972712 memory=16552 CPUtime=0.1 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 4365 13410 0 0 1 1 5 3 20 0 6 0 409197482 10212057088 4138 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2493178 4138 1933 1 0 2481616 0
[pid=15006/tid=15059] ppid=15003 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 2169 13410 0 0 0 0 5 3 20 0 6 0 409197492 10212057088 4138 33554432000 4194304 4196468 140720514921840 140262364987984 140262377259061 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 6 0 409197493 10212057088 4138 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=9972712 memory=140675900196480 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 6 0 409197493 10212057088 4138 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 6 0 409197493 10212057088 4138 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 6 0 409197493 10212057088 4138 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210892 s]*
/proc/loadavg: 1.60 1.59 1.67 4/227 15072
/proc/meminfo: memFree=26388328/32770624 swapFree=66999868/67108860
[pid=15006] ppid=15003 vsize=10818940 memory=38412 CPUtime=0.25 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 6978 13410 0 0 16 1 5 3 20 0 15 0 409197482 11078594560 9603 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2704735 9603 2948 1 0 2667149 0
[pid=15006/tid=15059] ppid=15003 vsize=10818940 memory=5450916389569530688 CPUtime=0.18 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 3504 13410 0 0 10 0 5 3 20 0 15 0 409197492 11078594560 9603 33554432000 4194304 4196468 140720514921840 140262364957576 140262393163158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078594560 9603 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10818940 memory=140675900196480 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078594560 9603 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078594560 9603 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078594560 9603 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10818940 memory=140675900196480 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197494 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 13 13410 0 0 0 0 5 3 20 0 15 0 409197495 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261753611552 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261149632112 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 572 13410 0 0 1 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 58 13410 0 0 0 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10818940 memory=140675900196480 CPUtime=0.11 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) R 15003 15006 5578 0 -1 4202560 618 13410 0 0 3 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261849561456 140262377391329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10818940 memory=140675900196480 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197498 11078594560 9603 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38412 KiB

[startup+0.314877 s]*
/proc/loadavg: 1.60 1.59 1.67 3/227 15072
/proc/meminfo: memFree=26377476/32770624 swapFree=66999868/67108860
[pid=15006] ppid=15003 vsize=10819220 memory=47024 CPUtime=0.4 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 10522 13410 0 0 29 3 5 3 20 0 15 0 409197482 11078881280 11756 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2704805 11756 3014 1 0 2667149 0
[pid=15006/tid=15059] ppid=15003 vsize=10819288 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 7044 13410 0 0 19 2 5 3 20 0 15 0 409197492 11078950912 11756 33554432000 4194304 4196468 140720514921840 140262364957696 140262393173149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10819288 memory=6008205902105176163 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078950912 11756 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10819288 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078950912 11756 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10819288 memory=7649540059945913281 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078950912 11756 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10819288 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11078950912 11756 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197494 11079098368 11756 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 13 13410 0 0 0 0 5 3 20 0 15 0 409197495 11079098368 11756 33554432000 4194304 4196468 140720514921840 140261753611552 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11079098368 11756 33554432000 4194304 4196468 140720514921840 140261149632112 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11079098368 11756 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10819432 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 572 13410 0 0 2 0 5 3 20 0 15 0 409197498 11079098368 11822 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10819432 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 60 13410 0 0 1 0 5 3 20 0 15 0 409197498 11079098368 11822 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10819432 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 628 13410 0 0 5 0 5 3 20 0 15 0 409197498 11079098368 11822 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11079098368 11822 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197498 11079098368 11822 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819220 KiB
Current children cumulated memory: 47024 KiB

[startup+0.700802 s]
/proc/loadavg: 1.60 1.59 1.67 3/227 15072
/proc/meminfo: memFree=26366296/32770624 swapFree=66999868/67108860
[pid=15006] ppid=15003 vsize=10824340 memory=80296 CPUtime=1.14 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 14790 13410 0 0 102 4 5 3 20 0 15 0 409197482 11084124160 20074 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2706085 20074 3498 1 0 2668173 0
[pid=15006/tid=15059] ppid=15003 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 10482 13410 0 0 55 3 5 3 20 0 15 0 409197492 11084124160 20074 33554432000 4194304 4196468 140720514921840 140262364978736 140262377231710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11084124160 20074 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11084124160 20074 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197493 11084124160 20074 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 2 13410 0 0 0 0 5 3 20 0 15 0 409197493 11084124160 20074 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 5 13410 0 0 0 0 5 3 20 0 15 0 409197494 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 13 13410 0 0 0 0 5 3 20 0 15 0 409197495 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261753611552 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261149632112 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 972 13410 0 0 15 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 284 13410 0 0 12 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 815 13410 0 0 17 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10824340 memory=140675748235248 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197498 11084124160 20074 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80296 KiB

[startup+1.5008 s]
/proc/loadavg: 1.60 1.59 1.67 4/227 15072
/proc/meminfo: memFree=26319908/32770624 swapFree=66999868/67108860
[pid=15006] ppid=15003 vsize=10834656 memory=166372 CPUtime=2.45 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 21438 13410 0 0 228 9 5 3 20 0 15 0 409197482 11094687744 41593 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2708664 41593 3577 1 0 2670733 0
[pid=15006/tid=15059] ppid=15003 vsize=10834656 memory=18 CPUtime=1.43 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 15327 13410 0 0 130 5 5 3 20 0 15 0 409197492 11094687744 41593 33554432000 4194304 4196468 140720514921840 140262364951296 140261976010536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10834656 memory=26 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 373 13410 0 0 1 0 5 3 20 0 15 0 409197493 11094687744 41593 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 73 13410 0 0 1 0 5 3 20 0 15 0 409197493 11094687744 41593 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 25 13410 0 0 1 0 5 3 20 0 15 0 409197493 11094687744 41593 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10834656 memory=94176 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 80 13410 0 0 1 0 5 3 20 0 15 0 409197493 11094687744 41593 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 140 13410 0 0 1 0 5 3 20 0 15 0 409197494 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10834656 memory=6298398794875491936 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 14 13410 0 0 0 0 5 3 20 0 15 0 409197495 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261753611616 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10834656 memory=7309172210506295910 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261149632128 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10834656 memory=7451856964237681508 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10834656 memory=5787218259806017892 CPUtime=0.33 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 1114 13410 0 0 25 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10834656 memory=7378702070413354321 CPUtime=0.32 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) R 15003 15006 5578 0 -1 4202560 498 13410 0 0 24 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261850605072 140262372299912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10834656 memory=6298398794875491936 CPUtime=0.49 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) R 15003 15006 5578 0 -1 4202560 1582 13410 0 0 41 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261849561456 140262393163158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10834656 memory=6298398794875491936 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197498 11094687744 41593 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 61104 13410 0 0 217679 42 5 3 20 0 15 0 409197492 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262364987152 140261983980921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10846964 memory=796856 CPUtime=10.82 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 11450 13410 0 0 1026 48 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10846964 memory=796856 CPUtime=10.75 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 15824 13410 0 0 1010 57 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10846964 memory=796856 CPUtime=10.79 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 12355 13410 0 0 1016 55 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10846964 memory=798904 CPUtime=10.79 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 8538 13410 0 0 1014 57 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.19 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 13753 13410 0 0 1062 49 5 3 20 0 15 0 409197494 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10846964 memory=796856 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 15 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261753611680 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10846964 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261149632128 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10846964 memory=796856 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10846964 memory=796856 CPUtime=3.98 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 19737 13410 0 0 386 4 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10846964 memory=796856 CPUtime=3.79 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 21256 13410 0 0 364 7 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10846964 memory=796856 CPUtime=3.22 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 23065 13410 0 0 307 7 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10846964 memory=796856 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10846964 memory=796856 CPUtime=1.47 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 858 13410 0 0 70 69 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 2243.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 798904 KiB

[startup+2262.3 s]
/proc/loadavg: 0.67 0.68 0.91 2/206 15361
/proc/meminfo: memFree=30850760/32770624 swapFree=66999888/67108860
[pid=15006] ppid=15003 vsize=10846964 memory=798904 CPUtime=2304.4 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 191563 13410 0 0 230096 336 5 3 20 0 15 0 409197482 11107291136 199726 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2711741 199726 3620 1 0 2673805 0
[pid=15006/tid=15059] ppid=15003 vsize=10846964 memory=3436 CPUtime=2236.62 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 61789 13410 0 0 223611 43 5 3 20 0 15 0 409197492 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262364987152 140261977478687 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.13 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 11535 13410 0 0 1057 48 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.05 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 16128 13410 0 0 1039 58 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.1 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 12406 13410 0 0 1046 56 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.11 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 8588 13410 0 0 1044 59 5 3 20 0 15 0 409197493 11107291136 199726 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10846964 memory=798904 CPUtime=11.5 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 13959 13410 0 0 1092 50 5 3 20 0 15 0 409197494 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10846964 memory=798904 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 15 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261753611680 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10846964 memory=798904 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261149632128 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10846964 memory=798904 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10846964 memory=798904 CPUtime=3.98 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 19739 13410 0 0 386 4 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10846964 memory=798904 CPUtime=3.79 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 21258 13410 0 0 364 7 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10846964 memory=798904 CPUtime=3.22 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 23067 13410 0 0 307 7 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10846964 memory=798904 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10846964 memory=798904 CPUtime=1.5 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 867 13410 0 0 71 71 5 3 20 0 15 0 409197498 11107291136 199726 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 2304.4 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 798904 KiB

[startup+2322.3 s]
/proc/loadavg: 0.66 0.66 0.89 2/206 15367
/proc/meminfo: memFree=30848376/32770624 swapFree=66999888/67108860
[pid=15006] ppid=15003 vsize=10846964 memory=800952 CPUtime=2365.35 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 193044 13410 0 0 236183 344 5 3 20 0 15 0 409197482 11107291136 200238 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2711741 200238 3620 1 0 2673805 0
[pid=15006/tid=15059] ppid=15003 vsize=10846964 memory=800952 CPUtime=2295.94 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 62539 13410 0 0 229542 44 5 3 20 0 15 0 409197492 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262364986592 140261983977982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10846964 memory=800952 CPUtime=11.45 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 11555 13410 0 0 1087 50 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10846964 memory=800952 CPUtime=11.37 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 16152 13410 0 0 1070 59 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10846964 memory=800952 CPUtime=11.43 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 12548 13410 0 0 1077 58 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10846964 memory=800952 CPUtime=11.43 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 8913 13410 0 0 1074 61 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10846964 memory=800952 CPUtime=11.82 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 14157 13410 0 0 1123 51 5 3 20 0 15 0 409197494 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10846964 memory=800952 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 15 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261753611680 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10846964 memory=800952 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261149632128 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10846964 memory=800952 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10846964 memory=3616 CPUtime=3.98 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 19741 13410 0 0 386 4 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10846964 memory=800952 CPUtime=3.79 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 21260 13410 0 0 364 7 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10846964 memory=800952 CPUtime=3.22 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 23069 13410 0 0 307 7 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10846964 memory=800952 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10846964 memory=3616 CPUtime=1.54 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 883 13410 0 0 73 73 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 2365.35 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 800952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.4 s]
/proc/loadavg: 0.69 0.67 0.88 2/206 15367
/proc/meminfo: memFree=30848468/32770624 swapFree=66999888/67108860
[pid=15006] ppid=15003 vsize=10846964 memory=800952 CPUtime=2400 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 5578 0 -1 1077944320 194177 13410 0 0 239643 349 5 3 20 0 15 0 409197482 11107291136 200238 33554432000 4194304 4196468 140720514921840 140720514904384 140262393151223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
/proc/15006/statm: 2711741 200238 3620 1 0 2673805 0
[pid=15006/tid=15059] ppid=15003 vsize=10846964 memory=3436 CPUtime=2329.65 cores=0,2,4,6
/proc/15006/task/15059/stat : 15059 (java) R 15003 15006 5578 0 -1 4202560 62998 13410 0 0 232913 44 5 3 20 0 15 0 409197492 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262364986528 140261985784638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15060] ppid=15003 vsize=10846964 memory=7548 CPUtime=11.63 cores=0,2,4,6
/proc/15006/task/15060/stat : 15060 (java) S 15003 15006 5578 0 -1 1077944384 11573 13410 0 0 1104 51 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262397393296 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15061] ppid=15003 vsize=10846964 memory=6791534058613427641 CPUtime=11.57 cores=0,2,4,6
/proc/15006/task/15061/stat : 15061 (java) S 15003 15006 5578 0 -1 1077944384 16206 13410 0 0 1088 61 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262296283408 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15062] ppid=15003 vsize=10846964 memory=11852 CPUtime=11.61 cores=0,2,4,6
/proc/15006/task/15062/stat : 15062 (java) S 15003 15006 5578 0 -1 1077944384 12871 13410 0 0 1094 59 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262295231120 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15063] ppid=15003 vsize=10846964 memory=532 CPUtime=11.62 cores=0,2,4,6
/proc/15006/task/15063/stat : 15063 (java) S 15003 15006 5578 0 -1 1077944384 8974 13410 0 0 1092 62 5 3 20 0 15 0 409197493 11107291136 200238 33554432000 4194304 4196468 140720514921840 140262294178320 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15064] ppid=15003 vsize=10846964 memory=1564 CPUtime=12.01 cores=0,2,4,6
/proc/15006/task/15064/stat : 15064 (java) S 15003 15006 5578 0 -1 1077944384 14355 13410 0 0 1140 53 5 3 20 0 15 0 409197494 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261852719728 140262393162370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15065] ppid=15003 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15065/stat : 15065 (java) S 15003 15006 5578 0 -1 1077944384 15 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261753611680 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15066] ppid=15003 vsize=10846964 memory=964 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15066/stat : 15066 (java) S 15003 15006 5578 0 -1 1077944384 1 13410 0 0 0 0 5 3 20 0 15 0 409197495 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261149632128 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15067] ppid=15003 vsize=10846964 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15067/stat : 15067 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140260909341264 140262393169819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15068] ppid=15003 vsize=10846964 memory=2116 CPUtime=3.98 cores=0,2,4,6
/proc/15006/task/15068/stat : 15068 (java) S 15003 15006 5578 0 -1 1077944384 19743 13410 0 0 386 4 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261851666544 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15069] ppid=15003 vsize=10846964 memory=928 CPUtime=3.79 cores=0,2,4,6
/proc/15006/task/15069/stat : 15069 (java) S 15003 15006 5578 0 -1 1077944384 21263 13410 0 0 364 7 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261850613744 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15070] ppid=15003 vsize=10846964 memory=1980 CPUtime=3.22 cores=0,2,4,6
/proc/15006/task/15070/stat : 15070 (java) S 15003 15006 5578 0 -1 1077944384 23071 13410 0 0 307 7 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261849561456 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15071] ppid=15003 vsize=10846964 memory=1332 CPUtime=0.08 cores=0,2,4,6
/proc/15006/task/15071/stat : 15071 (java) S 15003 15006 5578 0 -1 1077944384 3 13410 0 0 0 0 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140260875782624 140262393161429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
[pid=15006/tid=15072] ppid=15003 vsize=10846964 memory=2648 CPUtime=1.56 cores=0,2,4,6
/proc/15006/task/15072/stat : 15072 (java) S 15003 15006 5578 0 -1 1077944384 896 13410 0 0 75 73 5 3 20 0 15 0 409197498 11107291136 200238 33554432000 4194304 4196468 140720514921840 140261848509360 140262393162370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34906112 140720514927350 140720514929861 140720514929861 140720514932687 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 800952 KiB

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

[startup+2356.43 s]
# the end of solver process 15006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.51 s, system=3.5401 s

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

Child status: 143
Real time (s): 2356.43
CPU time (s): 2400.05
CPU user time (s): 2396.51
CPU system time (s): 3.5401
CPU usage (%): 101.851
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 800952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.5401
maximum resident set size= 805156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294283
involuntary context switches= 9118


# summary of solver processes directly reported to runsolver:
#   pid: 15006
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.5401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3611 second user time and 19.784 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 01:59:54
IDJOB=4392258
IDBENCH=141368
IDSOLVER=2837
FILE ID=node146/4392258-1568332835
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 56092 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-4392258-1568332835/watcher-4392258-1568332835 -o /tmp/evaluation-result-4392258-1568332835/solver-4392258-1568332835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=947286110 HOME/instance-4392258-1568332835.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=947286110

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        26415144 kB
MemAvailable:   27302480 kB
Buffers:          137252 kB
Cached:          1023464 kB
SwapCached:         5252 kB
Active:          5481684 kB
Inactive:         268032 kB
Active(anon):    4606200 kB
Inactive(anon):    20904 kB
Active(file):     875484 kB
Inactive(file):   247128 kB
Unevictable:      111000 kB
Mlocked:          111000 kB
SwapTotal:      67108860 kB
SwapFree:       66999868 kB
Dirty:             35212 kB
Writeback:             0 kB
AnonPages:       4696684 kB
Mapped:            54268 kB
Shmem:             29228 kB
Slab:             190276 kB
SReclaimable:     161116 kB
SUnreclaim:        29160 kB
KernelStack:        3696 kB
PageTables:        14788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5796088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4331520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56664 MiB
End job on node146 at 2019-09-13 02:39:11