Trace number 4396466

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)2 2400.07 2376.13

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.318535
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
19.43/11.31	o 77
21.66/13.39	o 76
23.70/15.17	o 75
25.57/16.82	o 74
27.94/19.18	o 73
30.18/21.33	o 72
31.63/22.79	o 71
33.09/24.13	o 70
34.29/25.30	o 69
35.31/26.34	o 68
36.85/27.80	o 67
38.38/29.39	o 66
40.04/30.98	o 65
41.94/32.81	o 64
42.66/33.54	o 63
42.86/33.73	o 3
706.30/691.80	o 2
2400.02/2376.11	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2376.11		at concrete.MAC.mac(MAC.scala:192)
2400.02/2376.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2376.11		at scala.util.Try$.apply(Try.scala:212)
2400.02/2376.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2376.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2376.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2376.11		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2376.11		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2376.11		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2376.11		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2376.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2376.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2376.11		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2376.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2376.11		at scala.util.Success.map(Try.scala:264)
2400.02/2376.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2376.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2376.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2376.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2376.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2376.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2376.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2376.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2376.11		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2376.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2376.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2376.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2376.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2376.11		at scala.App.main(App.scala:75)
2400.02/2376.11		at scala.App.main$(App.scala:73)
2400.02/2376.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2376.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2376.12	v <instantiation
2400.02/2376.12	v         cost = '2'>
2400.02/2376.12	v       <list>
2400.02/2376.12	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
2400.02/2376.12	v       </list>
2400.02/2376.12	v       <values>
2400.02/2376.12	v         0 2 1 1 1 0 2 2 0 2 0 2 0 0 1 1 2 0 2 1 2 1 2 2 0 1 2 1 1 1 0 2 0 0 0 0 2 1 1 2 1 2 2 2 0 1 2 2 0 2 1 0 2 0 1 0 0 2 1 1 0 1 0 0 2 0 1 1 0 1 2 0 0 2 1 2 1 2
2400.02/2376.12	v       </values>
2400.02/2376.12	v     </instantiation>
2400.02/2376.12	s SATISFIABLE

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396466-1568408440/watcher-4396466-1568408440 -o /tmp/evaluation-result-4396466-1568408440/solver-4396466-1568408440 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1137968019 HOME/instance-4396466-1568408440.xml 

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

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

solver pid=10108, runsolver pid=10105

[startup+0.100114 s]*
/proc/loadavg: 1.46 1.38 1.41 3/219 10165
/proc/meminfo: memFree=23092076/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=9972712 memory=18328 CPUtime=0.1 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 4346 13093 0 0 1 1 5 3 20 0 6 0 416782443 10212057088 4582 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2493178 4582 1931 1 0 2481616 0
[pid=10108/tid=10161] ppid=10105 vsize=9972712 memory=4279135704047190159 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 2159 13093 0 0 0 0 5 3 20 0 6 0 416782452 10212057088 4648 33554432000 4194304 4196468 140729605379616 140532232569424 140532245855600 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 6 0 416782453 10212057088 4648 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=9972712 memory=139694544705152 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 6 0 416782453 10212057088 4648 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 6 0 416782453 10212057088 4648 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 6 0 416782453 10212057088 4648 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.211328 s]*
/proc/loadavg: 1.46 1.38 1.41 3/228 10174
/proc/meminfo: memFree=23065888/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10819664 memory=37808 CPUtime=0.26 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 6857 13093 0 0 16 2 5 3 20 0 15 0 416782443 11079335936 9452 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2704916 9452 3150 1 0 2667149 0
[pid=10108/tid=10161] ppid=10105 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 3340 13093 0 0 10 1 5 3 20 0 15 0 416782452 11079335936 9452 33554432000 4194304 4196468 140729605379616 140532232540736 140532244813150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10819664 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079335936 9452 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10819664 memory=139694544715417 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079335936 9452 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079335936 9452 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079335936 9452 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10819664 memory=139694544705152 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 15 0 416782454 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 33 13093 0 0 0 0 5 3 20 0 15 0 416782455 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531718886944 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782455 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531128591728 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11079335936 9452 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 329 13093 0 0 1 0 5 3 20 0 15 0 416782457 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 327 13093 0 0 1 0 5 3 20 0 15 0 416782457 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10819664 memory=139694544705152 CPUtime=0.11 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) R 10105 10108 6304 0 -1 4202560 608 13093 0 0 3 0 5 3 20 0 15 0 416782457 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531683223664 140532260754010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11079335936 9452 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10819664 memory=139694544705152 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782458 11079335936 9452 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37808 KiB

