Trace number 4400723

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.16 2303.86

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.12.2.1568631193530 running
2520.07/2303.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2303.81		at concrete.MAC.mac(MAC.scala:192)
2520.07/2303.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2303.81		at scala.util.Try$.apply(Try.scala:212)
2520.07/2303.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2303.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2303.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2303.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2303.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2303.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2303.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2303.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2303.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2303.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2303.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2303.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2303.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2303.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2303.81		at scala.util.Success.map(Try.scala:264)
2520.07/2303.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2303.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2303.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2303.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2303.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2303.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2303.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2303.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2303.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2303.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2303.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2303.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2303.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2303.81		at scala.App.main(App.scala:75)
2520.07/2303.81		at scala.App.main$(App.scala:73)
2520.07/2303.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2303.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2303.81	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400723-1568691251/watcher-4400723-1568691251 -o /tmp/evaluation-result-4400723-1568691251/solver-4400723-1568691251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400723-1568691251.xml 

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

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


[startup+0.100066 s]*
/proc/loadavg: 2.06 1.55 1.44 4/221 23195
/proc/meminfo: memFree=30970568/32770624 swapFree=66938192/67108860
[pid=23136] ppid=23133 vsize=10055356 memory=17608 CPUtime=0.08 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 4683 13120 0 0 1 0 4 3 20 0 7 0 445396559 10296684544 4402 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2513839 4402 1995 1 0 2502277 0
[pid=23136/tid=23191] ppid=23133 vsize=10055356 memory=4279135704047059854 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 2480 13120 0 0 1 0 4 3 20 0 7 0 445396568 10296684544 4468 33554432000 4194304 4196468 140736090882928 140475251153680 140475263391100 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10055356 memory=-7233780906022726806 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 7 0 445396569 10296684544 4468 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10055356 memory=139807898101376 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 7 0 445396569 10296684544 4468 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 7 0 445396569 10296684544 4468 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 7 0 445396569 10296684544 4468 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10055356 memory=139807898101376 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 7 0 445396570 10296684544 4468 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 17608 KiB

[startup+0.210126 s]*
/proc/loadavg: 2.06 1.55 1.44 3/230 23204
/proc/meminfo: memFree=30931064/32770624 swapFree=66938192/67108860
[pid=23136] ppid=23133 vsize=10820196 memory=40860 CPUtime=0.27 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 7531 13120 0 0 18 2 4 3 20 0 15 0 445396559 11079880704 10215 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2705049 10215 3295 1 0 2667149 0
[pid=23136/tid=23191] ppid=23133 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 4007 13120 0 0 11 1 4 3 20 0 15 0 445396568 11079880704 10215 33554432000 4194304 4196468 140736090882928 140475251124768 140475279332509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079880704 10215 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10820196 memory=139807898122797 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079880704 10215 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079880704 10215 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079880704 10215 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10820196 memory=139807898101376 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 445396570 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 445396571 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474737689632 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396571 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474153165680 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 487 13120 0 0 1 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 175 13120 0 0 1 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10820196 memory=139807898101376 CPUtime=0.1 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 608 13120 0 0 3 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10820196 memory=139807898101376 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079880704 10215 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40860 KiB

