Trace number 4392132

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.10SAT (TO)89 2400.1 2358.63

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark306.205
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.71/0.54	c Concrete v3.10.1560635388952 running
8.41/3.72	o 121
8.41/3.74	o 120
8.41/3.74	o 115
8.73/3.80	o 114
8.73/3.81	o 113
8.73/3.82	o 109
9.34/4.04	o 108
9.34/4.05	o 107
9.82/4.31	o 106
9.82/4.31	o 101
10.23/4.59	o 100
14.01/7.05	o 99
14.14/7.15	o 98
14.26/7.20	o 94
28.13/18.51	o 93
32.02/22.30	o 92
37.35/27.62	o 91
118.99/108.13	o 90
363.83/349.97	o 89
2400.05/2358.61	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2358.61		at concrete.MAC.mac(MAC.scala:189)
2400.05/2358.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.05/2358.61		at scala.util.Try$.apply(Try.scala:212)
2400.05/2358.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2358.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2358.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2358.61		at concrete.MAC.oneRun(MAC.scala:253)
2400.05/2358.61		at concrete.MAC.nextSolution(MAC.scala:272)
2400.05/2358.61		at concrete.MAC.nextSolution(MAC.scala:355)
2400.05/2358.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2358.61		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2358.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.05/2358.61		at scala.util.Success.map(Try.scala:264)
2400.05/2358.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.05/2358.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2358.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2358.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2358.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2358.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2358.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2358.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2358.61		at scala.App.main(App.scala:75)
2400.05/2358.61		at scala.App.main$(App.scala:73)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2358.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2358.62	v <instantiation
2400.05/2358.62	v         cost = '89'>
2400.05/2358.62	v       <list>
2400.05/2358.62	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.05/2358.62	v       </list>
2400.05/2358.62	v       <values>
2400.05/2358.62	v         0 0 0 0 2 16 13 10 2 13 8 15 15 23 48 77 30 22 35 23 2 29 32 10 31 34 26 41 40 16 30 48 40 23 58 55 30 56 34 50 53 41 65 50 64 34 50 54 22 54 55 75 64 66 70 74 77 77 81 81 68 89
2400.05/2358.62	v       </values>
2400.05/2358.62	v     </instantiation>
2400.05/2358.62	s SATISFIABLE

Verifier Data

OK	89

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8236 MiB free)
  memory of node 1: 16384 MiB (13297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392132-1568317122/watcher-4392132-1568317122 -o /tmp/evaluation-result-4392132-1568317122/solver-4392132-1568317122 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1181569250 HOME/instance-4392132-1568317122.xml 

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

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

solver pid=9393, runsolver pid=9390

[startup+0.110857 s]*
/proc/loadavg: 1.43 1.41 1.45 3/218 9450
/proc/meminfo: memFree=22040448/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10186436 memory=19648 CPUtime=0.09 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 4679 13046 0 0 2 0 5 2 20 0 8 0 407965273 10430910464 4912 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2546609 4912 2067 1 0 2535047 0
[pid=9393/tid=9446] ppid=9390 vsize=10355560 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 2456 13046 0 0 1 0 5 2 20 0 9 0 407965281 10604093440 5472 33554432000 4194304 4196468 140723330950528 140037285941104 140037306822183 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 9 0 407965282 10604093440 5472 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10355560 memory=15677768355526296 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 9 0 407965282 10604093440 5472 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 9 0 407965282 10604093440 5472 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 9 0 407965282 10604093440 5472 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 9 0 407965284 10604093440 5472 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 33 13046 0 0 0 0 5 2 20 0 9 0 407965284 10604093440 5472 33554432000 4194304 4196468 140723330950528 140036315833504 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 9 0 407965285 10604093440 5472 33554432000 4194304 4196468 140723330950528 140036200719152 140037314115285 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10186436 KiB
Current children cumulated memory: 19648 KiB

[startup+0.210122 s]*
/proc/loadavg: 1.43 1.41 1.45 4/227 9459
/proc/meminfo: memFree=22026964/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10818940 memory=36008 CPUtime=0.25 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 6923 13046 0 0 17 1 5 2 20 0 15 0 407965273 11078594560 9002 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2704735 9002 2953 1 0 2667149 0
[pid=9393/tid=9446] ppid=9390 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 3404 13046 0 0 11 1 5 2 20 0 15 0 407965281 11078594560 9002 33554432000 4194304 4196468 140723330950528 140037285929208 140037298185566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11078594560 9002 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10818940 memory=140353838505006 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11078594560 9002 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11078594560 9002 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 15 0 407965282 11078594560 9002 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10818940 memory=140353838495360 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 15 0 407965284 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 33 13046 0 0 0 0 5 2 20 0 15 0 407965284 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036315833504 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965285 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036200719088 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11078594560 9002 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 575 13046 0 0 1 0 5 2 20 0 15 0 407965287 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 57 13046 0 0 0 0 5 2 20 0 15 0 407965287 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10818940 memory=140353838495360 CPUtime=0.1 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) R 9390 9393 14487 0 -1 4202560 641 13046 0 0 3 0 5 2 20 0 15 0 407965287 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036280170992 140037295668049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11078594560 9002 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10818940 memory=140353838495360 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965288 11078594560 9002 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36008 KiB

