Trace number 4401088

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)141 2520.08 2477.63

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.73/0.55	c Concrete v3.12.2.1568631193530 running
7.46/3.52	o 390
8.09/3.72	o 389
8.09/3.75	o 388
9.05/4.06	o 387
9.36/4.11	o 352
9.36/4.16	o 331
9.96/4.36	o 330
9.96/4.36	o 318
9.96/4.38	o 291
10.20/4.40	o 290
10.20/4.40	o 176
10.20/4.41	o 166
11.42/4.90	o 165
11.42/4.91	o 164
11.42/4.96	o 159
13.25/6.01	o 158
13.25/6.04	o 157
13.38/6.12	o 156
16.59/9.09	o 155
16.59/9.10	o 153
18.75/11.05	o 151
19.16/11.40	o 150
20.48/12.62	o 149
20.48/12.63	o 147
39.70/31.09	o 146
39.70/31.10	o 144
39.80/31.15	o 143
1537.70/1508.96	o 142
1630.02/1599.95	o 141
2520.02/2477.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2477.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2477.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2477.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2477.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2477.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2477.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2477.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2477.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2477.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2477.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2477.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2477.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2477.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2477.60		at scala.Option.map(Option.scala:243)
2520.02/2477.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2477.60		at concrete.MAC.mac(MAC.scala:216)
2520.02/2477.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2477.60		at scala.util.Try$.apply(Try.scala:212)
2520.02/2477.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2477.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2477.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2477.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2477.60		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2477.60		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2477.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2477.60		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2477.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2477.60		at scala.util.Success.map(Try.scala:264)
2520.02/2477.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2477.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2477.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2477.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2477.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2477.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2477.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2477.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2477.60		at scala.App.main(App.scala:75)
2520.02/2477.60		at scala.App.main$(App.scala:73)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2477.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2477.61	v <instantiation
2520.02/2477.61	v         cost = '141'>
2520.02/2477.61	v       <list>
2520.02/2477.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]
2520.02/2477.61	v       </list>
2520.02/2477.61	v       <values>
2520.02/2477.61	v         0 0 10 0 18 1 3 1 15 10 3 32 27 26 36 35 20 43 16 20 67 49 53 26 49 25 57 43 35 52 81 43 53 62 116 76 102 62 58 76 130 95 121 81 81 93 111 105 71 115 102 117 105 85 121 129 117 123 133 131 132 141
2520.02/2477.61	v       </values>
2520.02/2477.61	v     </instantiation>
2520.02/2477.61	s SATISFIABLE

Verifier Data

OK	141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401088-1568684054/watcher-4401088-1568684054 -o /tmp/evaluation-result-4401088-1568684054/solver-4401088-1568684054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401088-1568684054.xml 

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

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

solver pid=16358, runsolver pid=16355

[startup+0.100751 s]*
/proc/loadavg: 2.07 1.74 1.70 3/219 16415
/proc/meminfo: memFree=25602724/32770624 swapFree=66941504/67108860
[pid=16358] ppid=16355 vsize=9972712 memory=19120 CPUtime=0.09 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 4489 13335 0 0 1 1 5 2 20 0 6 0 444644031 10212057088 4780 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2493178 4780 1937 1 0 2481616 0
[pid=16358/tid=16411] ppid=16355 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 2288 13335 0 0 0 0 5 2 20 0 6 0 444644040 10212057088 4780 33554432000 4194304 4196468 140731868626288 140249799971408 140249813257584 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=9972712 memory=5793855305728797113 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 6 0 444644041 10212057088 4780 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=9972712 memory=140054718903936 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 6 0 444644041 10212057088 4780 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 6 0 444644041 10212057088 4780 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 6 0 444644041 10212057088 4780 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19120 KiB

