Trace number 4403190

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.3SAT (TO)65 2400.07 2363.93

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark37.1418
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
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.79/0.55	c Concrete v3.12.3.1568965526260 running
7.36/3.54	o 362
7.36/3.56	o 93
7.36/3.59	o 88
7.69/3.64	o 84
7.69/3.70	o 81
8.02/3.76	o 77
8.33/3.87	o 75
8.96/4.06	o 74
8.96/4.11	o 72
9.28/4.19	o 69
10.18/4.42	o 67
14.27/7.54	o 66
23.58/16.18	o 65
2400.03/2363.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2363.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2363.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2363.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.03/2363.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2363.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2363.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2363.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:79)
2400.03/2363.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.03/2363.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2363.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2363.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2363.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2363.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2363.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2363.90		at scala.Option.map(Option.scala:242)
2400.03/2363.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2363.90		at concrete.MAC.mac(MAC.scala:216)
2400.03/2363.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2363.90		at scala.util.Try$.apply(Try.scala:210)
2400.03/2363.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2363.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2363.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2363.90		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2363.90		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2363.90		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2363.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2363.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2363.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2363.90		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2363.90		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2363.90		at scala.util.Success.map(Try.scala:262)
2400.03/2363.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2363.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2363.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2363.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2363.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2363.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2363.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2363.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2363.90		at scala.App.$anonfun$main$1(App.scala:73)
2400.03/2363.90		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.03/2363.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2363.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2363.90		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.03/2363.90		at scala.App.main(App.scala:73)
2400.03/2363.90		at scala.App.main$(App.scala:71)
2400.03/2363.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2363.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2363.91	v <instantiation
2400.03/2363.91	v         cost = '65'>
2400.03/2363.91	v       <list>
2400.03/2363.91	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.03/2363.91	v       </list>
2400.03/2363.91	v       <values>
2400.03/2363.91	v         0 0 0 0 5 10 10 5 4 5 16 8 7 32 7 39 10 13 10 14 8 32 32 44 12 18 18 9 23 39 29 39 23 35 19 26 36 28 25 16 23 34 48 24 44 34 34 53 40 48 49 47 40 54 55 44 54 56 55 56 61 65
2400.03/2363.91	v       </values>
2400.03/2363.91	v     </instantiation>
2400.03/2363.91	s SATISFIABLE

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403190-1568975932/watcher-4403190-1568975932 -o /var/tmp/evaluation-result-4403190-1568975932/solver-4403190-1568975932 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403190-1568975932.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=28501, runsolver pid=28498

[startup+0.100111 s]*
/proc/loadavg: 1.24 1.30 1.36 3/218 28558
/proc/meminfo: memFree=4238840/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=9972712 memory=17072 CPUtime=0.1 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 4521 13376 0 0 1 1 5 3 20 0 6 0 473533349 10212057088 4268 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2493178 4268 1934 1 0 2481616 0
[pid=28501/tid=28554] ppid=28498 vsize=9972712 memory=4279135703946853774 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 2330 13376 0 0 0 0 5 3 20 0 6 0 473533358 10212057088 4268 33554432000 4194304 4196468 140725172450384 139832348746320 139832362032496 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 473533359 10212057088 4268 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=9972712 memory=140075155134080 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 473533359 10212057088 4268 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 473533359 10212057088 4268 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 6 0 473533359 10212057088 4268 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.214538 s]*
/proc/loadavg: 1.24 1.30 1.36 4/227 28567
/proc/meminfo: memFree=4217104/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10820196 memory=44280 CPUtime=0.27 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 7529 13376 0 0 17 2 5 3 20 0 15 0 473533349 11079880704 11070 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2705049 11070 3285 1 0 2667149 0
[pid=28501/tid=28554] ppid=28498 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 4012 13376 0 0 10 1 5 3 20 0 15 0 473533358 11079880704 11070 33554432000 4194304 4196468 140725172450384 139832348723744 139832376931485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 11070 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10820196 memory=288370451306845824 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 11070 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 11070 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 11070 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10820196 memory=140075155134080 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 33 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831835313824 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831384466672 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 352 13376 0 0 1 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 310 13376 0 0 1 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10820196 memory=140075155134080 CPUtime=0.11 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 605 13376 0 0 3 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10820196 memory=140075155134080 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 11070 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44280 KiB

