Trace number 4396452

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)3 2400.15 2368.23

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-09-09.xml
MD5SUM72a1fa157874bc53acfadcbdb1252751
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 benchmark9.4954
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1297
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree66
Maximum variable degree66
Distribution of variable degrees[{"degree":66,"count":81}]
Minimum constraint arity4
Maximum constraint arity81
Distribution of constraint arities[{"arity":4,"count":1296},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints1296
Distribution of constraint types[{"type":"intension","count":1296},{"type":"lex","count":1}]
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.77/0.55	c Concrete v3.12.2.1568380929293 running
47.43/34.31	o 80
55.19/41.64	o 79
61.07/47.28	o 78
66.97/53.04	o 77
71.71/57.73	o 76
79.99/65.96	o 75
83.25/69.18	o 6
83.45/69.36	o 5
84.14/69.73	o 4
85.64/71.05	o 3
2400.07/2368.21	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2368.21		at concrete.MAC.mac(MAC.scala:192)
2400.07/2368.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2368.21		at scala.util.Try$.apply(Try.scala:212)
2400.07/2368.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2368.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2368.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2368.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2368.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2368.21		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2368.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2368.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2368.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2368.21		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2368.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2368.21		at scala.util.Success.map(Try.scala:264)
2400.07/2368.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2368.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2368.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2368.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2368.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2368.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2368.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2368.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2368.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2368.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2368.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2368.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2368.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2368.21		at scala.App.main(App.scala:75)
2400.07/2368.21		at scala.App.main$(App.scala:73)
2400.07/2368.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2368.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2368.22	v <instantiation
2400.07/2368.22	v         cost = '3'>
2400.07/2368.22	v       <list>
2400.07/2368.22	v         x[0][0] 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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2400.07/2368.22	v       </list>
2400.07/2368.22	v       <values>
2400.07/2368.22	v         0 1 1 2 2 2 2 3 3 0 2 2 0 0 1 3 1 3 1 0 1 1 3 3 0 0 0 3 0 0 1 1 0 1 2 2 3 1 0 1 0 3 2 3 1 3 1 3 0 1 1 2 0 2 3 2 1 0 2 0 3 1 0 3 2 1 2 0 1 1 0 1 3 2 1 3 3 0 2 0 3
2400.07/2368.22	v       </values>
2400.07/2368.22	v     </instantiation>
2400.07/2368.22	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396452-1568407848/watcher-4396452-1568407848 -o /tmp/evaluation-result-4396452-1568407848/solver-4396452-1568407848 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5976 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1248052713 HOME/instance-4396452-1568407848.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
solver pid=8019, runsolver pid=8016
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.41 1.41 1.41 3/218 8076
/proc/meminfo: memFree=26341016/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=9972712 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 4348 13062 0 0 1 0 4 3 20 0 6 0 417042050 10212057088 4583 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2493178 4583 1931 1 0 2481616 0
[pid=8019/tid=8072] ppid=8016 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 2143 13062 0 0 1 0 4 3 20 0 6 0 417042059 10212057088 4649 33554432000 4194304 4196468 140726926608368 139856228713040 139856256898205 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 6 0 417042060 10212057088 4649 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=9972712 memory=15111986425435800 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 6 0 417042060 10212057088 4649 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 6 0 417042060 10212057088 4649 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 6 0 417042060 10212057088 4649 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210999 s]*
/proc/loadavg: 1.41 1.41 1.41 3/227 8085
/proc/meminfo: memFree=26316680/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10819664 memory=42612 CPUtime=0.25 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 7062 13062 0 0 17 1 4 3 20 0 15 0 417042050 11079335936 10653 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2704916 10653 3144 1 0 2667149 0
[pid=8019/tid=8072] ppid=8016 vsize=10819664 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 3526 13062 0 0 11 0 4 3 20 0 15 0 417042059 11079335936 10653 33554432000 4194304 4196468 140726926608368 139856228700488 139856240956766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079335936 10653 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10819664 memory=15111986425435800 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079335936 10653 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042061 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 33 13062 0 0 0 0 4 3 20 0 15 0 417042062 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855715373984 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042062 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855141004272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11079335936 10653 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) R 8016 8019 5944 0 -1 4202560 583 13062 0 0 1 0 4 3 20 0 15 0 417042064 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855681817072 139856256888214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 60 13062 0 0 0 0 4 3 20 0 15 0 417042064 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10819664 memory=139729491793536 CPUtime=0.1 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) R 8016 8019 5944 0 -1 4202560 648 13062 0 0 3 0 4 3 20 0 15 0 417042064 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855679711984 139856240956766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11079335936 10653 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10819664 memory=139729491793536 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042065 11079335936 10653 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42612 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.41 1.41 1.41 3/227 8085
/proc/meminfo: memFree=26303364/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10820148 memory=54012 CPUtime=0.4 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 10783 13062 0 0 29 4 4 3 20 0 15 0 417042050 11079831552 13503 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2705037 13503 3280 1 0 2667149 0
[pid=8019/tid=8072] ppid=8016 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 7204 13062 0 0 19 2 4 3 20 0 15 0 417042059 11079831552 13503 33554432000 4194304 4196468 140726926608368 139856228676192 139856240069013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079831552 13503 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079831552 13503 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042060 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10820148 memory=139729491793535 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042061 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 33 13062 0 0 0 0 4 3 20 0 15 0 417042062 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855715373984 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042062 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855141004272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11079831552 13503 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 592 13062 0 0 2 0 4 3 20 0 15 0 417042064 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 61 13062 0 0 1 0 4 3 20 0 15 0 417042064 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10820148 memory=139729491793536 CPUtime=0.12 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 671 13062 0 0 5 0 4 3 20 0 15 0 417042064 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11079831552 13503 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10820148 memory=139729491793536 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042065 11079831552 13503 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54012 KiB