[startup+0.213103 s]*
/proc/loadavg: 2.07 1.74 1.70 3/228 16424
/proc/meminfo: memFree=25578104/32770624 swapFree=66941504/67108860
[pid=16358] ppid=16355 vsize=10820196 memory=47704 CPUtime=0.27 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 7252 13335 0 0 18 2 5 2 20 0 15 0 444644031 11079880704 11926 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2705049 11926 3277 1 0 2667149 0
[pid=16358/tid=16411] ppid=16355 vsize=10820196 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 3758 13335 0 0 11 1 5 2 20 0 15 0 444644040 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249799948832 140249422457424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10820196 memory=4211973780923694474 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10820196 memory=140054718903936 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10820196 memory=140054718903936 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644042 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 13 13335 0 0 0 0 5 2 20 0 15 0 444644042 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249271362848 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249137145456 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11079880704 11926 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 594 13335 0 0 1 0 5 2 20 0 15 0 444644045 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 64 13335 0 0 0 0 5 2 20 0 15 0 444644045 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10820196 memory=140054718903936 CPUtime=0.1 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 604 13335 0 0 3 0 5 2 20 0 15 0 444644045 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11079880704 11926 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10820196 memory=140054718903936 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644046 11079880704 11926 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47704 KiB

[startup+0.310576 s]*
/proc/loadavg: 2.07 1.74 1.70 3/228 16424
/proc/meminfo: memFree=25565940/32770624 swapFree=66941504/67108860
[pid=16358] ppid=16355 vsize=10820196 memory=56120 CPUtime=0.39 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 10728 13335 0 0 29 3 5 2 20 0 15 0 444644031 11079880704 14030 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2705049 14030 3323 1 0 2667149 0
[pid=16358/tid=16411] ppid=16355 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 7217 13335 0 0 19 3 5 2 20 0 15 0 444644040 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249799943600 140249812215134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644041 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10820196 memory=140054718903935 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644042 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 13 13335 0 0 0 0 5 2 20 0 15 0 444644042 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249271362848 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10820196 memory=140054718903936 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249137145456 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11079880704 14030 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 595 13335 0 0 2 0 5 2 20 0 15 0 444644045 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 64 13335 0 0 1 0 5 2 20 0 15 0 444644045 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 622 13335 0 0 5 0 5 2 20 0 15 0 444644045 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11079880704 14030 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644046 11079880704 14030 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 56120 KiB

[startup+0.701497 s]
/proc/loadavg: 2.07 1.74 1.70 4/228 16424
/proc/meminfo: memFree=25551244/32770624 swapFree=66941504/67108860
[pid=16358] ppid=16355 vsize=10824364 memory=89540 CPUtime=1.11 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 15086 13335 0 0 99 5 5 2 20 0 15 0 444644031 11084148736 22385 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2706091 22385 3513 1 0 2668173 0
[pid=16358/tid=16411] ppid=16355 vsize=10824364 memory=47520 CPUtime=0.66 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 10500 13335 0 0 55 4 5 2 20 0 15 0 444644040 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249799961808 140249422515662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10824364 memory=140054588858879 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10824364 memory=140058883523450 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644041 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10824364 memory=27800 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644041 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10824364 memory=7305218370954225241 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 5 13335 0 0 0 0 5 2 20 0 15 0 444644042 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10824364 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 13 13335 0 0 0 0 5 2 20 0 15 0 444644042 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249271362848 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10824364 memory=5787213827113576551 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249137145456 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10824364 memory=-7028383565733675155 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11084148736 22385 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10824364 memory=8326441112149131687 CPUtime=0.21 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) R 16355 16358 13460 0 -1 4202560 1014 13335 0 0 14 0 5 2 20 0 15 0 444644045 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249353638000 140249806296803 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10824364 memory=-8990767739041718176 CPUtime=0.17 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) R 16355 16358 13460 0 -1 4202560 496 13335 0 0 10 0 5 2 20 0 15 0 444644045 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249352603632 140249811631481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10824364 memory=-7384994778349281184 CPUtime=0.24 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) R 16355 16358 13460 0 -1 4202560 841 13335 0 0 17 0 5 2 20 0 15 0 444644045 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249351551344 140249806809907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10824364 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11084148736 22385 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) R 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644046 11084148736 22385 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 89540 KiB