[startup+0.310591 s]*
/proc/loadavg: 1.24 1.30 1.36 4/227 28567
/proc/meminfo: memFree=4207196/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10820196 memory=52740 CPUtime=0.41 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 10868 13376 0 0 29 4 5 3 20 0 15 0 473533349 11079880704 13185 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2705049 13185 3310 1 0 2667149 0
[pid=28501/tid=28554] ppid=28498 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 7342 13376 0 0 19 3 5 3 20 0 15 0 473533358 11079880704 13185 33554432000 4194304 4196468 140725172450384 139832348719808 139832362076813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 13185 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 13185 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 13185 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533359 11079880704 13185 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 33 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831835313824 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533361 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831384466672 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 353 13376 0 0 2 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 310 13376 0 0 1 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10820196 memory=140075155134080 CPUtime=0.13 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 613 13376 0 0 5 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10820196 memory=140075155134080 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533364 11079880704 13185 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52740 KiB

[startup+0.700639 s]
/proc/loadavg: 1.24 1.30 1.36 4/227 28567
/proc/meminfo: memFree=4191564/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10824364 memory=85880 CPUtime=1.16 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 15144 13376 0 0 102 6 5 3 20 0 15 0 473533349 11084148736 21470 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2706091 21470 3515 1 0 2668173 0
[pid=28501/tid=28554] ppid=28498 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 10532 13376 0 0 54 5 5 3 20 0 15 0 473533358 11084148736 21470 33554432000 4194304 4196468 140725172450384 139832348736720 139832360990076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11084148736 21470 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11084148736 21470 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10824364 memory=607 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533359 11084148736 21470 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533359 11084148736 21470 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10824364 memory=6004251925163823717 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 5 13376 0 0 0 0 5 3 20 0 15 0 473533361 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10824364 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 33 13376 0 0 0 0 5 3 20 0 15 0 473533361 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831835313824 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533361 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831384466672 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 763 13376 0 0 13 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 795 13376 0 0 16 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) R 28498 28501 26267 0 -1 4202560 801 13376 0 0 17 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831799646240 139832355847949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533364 11084148736 21470 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85880 KiB

[startup+1.50072 s]
/proc/loadavg: 1.24 1.30 1.36 3/227 28567
/proc/meminfo: memFree=4148180/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10834680 memory=171372 CPUtime=2.49 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 21750 13376 0 0 230 11 5 3 20 0 15 0 473533349 11094712320 42843 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2708670 42843 3580 1 0 2670733 0
[pid=28501/tid=28554] ppid=28498 vsize=10834680 memory=4426042776274957866 CPUtime=1.44 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 15373 13376 0 0 129 7 5 3 20 0 15 0 473533358 11094712320 42843 33554432000 4194304 4196468 140725172450384 139832348709360 139832376921494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10834680 memory=7445695258059171437 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 38 13376 0 0 1 0 5 3 20 0 15 0 473533359 11094712320 42843 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10834680 memory=7668058290721017961 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 377 13376 0 0 1 0 5 3 20 0 15 0 473533359 11094712320 42843 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10834680 memory=7881416352863710055 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 78 13376 0 0 1 0 5 3 20 0 15 0 473533359 11094712320 42843 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10834680 memory=126196 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 28 13376 0 0 1 0 5 3 20 0 15 0 473533359 11094712320 42843 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 124 13376 0 0 1 0 5 3 20 0 15 0 473533361 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 34 13376 0 0 0 0 5 3 20 0 15 0 473533361 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831835313888 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10834680 memory=280150113583392 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533361 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831384466672 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10834680 memory=280150113998336 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10834680 memory=140075056801408 CPUtime=0.33 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) R 28498 28501 26267 0 -1 4202560 995 13376 0 0 25 0 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831801745488 139832356148016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10834680 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) R 28498 28501 26267 0 -1 1077944384 935 13376 0 0 27 0 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10834680 memory=1216 CPUtime=0.5 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) R 28498 28501 26267 0 -1 4202560 1558 13376 0 0 41 1 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831799650288 139832358473115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10834680 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10834680 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 473533364 11094712320 42843 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834680 KiB

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

