Trace number 4396508

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)139 2400.12 2367.43

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 benchmark248.551
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.78/0.55	c Concrete v3.12.2.1568380929293 running
10.04/4.28	o 390
10.65/4.45	o 389
10.81/4.52	o 387
11.32/4.83	o 386
11.32/4.86	o 385
11.32/4.88	o 367
11.73/5.04	o 366
11.73/5.05	o 365
11.73/5.10	o 344
11.89/5.15	o 184
12.04/5.25	o 173
12.35/5.40	o 171
12.35/5.48	o 163
16.39/8.56	o 162
16.63/8.72	o 161
16.63/8.76	o 160
16.75/8.81	o 159
17.30/9.38	o 158
17.51/9.52	o 157
20.52/12.40	o 156
20.52/12.48	o 155
25.70/17.35	o 154
26.02/17.68	o 153
27.59/19.04	o 152
27.59/19.07	o 150
27.59/19.09	o 148
29.08/20.50	o 147
29.18/20.53	o 146
29.29/20.66	o 145
29.70/21.03	o 144
32.94/24.14	o 143
33.03/24.25	o 142
137.62/127.77	o 141
137.74/127.88	o 140
1119.16/1098.93	o 139
2400.07/2367.40	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2367.40		at concrete.MAC.mac(MAC.scala:192)
2400.07/2367.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2367.40		at scala.util.Try$.apply(Try.scala:212)
2400.07/2367.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2367.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2367.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2367.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2367.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2367.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2367.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2367.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2367.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2367.40		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2367.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2367.40		at scala.util.Success.map(Try.scala:264)
2400.07/2367.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2367.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2367.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2367.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2367.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2367.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2367.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2367.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2367.40		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2367.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2367.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2367.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2367.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2367.40		at scala.App.main(App.scala:75)
2400.07/2367.40		at scala.App.main$(App.scala:73)
2400.07/2367.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2367.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2367.41	v <instantiation
2400.07/2367.41	v         cost = '139'>
2400.07/2367.41	v       <list>
2400.07/2367.41	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.07/2367.41	v       </list>
2400.07/2367.41	v       <values>
2400.07/2367.41	v         0 0 8 0 16 6 3 1 13 8 3 30 25 24 34 33 18 42 14 18 65 60 51 24 45 16 53 41 33 51 92 54 48 60 92 74 79 60 53 74 128 93 113 79 79 102 111 103 69 113 89 115 103 83 120 124 115 121 131 129 129 139
2400.07/2367.41	v       </values>
2400.07/2367.41	v     </instantiation>
2400.07/2367.41	s SATISFIABLE

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396508-1568401507/watcher-4396508-1568401507 -o /tmp/evaluation-result-4396508-1568401507/solver-4396508-1568401507 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1256 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=522365166 HOME/instance-4396508-1568401507.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=2361, runsolver pid=2358
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.50 1.42 1.42 3/220 2430
/proc/meminfo: memFree=28987104/32770624 swapFree=66940888/67108860
[pid=2361] ppid=2358 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 4481 13282 0 0 1 0 5 2 20 0 6 0 416389368 10212057088 4716 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2493178 4716 1935 1 0 2481616 0
[pid=2361/tid=2426] ppid=2358 vsize=9972712 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 2305 13282 0 0 1 0 5 2 20 0 6 0 416389377 10212057088 4781 33554432000 4194304 4196468 140726507976896 139961566868048 139961580343289 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 6 0 416389378 10212057088 4781 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=9974768 memory=140516710512256 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 6 0 416389378 10214162432 4781 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=9982360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 6 0 416389378 10221936640 4781 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=9988792 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 6 0 416389378 10228523008 4781 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210098 s]*
/proc/loadavg: 1.50 1.42 1.42 3/229 2439
/proc/meminfo: memFree=28970204/32770624 swapFree=66940888/67108860
[pid=2361] ppid=2358 vsize=10819664 memory=38776 CPUtime=0.26 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 7048 13282 0 0 17 2 5 2 20 0 15 0 416389368 11079335936 9694 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2704916 9694 3171 1 0 2667149 0
[pid=2361/tid=2426] ppid=2358 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 3547 13282 0 0 10 1 5 2 20 0 15 0 416389377 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961566864000 139961595053213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10819664 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10819664 memory=140516710527586 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10819664 memory=140516710512256 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389379 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 13 13282 0 0 0 0 5 2 20 0 15 0 416389380 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961038791840 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389380 11079335936 10270 33554432000 4194304 4196468 140726507976896 139960367702768 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 493 13282 0 0 1 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 165 13282 0 0 1 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10819664 memory=140516710512256 CPUtime=0.1 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) R 2358 2361 1225 0 -1 4202560 635 13282 0 0 3 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961118554608 139961587268414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10819664 memory=140516710512256 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079335936 10270 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38776 KiB