[startup+0.310251 s]*
/proc/loadavg: 1.43 1.41 1.45 3/227 9459
/proc/meminfo: memFree=22017296/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10820096 memory=47704 CPUtime=0.39 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 10659 13046 0 0 29 3 5 2 20 0 15 0 407965273 11079778304 11926 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2705024 11926 3267 1 0 2667149 0
[pid=9393/tid=9446] ppid=9390 vsize=10820096 memory=7822038051842263955 CPUtime=0.28 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 7106 13046 0 0 19 2 5 2 20 0 15 0 407965281 11079778304 11926 33554432000 4194304 4196468 140723330950528 140037285926112 140036888691918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11079778304 11926 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10820096 memory=140353838495360 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11079778304 11926 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10820096 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11079778304 11926 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10820096 memory=2272 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 15 0 407965282 11079778304 11926 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10820096 memory=140358133462655 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 15 0 407965284 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10820096 memory=140353692887215 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 33 13046 0 0 0 0 5 2 20 0 15 0 407965284 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036315833504 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10820096 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965285 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036200719088 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11079778304 11926 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) R 9390 9393 14487 0 -1 1077944384 576 13046 0 0 1 0 5 2 20 0 15 0 407965287 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) R 9390 9393 14487 0 -1 1077944384 58 13046 0 0 1 0 5 2 20 0 15 0 407965287 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10820096 memory=140353838495360 CPUtime=0.12 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 662 13046 0 0 5 0 5 2 20 0 15 0 407965287 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11079778304 11926 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10820096 memory=140353838495360 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965288 11079778304 11926 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47704 KiB

[startup+0.700655 s]
/proc/loadavg: 1.43 1.41 1.45 5/227 9459
/proc/meminfo: memFree=22000624/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10824340 memory=78732 CPUtime=1.14 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 14903 13046 0 0 102 5 5 2 20 0 15 0 407965273 11084124160 19683 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2706085 19683 3508 1 0 2668173 0
[pid=9393/tid=9446] ppid=9390 vsize=10825364 memory=1388 CPUtime=0.66 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 10511 13046 0 0 55 4 5 2 20 0 15 0 407965281 11085172736 19683 33554432000 4194304 4196468 140723330950528 140037285923040 140037306784797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10825364 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11085172736 19683 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10825364 memory=6297835844906604903 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11085172736 19683 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10825364 memory=7589803883540932715 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965282 11085172736 19748 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10824340 memory=140353692947731 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 2 13046 0 0 0 0 5 2 20 0 15 0 407965282 11084124160 19720 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10824340 memory=280707385796992 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 5 13046 0 0 0 0 5 2 20 0 15 0 407965284 11084124160 19720 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10824340 memory=280707385797184 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 33 13046 0 0 0 0 5 2 20 0 15 0 407965284 11084124160 19720 33554432000 4194304 4196468 140723330950528 140036315833504 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10824340 memory=280707385797376 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965285 11084124160 19720 33554432000 4194304 4196468 140723330950528 140036200719088 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10825364 memory=280707385797568 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11085172736 19720 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10825364 memory=280707385609312 CPUtime=0.2 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 865 13046 0 0 13 0 5 2 20 0 15 0 407965287 11085172736 19720 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10825364 memory=1112 CPUtime=0.21 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 402 13046 0 0 14 0 5 2 20 0 15 0 407965287 11085172736 19720 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10825364 memory=1020 CPUtime=0.24 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 872 13046 0 0 17 0 5 2 20 0 15 0 407965287 11085172736 19720 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10824340 memory=5968 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11084124160 19720 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10824340 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 1 13046 0 0 0 0 5 2 20 0 15 0 407965288 11084124160 19720 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78732 KiB