/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 55217 13376 0 0 223928 42 5 3 20 0 15 0 473533358 11107315712 179601 33554432000 4194304 4196468 140725172450384 139832348744896 139831952106850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10846988 memory=718404 CPUtime=9.79 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 7206 13376 0 0 920 51 5 3 20 0 15 0 473533359 11107315712 179601 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10846988 memory=718404 CPUtime=9.76 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 9651 13376 0 0 917 51 5 3 20 0 15 0 473533359 11107315712 179601 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10846988 memory=718404 CPUtime=9.82 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 13415 13376 0 0 922 52 5 3 20 0 15 0 473533359 11107315712 179601 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10846988 memory=716304 CPUtime=9.78 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 7924 13376 0 0 917 53 5 3 20 0 15 0 473533359 11107315712 179601 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10846988 memory=718404 CPUtime=9.4 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 10828 13376 0 0 881 51 5 3 20 0 15 0 473533361 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10846988 memory=280150114986592 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 42 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831835313952 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10846988 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 9 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831384466688 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10846988 memory=718404 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10846988 memory=718404 CPUtime=3.21 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 27220 13376 0 0 310 3 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10846988 memory=718404 CPUtime=3.31 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 20838 13376 0 0 321 2 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10846988 memory=6791534058613427641 CPUtime=1.78 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 12994 13376 0 0 165 5 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10846988 memory=7306916055891837008 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10846988 memory=1660 CPUtime=1.3 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1172 13376 0 0 53 69 5 3 20 0 15 0 473533364 11107315712 179601 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 2297.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 718404 KiB

