Trace number 4401518

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)114 2400.06 2359.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.87/0.61	c Concrete v3.12.2.1568631193530 running
8.23/3.73	o 151
8.23/3.76	o 147
8.55/3.85	o 146
9.08/4.03	o 143
9.42/4.25	o 137
9.65/4.35	o 132
11.42/5.67	o 128
12.86/6.92	o 127
22.95/16.52	o 123
41.05/34.24	o 120
41.24/34.41	o 119
115.91/108.05	o 118
174.32/165.73	o 117
1034.48/1014.25	o 116
1624.00/1595.46	o 114
2400.02/2359.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2359.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2359.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2359.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.02/2359.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2359.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2359.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.02/2359.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2359.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2359.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2359.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2359.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2359.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2359.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2359.40		at scala.Option.map(Option.scala:243)
2400.02/2359.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2359.40		at concrete.MAC.mac(MAC.scala:216)
2400.02/2359.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2359.40		at scala.util.Try$.apply(Try.scala:212)
2400.02/2359.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2359.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2359.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2359.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2359.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2359.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2359.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2359.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2359.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2359.41		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2359.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2359.41		at scala.util.Success.map(Try.scala:264)
2400.02/2359.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2359.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2359.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2359.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2359.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2359.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2359.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2359.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2359.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2359.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2359.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2359.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2359.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2359.41		at scala.App.main(App.scala:75)
2400.02/2359.41		at scala.App.main$(App.scala:73)
2400.02/2359.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2359.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2359.41	v <instantiation
2400.02/2359.41	v         cost = '114'>
2400.02/2359.41	v       <list>
2400.02/2359.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.02/2359.41	v       </list>
2400.02/2359.41	v       <values>
2400.02/2359.41	v         0 5 25 32 46 48 56 84 95 101 110 113 114 5 25 32 46 48 56 84 95 101 110 113 114 20 27 41 43 51 79 90 96 105 108 109 7 21 23 31 59 70 76 85 88 89 14 16 24 52 63 69 78 81 82 2 10 38 49 55 64 67 68 8 36 47 53 62 65 66 28 39 45 54 57 58 11 17 26 29 30 6 15 18 19 9 12 13 3 4 1
2400.02/2359.41	v       </values>
2400.02/2359.41	v     </instantiation>
2400.02/2359.42	s SATISFIABLE

Verifier Data

OK	114

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401518-1568692220/watcher-4401518-1568692220 -o /tmp/evaluation-result-4401518-1568692220/solver-4401518-1568692220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401518-1568692220.xml 

running on 4 cores: 0-3

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=4410, runsolver pid=4407
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 2.01 1.66 1.53 3/214 4463
/proc/meminfo: memFree=29777660/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=9972712 memory=14532 CPUtime=0.09 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 3880 13017 0 0 0 1 5 3 20 0 6 0 445163660 10212057088 3633 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2493178 3633 1553 1 0 2481616 0
[pid=4410/tid=4463] ppid=4407 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 2041 13017 0 0 0 0 5 3 20 0 6 0 445163669 10212057088 4029 33554432000 4194304 4196468 140723791707296 140010746790480 140010774975645 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 6 0 445163670 10212057088 4029 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=9972712 memory=139763788838528 CPUtime=0.08 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 6 0 445163670 10212057088 4029 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 6 0 445163670 10212057088 4029 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 6 0 445163670 10212057088 4029 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14532 KiB

