Trace number 4392128

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

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
8.06/3.69	o 390
8.42/3.76	o 389
8.42/3.77	o 373
8.42/3.78	o 181
8.42/3.80	o 173
9.67/4.16	o 172
10.98/4.89	o 171
10.98/4.89	o 158
10.98/4.89	o 157
10.98/4.89	o 156
10.98/4.89	o 151
10.98/4.89	o 148
14.28/6.82	o 147
14.28/6.87	o 146
14.44/6.90	o 145
22.21/12.52	o 144
22.21/12.53	o 143
22.21/12.54	o 141
1576.71/1546.13	o 140
1576.71/1546.13	o 139
2400.08/2357.70	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2357.70		at concrete.MAC.mac(MAC.scala:189)
2400.08/2357.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.08/2357.70		at scala.util.Try$.apply(Try.scala:212)
2400.08/2357.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2357.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2357.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2357.70		at concrete.MAC.oneRun(MAC.scala:253)
2400.08/2357.70		at concrete.MAC.nextSolution(MAC.scala:272)
2400.08/2357.70		at concrete.MAC.nextSolution(MAC.scala:355)
2400.08/2357.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2357.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2357.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2357.70		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2357.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.08/2357.70		at scala.util.Success.map(Try.scala:264)
2400.08/2357.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.08/2357.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2357.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2357.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2357.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2357.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2357.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2357.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2357.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2357.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2357.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2357.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2357.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2357.71		at scala.App.main(App.scala:75)
2400.08/2357.71		at scala.App.main$(App.scala:73)
2400.08/2357.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2357.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2357.71	v <instantiation
2400.08/2357.71	v         cost = '139'>
2400.08/2357.71	v       <list>
2400.08/2357.71	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.08/2357.71	v       </list>
2400.08/2357.71	v       <values>
2400.08/2357.71	v         0 0 8 0 16 6 3 1 13 9 3 31 26 24 34 33 19 47 14 19 65 61 51 24 43 16 51 41 33 75 83 76 51 60 114 74 79 60 56 74 127 79 92 89 89 95 104 103 69 113 100 115 103 93 116 115 115 121 131 129 130 139
2400.08/2357.71	v       </values>
2400.08/2357.71	v     </instantiation>
2400.08/2357.71	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 (9979 MiB free)
  memory of node 1: 16384 MiB (13023 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392128-1568316417/watcher-4392128-1568316417 -o /tmp/evaluation-result-4392128-1568316417/solver-4392128-1568316417 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=323433637 HOME/instance-4392128-1568316417.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11462, runsolver pid=11459

[startup+0.100135 s]*
/proc/loadavg: 1.57 1.44 1.47 3/218 11519
/proc/meminfo: memFree=23547964/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=9972712 memory=15440 CPUtime=0.1 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 4599 13126 0 0 1 1 5 3 20 0 6 0 407579060 10212057088 3860 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2493178 3860 1958 1 0 2481616 0
[pid=11462/tid=11515] ppid=11459 vsize=9988792 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 2425 13126 0 0 0 0 5 3 20 0 6 0 407579069 10228523008 3860 33554432000 4194304 4196468 140732528313984 139881619612240 139881628898528 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=9988792 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 407579070 10228523008 3860 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=9988792 memory=140432713647744 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 407579070 10228523008 3860 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 407579070 10228523008 3860 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 407579070 10228523008 3926 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.209969 s]*
/proc/loadavg: 1.57 1.44 1.47 3/227 11528
/proc/meminfo: memFree=23527616/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10819964 memory=39324 CPUtime=0.27 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 7138 13126 0 0 17 2 5 3 20 0 15 0 407579060 11079643136 9766 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2704991 9766 2982 1 0 2667405 0
[pid=11462/tid=11515] ppid=11459 vsize=10819964 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 3788 13126 0 0 11 1 5 3 20 0 15 0 407579069 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881619600288 139881640455197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10819964 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10819964 memory=140432713647744 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10819964 memory=140432713647744 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579071 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 407579072 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881105818912 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11079643136 10029 33554432000 4194304 4196468 140732528313984 139880977917552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11079643136 10029 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 355 13126 0 0 0 0 5 3 20 0 15 0 407579074 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10819964 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 295 13126 0 0 1 0 5 3 20 0 15 0 407579074 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10819964 memory=140432713647744 CPUtime=0.11 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 697 13126 0 0 3 0 5 3 20 0 15 0 407579074 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11079643136 10029 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10819964 memory=140432713647744 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579075 11079643136 10029 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 39324 KiB