[startup+1.50073 s]
/proc/loadavg: 2.07 1.74 1.70 4/228 16424
/proc/meminfo: memFree=25505708/32770624 swapFree=66941504/67108860
[pid=16358] ppid=16355 vsize=10834680 memory=177200 CPUtime=2.43 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 21692 13335 0 0 225 11 5 2 20 0 15 0 444644031 11094712320 44300 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2708670 44300 3581 1 0 2670733 0
[pid=16358/tid=16411] ppid=16355 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 15264 13335 0 0 130 6 5 2 20 0 15 0 444644040 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249799937168 140249828146582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10834680 memory=103796 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 54 13335 0 0 1 0 5 2 20 0 15 0 444644041 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10834680 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 357 13335 0 0 0 0 5 2 20 0 15 0 444644041 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 29 13335 0 0 1 0 5 2 20 0 15 0 444644041 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 69 13335 0 0 1 0 5 2 20 0 15 0 444644041 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 168 13335 0 0 1 0 5 2 20 0 15 0 444644042 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10834680 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 14 13335 0 0 0 0 5 2 20 0 15 0 444644042 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249271362848 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10834680 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249137145456 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10834680 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11094712320 44300 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) R 16355 16358 13460 0 -1 4202560 1096 13335 0 0 24 0 5 2 20 0 15 0 444644045 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249353647888 140249807283336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10834680 memory=210560771749439 CPUtime=0.28 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) R 16355 16358 13460 0 -1 1077944384 758 13335 0 0 21 0 5 2 20 0 15 0 444644045 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10834680 memory=3244440 CPUtime=0.48 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) R 16355 16358 13460 0 -1 4202560 1672 13335 0 0 41 0 5 2 20 0 15 0 444644045 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249351548848 140249828146582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10834680 memory=7660992747008972629 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11094712320 44300 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10834680 memory=6935649255844637777 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644046 11094712320 44300 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 67469 13335 0 0 229619 46 5 2 20 0 15 0 444644040 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249799969760 140249438082263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10846988 memory=788668 CPUtime=10.98 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 16836 13335 0 0 1035 56 5 2 20 0 15 0 444644041 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10846988 memory=788668 CPUtime=11.02 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 9742 13335 0 0 1039 56 5 2 20 0 15 0 444644041 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10846988 memory=788668 CPUtime=11.01 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 7087 13335 0 0 1033 61 5 2 20 0 15 0 444644041 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10846988 memory=788668 CPUtime=11.04 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 15707 13335 0 0 1039 58 5 2 20 0 15 0 444644041 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10846988 memory=788668 CPUtime=11.54 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 14943 13335 0 0 1093 54 5 2 20 0 15 0 444644042 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10846988 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 15 13335 0 0 0 0 5 2 20 0 15 0 444644042 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249271362976 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10846988 memory=788668 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249137145472 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10846988 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11107315712 197167 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10846988 memory=788668 CPUtime=3.56 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 22995 13335 0 0 345 4 5 2 20 0 15 0 444644045 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10846988 memory=788668 CPUtime=3.95 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 34356 13335 0 0 384 4 5 2 20 0 15 0 444644045 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10846988 memory=1764 CPUtime=1.87 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 31062 13335 0 0 176 4 5 2 20 0 15 0 444644045 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11107315712 197167 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10846988 memory=47608 CPUtime=1.34 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1565 13335 0 0 59 68 5 2 20 0 15 0 444644046 11107315712 197167 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 2362.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 788668 KiB