[startup+2322.3 s]
/proc/loadavg: 1.28 1.35 1.36 3/229 29061
/proc/meminfo: memFree=3196920/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10846988 memory=718428 CPUtime=2357.98 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 169961 13376 0 0 235465 325 5 3 20 0 15 0 473533349 11107315712 179607 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2711747 179607 3633 1 0 2673805 0
[pid=28501/tid=28554] ppid=28498 vsize=10846988 memory=718428 CPUtime=2299.16 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 55859 13376 0 0 229865 43 5 3 20 0 15 0 473533358 11107315712 179607 33554432000 4194304 4196468 140725172450384 139832348744528 139831952645388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10846988 memory=718428 CPUtime=10.05 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 7244 13376 0 0 944 53 5 3 20 0 15 0 473533359 11107315712 179607 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10846988 memory=718428 CPUtime=10.01 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 9681 13376 0 0 941 52 5 3 20 0 15 0 473533359 11107315712 179607 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10846988 memory=718428 CPUtime=10.07 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 13440 13376 0 0 947 52 5 3 20 0 15 0 473533359 11107315712 179607 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10846988 memory=718428 CPUtime=10.03 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 8194 13376 0 0 941 54 5 3 20 0 15 0 473533359 11107315712 179607 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10846988 memory=718428 CPUtime=9.63 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 11036 13376 0 0 903 52 5 3 20 0 15 0 473533361 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10846988 memory=718428 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 42 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831835313952 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10846988 memory=716304 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 9 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831384466688 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10846988 memory=718428 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10846988 memory=718428 CPUtime=3.21 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 27222 13376 0 0 310 3 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10846988 memory=718428 CPUtime=3.32 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 20840 13376 0 0 321 3 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10846988 memory=718428 CPUtime=1.78 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 12996 13376 0 0 165 5 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10846988 memory=718428 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10846988 memory=3620 CPUtime=1.33 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1190 13376 0 0 55 70 5 3 20 0 15 0 473533364 11107315712 179607 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 2357.98 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 718428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.9 s]
/proc/loadavg: 1.25 1.32 1.35 3/229 29065
/proc/meminfo: memFree=3196564/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10846988 memory=718500 CPUtime=2400.03 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 170515 13376 0 0 239665 330 5 3 20 0 15 0 473533349 11107315712 179625 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2711747 179625 3633 1 0 2673805 0
[pid=28501/tid=28554] ppid=28498 vsize=10846988 memory=718500 CPUtime=2340.33 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 56188 13376 0 0 233982 43 5 3 20 0 15 0 473533358 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832348745616 139831952644204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.22 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 7263 13376 0 0 960 54 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.19 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 9701 13376 0 0 957 54 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.24 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 13452 13376 0 0 963 53 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.2 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 8361 13376 0 0 957 55 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10846988 memory=718500 CPUtime=9.8 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 11041 13376 0 0 918 54 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10846988 memory=718500 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 42 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831835313952 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10846988 memory=718500 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 9 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831384466688 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10846988 memory=1764224927233 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10846988 memory=718500 CPUtime=3.21 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 27222 13376 0 0 310 3 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10846988 memory=718500 CPUtime=3.32 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 20840 13376 0 0 321 3 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10846988 memory=718500 CPUtime=1.78 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 12996 13376 0 0 165 5 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10846988 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10846988 memory=718500 CPUtime=1.36 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1192 13376 0 0 56 72 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 718500 KiB

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

[startup+2363.93 s]
# the end of solver process 28501 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.73 s, system=3.33864 s

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