[startup+0.701238 s]
/proc/loadavg: 1.41 1.41 1.41 4/227 8085
/proc/meminfo: memFree=26288828/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10824360 memory=87656 CPUtime=1.13 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 15146 13062 0 0 101 5 4 3 20 0 15 0 417042050 11084144640 21914 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2706090 21914 3511 1 0 2668173 0
[pid=8019/tid=8072] ppid=8016 vsize=10824360 memory=7810487918915055718 CPUtime=0.65 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 10309 13062 0 0 55 3 4 3 20 0 15 0 417042059 11084144640 21914 33554432000 4194304 4196468 140726926608368 139856228692944 139856240069200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10824360 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11084144640 21914 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10824360 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11084144640 21914 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042060 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042060 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 6 13062 0 0 0 0 4 3 20 0 15 0 417042061 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 33 13062 0 0 0 0 4 3 20 0 15 0 417042062 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855715373984 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042062 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855141004272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11084144640 21914 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 1195 13062 0 0 16 0 4 3 20 0 15 0 417042064 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) R 8016 8019 5944 0 -1 4202560 469 13062 0 0 12 0 4 3 20 0 15 0 417042064 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855680764528 139856236094885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 912 13062 0 0 16 0 4 3 20 0 15 0 417042064 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11084144640 21914 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10824360 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042065 11084144640 21914 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87656 KiB

[startup+1.50244 s]
/proc/loadavg: 1.41 1.41 1.41 5/227 8085
/proc/meminfo: memFree=26239940/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10834676 memory=195772 CPUtime=2.91 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 24084 13062 0 0 273 11 4 3 20 0 15 0 417042050 11094708224 48943 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2708669 48943 3583 1 0 2670733 0
[pid=8019/tid=8072] ppid=8016 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 15626 13062 0 0 129 6 4 3 20 0 15 0 417042059 11094708224 48943 33554432000 4194304 4196468 140726926608368 139856228700016 139856240956766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10834676 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 64 13062 0 0 1 0 4 3 20 0 15 0 417042060 11094708224 48943 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10834676 memory=7014751519650437478 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 35 13062 0 0 1 0 4 3 20 0 15 0 417042060 11094708224 48943 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10834676 memory=7302420114181023321 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 301 13062 0 0 1 0 4 3 20 0 15 0 417042060 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10834676 memory=279458758437216 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 85 13062 0 0 1 0 4 3 20 0 15 0 417042060 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10834676 memory=174156628901605 CPUtime=0.08 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 483 13062 0 0 1 0 4 3 20 0 15 0 417042061 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10834676 memory=174156628901606 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 34 13062 0 0 0 0 4 3 20 0 15 0 417042062 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855715374048 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10834676 memory=174156628901607 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042062 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855141004288 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10834676 memory=174156628901608 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11094708224 48943 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10834676 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 2060 13062 0 0 49 0 4 3 20 0 15 0 417042064 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10834676 memory=279458758031280 CPUtime=0.5 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) R 8016 8019 5944 0 -1 4202560 1290 13062 0 0 43 0 4 3 20 0 15 0 417042064 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855680764528 139856241804594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10834676 memory=279458758029424 CPUtime=0.51 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) R 8016 8019 5944 0 -1 1077944384 1890 13062 0 0 43 1 4 3 20 0 15 0 417042064 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10834676 memory=279458758029488 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11094708224 48943 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10834676 memory=279458758477008 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1 13062 0 0 0 0 4 3 20 0 15 0 417042065 11094708224 48943 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 10834676 KiB

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