[startup+0.310536 s]*
/proc/loadavg: 1.50 1.42 1.42 3/229 2439
/proc/meminfo: memFree=28956572/32770624 swapFree=66940888/67108860
[pid=2361] ppid=2358 vsize=10820148 memory=49908 CPUtime=0.39 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 10757 13282 0 0 29 3 5 2 20 0 15 0 416389368 11079831552 12477 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2705037 12477 3303 1 0 2667149 0
[pid=2361/tid=2426] ppid=2358 vsize=10820148 memory=1399051139730258233 CPUtime=0.28 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 7208 13282 0 0 19 2 5 2 20 0 15 0 416389377 11079831552 12477 33554432000 4194304 4196468 140726507976896 139961566831200 139961579111774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079831552 12477 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079831552 12477 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079831552 12477 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11079831552 12477 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389379 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 13 13282 0 0 0 0 5 2 20 0 15 0 416389380 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961038791840 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389380 11079831552 12542 33554432000 4194304 4196468 140726507976896 139960367702768 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 502 13282 0 0 2 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 166 13282 0 0 1 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) S 2358 2361 1225 0 -1 1077944384 656 13282 0 0 5 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961118554608 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389383 11079831552 12542 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49908 KiB

[startup+0.702332 s]
/proc/loadavg: 1.50 1.42 1.42 4/229 2439
/proc/meminfo: memFree=28941696/32770624 swapFree=66940888/67108860
[pid=2361] ppid=2358 vsize=10824360 memory=83864 CPUtime=1.12 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 15193 13282 0 0 100 5 5 2 20 0 15 0 416389368 11084144640 20966 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2706090 20966 3512 1 0 2668173 0
[pid=2361/tid=2426] ppid=2358 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 10351 13282 0 0 56 3 5 2 20 0 15 0 416389377 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961566858448 139961579111774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389378 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 2 13282 0 0 0 0 5 2 20 0 15 0 416389378 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10824360 memory=8320808402720011829 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 5 13282 0 0 0 0 5 2 20 0 15 0 416389379 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10824360 memory=5787239201445991264 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 13 13282 0 0 0 0 5 2 20 0 15 0 416389380 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961038791840 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10824360 memory=5859278125529317472 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389380 11084144640 20966 33554432000 4194304 4196468 140726507976896 139960367702768 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10824360 memory=140516710511121 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) R 2358 2361 1225 0 -1 4202560 950 13282 0 0 12 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961120660504 139961572260039 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) R 2358 2361 1225 0 -1 1077944384 732 13282 0 0 12 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) R 2358 2361 1225 0 -1 4202560 923 13282 0 0 17 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961118554608 139961575373400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389383 11084144640 20966 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83864 KiB