[startup+0.310442 s]*
/proc/loadavg: 1.57 1.44 1.47 4/227 11528
/proc/meminfo: memFree=23517228/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10820096 memory=50488 CPUtime=0.41 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 10864 13126 0 0 29 4 5 3 20 0 15 0 407579060 11079778304 12622 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2705024 12622 3245 1 0 2667149 0
[pid=11462/tid=11515] ppid=11459 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 7207 13126 0 0 19 2 5 3 20 0 15 0 407579069 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881619574392 139881250008332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10820096 memory=6155975849802755425 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10820096 memory=7649539799731554241 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579071 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 407579072 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881105818912 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11079778304 12622 33554432000 4194304 4196468 140732528313984 139880977917552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11079778304 12622 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 358 13126 0 0 1 0 5 3 20 0 15 0 407579074 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 303 13126 0 0 1 0 5 3 20 0 15 0 407579074 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 744 13126 0 0 5 0 5 3 20 0 15 0 407579074 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11079778304 12622 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579075 11079778304 12622 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50488 KiB

[startup+0.704755 s]
/proc/loadavg: 1.57 1.44 1.47 6/227 11528
/proc/meminfo: memFree=23500632/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10824340 memory=81856 CPUtime=1.16 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 15215 13126 0 0 102 6 5 3 20 0 15 0 407579060 11084124160 20464 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2706085 20464 3508 1 0 2668173 0
[pid=11462/tid=11515] ppid=11459 vsize=10824340 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 10618 13126 0 0 56 4 5 3 20 0 15 0 407579069 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881619602672 139881647787414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579070 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579070 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 5 13126 0 0 0 0 5 3 20 0 15 0 407579071 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 407579072 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881105818912 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11084124160 20464 33554432000 4194304 4196468 140732528313984 139880977917552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11084124160 20464 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) R 11459 11462 8623 0 -1 4202560 624 13126 0 0 13 0 5 3 20 0 15 0 407579074 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881072261528 139881632704975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 693 13126 0 0 14 0 5 3 20 0 15 0 407579074 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) R 11459 11462 8623 0 -1 4202560 1020 13126 0 0 17 0 5 3 20 0 15 0 407579074 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881070156144 139881626730207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10824340 memory=280865225572592 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11084124160 20464 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579075 11084124160 20464 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81856 KiB

[startup+1.50074 s]
/proc/loadavg: 1.57 1.44 1.47 3/227 11528
/proc/meminfo: memFree=23459192/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10834656 memory=167412 CPUtime=2.47 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 22331 13126 0 0 230 9 5 3 20 0 15 0 407579060 11094687744 41853 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2708664 41853 3574 1 0 2670733 0
[pid=11462/tid=11515] ppid=11459 vsize=10834656 memory=21 CPUtime=1.44 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 15755 13126 0 0 131 5 5 3 20 0 15 0 407579069 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881619575624 139881250069607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10834656 memory=27 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 72 13126 0 0 1 0 5 3 20 0 15 0 407579070 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 370 13126 0 0 0 0 5 3 20 0 15 0 407579070 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 33 13126 0 0 1 0 5 3 20 0 15 0 407579070 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10834656 memory=95688 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 37 13126 0 0 1 0 5 3 20 0 15 0 407579070 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 415 13126 0 0 1 0 5 3 20 0 15 0 407579071 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10834656 memory=6296985926779097702 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 34 13126 0 0 0 0 5 3 20 0 15 0 407579072 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881105818976 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10834656 memory=7307484460157659750 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11094687744 41853 33554432000 4194304 4196468 140732528313984 139880977917568 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10834656 memory=7810463772558979180 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11094687744 41853 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10834656 memory=5787213831476700249 CPUtime=0.32 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 790 13126 0 0 24 0 5 3 20 0 15 0 407579074 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10834656 memory=5939233512092690281 CPUtime=0.33 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 808 13126 0 0 25 0 5 3 20 0 15 0 407579074 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10834656 memory=6296985926779097702 CPUtime=0.5 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 1800 13126 0 0 41 1 5 3 20 0 15 0 407579074 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10834656 memory=6296985926779097702 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11094687744 41853 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10834656 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579075 11094687744 41853 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 2.47 s

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

