Trace number 4402888

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)139 2520.11 2476.84

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
7.92/3.76	o 390
7.92/3.78	o 167
9.19/4.14	o 166
9.46/4.22	o 165
9.46/4.27	o 163
10.30/4.59	o 162
10.30/4.60	o 159
10.54/4.61	o 158
11.20/5.08	o 157
12.58/6.12	o 156
12.58/6.14	o 155
12.97/6.39	o 153
13.09/6.41	o 150
13.21/6.51	o 149
13.42/6.74	o 148
14.69/7.91	o 147
14.69/7.99	o 146
26.99/19.30	o 145
214.57/204.58	o 144
214.67/204.65	o 143
289.05/278.03	o 141
289.05/278.04	o 140
289.05/278.05	o 139
2520.07/2476.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2476.80		at concrete.MAC.mac(MAC.scala:192)
2520.07/2476.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2476.80		at scala.util.Try$.apply(Try.scala:210)
2520.07/2476.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2476.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2476.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2476.80		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2476.80		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2476.80		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2476.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2476.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2476.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2476.80		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2476.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2476.80		at scala.util.Success.map(Try.scala:262)
2520.07/2476.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2476.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2476.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2476.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2476.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2476.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2476.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2476.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2476.80		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2476.80		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2476.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2476.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2476.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2476.81		at scala.App.main(App.scala:73)
2520.07/2476.81		at scala.App.main$(App.scala:71)
2520.07/2476.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2476.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2476.81	v <instantiation
2520.07/2476.81	v         cost = '139'>
2520.07/2476.81	v       <list>
2520.07/2476.81	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2520.07/2476.81	v       </list>
2520.07/2476.81	v       <values>
2520.07/2476.81	v         0 0 8 0 16 6 3 1 13 9 4 31 26 24 34 33 19 46 14 19 65 43 51 24 43 33 51 41 34 79 105 51 50 60 93 78 83 60 55 74 116 83 119 92 79 96 111 93 69 103 83 105 93 105 105 127 115 121 131 129 129 139
2520.07/2476.81	v       </values>
2520.07/2476.81	v     </instantiation>
2520.07/2476.81	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 (2952 MiB free)
  memory of node 1: 16384 MiB (5563 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402888-1568977171/watcher-4402888-1568977171 -o /var/tmp/evaluation-result-4402888-1568977171/solver-4402888-1568977171 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402888-1568977171.xml 

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

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

solver pid=2443, runsolver pid=2440

[startup+0.100748 s]*
/proc/loadavg: 1.30 1.41 1.52 3/218 2501
/proc/meminfo: memFree=8712572/32770624 swapFree=66972128/67108860
[pid=2443] ppid=2440 vsize=9972712 memory=16424 CPUtime=0.09 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 4365 13112 0 0 1 0 5 3 20 0 6 0 473658944 10212057088 4106 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2493178 4106 1930 1 0 2481616 0
[pid=2443/tid=2497] ppid=2440 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 2200 13112 0 0 1 0 5 3 20 0 6 0 473658953 10212057088 4172 33554432000 4194304 4196468 140726498767344 139961144037968 139961165298043 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 473658954 10212057088 4172 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=9972712 memory=139871847175808 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 473658954 10212057088 4172 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 473658954 10212057088 4172 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 6 0 473658954 10212057088 4172 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16424 KiB

[startup+0.209952 s]*
/proc/loadavg: 1.30 1.41 1.52 4/227 2510
/proc/meminfo: memFree=8694716/32770624 swapFree=66972128/67108860
[pid=2443] ppid=2440 vsize=10820164 memory=39360 CPUtime=0.26 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 7190 13112 0 0 17 1 5 3 20 0 15 0 473658944 11079847936 9840 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2705041 9840 3267 1 0 2667149 0
[pid=2443/tid=2497] ppid=2440 vsize=10821220 memory=-8171376296011865461 CPUtime=0.19 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 3870 13112 0 0 10 1 5 3 20 0 15 0 473658953 11080929280 10104 33554432000 4194304 4196468 140726498767344 139961144013568 139961164880925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10821220 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11080929280 10104 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10821220 memory=139871847175808 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658954 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10821220 memory=139871847175808 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658955 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 33 13112 0 0 0 0 5 3 20 0 15 0 473658956 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960629822368 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658956 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960032158704 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) R 2440 2443 31341 0 -1 4202560 615 13112 0 0 1 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960596265456 139961149851392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 62 13112 0 0 0 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10821220 memory=139871847175808 CPUtime=0.11 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 673 13112 0 0 3 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10821220 memory=139871847175808 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658959 11080929280 10104 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 39360 KiB