[startup+0.31066 s]*
/proc/loadavg: 2.06 1.55 1.44 4/230 23204
/proc/meminfo: memFree=30920420/32770624 swapFree=66938192/67108860
[pid=23136] ppid=23133 vsize=10820196 memory=48876 CPUtime=0.4 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 10992 13120 0 0 30 3 4 3 20 0 15 0 445396559 11079880704 12219 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2705049 12219 3306 1 0 2667149 0
[pid=23136/tid=23191] ppid=23133 vsize=10820200 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 7458 13120 0 0 19 2 4 3 20 0 15 0 445396568 11079884800 12219 33554432000 4194304 4196468 140736090882928 140475251130800 140475279332509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10820220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079905280 12284 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10820220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079905280 12284 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10820220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079905280 12284 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10820220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 445396569 11079905280 12284 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10820220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 445396570 11079905280 12284 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 445396571 11079950336 12284 33554432000 4194304 4196468 140736090882928 140474737689632 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396571 11079950336 12284 33554432000 4194304 4196468 140736090882928 140474153165680 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079950336 12284 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 487 13120 0 0 2 0 4 3 20 0 15 0 445396574 11079950336 12284 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 178 13120 0 0 1 0 4 3 20 0 15 0 445396574 11079950336 12284 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10820264 memory=139807898101376 CPUtime=0.12 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 616 13120 0 0 5 0 4 3 20 0 15 0 445396574 11079950336 12284 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079950336 12284 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10820268 memory=139807898101376 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396574 11079954432 12284 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48876 KiB

[startup+0.704598 s]
/proc/loadavg: 2.06 1.55 1.44 3/230 23204
/proc/meminfo: memFree=30906512/32770624 swapFree=66938192/67108860
[pid=23136] ppid=23133 vsize=10824364 memory=82000 CPUtime=1.13 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 15331 13120 0 0 101 5 4 3 20 0 15 0 445396559 11084148736 20500 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2706091 20500 3511 1 0 2668173 0
[pid=23136/tid=23191] ppid=23133 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 10769 13120 0 0 56 4 4 3 20 0 15 0 445396568 11084148736 20500 33554432000 4194304 4196468 140736090882928 140475251135504 140475279332509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11084148736 20500 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10824364 memory=2557787244289 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11084148736 20500 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10824364 memory=546658091 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396569 11084148736 20500 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10824364 memory=-7886167514736700194 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 445396569 11084148736 20500 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10824364 memory=6220151040703026534 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 5 13120 0 0 0 0 4 3 20 0 15 0 445396570 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10824364 memory=7380106142448641111 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 445396571 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474737689632 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10824364 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396571 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474153165680 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10824364 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10824364 memory=11912 CPUtime=0.2 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 947 13120 0 0 13 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10824364 memory=504 CPUtime=0.19 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 554 13120 0 0 12 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10824364 memory=1564 CPUtime=0.24 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 805 13120 0 0 17 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10824364 memory=1420 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396574 11084148736 20500 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82000 KiB

[startup+1.5007 s]
/proc/loadavg: 2.06 1.55 1.44 5/230 23204
/proc/meminfo: memFree=30847936/32770624 swapFree=66938192/67108860
[pid=23136] ppid=23133 vsize=10834680 memory=195472 CPUtime=3.3 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 26401 13120 0 0 312 11 4 3 20 0 15 0 445396559 11094712320 48868 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2708670 48868 3589 1 0 2670733 0
[pid=23136/tid=23191] ppid=23133 vsize=10834680 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 15414 13120 0 0 129 6 4 3 20 0 15 0 445396568 11094712320 48868 33554432000 4194304 4196468 140736090882928 140475251140000 140475272407451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 64 13120 0 0 0 0 4 3 20 0 15 0 445396569 11094712320 48919 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10834680 memory=279615524656000 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 248 13120 0 0 1 0 4 3 20 0 15 0 445396569 11094712320 48919 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10834680 memory=139807762336368 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 72 13120 0 0 1 0 4 3 20 0 15 0 445396569 11094712320 48919 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 26 13120 0 0 1 0 4 3 20 0 15 0 445396569 11094712320 48919 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10834680 memory=279615524666976 CPUtime=0.08 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 89 13120 0 0 1 0 4 3 20 0 15 0 445396570 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10834680 memory=14323715934760 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 445396571 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474737689632 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10834680 memory=6944656591646896176 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396571 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474153165696 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10834680 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10834680 memory=6944656592452807316 CPUtime=0.68 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 2775 13120 0 0 61 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10834680 memory=7681905605394137914 CPUtime=0.77 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 3511 13120 0 0 70 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10834680 memory=6655300316396806240 CPUtime=0.49 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 1958 13120 0 0 42 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10834680 memory=6944613755328037012 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10834680 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 445396574 11094712320 48919 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0

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

