Trace number 4401392

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)89 2400.07 2359.64

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark306.205
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
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.74/0.56	c Concrete v3.12.2.1568631193530 running
7.44/3.47	o 326
8.09/3.60	o 325
8.09/3.68	o 319
8.42/3.72	o 314
10.30/4.38	o 313
10.30/4.39	o 311
10.55/4.41	o 303
10.55/4.43	o 273
10.55/4.44	o 110
10.55/4.47	o 109
10.76/4.50	o 108
10.76/4.52	o 106
10.76/4.57	o 100
10.90/4.68	o 99
11.27/4.87	o 95
22.88/14.86	o 94
23.92/15.79	o 93
38.18/29.83	o 92
43.00/34.69	o 91
426.74/413.54	o 90
458.34/444.75	o 89
2400.03/2359.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2359.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2359.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2359.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.03/2359.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2359.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2359.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2359.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2359.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2359.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2359.60		at scala.Option.map(Option.scala:243)
2400.03/2359.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2359.60		at concrete.MAC.mac(MAC.scala:216)
2400.03/2359.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2359.60		at scala.util.Try$.apply(Try.scala:212)
2400.03/2359.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2359.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2359.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2359.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2359.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2359.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2359.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2359.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2359.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2359.60		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2359.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2359.60		at scala.util.Success.map(Try.scala:264)
2400.03/2359.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2359.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2359.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2359.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2359.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2359.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2359.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2359.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2359.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2359.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2359.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2359.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2359.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2359.61		at scala.App.main(App.scala:75)
2400.03/2359.61		at scala.App.main$(App.scala:73)
2400.03/2359.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2359.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2359.61	v <instantiation
2400.03/2359.61	v         cost = '89'>
2400.03/2359.61	v       <list>
2400.03/2359.61	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/2359.61	v       </list>
2400.03/2359.61	v       <values>
2400.03/2359.61	v         0 0 0 0 2 16 10 10 9 13 8 15 12 25 48 78 31 22 31 23 4 35 32 12 32 34 23 43 40 16 30 48 40 22 58 55 54 57 34 51 53 41 65 50 64 34 50 56 22 54 55 75 64 66 70 74 77 78 81 82 68 89
2400.03/2359.61	v       </values>
2400.03/2359.61	v     </instantiation>
2400.03/2359.61	s SATISFIABLE

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401392-1568682776/watcher-4401392-1568682776 -o /tmp/evaluation-result-4401392-1568682776/solver-4401392-1568682776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401392-1568682776.xml 

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

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


[startup+0.10013 s]*
/proc/loadavg: 1.38 1.48 1.47 3/219 17018
/proc/meminfo: memFree=29113720/32770624 swapFree=66922324/67108860
[pid=16961] ppid=16958 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 4450 13016 0 0 1 1 5 3 20 0 6 0 444215460 10212057088 4203 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2493178 4203 1935 1 0 2481616 0
[pid=16961/tid=17014] ppid=16958 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 2257 13016 0 0 0 0 5 3 20 0 6 0 444215469 10212057088 4203 33554432000 4194304 4196468 140730982535088 140416696365648 140416708609300 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 444215470 10212057088 4203 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=9972712 memory=140145572705920 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 444215470 10212057088 4203 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 444215470 10212057088 4203 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 6 0 444215470 10212057088 4203 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.21295 s]*
/proc/loadavg: 1.38 1.48 1.47 3/228 17027
/proc/meminfo: memFree=29089392/32770624 swapFree=66922324/67108860
[pid=16961] ppid=16958 vsize=10820196 memory=46956 CPUtime=0.27 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 7521 13016 0 0 17 2 5 3 20 0 15 0 444215460 11079880704 11739 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2705049 11739 3279 1 0 2667149 0
[pid=16961/tid=17014] ppid=16958 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 4029 13016 0 0 11 1 5 3 20 0 15 0 444215469 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416696352048 140416724550234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10820196 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10820196 memory=140145575998565 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10820196 memory=140145572705920 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215471 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 13 13016 0 0 0 0 5 3 20 0 15 0 444215471 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416171107488 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416036889328 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11079880704 11739 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) R 16958 16961 14447 0 -1 4202560 478 13016 0 0 1 0 5 3 20 0 15 0 444215474 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416250063600 140416702403072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 177 13016 0 0 0 0 5 3 20 0 15 0 444215474 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10820196 memory=140145572705920 CPUtime=0.11 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 612 13016 0 0 3 0 5 3 20 0 15 0 444215475 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11079880704 11739 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10820196 memory=140145572705920 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215475 11079880704 11739 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46956 KiB