[startup+0.310302 s]*
/proc/loadavg: 1.46 1.38 1.41 4/228 10174
/proc/meminfo: memFree=23047492/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10820148 memory=49224 CPUtime=0.41 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 10565 13093 0 0 28 5 5 3 20 0 15 0 416782443 11079831552 12306 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2705037 12306 3294 1 0 2667149 0
[pid=10108/tid=10161] ppid=10105 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 7027 13093 0 0 18 3 5 3 20 0 15 0 416782452 11079831552 12306 33554432000 4194304 4196468 140729605379616 140532232532576 140532246100524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079831552 12306 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079831552 12306 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079831552 12306 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 15 0 416782453 11079831552 12306 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 15 0 416782454 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 33 13093 0 0 0 0 5 3 20 0 15 0 416782455 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531718886944 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782455 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531128591728 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11079831552 12306 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 338 13093 0 0 1 0 5 3 20 0 15 0 416782457 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 328 13093 0 0 2 0 5 3 20 0 15 0 416782457 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10820148 memory=139694544705152 CPUtime=0.13 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) S 10105 10108 6304 0 -1 1077944384 618 13093 0 0 5 0 5 3 20 0 15 0 416782457 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531683223664 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11079831552 12306 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10820148 memory=139694544705152 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782458 11079831552 12306 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49224 KiB

[startup+0.705353 s]
/proc/loadavg: 1.46 1.38 1.41 7/228 10174
/proc/meminfo: memFree=23024164/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10824360 memory=81468 CPUtime=1.15 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 14609 13093 0 0 100 7 5 3 20 0 15 0 416782443 11084144640 20367 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2706090 20367 3512 1 0 2668173 0
[pid=10108/tid=10161] ppid=10105 vsize=10824360 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 9956 13093 0 0 55 5 5 3 20 0 15 0 416782452 11084144640 20367 33554432000 4194304 4196468 140729605379616 140532232559824 140532260754589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11084144640 20367 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11084144640 20367 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782453 11084144640 20367 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 2 13093 0 0 0 0 5 3 20 0 15 0 416782453 11084144640 20367 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 5 13093 0 0 0 0 5 3 20 0 15 0 416782454 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 33 13093 0 0 0 0 5 3 20 0 15 0 416782455 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531718886944 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10824360 memory=139694415426320 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782455 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531128591728 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10824360 memory=139698106270300 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11084144640 20367 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10824360 memory=612 CPUtime=0.23 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) R 10105 10108 6304 0 -1 1077944384 806 13093 0 0 15 0 5 3 20 0 15 0 416782457 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10824360 memory=7302135314614015845 CPUtime=0.2 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) R 10105 10108 6304 0 -1 4202560 743 13093 0 0 12 0 5 3 20 0 15 0 416782457 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531684263008 140532245858887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10824360 memory=6081102367496956009 CPUtime=0.24 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) R 10105 10108 6304 0 -1 4202560 847 13093 0 0 16 0 5 3 20 0 15 0 416782457 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531683223664 140532239275473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10824360 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11084144640 20367 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782458 11084144640 20367 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81468 KiB