[startup+0.320196 s]*
/proc/loadavg: 1.30 1.41 1.52 4/227 2510
/proc/meminfo: memFree=8684800/32770624 swapFree=66972128/67108860
[pid=2443] ppid=2440 vsize=10820196 memory=48068 CPUtime=0.41 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 10731 13112 0 0 30 3 5 3 20 0 15 0 473658944 11079880704 12017 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2705049 12017 3330 1 0 2667149 0
[pid=2443/tid=2497] ppid=2440 vsize=10820196 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 7079 13112 0 0 20 2 5 3 20 0 15 0 473658953 11079880704 12017 33554432000 4194304 4196468 140726498767344 139961144007712 139961172223133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10820196 memory=8226496019563508123 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11079880704 12017 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10820196 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658954 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658955 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 33 13112 0 0 0 0 5 3 20 0 15 0 473658956 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960629822368 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658956 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960032158704 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 627 13112 0 0 2 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 73 13112 0 0 1 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 706 13112 0 0 5 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658959 11079880704 12017 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48068 KiB

[startup+0.700769 s]
/proc/loadavg: 1.30 1.41 1.52 3/227 2510
/proc/meminfo: memFree=8668920/32770624 swapFree=66972128/67108860
[pid=2443] ppid=2440 vsize=10824364 memory=83084 CPUtime=1.15 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 14966 13112 0 0 102 5 5 3 20 0 15 0 473658944 11084148736 20771 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2706091 20771 3508 1 0 2668173 0
[pid=2443/tid=2497] ppid=2440 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 10019 13112 0 0 55 4 5 3 20 0 15 0 473658953 11084148736 20771 33554432000 4194304 4196468 140726498767344 139961144027760 139961172223133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11084148736 20771 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10824364 memory=8174711894690969397 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10824364 memory=6153694354216210777 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658954 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10824364 memory=6368442160687370338 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658954 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10824364 memory=3053511329498284128 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 6 13112 0 0 0 0 5 3 20 0 15 0 473658955 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 33 13112 0 0 0 0 5 3 20 0 15 0 473658956 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960629822368 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658956 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960032158704 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10824364 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10824364 memory=2241 CPUtime=0.24 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 1264 13112 0 0 16 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10824364 memory=2244 CPUtime=0.2 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 502 13112 0 0 12 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 927 13112 0 0 17 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658959 11084148736 20771 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83084 KiB