/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 202230 13120 0 0 206642 64 4 3 20 0 15 0 445396568 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140475251145904 140474855410123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10846988 memory=8245556 CPUtime=65.15 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 95679 13120 0 0 6398 110 4 3 20 0 15 0 445396569 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10846988 memory=8245556 CPUtime=65.29 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 87981 13120 0 0 6409 113 4 3 20 0 15 0 445396569 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10846988 memory=8245556 CPUtime=65.38 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 81898 13120 0 0 6418 113 4 3 20 0 15 0 445396569 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10846988 memory=8245556 CPUtime=65.14 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 85974 13120 0 0 6393 114 4 3 20 0 15 0 445396569 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10846988 memory=8245556 CPUtime=9.36 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 58131 13120 0 0 920 9 4 3 20 0 15 0 445396570 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10846988 memory=8245556 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 53 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474737689760 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10846988 memory=8245556 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 25 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474153165696 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10846988 memory=8245556 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10846988 memory=1564 CPUtime=5.85 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 47631 13120 0 0 572 6 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10846988 memory=976 CPUtime=5.35 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 40334 13120 0 0 523 5 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10846988 memory=8245556 CPUtime=2.09 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 32774 13120 0 0 196 6 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10846988 memory=8245556 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10846988 memory=33156 CPUtime=1.39 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1748 13120 0 0 62 70 4 3 20 0 15 0 445396574 11107315712 2061389 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 2351.61 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 8245556 KiB

[startup+2202.3 s]
/proc/loadavg: 1.50 1.50 1.57 3/227 23557
/proc/meminfo: memFree=18807172/32770624 swapFree=66938200/67108860
[pid=23136] ppid=23133 vsize=10846988 memory=8245568 CPUtime=2414.33 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 751592 13120 0 0 240828 598 4 3 20 0 15 0 445396559 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2711747 2061392 3638 1 0 2673805 0
[pid=23136/tid=23191] ppid=23133 vsize=10846988 memory=8245568 CPUtime=2126.19 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 207385 13120 0 0 212548 64 4 3 20 0 15 0 445396568 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140475251145904 140474849370592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10846988 memory=8245568 CPUtime=66.04 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 97972 13120 0 0 6487 110 4 3 20 0 15 0 445396569 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10846988 memory=8245568 CPUtime=66.19 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 90327 13120 0 0 6499 113 4 3 20 0 15 0 445396569 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10846988 memory=8245568 CPUtime=66.28 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 83184 13120 0 0 6508 113 4 3 20 0 15 0 445396569 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10846988 memory=8245568 CPUtime=66.03 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 89474 13120 0 0 6482 114 4 3 20 0 15 0 445396569 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10846988 memory=164 CPUtime=9.37 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 58445 13120 0 0 921 9 4 3 20 0 15 0 445396570 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10846988 memory=217681827481273 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 53 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474737689760 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10846988 memory=2032 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 25 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474153165696 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10846988 memory=1332 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10846988 memory=0 CPUtime=5.85 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 47633 13120 0 0 572 6 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10846988 memory=0 CPUtime=5.36 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 40338 13120 0 0 523 6 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10846988 memory=8245568 CPUtime=2.09 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 32776 13120 0 0 196 6 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10846988 memory=8245568 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10846988 memory=3620 CPUtime=1.42 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1768 13120 0 0 64 71 4 3 20 0 15 0 445396574 11107315712 2061392 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 2414.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 8245568 KiB