[startup+1.50073 s]
/proc/loadavg: 1.43 1.41 1.45 3/227 9459
/proc/meminfo: memFree=21938140/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10834656 memory=166568 CPUtime=2.47 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 21921 13046 0 0 230 10 5 2 20 0 15 0 407965273 11094687744 41642 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2708664 41642 3574 1 0 2670733 0
[pid=9393/tid=9446] ppid=9390 vsize=10834656 memory=92676 CPUtime=1.43 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 15369 13046 0 0 130 6 5 2 20 0 15 0 407965281 11094687744 41642 33554432000 4194304 4196468 140723330950528 140037285912800 140037295511378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10834656 memory=1020 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 366 13046 0 0 1 0 5 2 20 0 15 0 407965282 11094687744 41642 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10834656 memory=5968 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 23 13046 0 0 0 0 5 2 20 0 15 0 407965282 11094687744 41642 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10834656 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 57 13046 0 0 1 0 5 2 20 0 15 0 407965282 11094687744 41642 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 89 13046 0 0 1 0 5 2 20 0 15 0 407965282 11094687744 41642 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10834656 memory=-7101718590825193272 CPUtime=0.08 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 570 13046 0 0 1 0 5 2 20 0 15 0 407965284 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10834656 memory=-6861001314482542224 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 33 13046 0 0 0 0 5 2 20 0 15 0 407965284 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036315833568 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10834656 memory=-7882018838379555936 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965285 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036200719104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11094687744 41642 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10834656 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 1027 13046 0 0 25 0 5 2 20 0 15 0 407965287 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 482 13046 0 0 24 0 5 2 20 0 15 0 407965287 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10834656 memory=4580 CPUtime=0.5 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) R 9390 9393 14487 0 -1 4202560 1686 13046 0 0 42 1 5 2 20 0 15 0 407965287 11094687744 41642 33554432000 4194304 4196468 140723330950528 140036280170992 140037298185566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0

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

/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 56783 13046 0 0 217830 41 5 2 20 0 15 0 407965281 11107291136 175568 33554432000 4194304 4196468 140723330950528 140037285941040 140036889711963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10846964 memory=702272 CPUtime=10.37 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 13866 13046 0 0 974 56 5 2 20 0 15 0 407965282 11107291136 175568 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10846964 memory=700104 CPUtime=10.35 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 8715 13046 0 0 974 54 5 2 20 0 15 0 407965282 11107291136 175568 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10846964 memory=702208 CPUtime=10.38 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 7706 13046 0 0 974 57 5 2 20 0 15 0 407965282 11107291136 175568 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10846964 memory=702272 CPUtime=10.33 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 11241 13046 0 0 968 58 5 2 20 0 15 0 407965282 11107291136 175568 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10846964 memory=702208 CPUtime=10.14 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 12488 13046 0 0 955 52 5 2 20 0 15 0 407965284 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10846964 memory=702272 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 38 13046 0 0 0 0 5 2 20 0 15 0 407965284 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036315833568 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10846964 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965285 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036200719104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10846964 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 175568 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10846964 memory=219702 CPUtime=3.77 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 16671 13046 0 0 364 6 5 2 20 0 15 0 407965287 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10846964 memory=8112282956445269571 CPUtime=3.42 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 11766 13046 0 0 331 4 5 2 20 0 15 0 407965287 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10846964 memory=38020 CPUtime=3.29 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 21095 13046 0 0 316 6 5 2 20 0 15 0 407965287 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10846964 memory=702272 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 175568 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10846964 memory=702272 CPUtime=1.3 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 728 13046 0 0 59 64 5 2 20 0 15 0 407965288 11107291136 175568 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 2241.59 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 702272 KiB

[startup+2262.3 s]
/proc/loadavg: 1.23 1.30 1.38 3/227 9953
/proc/meminfo: memFree=22412704/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10846964 memory=702340 CPUtime=2302.4 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 164179 13046 0 0 229889 344 5 2 20 0 15 0 407965273 11107291136 175585 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2711741 175585 3627 1 0 2673805 0
[pid=9393/tid=9446] ppid=9390 vsize=10846964 memory=702340 CPUtime=2238.2 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 57350 13046 0 0 223771 42 5 2 20 0 15 0 407965281 11107291136 175585 33554432000 4194304 4196468 140723330950528 140037285940080 140036902119392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10846964 memory=702340 CPUtime=10.64 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 13895 13046 0 0 1001 56 5 2 20 0 15 0 407965282 11107291136 175585 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10846964 memory=1030 CPUtime=10.63 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 8883 13046 0 0 1001 55 5 2 20 0 15 0 407965282 11107291136 175585 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10846964 memory=702272 CPUtime=10.65 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 7728 13046 0 0 1000 58 5 2 20 0 15 0 407965282 11107291136 175585 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10846964 memory=702340 CPUtime=10.61 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 11280 13046 0 0 994 60 5 2 20 0 15 0 407965282 11107291136 175585 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10846964 memory=0 CPUtime=10.4 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 12516 13046 0 0 980 53 5 2 20 0 15 0 407965284 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10846964 memory=702340 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 38 13046 0 0 0 0 5 2 20 0 15 0 407965284 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036315833568 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10846964 memory=702340 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965285 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036200719104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10846964 memory=702340 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 175585 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10846964 memory=702340 CPUtime=3.77 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 16673 13046 0 0 364 6 5 2 20 0 15 0 407965287 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10846964 memory=8112282956445269571 CPUtime=3.42 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 11768 13046 0 0 331 4 5 2 20 0 15 0 407965287 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10846964 memory=776 CPUtime=3.29 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 21097 13046 0 0 316 6 5 2 20 0 15 0 407965287 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10846964 memory=3504 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 175585 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10846964 memory=38020 CPUtime=1.33 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 733 13046 0 0 60 66 5 2 20 0 15 0 407965288 11107291136 175585 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 2302.4 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 702340 KiB