[startup+2363.9 s]
/proc/loadavg: 1.25 1.32 1.35 3/229 29065
/proc/meminfo: memFree=3196564/32770624 swapFree=66976740/67108860
[pid=28501] ppid=28498 vsize=10846988 memory=718500 CPUtime=2400.03 cores=1,3,5,7
/proc/28501/stat : 28501 (java) S 28498 28501 26267 0 -1 1077944320 170515 13376 0 0 239665 330 5 3 20 0 15 0 473533349 11107315712 179625 33554432000 4194304 4196468 140725172450384 140725172432928 139832376909559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
/proc/28501/statm: 2711747 179625 3633 1 0 2673805 0
[pid=28501/tid=28554] ppid=28498 vsize=10846988 memory=718500 CPUtime=2340.33 cores=1,3,5,7
/proc/28501/task/28554/stat : 28554 (java) R 28498 28501 26267 0 -1 4202560 56188 13376 0 0 233982 43 5 3 20 0 15 0 473533358 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832348745616 139831952644204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28555] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.22 cores=1,3,5,7
/proc/28501/task/28555/stat : 28555 (java) S 28498 28501 26267 0 -1 1077944384 7263 13376 0 0 960 54 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832381151760 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28556] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.19 cores=1,3,5,7
/proc/28501/task/28556/stat : 28556 (java) S 28498 28501 26267 0 -1 1077944384 9701 13376 0 0 957 54 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832269425296 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28557] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.24 cores=1,3,5,7
/proc/28501/task/28557/stat : 28557 (java) S 28498 28501 26267 0 -1 1077944384 13452 13376 0 0 963 53 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832268372240 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28558] ppid=28498 vsize=10846988 memory=718500 CPUtime=10.2 cores=1,3,5,7
/proc/28501/task/28558/stat : 28558 (java) S 28498 28501 26267 0 -1 1077944384 8361 13376 0 0 957 55 5 3 20 0 15 0 473533359 11107315712 179625 33554432000 4194304 4196468 140725172450384 139832267319696 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28559] ppid=28498 vsize=10846988 memory=718500 CPUtime=9.8 cores=1,3,5,7
/proc/28501/task/28559/stat : 28559 (java) S 28498 28501 26267 0 -1 1077944384 11041 13376 0 0 918 54 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831836367600 139832376920706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28560] ppid=28498 vsize=10846988 memory=718500 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28560/stat : 28560 (java) S 28498 28501 26267 0 -1 1077944384 42 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831835313952 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28561] ppid=28498 vsize=10846988 memory=718500 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28561/stat : 28561 (java) S 28498 28501 26267 0 -1 1077944384 9 13376 0 0 0 0 5 3 20 0 15 0 473533361 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831384466688 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28562] ppid=28498 vsize=10846988 memory=1764224927233 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28562/stat : 28562 (java) S 28498 28501 26267 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831116032464 139832376928155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28563] ppid=28498 vsize=10846988 memory=718500 CPUtime=3.21 cores=1,3,5,7
/proc/28501/task/28563/stat : 28563 (java) S 28498 28501 26267 0 -1 1077944384 27222 13376 0 0 310 3 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831801755888 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28564] ppid=28498 vsize=10846988 memory=718500 CPUtime=3.32 cores=1,3,5,7
/proc/28501/task/28564/stat : 28564 (java) S 28498 28501 26267 0 -1 1077944384 20840 13376 0 0 321 3 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831800703344 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28565] ppid=28498 vsize=10846988 memory=718500 CPUtime=1.78 cores=1,3,5,7
/proc/28501/task/28565/stat : 28565 (java) S 28498 28501 26267 0 -1 1077944384 12996 13376 0 0 165 5 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831799650288 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28566] ppid=28498 vsize=10846988 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/28501/task/28566/stat : 28566 (java) S 28498 28501 26267 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139830646270304 139832376919765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
[pid=28501/tid=28567] ppid=28498 vsize=10846988 memory=718500 CPUtime=1.36 cores=1,3,5,7
/proc/28501/task/28567/stat : 28567 (java) S 28498 28501 26267 0 -1 1077944384 1192 13376 0 0 56 72 5 3 20 0 15 0 473533364 11107315712 179625 33554432000 4194304 4196468 140725172450384 139831798598704 139832376920706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28336128 140725172451939 140725172454581 140725172454581 140725172457423 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 718500 KiB

Child status: 143
Real time (s): 2363.93
CPU time (s): 2400.07
CPU user time (s): 2396.73
CPU system time (s): 3.33864
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 10849740
Max. memory (cumulated for all children) (KiB): 718500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.73
system time used= 3.33864
maximum resident set size= 722636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185098
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261928
involuntary context switches= 6566


# summary of solver processes directly reported to runsolver:
#   pid: 28501
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.73
#   total CPU system time (s): 3.33864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3984 second user time and 22.2566 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 12:38:12
IDJOB=4403190
IDBENCH=128324
IDSOLVER=2862
FILE ID=node124/4403190-1568975932
RUNJOBID= node124-1568967597-26299
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403190-1568975932/watcher-4403190-1568975932 -o /var/tmp/evaluation-result-4403190-1568975932/solver-4403190-1568975932 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403190-1568975932.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=2094713575

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:         4247788 kB
MemAvailable:   31382212 kB
Buffers:          140740 kB
Cached:         26923632 kB
SwapCached:        28940 kB
Active:         13865748 kB
Inactive:       13676428 kB
Active(anon):     444508 kB
Inactive(anon):    82800 kB
Active(file):   13421240 kB
Inactive(file): 13593628 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             35484 kB
Writeback:             0 kB
AnonPages:        508880 kB
Mapped:            65956 kB
Shmem:             40884 kB
Slab:             576776 kB
SReclaimable:     548016 kB
SUnreclaim:        28760 kB
KernelStack:        3984 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1600940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node124 at 2019-09-20 13:17:36