[startup+0.311859 s]*
/proc/loadavg: 1.38 1.48 1.47 4/228 17027
/proc/meminfo: memFree=29076356/32770624 swapFree=66922324/67108860
[pid=16961] ppid=16958 vsize=10820196 memory=55188 CPUtime=0.4 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 10972 13016 0 0 28 4 5 3 20 0 15 0 444215460 11079880704 13797 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2705049 13797 3310 1 0 2667149 0
[pid=16961/tid=17014] ppid=16958 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 7465 13016 0 0 18 3 5 3 20 0 15 0 444215469 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416696333888 140416708609374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215470 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215471 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 13 13016 0 0 0 0 5 3 20 0 15 0 444215471 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416171107488 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416036889328 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11079880704 13797 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 479 13016 0 0 2 0 5 3 20 0 15 0 444215474 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 178 13016 0 0 1 0 5 3 20 0 15 0 444215474 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10820196 memory=140145572705920 CPUtime=0.13 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) R 16958 16961 14447 0 -1 4202560 619 13016 0 0 5 0 5 3 20 0 15 0 444215475 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416247958000 140416701751280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11079880704 13797 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10820196 memory=140145572705920 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215475 11079880704 13797 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55188 KiB

[startup+0.700709 s]
/proc/loadavg: 1.38 1.48 1.47 3/228 17027
/proc/meminfo: memFree=29062812/32770624 swapFree=66922324/67108860
[pid=16961] ppid=16958 vsize=10824364 memory=87212 CPUtime=1.1 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 14967 13016 0 0 96 6 5 3 20 0 15 0 444215460 11084148736 21803 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2706091 21803 3507 1 0 2668173 0
[pid=16961/tid=17014] ppid=16958 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 10456 13016 0 0 55 4 5 3 20 0 15 0 444215469 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416696354288 140416724550813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215470 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215470 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 5 13016 0 0 0 0 5 3 20 0 15 0 444215471 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10824364 memory=8751464017575556917 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 13 13016 0 0 0 0 5 3 20 0 15 0 444215471 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416171107488 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416036889328 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10824364 memory=140149077836366 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11084148736 21803 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10824364 memory=140149077836370 CPUtime=0.19 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 832 13016 0 0 11 0 5 3 20 0 15 0 444215474 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10824364 memory=140149077836371 CPUtime=0.19 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 655 13016 0 0 11 0 5 3 20 0 15 0 444215474 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10824364 memory=140149077836374 CPUtime=0.25 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 789 13016 0 0 17 0 5 3 20 0 15 0 444215475 11084148736 21803 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10824364 memory=140149077836376 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11084148736 21803 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10824364 memory=140149077836378 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215475 11084148736 21823 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87212 KiB