[startup+1.50076 s]
/proc/loadavg: 1.30 1.41 1.52 3/227 2510
/proc/meminfo: memFree=8625120/32770624 swapFree=66972128/67108860
[pid=2443] ppid=2440 vsize=10834680 memory=168720 CPUtime=2.47 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 21643 13112 0 0 230 9 5 3 20 0 15 0 473658944 11094712320 42180 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2708670 42180 3582 1 0 2670733 0
[pid=2443/tid=2497] ppid=2440 vsize=10834680 memory=147 CPUtime=1.43 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 14954 13112 0 0 130 5 5 3 20 0 15 0 473658953 11094712320 42180 33554432000 4194304 4196468 140726498767344 139961144001488 139961156281724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10834680 memory=79 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 38 13112 0 0 1 0 5 3 20 0 15 0 473658954 11094712320 42180 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 72 13112 0 0 0 0 5 3 20 0 15 0 473658954 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 49 13112 0 0 0 0 5 3 20 0 15 0 473658954 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 349 13112 0 0 1 0 5 3 20 0 15 0 473658954 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 161 13112 0 0 1 0 5 3 20 0 15 0 473658955 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 33 13112 0 0 0 0 5 3 20 0 15 0 473658956 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960629822432 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10834680 memory=7445382919546693730 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 473658956 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960032158720 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10834680 memory=8594183773226378906 CPUtime=0.34 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 1459 13112 0 0 26 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10834680 memory=-6655287122209586005 CPUtime=0.32 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 617 13112 0 0 24 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10834680 memory=-1088251628401078322 CPUtime=0.49 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 1700 13112 0 0 41 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10834680 memory=-1807685287717842718 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10834680 memory=279743433915416 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 473658959 11094712320 42180 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 67169 13112 0 0 229604 49 5 3 20 0 15 0 473658953 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961144036544 139960790784000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.52 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 13308 13112 0 0 1092 52 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.53 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 13464 13112 0 0 1091 54 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10846988 memory=7811871143163881577 CPUtime=11.51 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 13859 13112 0 0 1086 57 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.5 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 8162 13112 0 0 1085 57 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10846988 memory=787500 CPUtime=10.91 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 13299 13112 0 0 1031 52 5 3 20 0 15 0 473658955 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10846988 memory=785372 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 40 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960629822496 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10846988 memory=785452 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960032158720 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10846988 memory=787500 CPUtime=3.36 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 21731 13112 0 0 325 3 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10846988 memory=740 CPUtime=3.61 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 35172 13112 0 0 348 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10846988 memory=787500 CPUtime=1.87 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 33204 13112 0 0 174 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10846988 memory=787500 CPUtime=1.45 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1430 13112 0 0 64 73 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 2363.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 787500 KiB