[startup+2322.3 s]
/proc/loadavg: 1.48 1.35 1.40 3/227 9957
/proc/meminfo: memFree=22410816/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10846964 memory=704468 CPUtime=2363.25 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 165065 13046 0 0 235966 352 5 2 20 0 15 0 407965273 11107291136 176117 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2711741 176117 3627 1 0 2673805 0
[pid=9393/tid=9446] ppid=9390 vsize=10846964 memory=704468 CPUtime=2297.62 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 57882 13046 0 0 229712 43 5 2 20 0 15 0 407965281 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037285940224 140036902228302 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10846964 memory=704468 CPUtime=10.92 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 13937 13046 0 0 1027 58 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10846964 memory=704468 CPUtime=10.91 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 8941 13046 0 0 1028 56 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10846964 memory=704468 CPUtime=10.93 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 7739 13046 0 0 1027 59 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10846964 memory=704468 CPUtime=10.9 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 11321 13046 0 0 1022 61 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10846964 memory=704468 CPUtime=10.66 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 12702 13046 0 0 1005 54 5 2 20 0 15 0 407965284 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10846964 memory=704468 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 38 13046 0 0 0 0 5 2 20 0 15 0 407965284 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036315833568 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10846964 memory=704468 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965285 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036200719104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10846964 memory=704468 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10846964 memory=0 CPUtime=3.77 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 16674 13046 0 0 364 6 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10846964 memory=704468 CPUtime=3.42 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 11768 13046 0 0 331 4 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10846964 memory=704468 CPUtime=3.29 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 21097 13046 0 0 316 6 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10846964 memory=704468 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10846964 memory=704468 CPUtime=1.36 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 748 13046 0 0 62 67 5 2 20 0 15 0 407965288 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 2363.25 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 704468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.6 s]
/proc/loadavg: 1.35 1.34 1.39 3/227 9960
/proc/meminfo: memFree=22409024/32770624 swapFree=66997112/67108860
[pid=9393] ppid=9390 vsize=10846964 memory=704468 CPUtime=2400.05 cores=1,3,5,7
/proc/9393/stat : 9393 (java) S 9390 9393 14487 0 -1 1077944320 165570 13046 0 0 239642 356 5 2 20 0 15 0 407965273 11107291136 176117 33554432000 4194304 4196468 140723330950528 140723330933072 140037314105079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
/proc/9393/statm: 2711741 176117 3627 1 0 2673805 0
[pid=9393/tid=9446] ppid=9390 vsize=10846964 memory=1436 CPUtime=2333.55 cores=1,3,5,7
/proc/9393/task/9446/stat : 9446 (java) R 9390 9393 14487 0 -1 4202560 58173 13046 0 0 233305 43 5 2 20 0 15 0 407965281 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037285940048 140036903420645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9447] ppid=9390 vsize=10846964 memory=812 CPUtime=11.1 cores=1,3,5,7
/proc/9393/task/9447/stat : 9447 (java) S 9390 9393 14487 0 -1 1077944384 13956 13046 0 0 1044 59 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037318347792 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9448] ppid=9390 vsize=10846964 memory=8112282956445269571 CPUtime=11.08 cores=1,3,5,7
/proc/9393/task/9448/stat : 9448 (java) S 9390 9393 14487 0 -1 1077944384 8956 13046 0 0 1044 57 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037217238160 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9449] ppid=9390 vsize=10846964 memory=2124 CPUtime=11.1 cores=1,3,5,7
/proc/9393/task/9449/stat : 9449 (java) S 9390 9393 14487 0 -1 1077944384 7891 13046 0 0 1043 60 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037216185104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9450] ppid=9390 vsize=10846964 memory=20832 CPUtime=11.06 cores=1,3,5,7
/proc/9393/task/9450/stat : 9450 (java) S 9390 9393 14487 0 -1 1077944384 11335 13046 0 0 1038 61 5 2 20 0 15 0 407965282 11107291136 176117 33554432000 4194304 4196468 140723330950528 140037215132560 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9451] ppid=9390 vsize=10846964 memory=12024 CPUtime=10.82 cores=1,3,5,7
/proc/9393/task/9451/stat : 9451 (java) S 9390 9393 14487 0 -1 1077944384 12714 13046 0 0 1020 55 5 2 20 0 15 0 407965284 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036316887280 140037314116226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9452] ppid=9390 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9452/stat : 9452 (java) S 9390 9393 14487 0 -1 1077944384 38 13046 0 0 0 0 5 2 20 0 15 0 407965284 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036315833568 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9453] ppid=9390 vsize=10846964 memory=-6873162000112450758 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9453/stat : 9453 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965285 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036200719104 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9454] ppid=9390 vsize=10846964 memory=7447093755344480082 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9454/stat : 9454 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140035893319632 140037314123675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9455] ppid=9390 vsize=10846964 memory=7447093755344480082 CPUtime=3.77 cores=1,3,5,7
/proc/9393/task/9455/stat : 9455 (java) S 9390 9393 14487 0 -1 1077944384 16674 13046 0 0 364 6 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036282276592 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9456] ppid=9390 vsize=10846964 memory=1764 CPUtime=3.42 cores=1,3,5,7
/proc/9393/task/9456/stat : 9456 (java) S 9390 9393 14487 0 -1 1077944384 11768 13046 0 0 331 4 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036281224048 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9457] ppid=9390 vsize=10846964 memory=111628 CPUtime=3.29 cores=1,3,5,7
/proc/9393/task/9457/stat : 9457 (java) S 9390 9393 14487 0 -1 1077944384 21097 13046 0 0 316 6 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036280170992 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9458] ppid=9390 vsize=10846964 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/9393/task/9458/stat : 9458 (java) S 9390 9393 14487 0 -1 1077944384 3 13046 0 0 0 0 5 2 20 0 15 0 407965287 11107291136 176117 33554432000 4194304 4196468 140723330950528 140035859762016 140037314115285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
[pid=9393/tid=9459] ppid=9390 vsize=10846964 memory=2860 CPUtime=1.38 cores=1,3,5,7
/proc/9393/task/9459/stat : 9459 (java) S 9390 9393 14487 0 -1 1077944384 750 13046 0 0 63 68 5 2 20 0 15 0 407965288 11107291136 176117 33554432000 4194304 4196468 140723330950528 140036279118384 140037314116226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32464896 140723330951925 140723330954437 140723330954437 140723330957263 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 704468 KiB

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