[startup+0.214439 s]*
/proc/loadavg: 2.01 1.66 1.53 3/227 4476
/proc/meminfo: memFree=29754220/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10819712 memory=39484 CPUtime=0.26 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 7216 13017 0 0 16 2 5 3 20 0 15 0 445163660 11079385088 9871 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2704928 9871 3156 1 0 2667149 0
[pid=4410/tid=4463] ppid=4407 vsize=10819712 memory=8389772277269004345 CPUtime=0.19 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 3730 13017 0 0 10 1 5 3 20 0 15 0 445163669 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010746758800 140010756517294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10819712 memory=4294967661 CPUtime=0.08 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10819712 memory=4121838532195022496 CPUtime=0.08 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10819712 memory=139763788838528 CPUtime=0.08 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163672 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 445163672 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010229588768 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163672 11079385088 9871 33554432000 4194304 4196468 140723791707296 140009625609328 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11079385088 9871 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 452 13017 0 0 1 0 5 3 20 0 15 0 445163675 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 182 13017 0 0 0 0 5 3 20 0 15 0 445163675 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10819712 memory=139763788838528 CPUtime=0.11 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 617 13017 0 0 3 0 5 3 20 0 15 0 445163675 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11079385088 9871 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10819712 memory=139763788838528 CPUtime=0.08 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163676 11079385088 9871 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 39484 KiB

[startup+0.311458 s]*
/proc/loadavg: 2.01 1.66 1.53 3/227 4476
/proc/meminfo: memFree=29743200/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10820196 memory=50312 CPUtime=0.39 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 10331 13017 0 0 28 3 5 3 20 0 15 0 445163660 11079880704 12578 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2705049 12578 3285 1 0 2667149 0
[pid=4410/tid=4463] ppid=4407 vsize=10821220 memory=6935054825532540783 CPUtime=0.28 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 6862 13017 0 0 18 2 5 3 20 0 15 0 445163669 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010746758784 140010767670682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10821220 memory=-8813974798734826869 CPUtime=0.08 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10821220 memory=-2843874027707679902 CPUtime=0.08 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10821220 memory=-8412656567334364540 CPUtime=0.08 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11079880704 12594 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163672 11079880704 12594 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 445163672 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010229588768 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163672 11080929280 12594 33554432000 4194304 4196468 140723791707296 140009625609328 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11080929280 12594 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 461 13017 0 0 2 0 5 3 20 0 15 0 445163675 11079880704 12594 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 183 13017 0 0 1 0 5 3 20 0 15 0 445163675 11079880704 12594 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10821220 memory=0 CPUtime=0.13 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 625 13017 0 0 5 0 5 3 20 0 15 0 445163675 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11080929280 12594 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163676 11080929280 12594 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50312 KiB

[startup+0.700743 s]
/proc/loadavg: 2.01 1.66 1.53 3/227 4476
/proc/meminfo: memFree=29728788/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10822316 memory=77084 CPUtime=1.03 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 14436 13017 0 0 90 5 5 3 20 0 15 0 445163660 11082051584 19271 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2705579 19271 3489 1 0 2667661 0
[pid=4410/tid=4463] ppid=4407 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 9841 13017 0 0 54 4 5 3 20 0 15 0 445163669 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010746769408 140010774975645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163670 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10822316 memory=279527343263504 CPUtime=0.08 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10822316 memory=2466452080385 CPUtime=0.08 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 445163670 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10822316 memory=31606564 CPUtime=0.08 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 5 13017 0 0 0 0 5 3 20 0 15 0 445163672 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10822316 memory=6307362057509636499 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 445163672 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010229588768 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10822316 memory=7158578613868057424 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163672 11082051584 19271 33554432000 4194304 4196468 140723791707296 140009625609328 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10822316 memory=7595725831727968097 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11082051584 19271 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10822316 memory=6656426216303648816 CPUtime=0.16 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) R 4407 4410 31537 0 -1 4202560 986 13017 0 0 8 0 5 3 20 0 15 0 445163675 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010300478416 140010759864886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10822316 memory=0 CPUtime=0.16 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) R 4407 4410 31537 0 -1 4202560 561 13017 0 0 8 0 5 3 20 0 15 0 445163675 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010299423056 140010758439669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10822316 memory=0 CPUtime=0.25 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 807 13017 0 0 17 0 5 3 20 0 15 0 445163675 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10822316 memory=279527343826496 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11082051584 19271 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10822316 memory=139766825747033 CPUtime=0.08 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163676 11082051584 19271 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77084 KiB