[startup+2382.3 s]
/proc/loadavg: 2.54 2.15 1.77 3/228 16792
/proc/meminfo: memFree=20064164/32770624 swapFree=66941512/67108860
[pid=16358] ppid=16355 vsize=10846988 memory=790716 CPUtime=2423.42 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 225453 13335 0 0 241979 356 5 2 20 0 15 0 444644031 11107315712 197679 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2711747 197679 3633 1 0 2673805 0
[pid=16358/tid=16411] ppid=16355 vsize=10846988 memory=790716 CPUtime=2356.09 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 68280 13335 0 0 235555 47 5 2 20 0 15 0 444644040 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249799970144 140249437748332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.29 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 16912 13335 0 0 1064 58 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.33 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 9993 13335 0 0 1068 58 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.31 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 7171 13335 0 0 1062 62 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.32 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 15720 13335 0 0 1066 59 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.84 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 15149 13335 0 0 1122 55 5 2 20 0 15 0 444644042 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 15 13335 0 0 0 0 5 2 20 0 15 0 444644042 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249271362976 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249137145472 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10846988 memory=788668 CPUtime=3.56 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 22997 13335 0 0 345 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10846988 memory=788668 CPUtime=3.95 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 34358 13335 0 0 384 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10846988 memory=3620 CPUtime=1.88 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 31064 13335 0 0 177 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10846988 memory=47608 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11107315712 197679 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10846988 memory=790716 CPUtime=1.37 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1583 13335 0 0 61 69 5 2 20 0 15 0 444644046 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 2423.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 790716 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 2.09 1.78 3/228 16796
/proc/meminfo: memFree=18257776/32770624 swapFree=66941512/67108860
[pid=16358] ppid=16355 vsize=10846988 memory=790716 CPUtime=2484.22 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 227711 13335 0 0 248051 364 5 2 20 0 15 0 444644031 11107315712 197679 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2711747 197679 3633 1 0 2673805 0
[pid=16358/tid=16411] ppid=16355 vsize=10846988 memory=790716 CPUtime=2415.48 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 69323 13335 0 0 241493 48 5 2 20 0 15 0 444644040 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249799970864 140249437056448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.57 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 17207 13335 0 0 1090 60 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.61 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 10048 13335 0 0 1094 60 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10846988 memory=3620 CPUtime=11.58 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 7321 13335 0 0 1087 64 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10846988 memory=790716 CPUtime=11.6 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 15985 13335 0 0 1093 60 5 2 20 0 15 0 444644041 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10846988 memory=790716 CPUtime=12.11 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 15554 13335 0 0 1148 56 5 2 20 0 15 0 444644042 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 15 13335 0 0 0 0 5 2 20 0 15 0 444644042 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249271362976 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249137145472 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10846988 memory=790716 CPUtime=3.56 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 23001 13335 0 0 345 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10846988 memory=1988 CPUtime=3.95 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 34362 13335 0 0 384 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10846988 memory=988 CPUtime=1.88 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 31070 13335 0 0 177 4 5 2 20 0 15 0 444644045 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10846988 memory=790716 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11107315712 197679 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10846988 memory=790716 CPUtime=1.41 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1614 13335 0 0 63 71 5 2 20 0 15 0 444644046 11107315712 197679 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 2484.22 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 790716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 2.02 2.08 1.78 6/228 16799
/proc/meminfo: memFree=17874360/32770624 swapFree=66941512/67108860
[pid=16358] ppid=16355 vsize=10846988 memory=792764 CPUtime=2520.02 cores=1,3,5,7
/proc/16358/stat : 16358 (java) S 16355 16358 13460 0 -1 1077944320 228879 13335 0 0 251626 369 5 2 20 0 15 0 444644031 11107315712 198191 33554432000 4194304 4196468 140731868626288 140731868608832 140249828134647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
/proc/16358/statm: 2711747 198191 3633 1 0 2673805 0
[pid=16358/tid=16411] ppid=16355 vsize=10846988 memory=6791534058613427641 CPUtime=2450.41 cores=1,3,5,7
/proc/16358/task/16411/stat : 16411 (java) R 16355 16358 13460 0 -1 4202560 69860 13335 0 0 244986 48 5 2 20 0 15 0 444644040 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249799970000 140249438287589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16412] ppid=16355 vsize=10846988 memory=1428 CPUtime=11.73 cores=1,3,5,7
/proc/16358/task/16412/stat : 16412 (java) S 16355 16358 13460 0 -1 1077944384 17294 13335 0 0 1106 60 5 2 20 0 15 0 444644041 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249832376720 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16413] ppid=16355 vsize=10846988 memory=1752 CPUtime=11.78 cores=1,3,5,7
/proc/16358/task/16413/stat : 16413 (java) S 16355 16358 13460 0 -1 1077944384 10096 13335 0 0 1110 61 5 2 20 0 15 0 444644041 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249747196176 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16414] ppid=16355 vsize=10846988 memory=1056 CPUtime=11.75 cores=1,3,5,7
/proc/16358/task/16414/stat : 16414 (java) S 16355 16358 13460 0 -1 1077944384 7578 13335 0 0 1103 65 5 2 20 0 15 0 444644041 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249746143888 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16415] ppid=16355 vsize=10846988 memory=1556 CPUtime=11.78 cores=1,3,5,7
/proc/16358/task/16415/stat : 16415 (java) S 16355 16358 13460 0 -1 1077944384 16016 13335 0 0 1110 61 5 2 20 0 15 0 444644041 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249745091088 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16416] ppid=16355 vsize=10846988 memory=11632 CPUtime=12.29 cores=1,3,5,7
/proc/16358/task/16416/stat : 16416 (java) S 16355 16358 13460 0 -1 1077944384 15746 13335 0 0 1165 57 5 2 20 0 15 0 444644042 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249354709616 140249828145794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16417] ppid=16355 vsize=10846988 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16417/stat : 16417 (java) S 16355 16358 13460 0 -1 1077944384 15 13335 0 0 0 0 5 2 20 0 15 0 444644042 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249271362976 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16418] ppid=16355 vsize=10846988 memory=1088 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16418/stat : 16418 (java) S 16355 16358 13460 0 -1 1077944384 1 13335 0 0 0 0 5 2 20 0 15 0 444644043 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249137145472 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16419] ppid=16355 vsize=10846988 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16419/stat : 16419 (java) S 16355 16358 13460 0 -1 1077944384 2 13335 0 0 0 0 5 2 20 0 15 0 444644045 11107315712 198191 33554432000 4194304 4196468 140731868626288 140248533166672 140249828153243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16420] ppid=16355 vsize=10846988 memory=780 CPUtime=3.56 cores=1,3,5,7
/proc/16358/task/16420/stat : 16420 (java) S 16355 16358 13460 0 -1 1077944384 23001 13335 0 0 345 4 5 2 20 0 15 0 444644045 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249353656432 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16421] ppid=16355 vsize=10846988 memory=6004 CPUtime=3.95 cores=1,3,5,7
/proc/16358/task/16421/stat : 16421 (java) S 16355 16358 13460 0 -1 1077944384 34362 13335 0 0 384 4 5 2 20 0 15 0 444644045 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249352603632 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16422] ppid=16355 vsize=10846988 memory=624 CPUtime=1.88 cores=1,3,5,7
/proc/16358/task/16422/stat : 16422 (java) S 16355 16358 13460 0 -1 1077944384 31070 13335 0 0 177 4 5 2 20 0 15 0 444644045 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249351551344 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16423] ppid=16355 vsize=10846988 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/16358/task/16423/stat : 16423 (java) S 16355 16358 13460 0 -1 1077944384 3 13335 0 0 0 0 5 2 20 0 15 0 444644046 11107315712 198191 33554432000 4194304 4196468 140731868626288 140248063404512 140249828144853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
[pid=16358/tid=16424] ppid=16355 vsize=10846988 memory=2832 CPUtime=1.42 cores=1,3,5,7
/proc/16358/task/16424/stat : 16424 (java) S 16355 16358 13460 0 -1 1077944384 1630 13335 0 0 63 72 5 2 20 0 15 0 444644046 11107315712 198191 33554432000 4194304 4196468 140731868626288 140249350499248 140249828145794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36311040 140731868629744 140731868632261 140731868632261 140731868635087 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 792764 KiB

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