[startup+2382.3 s]
/proc/loadavg: 1.59 1.44 1.40 3/227 2901
/proc/meminfo: memFree=9209856/32770624 swapFree=66972160/67108860
[pid=2443] ppid=2440 vsize=10846988 memory=787500 CPUtime=2424.13 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 224434 13112 0 0 242051 354 5 3 20 0 15 0 473658944 11107315712 196875 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2711747 196875 3631 1 0 2673805 0
[pid=2443/tid=2497] ppid=2440 vsize=10846988 memory=787500 CPUtime=2355.95 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 67955 13112 0 0 235537 50 5 3 20 0 15 0 473658953 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961144037216 139960789038910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.83 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 13508 13112 0 0 1121 54 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.83 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 13484 13112 0 0 1120 55 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.8 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 13913 13112 0 0 1114 58 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.82 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 8246 13112 0 0 1115 59 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.19 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 13509 13112 0 0 1057 54 5 3 20 0 15 0 473658955 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 40 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960629822496 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10846988 memory=5592 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960032158720 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10846988 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10846988 memory=6944656592455097440 CPUtime=3.36 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 21733 13112 0 0 325 3 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10846988 memory=42728 CPUtime=3.61 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 35174 13112 0 0 348 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10846988 memory=992 CPUtime=1.87 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 33206 13112 0 0 174 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10846988 memory=787500 CPUtime=1.48 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1448 13112 0 0 65 75 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 2424.13 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 787500 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.41 1.40 3/227 2905
/proc/meminfo: memFree=9206700/32770624 swapFree=66972160/67108860
[pid=2443] ppid=2440 vsize=10846988 memory=787500 CPUtime=2485.04 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 226208 13112 0 0 248135 361 5 3 20 0 15 0 473658944 11107315712 196875 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2711747 196875 3631 1 0 2673805 0
[pid=2443/tid=2497] ppid=2440 vsize=10846988 memory=787500 CPUtime=2415.28 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 68807 13112 0 0 241469 51 5 3 20 0 15 0 473658953 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961144036464 139960790468667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10846988 memory=787500 CPUtime=12.14 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 13696 13112 0 0 1151 55 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10846988 memory=243552 CPUtime=12.14 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 13572 13112 0 0 1149 57 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10846988 memory=787500 CPUtime=12.13 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 13932 13112 0 0 1145 60 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10846988 memory=787500 CPUtime=12.13 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 8340 13112 0 0 1145 60 5 3 20 0 15 0 473658954 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10846988 memory=787500 CPUtime=11.47 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 13711 13112 0 0 1084 55 5 3 20 0 15 0 473658955 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10846988 memory=42728 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 40 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960629822496 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10846988 memory=992 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960032158720 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10846988 memory=787500 CPUtime=3.38 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 22042 13112 0 0 327 3 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10846988 memory=787500 CPUtime=3.61 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 35176 13112 0 0 348 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10846988 memory=3612 CPUtime=1.87 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 33208 13112 0 0 174 5 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10846988 memory=787500 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10846988 memory=1716 CPUtime=1.51 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1466 13112 0 0 66 77 5 3 20 0 15 0 473658959 11107315712 196875 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 2485.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 787500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.8 s]
/proc/loadavg: 1.32 1.39 1.39 3/227 2915
/proc/meminfo: memFree=9203172/32770624 swapFree=66972160/67108860
[pid=2443] ppid=2440 vsize=10846988 memory=789548 CPUtime=2520.07 cores=1,3,5,7
/proc/2443/stat : 2443 (java) S 2440 2443 31341 0 -1 1077944320 227461 13112 0 0 251633 366 5 3 20 0 15 0 473658944 11107315712 197387 33554432000 4194304 4196468 140726498767344 140726498749888 139961172201207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
/proc/2443/statm: 2711747 197387 3631 1 0 2673805 0
[pid=2443/tid=2497] ppid=2440 vsize=10846988 memory=789548 CPUtime=2449.4 cores=1,3,5,7
/proc/2443/task/2497/stat : 2497 (java) R 2440 2443 31341 0 -1 4202560 69478 13112 0 0 244880 52 5 3 20 0 15 0 473658953 11107315712 197387 33554432000 4194304 4196468 140726498767344 139961144036240 139960789870355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2498] ppid=2440 vsize=10846988 memory=789548 CPUtime=12.33 cores=1,3,5,7
/proc/2443/task/2498/stat : 2498 (java) S 2440 2443 31341 0 -1 1077944384 13717 13112 0 0 1169 56 5 3 20 0 15 0 473658954 11107315712 197387 33554432000 4194304 4196468 140726498767344 139961176443664 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2499] ppid=2440 vsize=10846988 memory=3612 CPUtime=12.33 cores=1,3,5,7
/proc/2443/task/2499/stat : 2499 (java) S 2440 2443 31341 0 -1 1077944384 13617 13112 0 0 1167 58 5 3 20 0 15 0 473658954 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960745651088 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2500] ppid=2440 vsize=10846988 memory=11624 CPUtime=12.31 cores=1,3,5,7
/proc/2443/task/2500/stat : 2500 (java) S 2440 2443 31341 0 -1 1077944384 14020 13112 0 0 1162 61 5 3 20 0 15 0 473658954 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960744598544 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2501] ppid=2440 vsize=10846988 memory=740 CPUtime=12.31 cores=1,3,5,7
/proc/2443/task/2501/stat : 2501 (java) S 2440 2443 31341 0 -1 1077944384 8555 13112 0 0 1162 61 5 3 20 0 15 0 473658954 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960743546000 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2502] ppid=2440 vsize=10846988 memory=789548 CPUtime=11.64 cores=1,3,5,7
/proc/2443/task/2502/stat : 2502 (java) S 2440 2443 31341 0 -1 1077944384 13904 13112 0 0 1100 56 5 3 20 0 15 0 473658955 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960630876144 139961172212354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2503] ppid=2440 vsize=10846988 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2503/stat : 2503 (java) S 2440 2443 31341 0 -1 1077944384 40 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960629822496 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2504] ppid=2440 vsize=10846988 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2504/stat : 2504 (java) S 2440 2443 31341 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 473658956 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960032158720 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2505] ppid=2440 vsize=10846988 memory=3644 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2505/stat : 2505 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139959724759248 139961172219803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2506] ppid=2440 vsize=10846988 memory=780 CPUtime=3.38 cores=1,3,5,7
/proc/2443/task/2506/stat : 2506 (java) S 2440 2443 31341 0 -1 1077944384 22044 13112 0 0 327 3 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960596265456 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2507] ppid=2440 vsize=10846988 memory=2832 CPUtime=3.61 cores=1,3,5,7
/proc/2443/task/2507/stat : 2507 (java) S 2440 2443 31341 0 -1 1077944384 35178 13112 0 0 348 5 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960595212912 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2508] ppid=2440 vsize=10846988 memory=14012 CPUtime=1.87 cores=1,3,5,7
/proc/2443/task/2508/stat : 2508 (java) S 2440 2443 31341 0 -1 1077944384 33210 13112 0 0 174 5 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960594160368 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2509] ppid=2440 vsize=10846988 memory=19140 CPUtime=0.08 cores=1,3,5,7
/proc/2443/task/2509/stat : 2509 (java) S 2440 2443 31341 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139959691201632 139961172211413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
[pid=2443/tid=2510] ppid=2440 vsize=10846988 memory=12024 CPUtime=1.53 cores=1,3,5,7
/proc/2443/task/2510/stat : 2510 (java) S 2440 2443 31341 0 -1 1077944384 1480 13112 0 0 67 78 5 3 20 0 15 0 473658959 11107315712 197387 33554432000 4194304 4196468 140726498767344 139960593107248 139961172212354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23982080 140726498769508 140726498772149 140726498772149 140726498774991 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 789548 KiB

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