/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 57554 13062 0 0 219118 27 4 3 20 0 15 0 417042059 11107311616 187697 33554432000 4194304 4196468 140726926608368 139856228712448 139855841628911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10846984 memory=750768 CPUtime=5.03 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 8719 13062 0 0 471 25 4 3 20 0 15 0 417042060 11107311616 187697 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10846984 memory=750768 CPUtime=5.04 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 7850 13062 0 0 472 25 4 3 20 0 15 0 417042060 11107311616 187697 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10846984 memory=21472 CPUtime=5.01 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 9900 13062 0 0 471 23 4 3 20 0 15 0 417042060 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10846984 memory=750788 CPUtime=5.01 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 8713 13062 0 0 471 23 4 3 20 0 15 0 417042060 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10846984 memory=750756 CPUtime=4.13 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 12128 13062 0 0 383 23 4 3 20 0 15 0 417042061 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10846984 memory=750788 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 63 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855715374048 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10846984 memory=750768 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 36 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855141004288 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10846984 memory=750768 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11107311616 187697 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10846984 memory=55 CPUtime=6.92 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 41214 13062 0 0 680 5 4 3 20 0 15 0 417042064 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10846984 memory=139729379834390 CPUtime=7.25 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 31800 13062 0 0 715 3 4 3 20 0 15 0 417042064 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10846984 memory=750772 CPUtime=2.44 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 25132 13062 0 0 232 5 4 3 20 0 15 0 417042064 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10846984 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11107311616 187697 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10846984 memory=750772 CPUtime=1.16 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1407 13062 0 0 52 57 4 3 20 0 15 0 417042065 11107311616 187697 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 2232.99 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 750788 KiB