[startup+2477.63 s]
# the end of solver process 16358 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.73384 s

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

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.08
CPU user time (s): 2516.34
CPU system time (s): 3.73384
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 792764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.73384
maximum resident set size= 796896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291172
involuntary context switches= 11757


# summary of solver processes directly reported to runsolver:
#   pid: 16358
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.73384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1775 second user time and 23.4523 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 03:33:35
IDJOB=4401088
IDBENCH=128242
IDSOLVER=2857
FILE ID=node149/4401088-1568684054
RUNJOBID= node149-1568673293-13492
PBS_JOBID= 21703773
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401088-1568684054/watcher-4401088-1568684054 -o /tmp/evaluation-result-4401088-1568684054/solver-4401088-1568684054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401088-1568684054.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=491185228

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25612152 kB
MemAvailable:   30667484 kB
Buffers:           96552 kB
Cached:          5261248 kB
SwapCached:        61088 kB
Active:          3609756 kB
Inactive:        2985488 kB
Active(anon):    1179976 kB
Inactive(anon):   106188 kB
Active(file):    2429780 kB
Inactive(file):  2879300 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941504 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:       1311844 kB
Mapped:            61972 kB
Shmem:             39960 kB
Slab:             153828 kB
SReclaimable:     124176 kB
SUnreclaim:        29652 kB
KernelStack:        4000 kB
PageTables:         8476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2350456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1132544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-17 04:14:53