[startup+2358.63 s]
# the end of solver process 9393 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.5 s, system=3.59838 s

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

Child status: 143
Real time (s): 2358.63
CPU time (s): 2400.1
CPU user time (s): 2396.5
CPU system time (s): 3.59838
CPU usage (%): 101.758
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 704468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.5
system time used= 3.59838
maximum resident set size= 708684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289764
involuntary context switches= 6566


# summary of solver processes directly reported to runsolver:
#   pid: 9393
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.5
#   total CPU system time (s): 3.59838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8177 second user time and 25.4714 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 21:37:43
IDJOB=4392132
IDBENCH=128634
IDSOLVER=2837
FILE ID=node103/4392132-1568317122
RUNJOBID= node103-1568301258-4658
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392132-1568317122/watcher-4392132-1568317122 -o /tmp/evaluation-result-4392132-1568317122/solver-4392132-1568317122 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1181569250 HOME/instance-4392132-1568317122.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=1181569250

node103.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.74
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.74
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.74
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.74
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:        22051060 kB
MemAvailable:   30149312 kB
Buffers:          141656 kB
Cached:          8177220 kB
SwapCached:         8920 kB
Active:          3459288 kB
Inactive:        6573016 kB
Active(anon):    1702036 kB
Inactive(anon):    53084 kB
Active(file):    1757252 kB
Inactive(file):  6519932 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             34956 kB
Writeback:             0 kB
AnonPages:       1747536 kB
Mapped:            56196 kB
Shmem:             32812 kB
Slab:             279836 kB
SReclaimable:     249528 kB
SUnreclaim:        30308 kB
KernelStack:        4000 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2847736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1589248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 22:17:02