/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 61548 13126 0 0 223672 42 5 3 20 0 15 0 407579069 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881619610576 139881266001008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10846964 memory=772936 CPUtime=10.58 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 6473 13126 0 0 996 54 5 3 20 0 15 0 407579070 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10846964 memory=772936 CPUtime=10.58 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 9359 13126 0 0 995 55 5 3 20 0 15 0 407579070 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10846964 memory=4540 CPUtime=10.59 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 6658 13126 0 0 996 55 5 3 20 0 15 0 407579070 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10846964 memory=97 CPUtime=10.57 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 12384 13126 0 0 993 56 5 3 20 0 15 0 407579070 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10846964 memory=1408 CPUtime=11.45 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 12404 13126 0 0 1086 51 5 3 20 0 15 0 407579071 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10846964 memory=3176 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 38 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881105818976 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10846964 memory=772936 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193234 33554432000 4194304 4196468 140732528313984 139880977917568 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10846964 memory=772936 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11107291136 193234 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10846964 memory=772936 CPUtime=4.45 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 24285 13126 0 0 432 5 5 3 20 0 15 0 407579074 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10846964 memory=772936 CPUtime=3.63 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 16946 13126 0 0 351 4 5 3 20 0 15 0 407579074 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10846964 memory=1228 CPUtime=3.4 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 27283 13126 0 0 325 7 5 3 20 0 15 0 407579074 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10846964 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11107291136 193234 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10846964 memory=1792 CPUtime=1.37 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1118 13126 0 0 62 67 5 3 20 0 15 0 407579075 11107291136 193234 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 2303.22 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 772936 KiB