[startup+1.50073 s]
/proc/loadavg: 1.46 1.38 1.41 3/227 10174
/proc/meminfo: memFree=22909396/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10834676 memory=170692 CPUtime=2.5 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 21288 13093 0 0 229 13 5 3 20 0 15 0 416782443 11094708224 42673 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2708669 42673 3578 1 0 2670733 0
[pid=10108/tid=10161] ppid=10105 vsize=10834676 memory=2129104 CPUtime=1.43 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 14845 13093 0 0 128 7 5 3 20 0 15 0 416782452 11094708224 42673 33554432000 4194304 4196468 140729605379616 140532232524192 140532244776293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 57 13093 0 0 1 0 5 3 20 0 15 0 416782453 11094708224 42673 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10834676 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 40 13093 0 0 0 0 5 3 20 0 15 0 416782453 11094708224 42673 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10834676 memory=2424 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 11 13093 0 0 0 0 5 3 20 0 15 0 416782453 11094708224 42673 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10834676 memory=81468 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 287 13093 0 0 1 0 5 3 20 0 15 0 416782453 11094708224 42673 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 139 13093 0 0 1 0 5 3 20 0 15 0 416782454 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 34 13093 0 0 0 0 5 3 20 0 15 0 416782455 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531718887008 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782455 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531128591728 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11094708224 42673 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10834676 memory=4638778398332698720 CPUtime=0.34 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 961 13093 0 0 26 0 5 3 20 0 15 0 416782457 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10834676 memory=279388831128448 CPUtime=0.33 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 1054 13093 0 0 25 0 5 3 20 0 15 0 416782457 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10834676 memory=-7233780906022716832 CPUtime=0.51 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) R 10105 10108 6304 0 -1 4202560 1647 13093 0 0 42 1 5 3 20 0 15 0 416782457 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531683223664 140532260744598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10834676 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11094708224 42673 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10834676 memory=-7384994778349281184 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 1 13093 0 0 0 0 5 3 20 0 15 0 416782458 11094708224 42673 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834676 KiB

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

/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 47229 13093 0 0 225263 24 5 3 20 0 15 0 416782452 11107311616 122291 33554432000 4194304 4196468 140729605379616 140532232569008 140531832884420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.31 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 4681 13093 0 0 402 21 5 3 20 0 15 0 416782453 11107311616 122291 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.32 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 15293 13093 0 0 404 20 5 3 20 0 15 0 416782453 11107311616 122291 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.3 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 5301 13093 0 0 403 19 5 3 20 0 15 0 416782453 11107311616 122291 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.31 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 8772 13093 0 0 403 20 5 3 20 0 15 0 416782453 11107311616 122291 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10846984 memory=5900 CPUtime=3.93 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 13712 13093 0 0 363 22 5 3 20 0 15 0 416782454 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10846984 memory=489164 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 46 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531718887072 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10846984 memory=489164 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 24 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531128591744 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10846984 memory=489164 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11107311616 122291 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.39 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 32285 13093 0 0 427 4 5 3 20 0 15 0 416782457 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.7 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 34438 13093 0 0 458 4 5 3 20 0 15 0 416782457 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10846984 memory=489164 CPUtime=2.01 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) S 10105 10108 6304 0 -1 1077944384 20999 13093 0 0 188 5 5 3 20 0 15 0 416782457 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531683223664 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10846984 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11107311616 122291 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10846984 memory=1412 CPUtime=0.99 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 1999 13093 0 0 43 48 5 3 20 0 15 0 416782458 11107311616 122291 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 2285.6 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 489164 KiB