[startup+2476.84 s]
# the end of solver process 2443 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.71061 s

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

Child status: 143
Real time (s): 2476.84
CPU time (s): 2520.11
CPU user time (s): 2516.4
CPU system time (s): 3.71061
CPU usage (%): 101.747
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 789548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.71061
maximum resident set size= 793772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297645
involuntary context switches= 6628


# summary of solver processes directly reported to runsolver:
#   pid: 2443
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.71061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7142 second user time and 23.0257 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 12:58:48
IDJOB=4402888
IDBENCH=128242
IDSOLVER=2861
FILE ID=node117/4402888-1568977171
RUNJOBID= node117-1568967595-31373
PBS_JOBID= 21704629
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
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 /var/tmp/evaluation-result-4402888-1568977171/watcher-4402888-1568977171 -o /var/tmp/evaluation-result-4402888-1568977171/solver-4402888-1568977171 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402888-1568977171.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=801022688

node117.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.75
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.75
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.75
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.75
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:         8720692 kB
MemAvailable:   29689152 kB
Buffers:          124012 kB
Cached:         20749772 kB
SwapCached:        27668 kB
Active:         12518944 kB
Inactive:       10531796 kB
Active(anon):    2145320 kB
Inactive(anon):    72312 kB
Active(file):   10373624 kB
Inactive(file): 10459484 kB
Unevictable:      107884 kB
Mlocked:          107884 kB
SwapTotal:      67108860 kB
SwapFree:       66972128 kB
Dirty:             35436 kB
Writeback:             0 kB
AnonPages:       2260116 kB
Mapped:            61452 kB
Shmem:             32304 kB
Slab:             592372 kB
SReclaimable:     563812 kB
SUnreclaim:        28560 kB
KernelStack:        3792 kB
PageTables:         9980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3213336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2086912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 13:40:05