[startup+1.50077 s]
/proc/loadavg: 1.38 1.48 1.47 3/228 17027
/proc/meminfo: memFree=29021276/32770624 swapFree=66922324/67108860
[pid=16961] ppid=16958 vsize=10834680 memory=174952 CPUtime=2.43 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 21584 13016 0 0 225 10 5 3 20 0 15 0 444215460 11094712320 43738 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2708670 43738 3576 1 0 2670733 0
[pid=16961/tid=17014] ppid=16958 vsize=10834680 memory=87212 CPUtime=1.43 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 15364 13016 0 0 130 5 5 3 20 0 15 0 444215469 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416696318304 140416708609374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 65 13016 0 0 1 0 5 3 20 0 15 0 444215470 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 71 13016 0 0 0 0 5 3 20 0 15 0 444215470 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 17 13016 0 0 1 0 5 3 20 0 15 0 444215470 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 352 13016 0 0 1 0 5 3 20 0 15 0 444215470 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 135 13016 0 0 1 0 5 3 20 0 15 0 444215471 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10834680 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 14 13016 0 0 0 0 5 3 20 0 15 0 444215471 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416171107552 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10834680 memory=280290908327616 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416036889344 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11094712320 43738 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 975 13016 0 0 23 0 5 3 20 0 15 0 444215474 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10834680 memory=6943526294502006880 CPUtime=0.32 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 869 13016 0 0 24 0 5 3 20 0 15 0 444215474 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10834680 memory=-7452431979323206951 CPUtime=0.48 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 1513 13016 0 0 40 0 5 3 20 0 15 0 444215475 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11094712320 43738 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215475 11094712320 43738 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 62709 13016 0 0 217835 43 5 3 20 0 15 0 444215469 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416696363696 140416336820667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10846988 memory=761068 CPUtime=10.48 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 13345 13016 0 0 986 54 5 3 20 0 15 0 444215470 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10846988 memory=761144 CPUtime=10.45 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 9288 13016 0 0 986 51 5 3 20 0 15 0 444215470 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10846988 memory=761068 CPUtime=10.44 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 6008 13016 0 0 983 53 5 3 20 0 15 0 444215470 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10846988 memory=761116 CPUtime=10.44 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 13526 13016 0 0 983 53 5 3 20 0 15 0 444215470 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10846988 memory=761144 CPUtime=9.97 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 14152 13016 0 0 943 46 5 3 20 0 15 0 444215471 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10846988 memory=761144 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 444215471 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416171107616 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10846988 memory=761144 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416036889344 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10846988 memory=761144 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11107315712 190286 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10846988 memory=761144 CPUtime=3.29 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 17444 13016 0 0 318 3 5 3 20 0 15 0 444215474 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10846988 memory=761144 CPUtime=3.79 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 14982 13016 0 0 367 4 5 3 20 0 15 0 444215474 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10846988 memory=761144 CPUtime=1.86 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 17340 13016 0 0 174 4 5 3 20 0 15 0 444215475 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10846988 memory=7233736994252652628 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11107315712 190286 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10846988 memory=988 CPUtime=1.4 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 867 13016 0 0 71 61 5 3 20 0 15 0 444215475 11107315712 190286 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 2240.37 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 761144 KiB

[startup+2262.3 s]
/proc/loadavg: 1.79 1.63 1.52 3/229 17649
/proc/meminfo: memFree=27455552/32770624 swapFree=66922332/67108860
[pid=16961] ppid=16958 vsize=10846988 memory=763296 CPUtime=2301.28 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 173369 13016 0 0 229800 320 5 3 20 0 15 0 444215460 11107315712 190824 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2711747 190824 3632 1 0 2673805 0
[pid=16961/tid=17014] ppid=16958 vsize=10846988 memory=780 CPUtime=2238.24 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 63469 13016 0 0 223772 44 5 3 20 0 15 0 444215469 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416696363872 140416336317252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10846988 memory=763200 CPUtime=10.79 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 13400 13016 0 0 1015 56 5 3 20 0 15 0 444215470 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10846988 memory=763296 CPUtime=10.75 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 9618 13016 0 0 1015 52 5 3 20 0 15 0 444215470 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10846988 memory=763296 CPUtime=10.73 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 6084 13016 0 0 1011 54 5 3 20 0 15 0 444215470 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10846988 memory=763296 CPUtime=10.75 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 13549 13016 0 0 1012 55 5 3 20 0 15 0 444215470 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10846988 memory=763296 CPUtime=10.25 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 14355 13016 0 0 969 48 5 3 20 0 15 0 444215471 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10846988 memory=763296 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 444215471 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416171107616 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10846988 memory=763296 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416036889344 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11107315712 190824 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10846988 memory=3616 CPUtime=3.29 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 17446 13016 0 0 318 3 5 3 20 0 15 0 444215474 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10846988 memory=32380 CPUtime=3.79 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 14984 13016 0 0 367 4 5 3 20 0 15 0 444215474 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10846988 memory=763268 CPUtime=1.86 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 17342 13016 0 0 174 4 5 3 20 0 15 0 444215475 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10846988 memory=763268 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11107315712 190824 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10846988 memory=988 CPUtime=1.44 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 895 13016 0 0 73 63 5 3 20 0 15 0 444215475 11107315712 190824 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 2301.28 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 763296 KiB