[startup+2262.3 s]
/proc/loadavg: 1.57 1.54 1.58 3/227 23563
/proc/meminfo: memFree=18807720/32770624 swapFree=66938200/67108860
[pid=23136] ppid=23133 vsize=10846988 memory=8245576 CPUtime=2476.87 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 766415 13120 0 0 247079 601 4 3 20 0 15 0 445396559 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2711747 2061394 3638 1 0 2673805 0
[pid=23136/tid=23191] ppid=23133 vsize=10846988 memory=8245576 CPUtime=2185.34 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 212534 13120 0 0 218462 65 4 3 20 0 15 0 445396568 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140475251145904 140474856722108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10846988 memory=8245576 CPUtime=66.88 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 101474 13120 0 0 6570 111 4 3 20 0 15 0 445396569 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10846988 memory=33 CPUtime=67.02 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 92530 13120 0 0 6582 113 4 3 20 0 15 0 445396569 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10846988 memory=8245576 CPUtime=67.12 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 85196 13120 0 0 6591 114 4 3 20 0 15 0 445396569 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10846988 memory=8245576 CPUtime=66.87 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 91078 13120 0 0 6566 114 4 3 20 0 15 0 445396569 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10846988 memory=8245576 CPUtime=9.38 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 58755 13120 0 0 922 9 4 3 20 0 15 0 445396570 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10846988 memory=8245576 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 53 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474737689760 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10846988 memory=8245576 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 25 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474153165696 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10846988 memory=8245576 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10846988 memory=2832 CPUtime=5.85 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 47635 13120 0 0 572 6 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10846988 memory=6655300316396806240 CPUtime=5.36 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 40341 13120 0 0 523 6 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10846988 memory=8245576 CPUtime=2.09 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 32778 13120 0 0 196 6 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10846988 memory=8245576 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10846988 memory=8245576 CPUtime=1.46 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1804 13120 0 0 66 73 4 3 20 0 15 0 445396574 11107315712 2061394 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 2476.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 8245576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2303.8 s]
/proc/loadavg: 1.78 1.60 1.60 3/227 23567
/proc/meminfo: memFree=18807224/32770624 swapFree=66938200/67108860
[pid=23136] ppid=23133 vsize=10846988 memory=8245580 CPUtime=2520.07 cores=1,3,5,7
/proc/23136/stat : 23136 (java) S 23133 23136 18105 0 -1 1077944320 779780 13120 0 0 251396 604 4 3 20 0 15 0 445396559 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140736090865472 140475279310583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
/proc/23136/statm: 2711747 2061395 3638 1 0 2673805 0
[pid=23136/tid=23191] ppid=23133 vsize=10846988 memory=504 CPUtime=2226.27 cores=1,3,5,7
/proc/23136/task/23191/stat : 23191 (java) R 23133 23136 18105 0 -1 4202560 217634 13120 0 0 222554 66 4 3 20 0 15 0 445396568 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140475251146320 140474850705737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23192] ppid=23133 vsize=10846988 memory=1564 CPUtime=67.44 cores=1,3,5,7
/proc/23136/task/23192/stat : 23192 (java) S 23133 23136 18105 0 -1 1077944384 104886 13120 0 0 6626 111 4 3 20 0 15 0 445396569 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140475283553424 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23193] ppid=23133 vsize=10846988 memory=924 CPUtime=67.58 cores=1,3,5,7
/proc/23136/task/23193/stat : 23193 (java) S 23133 23136 18105 0 -1 1077944384 94104 13120 0 0 6638 113 4 3 20 0 15 0 445396569 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140475171826704 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23194] ppid=23133 vsize=10846988 memory=1420 CPUtime=67.68 cores=1,3,5,7
/proc/23136/task/23194/stat : 23194 (java) S 23133 23136 18105 0 -1 1077944384 86299 13120 0 0 6647 114 4 3 20 0 15 0 445396569 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140475170773904 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23195] ppid=23133 vsize=10846988 memory=1984 CPUtime=67.43 cores=1,3,5,7
/proc/23136/task/23195/stat : 23195 (java) S 23133 23136 18105 0 -1 1077944384 92917 13120 0 0 6622 114 4 3 20 0 15 0 445396569 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140475169721104 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23196] ppid=23133 vsize=10846988 memory=8245580 CPUtime=9.39 cores=1,3,5,7
/proc/23136/task/23196/stat : 23196 (java) S 23133 23136 18105 0 -1 1077944384 59060 13120 0 0 923 9 4 3 20 0 15 0 445396570 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474738743664 140475279321730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23197] ppid=23133 vsize=10846988 memory=2868 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23197/stat : 23197 (java) S 23133 23136 18105 0 -1 1077944384 53 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474737689760 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23198] ppid=23133 vsize=10846988 memory=2032 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23198/stat : 23198 (java) S 23133 23136 18105 0 -1 1077944384 25 13120 0 0 0 0 4 3 20 0 15 0 445396571 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474153165696 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23199] ppid=23133 vsize=10846988 memory=1332 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23199/stat : 23199 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140473845765968 140475279329179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23200] ppid=23133 vsize=10846988 memory=1564 CPUtime=5.85 cores=1,3,5,7
/proc/23136/task/23200/stat : 23200 (java) S 23133 23136 18105 0 -1 1077944384 47637 13120 0 0 572 6 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474704132976 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23201] ppid=23133 vsize=10846988 memory=976 CPUtime=5.36 cores=1,3,5,7
/proc/23136/task/23201/stat : 23201 (java) S 23133 23136 18105 0 -1 1077944384 40344 13120 0 0 523 6 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474703080176 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23202] ppid=23133 vsize=10846988 memory=772 CPUtime=2.09 cores=1,3,5,7
/proc/23136/task/23202/stat : 23202 (java) S 23133 23136 18105 0 -1 1077944384 32780 13120 0 0 196 6 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474702027376 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23203] ppid=23133 vsize=10846988 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/23136/task/23203/stat : 23203 (java) S 23133 23136 18105 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140473812208352 140475279320789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
[pid=23136/tid=23204] ppid=23133 vsize=10846988 memory=2832 CPUtime=1.49 cores=1,3,5,7
/proc/23136/task/23204/stat : 23204 (java) S 23133 23136 18105 0 -1 1077944384 1829 13120 0 0 67 75 4 3 20 0 15 0 445396574 11107315712 2061395 33554432000 4194304 4196468 140736090882928 140474700974768 140475279321730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 20504576 140736090888944 140736090891461 140736090891461 140736090894287 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 8245580 KiB

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