[startup+2262.3 s]
/proc/loadavg: 1.33 1.37 1.39 3/227 8435
/proc/meminfo: memFree=25543576/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10846984 memory=752328 CPUtime=2293.39 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 207350 13062 0 0 229141 191 4 3 20 0 15 0 417042050 11107311616 188082 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2711746 188082 3634 1 0 2673805 0
[pid=8019/tid=8072] ppid=8016 vsize=10846984 memory=752328 CPUtime=2251.21 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 57907 13062 0 0 225087 27 4 3 20 0 15 0 417042059 11107311616 188082 33554432000 4194304 4196468 140726926608368 139856228712448 139855843398974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10846984 memory=752328 CPUtime=5.17 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 8756 13062 0 0 484 26 4 3 20 0 15 0 417042060 11107311616 188082 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10846984 memory=752328 CPUtime=5.18 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 7856 13062 0 0 485 26 4 3 20 0 15 0 417042060 11107311616 188082 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10846984 memory=0 CPUtime=5.16 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 9921 13062 0 0 485 24 4 3 20 0 15 0 417042060 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10846984 memory=752328 CPUtime=5.15 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 8879 13062 0 0 485 23 4 3 20 0 15 0 417042060 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10846984 memory=752320 CPUtime=4.25 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 12159 13062 0 0 394 24 4 3 20 0 15 0 417042061 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 63 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855715374048 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10846984 memory=1084 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 36 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855141004288 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10846984 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11107311616 188082 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10846984 memory=40652 CPUtime=6.92 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 41214 13062 0 0 680 5 4 3 20 0 15 0 417042064 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10846984 memory=752328 CPUtime=7.25 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 31800 13062 0 0 715 3 4 3 20 0 15 0 417042064 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10846984 memory=752328 CPUtime=2.44 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 25132 13062 0 0 232 5 4 3 20 0 15 0 417042064 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10846984 memory=752328 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11107311616 188082 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10846984 memory=988 CPUtime=1.18 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1412 13062 0 0 53 58 4 3 20 0 15 0 417042065 11107311616 188082 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 2293.39 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 752328 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.38 1.39 3/226 8439
/proc/meminfo: memFree=25520340/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10846984 memory=742592 CPUtime=2353.82 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 208073 13062 0 0 235179 196 4 3 20 0 15 0 417042050 11107311616 185648 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2711746 185648 3634 1 0 2673805 0
[pid=8019/tid=8072] ppid=8016 vsize=10846984 memory=748748 CPUtime=2310.93 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 58253 13062 0 0 231058 28 4 3 20 0 15 0 417042059 11107311616 185648 33554432000 4194304 4196468 140726926608368 139856228712384 139855837210429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10846984 memory=742592 CPUtime=5.31 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 8839 13062 0 0 498 26 4 3 20 0 15 0 417042060 11107311616 185648 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10846984 memory=752336 CPUtime=5.32 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 7897 13062 0 0 498 27 4 3 20 0 15 0 417042060 11107311616 185648 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10846984 memory=745668 CPUtime=5.3 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 9934 13062 0 0 499 24 4 3 20 0 15 0 417042060 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10846984 memory=3616 CPUtime=5.3 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 8916 13062 0 0 499 24 4 3 20 0 15 0 417042060 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10846984 memory=14048 CPUtime=4.36 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 12339 13062 0 0 405 24 4 3 20 0 15 0 417042061 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10846984 memory=21472 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 63 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855715374048 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10846984 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 36 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855141004288 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10846984 memory=704 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11107311616 185648 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10846984 memory=747208 CPUtime=6.92 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 41216 13062 0 0 680 5 4 3 20 0 15 0 417042064 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10846984 memory=747208 CPUtime=7.25 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 31802 13062 0 0 715 3 4 3 20 0 15 0 417042064 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10846984 memory=8112282956445269571 CPUtime=2.44 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 25134 13062 0 0 232 5 4 3 20 0 15 0 417042064 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10846984 memory=7552 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11107311616 185648 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10846984 memory=2832 CPUtime=1.22 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1429 13062 0 0 55 60 4 3 20 0 15 0 417042065 11107311616 185648 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 2353.82 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 742592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.2 s]
/proc/loadavg: 1.27 1.37 1.39 3/226 8443
/proc/meminfo: memFree=25562696/32770624 swapFree=66977616/67108860
[pid=8019] ppid=8016 vsize=10846984 memory=732844 CPUtime=2400.07 cores=1,3,5,7
/proc/8019/stat : 8019 (java) S 8016 8019 5944 0 -1 1077944320 209440 13062 0 0 239800 200 4 3 20 0 15 0 417042050 11107311616 183211 33554432000 4194304 4196468 140726926608368 140726926590912 139856256876279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
/proc/8019/statm: 2711746 183211 3634 1 0 2673805 0
[pid=8019/tid=8072] ppid=8016 vsize=10846984 memory=8112282956445269571 CPUtime=2356.6 cores=1,3,5,7
/proc/8019/task/8072/stat : 8072 (java) R 8016 8019 5944 0 -1 4202560 58670 13062 0 0 235625 28 4 3 20 0 15 0 417042059 11107311616 183211 33554432000 4194304 4196468 140726926608368 139856228712496 139855841629040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8073] ppid=8016 vsize=10846984 memory=14048 CPUtime=5.42 cores=1,3,5,7
/proc/8019/task/8073/stat : 8073 (java) S 8016 8019 5944 0 -1 1077944384 8999 13062 0 0 509 26 4 3 20 0 15 0 417042060 11107311616 183211 33554432000 4194304 4196468 140726926608368 139856261118736 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8074] ppid=8016 vsize=10846984 memory=21472 CPUtime=5.43 cores=1,3,5,7
/proc/8019/task/8074/stat : 8074 (java) S 8016 8019 5944 0 -1 1077944384 7901 13062 0 0 508 28 4 3 20 0 15 0 417042060 11107311616 183211 33554432000 4194304 4196468 140726926608368 139856149392272 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8075] ppid=8016 vsize=10846984 memory=2120 CPUtime=5.4 cores=1,3,5,7
/proc/8019/task/8075/stat : 8075 (java) S 8016 8019 5944 0 -1 1077944384 9940 13062 0 0 509 24 4 3 20 0 15 0 417042060 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855828872208 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8076] ppid=8016 vsize=10846984 memory=0 CPUtime=5.41 cores=1,3,5,7
/proc/8019/task/8076/stat : 8076 (java) S 8016 8019 5944 0 -1 1077944384 8941 13062 0 0 510 24 4 3 20 0 15 0 417042060 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855827819664 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8077] ppid=8016 vsize=10846984 memory=7378976823815202407 CPUtime=4.45 cores=1,3,5,7
/proc/8019/task/8077/stat : 8077 (java) S 8016 8019 5944 0 -1 1077944384 12363 13062 0 0 413 25 4 3 20 0 15 0 417042061 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855716427760 139856256887426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8078] ppid=8016 vsize=10846984 memory=3252 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8078/stat : 8078 (java) S 8016 8019 5944 0 -1 1077944384 63 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855715374048 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8079] ppid=8016 vsize=10846984 memory=1112 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8079/stat : 8079 (java) S 8016 8019 5944 0 -1 1077944384 36 13062 0 0 0 0 4 3 20 0 15 0 417042062 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855141004288 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8080] ppid=8016 vsize=10846984 memory=5968 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8080/stat : 8080 (java) S 8016 8019 5944 0 -1 1077944384 2 13062 0 0 0 0 4 3 20 0 15 0 417042064 11107311616 183211 33554432000 4194304 4196468 140726926608368 139854805461200 139856256894875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8081] ppid=8016 vsize=10846984 memory=7552 CPUtime=6.93 cores=1,3,5,7
/proc/8019/task/8081/stat : 8081 (java) S 8016 8019 5944 0 -1 1077944384 41433 13062 0 0 681 5 4 3 20 0 15 0 417042064 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855681817072 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8082] ppid=8016 vsize=10846984 memory=2832 CPUtime=7.26 cores=1,3,5,7
/proc/8019/task/8082/stat : 8082 (java) S 8016 8019 5944 0 -1 1077944384 32299 13062 0 0 716 3 4 3 20 0 15 0 417042064 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855680764528 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8083] ppid=8016 vsize=10846984 memory=1084 CPUtime=2.44 cores=1,3,5,7
/proc/8019/task/8083/stat : 8083 (java) S 8016 8019 5944 0 -1 1077944384 25134 13062 0 0 232 5 4 3 20 0 15 0 417042064 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855679711984 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8084] ppid=8016 vsize=10846984 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/8019/task/8084/stat : 8084 (java) S 8016 8019 5944 0 -1 1077944384 3 13062 0 0 0 0 4 3 20 0 15 0 417042065 11107311616 183211 33554432000 4194304 4196468 140726926608368 139854537026656 139856256886485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
[pid=8019/tid=8085] ppid=8016 vsize=10846984 memory=704 CPUtime=1.24 cores=1,3,5,7
/proc/8019/task/8085/stat : 8085 (java) S 8016 8019 5944 0 -1 1077944384 1446 13062 0 0 56 61 4 3 20 0 15 0 417042065 11107311616 183211 33554432000 4194304 4196468 140726926608368 139855221745968 139856256887426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13492224 140726926613231 140726926615749 140726926615749 140726926618575 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 732844 KiB

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