[startup+2322.3 s]
/proc/loadavg: 1.27 1.40 1.40 3/228 12151
/proc/meminfo: memFree=22867416/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10846964 memory=773048 CPUtime=2364.13 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 182376 13126 0 0 236063 342 5 3 20 0 15 0 407579060 11107291136 193262 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2711741 193262 3627 1 0 2673805 0
[pid=11462/tid=11515] ppid=11459 vsize=10846964 memory=773048 CPUtime=2296.54 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 62244 13126 0 0 229604 42 5 3 20 0 15 0 407579069 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881619610576 139881254570816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10846964 memory=773048 CPUtime=10.89 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 6551 13126 0 0 1026 55 5 3 20 0 15 0 407579070 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10846964 memory=773048 CPUtime=10.89 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 9628 13126 0 0 1024 57 5 3 20 0 15 0 407579070 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10846964 memory=15208 CPUtime=10.89 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 6726 13126 0 0 1025 56 5 3 20 0 15 0 407579070 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10846964 memory=773048 CPUtime=10.88 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 12456 13126 0 0 1023 57 5 3 20 0 15 0 407579070 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10846964 memory=773048 CPUtime=11.78 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 12633 13126 0 0 1117 53 5 3 20 0 15 0 407579071 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10846964 memory=38248 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 38 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881105818976 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10846964 memory=773048 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193262 33554432000 4194304 4196468 140732528313984 139880977917568 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10846964 memory=7168 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11107291136 193262 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10846964 memory=773048 CPUtime=4.45 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 24287 13126 0 0 432 5 5 3 20 0 15 0 407579074 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10846964 memory=773048 CPUtime=3.63 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 16948 13126 0 0 351 4 5 3 20 0 15 0 407579074 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10846964 memory=3924 CPUtime=3.4 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 27514 13126 0 0 325 7 5 3 20 0 15 0 407579074 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10846964 memory=38248 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11107291136 193262 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10846964 memory=773048 CPUtime=1.4 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1135 13126 0 0 63 69 5 3 20 0 15 0 407579075 11107291136 193262 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 2364.13 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 773048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.7 s]
/proc/loadavg: 1.37 1.42 1.40 3/228 12153
/proc/meminfo: memFree=22866956/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10846964 memory=773088 CPUtime=2400.08 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 183508 13126 0 0 239653 347 5 3 20 0 15 0 407579060 11107291136 193272 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2711741 193272 3627 1 0 2673805 0
[pid=11462/tid=11515] ppid=11459 vsize=10846964 memory=773088 CPUtime=2331.55 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 62684 13126 0 0 233104 43 5 3 20 0 15 0 407579069 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881619610272 139881262779178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.07 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 6597 13126 0 0 1043 56 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10846964 memory=280865226689376 CPUtime=11.06 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 9962 13126 0 0 1041 57 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.07 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 6792 13126 0 0 1042 57 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.06 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 12475 13126 0 0 1040 58 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.96 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 12849 13126 0 0 1135 53 5 3 20 0 15 0 407579071 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10846964 memory=773088 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 38 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881105818976 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10846964 memory=773088 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193272 33554432000 4194304 4196468 140732528313984 139880977917568 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10846964 memory=770788 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10846964 memory=770788 CPUtime=4.45 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 24289 13126 0 0 432 5 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10846964 memory=6791534058613427641 CPUtime=3.63 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 16950 13126 0 0 351 4 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10846964 memory=2352 CPUtime=3.4 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 27516 13126 0 0 325 7 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10846964 memory=772936 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11107291136 193272 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10846964 memory=772936 CPUtime=1.42 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1140 13126 0 0 64 70 5 3 20 0 15 0 407579075 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 773088 KiB

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

[startup+2357.73 s]
# the end of solver process 11462 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.6 s, system=3.51474 s

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