[startup+2322.3 s]
/proc/loadavg: 1.75 1.65 1.54 3/229 17660
/proc/meminfo: memFree=27651552/32770624 swapFree=66922332/67108860
[pid=16961] ppid=16958 vsize=10846988 memory=763356 CPUtime=2362.19 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 174758 13016 0 0 235883 328 5 3 20 0 15 0 444215460 11107315712 190839 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2711747 190839 3632 1 0 2673805 0
[pid=16961/tid=17014] ppid=16958 vsize=10846988 memory=763356 CPUtime=2297.62 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 64164 13016 0 0 229710 44 5 3 20 0 15 0 444215469 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416696364768 140416336869522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10846988 memory=763356 CPUtime=11.08 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 13417 13016 0 0 1043 57 5 3 20 0 15 0 444215470 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10846988 memory=763356 CPUtime=11.05 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 9724 13016 0 0 1044 53 5 3 20 0 15 0 444215470 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10846988 memory=763356 CPUtime=11.04 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 6136 13016 0 0 1040 56 5 3 20 0 15 0 444215470 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10846988 memory=763356 CPUtime=11.05 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 13844 13016 0 0 1042 55 5 3 20 0 15 0 444215470 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10846988 memory=763356 CPUtime=10.53 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 14556 13016 0 0 996 49 5 3 20 0 15 0 444215471 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10846988 memory=763356 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 444215471 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416171107616 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10846988 memory=763356 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416036889344 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10846988 memory=763356 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11107315712 190839 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10846988 memory=763356 CPUtime=3.29 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 17448 13016 0 0 318 3 5 3 20 0 15 0 444215474 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10846988 memory=1804 CPUtime=3.79 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 14986 13016 0 0 367 4 5 3 20 0 15 0 444215474 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10846988 memory=763356 CPUtime=1.86 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 17344 13016 0 0 174 4 5 3 20 0 15 0 444215475 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10846988 memory=763356 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11107315712 190839 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10846988 memory=763356 CPUtime=1.47 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 912 13016 0 0 74 65 5 3 20 0 15 0 444215475 11107315712 190839 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 2362.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 763356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.6 s]
/proc/loadavg: 1.71 1.65 1.54 3/229 17663
/proc/meminfo: memFree=27730180/32770624 swapFree=66922332/67108860
[pid=16961] ppid=16958 vsize=10846988 memory=765436 CPUtime=2400.03 cores=0,2,4,6
/proc/16961/stat : 16961 (java) S 16958 16961 14447 0 -1 1077944320 175082 13016 0 0 239662 333 5 3 20 0 15 0 444215460 11107315712 191359 33554432000 4194304 4196468 140730982535088 140730982517632 140416724528887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
/proc/16961/statm: 2711747 191359 3632 1 0 2673805 0
[pid=16961/tid=17014] ppid=16958 vsize=10846988 memory=6791534058613427641 CPUtime=2334.54 cores=0,2,4,6
/proc/16961/task/17014/stat : 17014 (java) R 16958 16961 14447 0 -1 4202560 64438 13016 0 0 233401 45 5 3 20 0 15 0 444215469 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416696363984 140416336265312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17015] ppid=16958 vsize=10846988 memory=988 CPUtime=11.27 cores=0,2,4,6
/proc/16961/task/17015/stat : 17015 (java) S 16958 16961 14447 0 -1 1077944384 13426 13016 0 0 1060 59 5 3 20 0 15 0 444215470 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416728771600 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17016] ppid=16958 vsize=10846988 memory=2012 CPUtime=11.23 cores=0,2,4,6
/proc/16961/task/17016/stat : 17016 (java) S 16958 16961 14447 0 -1 1077944384 9732 13016 0 0 1061 54 5 3 20 0 15 0 444215470 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416643591312 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17017] ppid=16958 vsize=10846988 memory=1324 CPUtime=11.23 cores=0,2,4,6
/proc/16961/task/17017/stat : 17017 (java) S 16958 16961 14447 0 -1 1077944384 6160 13016 0 0 1058 57 5 3 20 0 15 0 444215470 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416642538256 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17018] ppid=16958 vsize=10846988 memory=1704 CPUtime=11.23 cores=0,2,4,6
/proc/16961/task/17018/stat : 17018 (java) S 16958 16961 14447 0 -1 1077944384 13849 13016 0 0 1059 56 5 3 20 0 15 0 444215470 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416295558032 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17019] ppid=16958 vsize=10846988 memory=3992 CPUtime=10.69 cores=0,2,4,6
/proc/16961/task/17019/stat : 17019 (java) S 16958 16961 14447 0 -1 1077944384 14558 13016 0 0 1011 50 5 3 20 0 15 0 444215471 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416251115760 140416724540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17020] ppid=16958 vsize=10846988 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17020/stat : 17020 (java) S 16958 16961 14447 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 444215471 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416171107616 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17021] ppid=16958 vsize=10846988 memory=1000 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17021/stat : 17021 (java) S 16958 16961 14447 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 444215472 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416036889344 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17022] ppid=16958 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17022/stat : 17022 (java) S 16958 16961 14447 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 444215474 11107315712 191359 33554432000 4194304 4196468 140730982535088 140415432910800 140416724547483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17023] ppid=16958 vsize=10846988 memory=1172 CPUtime=3.29 cores=0,2,4,6
/proc/16961/task/17023/stat : 17023 (java) S 16958 16961 14447 0 -1 1077944384 17448 13016 0 0 318 3 5 3 20 0 15 0 444215474 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416250063600 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17024] ppid=16958 vsize=10846988 memory=14008 CPUtime=3.79 cores=0,2,4,6
/proc/16961/task/17024/stat : 17024 (java) S 16958 16961 14447 0 -1 1077944384 14986 13016 0 0 367 4 5 3 20 0 15 0 444215474 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416249011056 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17025] ppid=16958 vsize=10846988 memory=14076 CPUtime=1.87 cores=0,2,4,6
/proc/16961/task/17025/stat : 17025 (java) S 16958 16961 14447 0 -1 1077944384 17344 13016 0 0 175 4 5 3 20 0 15 0 444215475 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416247958000 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17026] ppid=16958 vsize=10846988 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/16961/task/17026/stat : 17026 (java) S 16958 16961 14447 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 444215475 11107315712 191359 33554432000 4194304 4196468 140730982535088 140414963149664 140416724539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
[pid=16961/tid=17027] ppid=16958 vsize=10846988 memory=12852 CPUtime=1.5 cores=0,2,4,6
/proc/16961/task/17027/stat : 17027 (java) S 16958 16961 14447 0 -1 1077944384 914 13016 0 0 76 66 5 3 20 0 15 0 444215475 11107315712 191359 33554432000 4194304 4196468 140730982535088 140416246905392 140416724540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9719808 140730982537968 140730982540485 140730982540485 140730982543311 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765436 KiB

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