[startup+1.50066 s]
/proc/loadavg: 1.50 1.42 1.42 3/229 2439
/proc/meminfo: memFree=28897296/32770624 swapFree=66940888/67108860
[pid=2361] ppid=2358 vsize=10834676 memory=171760 CPUtime=2.43 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 21817 13282 0 0 226 10 5 2 20 0 15 0 416389368 11094708224 42940 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2708669 42940 3578 1 0 2670733 0
[pid=2361/tid=2426] ppid=2358 vsize=10834676 memory=800 CPUtime=1.43 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 15177 13282 0 0 130 6 5 2 20 0 15 0 416389377 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961566829152 139961595043222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10834676 memory=1935151203841 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 59 13282 0 0 1 0 5 2 20 0 15 0 416389378 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10834676 memory=2167079437569 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 355 13282 0 0 0 0 5 2 20 0 15 0 416389378 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 20 13282 0 0 1 0 5 2 20 0 15 0 416389378 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10834676 memory=140516568167162 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 92 13282 0 0 1 0 5 2 20 0 15 0 416389378 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10834676 memory=140516569067519 CPUtime=0.08 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 171 13282 0 0 1 0 5 2 20 0 15 0 416389379 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10834676 memory=140516567962290 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 14 13282 0 0 0 0 5 2 20 0 15 0 416389380 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961038791904 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389380 11094708224 42940 33554432000 4194304 4196468 140726507976896 139960367702784 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10834676 memory=4570355806883456153 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10834676 memory=-6005952985263858797 CPUtime=0.31 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 1129 13282 0 0 24 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10834676 memory=7667769072035849836 CPUtime=0.28 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 878 13282 0 0 21 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10834676 memory=7440059105652466513 CPUtime=0.49 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) R 2358 2361 1225 0 -1 4202560 1708 13282 0 0 42 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961118551040 139961574165770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10834676 memory=97564 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1 13282 0 0 0 0 5 2 20 0 15 0 416389383 11094708224 42940 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 61022 13282 0 0 218385 38 5 2 20 0 15 0 416389377 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961566866384 139961205724419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10846984 memory=659808 CPUtime=7.64 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 11843 13282 0 0 719 38 5 2 20 0 15 0 416389378 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10846984 memory=659808 CPUtime=7.64 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 13165 13282 0 0 716 41 5 2 20 0 15 0 416389378 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10846984 memory=659808 CPUtime=7.63 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 16640 13282 0 0 718 38 5 2 20 0 15 0 416389378 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10846984 memory=659808 CPUtime=7.66 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 14175 13282 0 0 718 41 5 2 20 0 15 0 416389378 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10846984 memory=659808 CPUtime=7.62 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 13344 13282 0 0 717 38 5 2 20 0 15 0 416389379 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10846984 memory=659808 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 16 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961038791968 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10846984 memory=659808 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 10 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 164952 33554432000 4194304 4196468 140726507976896 139960367702784 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10846984 memory=659808 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10846984 memory=3220 CPUtime=4.12 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 34597 13282 0 0 401 4 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10846984 memory=659808 CPUtime=4.2 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 27235 13282 0 0 410 3 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10846984 memory=659808 CPUtime=1.95 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) S 2358 2361 1225 0 -1 1077944384 33015 13282 0 0 184 4 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961118554608 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10846984 memory=281033133214496 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10846984 memory=8026650869813564775 CPUtime=1.18 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1482 13282 0 0 59 52 5 2 20 0 15 0 416389383 11107311616 164952 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 2233.42 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 659808 KiB