[startup+1.50146 s]
/proc/loadavg: 2.01 1.66 1.53 4/227 4476
/proc/meminfo: memFree=29694604/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10834680 memory=169160 CPUtime=2.37 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 21282 13017 0 0 218 11 5 3 20 0 15 0 445163660 11094712320 42290 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2708670 42290 3585 1 0 2670733 0
[pid=4410/tid=4463] ppid=4407 vsize=10834680 memory=-6948614817169703622 CPUtime=1.43 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 15104 13017 0 0 128 7 5 3 20 0 15 0 445163669 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010746774992 140010378460442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10834680 memory=77084 CPUtime=0.09 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 25 13017 0 0 1 0 5 3 20 0 15 0 445163670 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 292 13017 0 0 0 0 5 3 20 0 15 0 445163670 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 66 13017 0 0 1 0 5 3 20 0 15 0 445163670 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 58 13017 0 0 1 0 5 3 20 0 15 0 445163670 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 138 13017 0 0 1 0 5 3 20 0 15 0 445163672 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 14 13017 0 0 0 0 5 3 20 0 15 0 445163672 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010229588832 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163672 11094712320 42290 33554432000 4194304 4196468 140723791707296 140009625609344 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11094712320 42290 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10834680 memory=0 CPUtime=0.31 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 1121 13017 0 0 23 0 5 3 20 0 15 0 445163675 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10834680 memory=0 CPUtime=0.31 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 903 13017 0 0 23 0 5 3 20 0 15 0 445163675 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10834680 memory=-7966001967407402336 CPUtime=0.43 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) R 4407 4410 31537 0 -1 4202560 1358 13017 0 0 35 0 5 3 20 0 15 0 445163675 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010298383216 140010768050571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10834680 memory=6944613755495348631 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11094712320 42290 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10834680 memory=7100839870102598768 CPUtime=0.08 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 445163676 11094712320 42290 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10834680 KiB

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

/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 67118 13017 0 0 217678 45 5 3 20 0 15 0 445163669 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010746789376 140010391804001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.01 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 18367 13017 0 0 1037 56 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.06 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 10406 13017 0 0 1041 57 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.07 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 12950 13017 0 0 1047 52 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.03 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 19682 13017 0 0 1040 55 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10846988 memory=913984 CPUtime=10.69 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 13788 13017 0 0 1012 49 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10846988 memory=911936 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 20 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010229588832 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 8 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009625609344 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10846988 memory=911936 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10846988 memory=913984 CPUtime=2.48 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 13460 13017 0 0 237 3 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10846988 memory=301741373374332954 CPUtime=3.41 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 21965 13017 0 0 330 3 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10846988 memory=288230596050944315 CPUtime=1.77 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 15753 13017 0 0 165 4 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10846988 memory=3612 CPUtime=1.32 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1096 13017 0 0 65 59 5 3 20 0 15 0 445163676 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 2240.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 913984 KiB

[startup+2262.31 s]
/proc/loadavg: 1.26 1.30 1.32 3/227 4705
/proc/meminfo: memFree=28760092/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10846988 memory=913984 CPUtime=2301.49 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 198229 13017 0 0 229808 333 5 3 20 0 15 0 445163660 11107315712 228496 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2711747 228496 3626 1 0 2673805 0
[pid=4410/tid=4463] ppid=4407 vsize=10846988 memory=913984 CPUtime=2236.61 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 67849 13017 0 0 223607 46 5 3 20 0 15 0 445163669 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010746789520 140010390986887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.34 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 18672 13017 0 0 1070 56 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.38 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 10422 13017 0 0 1072 58 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.41 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 12960 13017 0 0 1079 54 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10846988 memory=913984 CPUtime=11.37 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 19801 13017 0 0 1073 56 5 3 20 0 15 0 445163670 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10846988 memory=913984 CPUtime=10.99 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 13986 13017 0 0 1041 50 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 20 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010229588832 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 8 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009625609344 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10846988 memory=3612 CPUtime=2.48 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 13462 13017 0 0 237 3 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10846988 memory=913984 CPUtime=3.41 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 21967 13017 0 0 330 3 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10846988 memory=8560 CPUtime=1.77 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 15755 13017 0 0 165 4 5 3 20 0 15 0 445163675 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10846988 memory=913984 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11107315712 228496 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10846988 memory=913984 CPUtime=1.35 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1112 13017 0 0 66 61 5 3 20 0 15 0 445163676 11107315712 228496 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 2301.49 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 913984 KiB