[startup+2322.3 s]
/proc/loadavg: 0.63 0.85 1.15 2/206 11099
/proc/meminfo: memFree=22718532/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10846984 memory=489196 CPUtime=2345.92 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 187904 13093 0 0 234414 170 5 3 20 0 15 0 416782443 11107311616 122299 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2711746 122299 3628 1 0 2673805 0
[pid=10108/tid=10161] ppid=10105 vsize=10846984 memory=489196 CPUtime=2312.71 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 47613 13093 0 0 231239 24 5 3 20 0 15 0 416782452 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532232569008 140531833532759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.42 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 4692 13093 0 0 412 22 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.43 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 15343 13093 0 0 415 20 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.4 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 5374 13093 0 0 413 19 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10846984 memory=489164 CPUtime=4.41 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 8950 13093 0 0 412 21 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.03 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 13905 13093 0 0 372 23 5 3 20 0 15 0 416782454 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 46 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531718887072 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 24 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531128591744 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.4 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 32288 13093 0 0 428 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.7 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 34440 13093 0 0 458 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10846984 memory=489196 CPUtime=2.01 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) S 10105 10108 6304 0 -1 1077944384 21001 13093 0 0 188 5 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531683223664 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10846984 memory=988 CPUtime=1.01 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 2016 13093 0 0 44 49 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 2345.92 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 489196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.11 s]
/proc/loadavg: 0.63 0.81 1.12 2/206 11101
/proc/meminfo: memFree=22718376/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10846984 memory=489196 CPUtime=2400.02 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 188081 13093 0 0 239821 173 5 3 20 0 15 0 416782443 11107311616 122299 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2711746 122299 3628 1 0 2673805 0
[pid=10108/tid=10161] ppid=10105 vsize=10846984 memory=489196 CPUtime=2366.31 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 47768 13093 0 0 236599 24 5 3 20 0 15 0 416782452 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532232568768 140531832884466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.52 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 4692 13093 0 0 422 22 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.53 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 15345 13093 0 0 424 21 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.5 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 5377 13093 0 0 422 20 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.52 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 8952 13093 0 0 422 22 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.12 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 13915 13093 0 0 381 23 5 3 20 0 15 0 416782454 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 46 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531718887072 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 24 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531128591744 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.4 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 32288 13093 0 0 428 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10846984 memory=1760 CPUtime=4.7 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 34440 13093 0 0 458 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10846984 memory=111636 CPUtime=2.01 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) S 10105 10108 6304 0 -1 1077944384 21002 13093 0 0 188 5 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531683223664 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10846984 memory=489196 CPUtime=1.03 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 2020 13093 0 0 45 50 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 489196 KiB

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

[startup+2376.13 s]
# the end of solver process 10108 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.29 s, system=1.77704 s

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