[startup+2262.3 s]
/proc/loadavg: 1.14 1.30 1.41 3/229 2778
/proc/meminfo: memFree=29845300/32770624 swapFree=66940896/67108860
[pid=2361] ppid=2358 vsize=10846984 memory=659916 CPUtime=2293.98 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 230925 13282 0 0 229134 257 5 2 20 0 15 0 416389368 11107311616 164979 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2711746 164979 3631 1 0 2673805 0
[pid=2361/tid=2426] ppid=2358 vsize=10846984 memory=659916 CPUtime=2243.78 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 61901 13282 0 0 224332 39 5 2 20 0 15 0 416389377 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961566867216 139961204270296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10846984 memory=659868 CPUtime=7.85 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 11906 13282 0 0 739 39 5 2 20 0 15 0 416389378 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10846984 memory=39728 CPUtime=7.84 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 13237 13282 0 0 735 42 5 2 20 0 15 0 416389378 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10846984 memory=659916 CPUtime=7.84 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 17338 13282 0 0 738 39 5 2 20 0 15 0 416389378 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10846984 memory=659916 CPUtime=7.87 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 14275 13282 0 0 738 42 5 2 20 0 15 0 416389378 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10846984 memory=659916 CPUtime=7.83 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 13670 13282 0 0 738 38 5 2 20 0 15 0 416389379 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10846984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 16 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961038791968 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10846984 memory=659916 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 10 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 164979 33554432000 4194304 4196468 140726507976896 139960367702784 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10846984 memory=659916 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10846984 memory=659916 CPUtime=4.12 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 34600 13282 0 0 401 4 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10846984 memory=3620 CPUtime=4.2 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 27237 13282 0 0 410 3 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10846984 memory=39728 CPUtime=1.95 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) S 2358 2361 1225 0 -1 1077944384 33017 13282 0 0 184 4 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961118554608 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10846984 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10846984 memory=288230617509003574 CPUtime=1.22 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1506 13282 0 0 62 53 5 2 20 0 15 0 416389383 11107311616 164979 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 2293.98 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 659916 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.32 1.41 3/229 2782
/proc/meminfo: memFree=29843748/32770624 swapFree=66940896/67108860
[pid=2361] ppid=2358 vsize=10846984 memory=662064 CPUtime=2354.56 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 233032 13282 0 0 235185 264 5 2 20 0 15 0 416389368 11107311616 165516 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2711746 165516 3631 1 0 2673805 0
[pid=2361/tid=2426] ppid=2358 vsize=10846984 memory=662012 CPUtime=2303.26 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 62737 13282 0 0 230280 39 5 2 20 0 15 0 416389377 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961566866016 139961203588712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10846984 memory=662012 CPUtime=8.06 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 11969 13282 0 0 759 40 5 2 20 0 15 0 416389378 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10846984 memory=662064 CPUtime=8.06 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 13415 13282 0 0 755 44 5 2 20 0 15 0 416389378 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10846984 memory=662064 CPUtime=8.05 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 17925 13282 0 0 757 41 5 2 20 0 15 0 416389378 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10846984 memory=7 CPUtime=8.08 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 14366 13282 0 0 759 42 5 2 20 0 15 0 416389378 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10846984 memory=662064 CPUtime=8.04 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 13991 13282 0 0 757 40 5 2 20 0 15 0 416389379 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10846984 memory=780 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 16 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961038791968 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10846984 memory=662064 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 10 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 165516 33554432000 4194304 4196468 140726507976896 139960367702784 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10846984 memory=662064 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10846984 memory=662064 CPUtime=4.12 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 34603 13282 0 0 401 4 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10846984 memory=662064 CPUtime=4.2 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 27239 13282 0 0 410 3 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10846984 memory=662064 CPUtime=1.95 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) S 2358 2361 1225 0 -1 1077944384 33019 13282 0 0 184 4 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961118554608 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10846984 memory=662064 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10846984 memory=3620 CPUtime=1.24 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1530 13282 0 0 63 54 5 2 20 0 15 0 416389383 11107311616 165516 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 2354.56 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 662064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.4 s]
/proc/loadavg: 1.49 1.35 1.42 3/228 2786
/proc/meminfo: memFree=29834012/32770624 swapFree=66940896/67108860
[pid=2361] ppid=2358 vsize=10846984 memory=671500 CPUtime=2400.07 cores=0,2,4,6
/proc/2361/stat : 2361 (java) S 2358 2361 1225 0 -1 1077944320 233446 13282 0 0 239733 267 5 2 20 0 15 0 416389368 11107311616 167875 33554432000 4194304 4196468 140726507976896 140726507959440 139961595031287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
/proc/2361/statm: 2711746 167875 3631 1 0 2673805 0
[pid=2361/tid=2426] ppid=2358 vsize=10846984 memory=1988 CPUtime=2347.95 cores=0,2,4,6
/proc/2361/task/2426/stat : 2426 (java) R 2358 2361 1225 0 -1 4202560 63095 13282 0 0 234748 40 5 2 20 0 15 0 416389377 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961566867216 139961204272404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2427] ppid=2358 vsize=10846984 memory=988 CPUtime=8.22 cores=0,2,4,6
/proc/2361/task/2427/stat : 2427 (java) S 2358 2361 1225 0 -1 1077944384 11977 13282 0 0 775 40 5 2 20 0 15 0 416389378 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961599274000 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2428] ppid=2358 vsize=10846984 memory=988 CPUtime=8.22 cores=0,2,4,6
/proc/2361/task/2428/stat : 2428 (java) S 2358 2361 1225 0 -1 1077944384 13422 13282 0 0 770 45 5 2 20 0 15 0 416389378 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961514093712 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2429] ppid=2358 vsize=10846984 memory=780 CPUtime=8.21 cores=0,2,4,6
/proc/2361/task/2429/stat : 2429 (java) S 2358 2361 1225 0 -1 1077944384 17930 13282 0 0 773 41 5 2 20 0 15 0 416389378 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961513040656 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2430] ppid=2358 vsize=10846984 memory=5972 CPUtime=8.24 cores=0,2,4,6
/proc/2361/task/2430/stat : 2430 (java) S 2358 2361 1225 0 -1 1077944384 14389 13282 0 0 774 43 5 2 20 0 15 0 416389378 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961511988112 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2431] ppid=2358 vsize=10846984 memory=624 CPUtime=8.2 cores=0,2,4,6
/proc/2361/task/2431/stat : 2431 (java) S 2358 2361 1225 0 -1 1077944384 14001 13282 0 0 773 40 5 2 20 0 15 0 416389379 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961121712368 139961595042434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2432] ppid=2358 vsize=10846984 memory=3996 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2432/stat : 2432 (java) S 2358 2361 1225 0 -1 1077944384 16 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961038791968 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2433] ppid=2358 vsize=10846984 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2433/stat : 2433 (java) S 2358 2361 1225 0 -1 1077944384 10 13282 0 0 0 0 5 2 20 0 15 0 416389380 11107311616 167875 33554432000 4194304 4196468 140726507976896 139960367702784 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2434] ppid=2358 vsize=10846984 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2434/stat : 2434 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139960127412176 139961595049883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2435] ppid=2358 vsize=10846984 memory=2112 CPUtime=4.12 cores=0,2,4,6
/proc/2361/task/2435/stat : 2435 (java) S 2358 2361 1225 0 -1 1077944384 34603 13282 0 0 401 4 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961120660208 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2436] ppid=2358 vsize=10846984 memory=1720 CPUtime=4.2 cores=0,2,4,6
/proc/2361/task/2436/stat : 2436 (java) S 2358 2361 1225 0 -1 1077944384 27239 13282 0 0 410 3 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961119607664 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2437] ppid=2358 vsize=10846984 memory=4100 CPUtime=1.95 cores=0,2,4,6
/proc/2361/task/2437/stat : 2437 (java) S 2358 2361 1225 0 -1 1077944384 33019 13282 0 0 184 4 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961118554608 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2438] ppid=2358 vsize=10846984 memory=1976 CPUtime=0.07 cores=0,2,4,6
/proc/2361/task/2438/stat : 2438 (java) S 2358 2361 1225 0 -1 1077944384 3 13282 0 0 0 0 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139960093854560 139961595041493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
[pid=2361/tid=2439] ppid=2358 vsize=10846984 memory=2432 CPUtime=1.27 cores=0,2,4,6
/proc/2361/task/2439/stat : 2439 (java) S 2358 2361 1225 0 -1 1077944384 1533 13282 0 0 65 55 5 2 20 0 15 0 416389383 11107311616 167875 33554432000 4194304 4196468 140726507976896 139961117502000 139961595042434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140726507985648 140726507988165 140726507988165 140726507990991 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 671500 KiB

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