[startup+2357.7 s]
/proc/loadavg: 1.37 1.42 1.40 3/228 12153
/proc/meminfo: memFree=22866956/32770624 swapFree=67108848/67108860
[pid=11462] ppid=11459 vsize=10846964 memory=773088 CPUtime=2400.08 cores=1,3,5,7
/proc/11462/stat : 11462 (java) S 11459 11462 8623 0 -1 1077944320 183508 13126 0 0 239653 347 5 3 20 0 15 0 407579060 11107291136 193272 33554432000 4194304 4196468 140732528313984 140732528296528 139881647775479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
/proc/11462/statm: 2711741 193272 3627 1 0 2673805 0
[pid=11462/tid=11515] ppid=11459 vsize=10846964 memory=773088 CPUtime=2331.55 cores=1,3,5,7
/proc/11462/task/11515/stat : 11515 (java) R 11459 11462 8623 0 -1 4202560 62684 13126 0 0 233104 43 5 3 20 0 15 0 407579069 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881619610272 139881262779178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11516] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.07 cores=1,3,5,7
/proc/11462/task/11516/stat : 11516 (java) S 11459 11462 8623 0 -1 1077944384 6597 13126 0 0 1043 56 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881652017552 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11517] ppid=11459 vsize=10846964 memory=280865226689376 CPUtime=11.06 cores=1,3,5,7
/proc/11462/task/11517/stat : 11517 (java) S 11459 11462 8623 0 -1 1077944384 9962 13126 0 0 1041 57 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881583929616 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11518] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.07 cores=1,3,5,7
/proc/11462/task/11518/stat : 11518 (java) S 11459 11462 8623 0 -1 1077944384 6792 13126 0 0 1042 57 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881219492496 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11519] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.06 cores=1,3,5,7
/proc/11462/task/11519/stat : 11519 (java) S 11459 11462 8623 0 -1 1077944384 12475 13126 0 0 1040 58 5 3 20 0 15 0 407579070 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881218439696 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11520] ppid=11459 vsize=10846964 memory=773088 CPUtime=11.96 cores=1,3,5,7
/proc/11462/task/11520/stat : 11520 (java) S 11459 11462 8623 0 -1 1077944384 12849 13126 0 0 1135 53 5 3 20 0 15 0 407579071 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881106872944 139881647786626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11521] ppid=11459 vsize=10846964 memory=773088 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11521/stat : 11521 (java) S 11459 11462 8623 0 -1 1077944384 38 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881105818976 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11522] ppid=11459 vsize=10846964 memory=773088 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11522/stat : 11522 (java) S 11459 11462 8623 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 407579072 11107291136 193272 33554432000 4194304 4196468 140732528313984 139880977917568 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11523] ppid=11459 vsize=10846964 memory=770788 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11523/stat : 11523 (java) S 11459 11462 8623 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139880373938768 139881647794075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11524] ppid=11459 vsize=10846964 memory=770788 CPUtime=4.45 cores=1,3,5,7
/proc/11462/task/11524/stat : 11524 (java) S 11459 11462 8623 0 -1 1077944384 24289 13126 0 0 432 5 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881072261232 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11525] ppid=11459 vsize=10846964 memory=6791534058613427641 CPUtime=3.63 cores=1,3,5,7
/proc/11462/task/11525/stat : 11525 (java) S 11459 11462 8623 0 -1 1077944384 16950 13126 0 0 351 4 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881071208432 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11526] ppid=11459 vsize=10846964 memory=2352 CPUtime=3.4 cores=1,3,5,7
/proc/11462/task/11526/stat : 11526 (java) S 11459 11462 8623 0 -1 1077944384 27516 13126 0 0 325 7 5 3 20 0 15 0 407579074 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881070156144 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11527] ppid=11459 vsize=10846964 memory=772936 CPUtime=0.08 cores=1,3,5,7
/proc/11462/task/11527/stat : 11527 (java) S 11459 11462 8623 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 407579075 11107291136 193272 33554432000 4194304 4196468 140732528313984 139879904176608 139881647785685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
[pid=11462/tid=11528] ppid=11459 vsize=10846964 memory=772936 CPUtime=1.42 cores=1,3,5,7
/proc/11462/task/11528/stat : 11528 (java) S 11459 11462 8623 0 -1 1077944384 1140 13126 0 0 64 70 5 3 20 0 15 0 407579075 11107291136 193272 33554432000 4194304 4196468 140732528313984 139881069104048 139881647786626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140732528315126 140732528317637 140732528317637 140732528320463 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 773088 KiB

Child status: 143
Real time (s): 2357.73
CPU time (s): 2400.12
CPU user time (s): 2396.6
CPU system time (s): 3.51474
CPU usage (%): 101.798
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 773088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.6
system time used= 3.51474
maximum resident set size= 777224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297106
involuntary context switches= 6770


# summary of solver processes directly reported to runsolver:
#   pid: 11462
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.6
#   total CPU system time (s): 3.51474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8022 second user time and 20.3563 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 21:26:16
IDJOB=4392128
IDBENCH=128242
IDSOLVER=2837
FILE ID=node143/4392128-1568316417
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392128-1568316417/watcher-4392128-1568316417 -o /tmp/evaluation-result-4392128-1568316417/solver-4392128-1568316417 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=323433637 HOME/instance-4392128-1568316417.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=323433637

node143.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.73
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.73
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.73
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.73
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:        23555268 kB
MemAvailable:   31042560 kB
Buffers:          151936 kB
Cached:          7623592 kB
SwapCached:            8 kB
Active:          2913840 kB
Inactive:        5625932 kB
Active(anon):     719368 kB
Inactive(anon):   144520 kB
Active(file):    2194472 kB
Inactive(file):  5481412 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35036 kB
Writeback:             0 kB
AnonPages:        872372 kB
Mapped:            60948 kB
Shmem:             90756 kB
Slab:             268944 kB
SReclaimable:     239868 kB
SUnreclaim:        29076 kB
KernelStack:        3728 kB
PageTables:         8440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1824036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 22:05:34