[startup+2376.11 s]
/proc/loadavg: 0.63 0.81 1.12 2/206 11101
/proc/meminfo: memFree=22718376/32770624 swapFree=66999284/67108860
[pid=10108] ppid=10105 vsize=10846984 memory=489196 CPUtime=2400.02 cores=1,3,5,7
/proc/10108/stat : 10108 (java) S 10105 10108 6304 0 -1 1077944320 188081 13093 0 0 239821 173 5 3 20 0 15 0 416782443 11107311616 122299 33554432000 4194304 4196468 140729605379616 140729605362160 140532260732663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
/proc/10108/statm: 2711746 122299 3628 1 0 2673805 0
[pid=10108/tid=10161] ppid=10105 vsize=10846984 memory=489196 CPUtime=2366.31 cores=1,3,5,7
/proc/10108/task/10161/stat : 10161 (java) R 10105 10108 6304 0 -1 4202560 47768 13093 0 0 236599 24 5 3 20 0 15 0 416782452 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532232568768 140531832884466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10162] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.52 cores=1,3,5,7
/proc/10108/task/10162/stat : 10162 (java) S 10105 10108 6304 0 -1 1077944384 4692 13093 0 0 422 22 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532264974992 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10163] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.53 cores=1,3,5,7
/proc/10108/task/10163/stat : 10163 (java) S 10105 10108 6304 0 -1 1077944384 15345 13093 0 0 424 21 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532153248272 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10164] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.5 cores=1,3,5,7
/proc/10108/task/10164/stat : 10164 (java) S 10105 10108 6304 0 -1 1077944384 5377 13093 0 0 422 20 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532152195472 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10165] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.52 cores=1,3,5,7
/proc/10108/task/10165/stat : 10165 (java) S 10105 10108 6304 0 -1 1077944384 8952 13093 0 0 422 22 5 3 20 0 15 0 416782453 11107311616 122299 33554432000 4194304 4196468 140729605379616 140532151142672 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10166] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.12 cores=1,3,5,7
/proc/10108/task/10166/stat : 10166 (java) S 10105 10108 6304 0 -1 1077944384 13915 13093 0 0 381 23 5 3 20 0 15 0 416782454 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531719940976 140532260743810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10167] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10167/stat : 10167 (java) S 10105 10108 6304 0 -1 1077944384 46 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531718887072 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10168] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10168/stat : 10168 (java) S 10105 10108 6304 0 -1 1077944384 24 13093 0 0 0 0 5 3 20 0 15 0 416782455 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531128591744 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10169] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10169/stat : 10169 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530821192016 140532260751259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10170] ppid=10105 vsize=10846984 memory=489196 CPUtime=4.4 cores=1,3,5,7
/proc/10108/task/10170/stat : 10170 (java) S 10105 10108 6304 0 -1 1077944384 32288 13093 0 0 428 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531685329264 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10171] ppid=10105 vsize=10846984 memory=1760 CPUtime=4.7 cores=1,3,5,7
/proc/10108/task/10171/stat : 10171 (java) S 10105 10108 6304 0 -1 1077944384 34440 13093 0 0 458 4 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531684276464 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10172] ppid=10105 vsize=10846984 memory=111636 CPUtime=2.01 cores=1,3,5,7
/proc/10108/task/10172/stat : 10172 (java) S 10105 10108 6304 0 -1 1077944384 21002 13093 0 0 188 5 5 3 20 0 15 0 416782457 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531683223664 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10173] ppid=10105 vsize=10846984 memory=489196 CPUtime=0.08 cores=1,3,5,7
/proc/10108/task/10173/stat : 10173 (java) S 10105 10108 6304 0 -1 1077944384 3 13093 0 0 0 0 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140530787633376 140532260742869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
[pid=10108/tid=10174] ppid=10105 vsize=10846984 memory=489196 CPUtime=1.03 cores=1,3,5,7
/proc/10108/task/10174/stat : 10174 (java) S 10105 10108 6304 0 -1 1077944384 2020 13093 0 0 45 50 5 3 20 0 15 0 416782458 11107311616 122299 33554432000 4194304 4196468 140729605379616 140531682172080 140532260743810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140729605380847 140729605383365 140729605383365 140729605386191 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 489196 KiB

Child status: 143
Real time (s): 2376.13
CPU time (s): 2400.07
CPU user time (s): 2398.29
CPU system time (s): 1.77704
CPU usage (%): 101.007
Max. virtual memory (cumulated for all children) (KiB): 10852352
Max. memory (cumulated for all children) (KiB): 504696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.29
system time used= 1.77704
maximum resident set size= 505720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143093
involuntary context switches= 6069


# summary of solver processes directly reported to runsolver:
#   pid: 10108
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.29
#   total CPU system time (s): 1.77704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6073 second user time and 19.8295 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 23:00:00
IDJOB=4396466
IDBENCH=140558
IDSOLVER=2847
FILE ID=node140/4396466-1568408440
RUNJOBID= node140-1568394621-6336
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396466-1568408440/watcher-4396466-1568408440 -o /tmp/evaluation-result-4396466-1568408440/solver-4396466-1568408440 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1137968019 HOME/instance-4396466-1568408440.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=1137968019

node140.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.43
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.43
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.43
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.43
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:        23104300 kB
MemAvailable:   31801980 kB
Buffers:          176700 kB
Cached:          8728332 kB
SwapCached:         2736 kB
Active:          1477704 kB
Inactive:        7473520 kB
Active(anon):      43300 kB
Inactive(anon):    43936 kB
Active(file):    1434404 kB
Inactive(file):  7429584 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999284 kB
Dirty:             34592 kB
Writeback:         31156 kB
AnonPages:        172504 kB
Mapped:            55948 kB
Shmem:             32260 kB
Slab:             309772 kB
SReclaimable:     262152 kB
SUnreclaim:        47620 kB
KernelStack:        3744 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1510080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58104 MiB
End job on node140 at 2019-09-13 23:39:36