[startup+2367.43 s]
# the end of solver process 2361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.42 s, system=2.70738 s

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

Child status: 143
Real time (s): 2367.43
CPU time (s): 2400.12
CPU user time (s): 2397.42
CPU system time (s): 2.70738
CPU usage (%): 101.381
Max. virtual memory (cumulated for all children) (KiB): 10849596
Max. memory (cumulated for all children) (KiB): 671500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.42
system time used= 2.70738
maximum resident set size= 675720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227025
involuntary context switches= 7727


# summary of solver processes directly reported to runsolver:
#   pid: 2361
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.42
#   total CPU system time (s): 2.70738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4975 second user time and 22.542 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 21:04:29
IDJOB=4396508
IDBENCH=128242
IDSOLVER=2847
FILE ID=node149/4396508-1568401507
RUNJOBID= node149-1568396747-1256
PBS_JOBID= 21701870
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-4396508-1568401507/watcher-4396508-1568401507 -o /tmp/evaluation-result-4396508-1568401507/solver-4396508-1568401507 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1256 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=522365166 HOME/instance-4396508-1568401507.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=522365166

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:        28995696 kB
MemAvailable:   29867308 kB
Buffers:          164592 kB
Cached:          1007748 kB
SwapCached:        61296 kB
Active:          2529936 kB
Inactive:         694848 kB
Active(anon):    2019976 kB
Inactive(anon):    72384 kB
Active(file):     509960 kB
Inactive(file):   622464 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940888 kB
Dirty:             35248 kB
Writeback:             0 kB
AnonPages:       2118008 kB
Mapped:            57716 kB
Shmem:             31324 kB
Slab:             139336 kB
SReclaimable:     110048 kB
SUnreclaim:        29288 kB
KernelStack:        4016 kB
PageTables:         9940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3328924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1945600 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-13 21:43:57