[startup+2322.31 s]
/proc/loadavg: 1.25 1.30 1.32 3/227 4712
/proc/meminfo: memFree=28757088/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10846988 memory=916032 CPUtime=2362.32 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 199273 13017 0 0 235884 340 5 3 20 0 15 0 445163660 11107315712 229008 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2711747 229008 3626 1 0 2673805 0
[pid=4410/tid=4463] ppid=4407 vsize=10846988 memory=916032 CPUtime=2296.03 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 68452 13017 0 0 229549 46 5 3 20 0 15 0 445163669 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010746789936 140010392432056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.63 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 18690 13017 0 0 1097 58 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.68 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 10430 13017 0 0 1100 60 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.69 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 13036 13017 0 0 1106 55 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.64 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 19940 13017 0 0 1099 57 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.23 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 14165 13017 0 0 1064 51 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10846988 memory=916032 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 20 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010229588832 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10846988 memory=916032 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 8 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009625609344 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10846988 memory=3612 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10846988 memory=46672 CPUtime=2.48 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 13464 13017 0 0 237 3 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10846988 memory=288230574492221466 CPUtime=3.41 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 21969 13017 0 0 330 3 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10846988 memory=288230596050944315 CPUtime=1.77 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 15757 13017 0 0 165 4 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10846988 memory=916032 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10846988 memory=279527344718128 CPUtime=1.38 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1127 13017 0 0 68 62 5 3 20 0 15 0 445163676 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 2362.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 916032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.4 s]
/proc/loadavg: 1.08 1.25 1.30 2/206 4761
/proc/meminfo: memFree=29724552/32770688 swapFree=66961208/67108860
[pid=4410] ppid=4407 vsize=10846988 memory=916032 CPUtime=2400.02 cores=0-3
/proc/4410/stat : 4410 (java) S 4407 4410 31537 0 -1 1077944320 200458 13017 0 0 239649 345 5 3 20 0 15 0 445163660 11107315712 229008 33554432000 4194304 4196468 140723791707296 140723791689840 140010774953719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
/proc/4410/statm: 2711747 229008 3626 1 0 2673805 0
[pid=4410/tid=4463] ppid=4407 vsize=10846988 memory=1564 CPUtime=2332.73 cores=0-3
/proc/4410/task/4463/stat : 4463 (java) R 4407 4410 31537 0 -1 4202560 68955 13017 0 0 233218 47 5 3 20 0 15 0 445163669 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010746789600 140010384180527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4464] ppid=4407 vsize=10846988 memory=8560 CPUtime=11.83 cores=0-3
/proc/4410/task/4464/stat : 4464 (java) S 4407 4410 31537 0 -1 1077944384 18785 13017 0 0 1116 59 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010779196304 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4465] ppid=4407 vsize=10846988 memory=14008 CPUtime=11.88 cores=0-3
/proc/4410/task/4465/stat : 4465 (java) S 4407 4410 31537 0 -1 1077944384 10548 13017 0 0 1119 61 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010347899664 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4466] ppid=4407 vsize=10846988 memory=916032 CPUtime=11.89 cores=0-3
/proc/4410/task/4466/stat : 4466 (java) S 4407 4410 31537 0 -1 1077944384 13270 13017 0 0 1125 56 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010346847376 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4467] ppid=4407 vsize=10846988 memory=984 CPUtime=11.84 cores=0-3
/proc/4410/task/4467/stat : 4467 (java) S 4407 4410 31537 0 -1 1077944384 19955 13017 0 0 1118 58 5 3 20 0 15 0 445163670 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010345794576 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4468] ppid=4407 vsize=10846988 memory=2044 CPUtime=11.42 cores=0-3
/proc/4410/task/4468/stat : 4468 (java) S 4407 4410 31537 0 -1 1077944384 14362 13017 0 0 1082 52 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010301540464 140010774964866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4469] ppid=4407 vsize=10846988 memory=1388 CPUtime=0.08 cores=0-3
/proc/4410/task/4469/stat : 4469 (java) S 4407 4410 31537 0 -1 1077944384 20 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010229588832 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4470] ppid=4407 vsize=10846988 memory=916032 CPUtime=0.08 cores=0-3
/proc/4410/task/4470/stat : 4470 (java) S 4407 4410 31537 0 -1 1077944384 8 13017 0 0 0 0 5 3 20 0 15 0 445163672 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009625609344 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4471] ppid=4407 vsize=10846988 memory=2044 CPUtime=0.08 cores=0-3
/proc/4410/task/4471/stat : 4471 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009318209616 140010774972315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4472] ppid=4407 vsize=10846988 memory=1388 CPUtime=2.48 cores=0-3
/proc/4410/task/4472/stat : 4472 (java) S 4407 4410 31537 0 -1 1077944384 13467 13017 0 0 237 3 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010300488304 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4473] ppid=4407 vsize=10846988 memory=1056 CPUtime=3.41 cores=0-3
/proc/4410/task/4473/stat : 4473 (java) S 4407 4410 31537 0 -1 1077944384 21971 13017 0 0 330 3 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010299435504 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4474] ppid=4407 vsize=10846988 memory=780 CPUtime=1.77 cores=0-3
/proc/4410/task/4474/stat : 4474 (java) S 4407 4410 31537 0 -1 1077944384 15759 13017 0 0 165 4 5 3 20 0 15 0 445163675 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010298383216 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4475] ppid=4407 vsize=10846988 memory=1708 CPUtime=0.08 cores=0-3
/proc/4410/task/4475/stat : 4475 (java) S 4407 4410 31537 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 445163676 11107315712 229008 33554432000 4194304 4196468 140723791707296 140009284652000 140010774963925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
[pid=4410/tid=4476] ppid=4407 vsize=10846988 memory=1280 CPUtime=1.4 cores=0-3
/proc/4410/task/4476/stat : 4476 (java) S 4407 4410 31537 0 -1 1077944384 1143 13017 0 0 69 63 5 3 20 0 15 0 445163676 11107315712 229008 33554432000 4194304 4196468 140723791707296 140010196031920 140010774964866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10194944 140723791710959 140723791713477 140723791713477 140723791716303 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 916032 KiB

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