[startup+2303.86 s]
# the end of solver process 23136 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.03 s, system=6.12159 s

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

Child status: 143
Real time (s): 2303.86
CPU time (s): 2520.16
CPU user time (s): 2514.03
CPU system time (s): 6.12159
CPU usage (%): 109.389
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 8245580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.03
system time used= 6.12159
maximum resident set size= 8249824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 796220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69536
involuntary context switches= 4673


# summary of solver processes directly reported to runsolver:
#   pid: 23136
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2514.03
#   total CPU system time (s): 6.12159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1678 second user time and 22.5486 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 05:33:32
IDJOB=4400723
IDBENCH=138439
IDSOLVER=2857
FILE ID=node151/4400723-1568691251
RUNJOBID= node151-1568673291-18137
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400723-1568691251/watcher-4400723-1568691251 -o /tmp/evaluation-result-4400723-1568691251/solver-4400723-1568691251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400723-1568691251.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=520998890

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31017088 kB
MemAvailable:   31323128 kB
Buffers:           75244 kB
Cached:           533604 kB
SwapCached:        68740 kB
Active:           869044 kB
Inactive:         337680 kB
Active(anon):     530152 kB
Inactive(anon):   111644 kB
Active(file):     338892 kB
Inactive(file):   226036 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938192 kB
Dirty:             36244 kB
Writeback:             0 kB
AnonPages:        635436 kB
Mapped:            57032 kB
Shmem:             35172 kB
Slab:             142644 kB
SReclaimable:     113892 kB
SUnreclaim:        28752 kB
KernelStack:        3776 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1911244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 06:11:56