[startup+2368.23 s]
# the end of solver process 8019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.1 s, system=2.05045 s

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

Child status: 143
Real time (s): 2368.23
CPU time (s): 2400.15
CPU user time (s): 2398.1
CPU system time (s): 2.05045
CPU usage (%): 101.348
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 910080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.1
system time used= 2.05045
maximum resident set size= 911096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147028
involuntary context switches= 5271


# summary of solver processes directly reported to runsolver:
#   pid: 8019
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2398.1
#   total CPU system time (s): 2.05045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7463 second user time and 21.9259 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 21:40:31
IDJOB=4396452
IDBENCH=139724
IDSOLVER=2847
FILE ID=node104/4396452-1568407848
RUNJOBID= node104-1568394225-5976
PBS_JOBID= 21701872
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-09-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396452-1568407848/watcher-4396452-1568407848 -o /tmp/evaluation-result-4396452-1568407848/solver-4396452-1568407848 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5976 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1248052713 HOME/instance-4396452-1568407848.xml

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

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=1248052713

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26346376 kB
MemAvailable:   31343348 kB
Buffers:          166196 kB
Cached:          5085408 kB
SwapCached:        31860 kB
Active:          2180032 kB
Inactive:        3603088 kB
Active(anon):     497612 kB
Inactive(anon):    75432 kB
Active(file):    1682420 kB
Inactive(file):  3527656 kB
Unevictable:      106840 kB
Mlocked:          106840 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        653372 kB
Mapped:            57668 kB
Shmem:             32780 kB
Slab:             235308 kB
SReclaimable:     205464 kB
SUnreclaim:        29844 kB
KernelStack:        4032 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1713100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-13 22:19:59