[startup+2359.64 s]
# the end of solver process 16961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.7 s, system=3.37122 s

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

Child status: 143
Real time (s): 2359.64
CPU time (s): 2400.07
CPU user time (s): 2396.7
CPU system time (s): 3.37122
CPU usage (%): 101.714
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 765436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.7
system time used= 3.37122
maximum resident set size= 769568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277192
involuntary context switches= 9479


# summary of solver processes directly reported to runsolver:
#   pid: 16961
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.7
#   total CPU system time (s): 3.37122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2549 second user time and 22.8401 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 03:12:14
IDJOB=4401392
IDBENCH=128634
IDSOLVER=2858
FILE ID=node141/4401392-1568682776
RUNJOBID= node141-1568673289-14478
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401392-1568682776/watcher-4401392-1568682776 -o /tmp/evaluation-result-4401392-1568682776/solver-4401392-1568682776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401392-1568682776.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=491185228

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        29120012 kB
MemAvailable:   30032348 kB
Buffers:          221064 kB
Cached:           988548 kB
SwapCached:        77848 kB
Active:          2360720 kB
Inactive:         726428 kB
Active(anon):    1806200 kB
Inactive(anon):   114816 kB
Active(file):     554520 kB
Inactive(file):   611612 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922324 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:       1977348 kB
Mapped:            56432 kB
Shmem:             34536 kB
Slab:             154452 kB
SReclaimable:     124076 kB
SUnreclaim:        30376 kB
KernelStack:        4000 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2952596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1851392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 03:51:34