[startup+2359.43 s]
# the end of solver process 4410 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.57 s, system=3.49482 s

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

Child status: 143
Real time (s): 2359.43
CPU time (s): 2400.06
CPU user time (s): 2396.57
CPU system time (s): 3.49482
CPU usage (%): 101.722
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 916032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.57
system time used= 3.49482
maximum resident set size= 920240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285246
involuntary context switches= 7511


# summary of solver processes directly reported to runsolver:
#   pid: 4410
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.57
#   total CPU system time (s): 3.49482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3312 second user time and 22.719 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 05:49:39
IDJOB=4401518
IDBENCH=141368
IDSOLVER=2858
FILE ID=node116/4401518-1568692220
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
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-4401518-1568692220/watcher-4401518-1568692220 -o /tmp/evaluation-result-4401518-1568692220/solver-4401518-1568692220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401518-1568692220.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1393367916

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29781364 kB
MemAvailable:   31034360 kB
Buffers:          144732 kB
Cached:          1402252 kB
SwapCached:        46588 kB
Active:          1853536 kB
Inactive:         558804 kB
Active(anon):     819272 kB
Inactive(anon):    94964 kB
Active(file):    1034264 kB
Inactive(file):   463840 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             35040 kB
Writeback:             0 kB
AnonPages:        948672 kB
Mapped:            61172 kB
Shmem:             40292 kB
Slab:             171008 kB
SReclaimable:     141456 kB
SUnreclaim:        29552 kB
KernelStack:        3984 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2132792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61196 MiB
End job on node116 at 2019-09-17 06:28:58