Trace number 4401300

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.07 2355.24

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-11-011-005.xml
MD5SUM7a6a01f2d694ae1725dbabce720210ef
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 benchmark1.31481
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints67
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":121},{"size":10,"count":1}]
Minimum variable degree12
Maximum variable degree56
Distribution of variable degrees[{"degree":12,"count":121},{"degree":56,"count":1}]
Minimum constraint arity11
Maximum constraint arity121
Distribution of constraint arities[{"arity":11,"count":11},{"arity":23,"count":55},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":66}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.71/0.70	c Concrete v3.12.2.1568631193530 running
10.12/4.20	o 5
10.46/4.23	o 4
10.77/4.36	o 3
2400.02/2355.21	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2355.21		at concrete.MAC.mac(MAC.scala:192)
2400.02/2355.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2355.21		at scala.util.Try$.apply(Try.scala:212)
2400.02/2355.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2355.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2355.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2355.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2355.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2355.21		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2355.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2355.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2355.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2355.21		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2355.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2355.21		at scala.util.Success.map(Try.scala:264)
2400.02/2355.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2355.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2355.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2355.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2355.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2355.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2355.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2355.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2355.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2355.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2355.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2355.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2355.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2355.21		at scala.App.main(App.scala:75)
2400.02/2355.21		at scala.App.main$(App.scala:73)
2400.02/2355.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2355.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2355.22	v <instantiation
2400.02/2355.22	v         cost = '3'>
2400.02/2355.22	v       <list>
2400.02/2355.22	v         z 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[0][9] x[0][10] 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[1][9] x[1][10] 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[2][9] x[2][10] 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[3][9] x[3][10] 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[4][9] x[4][10] 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[5][9] x[5][10] 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[6][9] x[6][10] 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[7][9] x[7][10] 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] x[8][9] x[8][10] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10]
2400.02/2355.22	v       </list>
2400.02/2355.22	v       <values>
2400.02/2355.22	v         3 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 1 1 1 0 0 1 1 1 1 0 0 0 0 1 0 1 0 1 1 1 0 0 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 1 1 0 0 1 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 0
2400.02/2355.22	v       </values>
2400.02/2355.22	v     </instantiation>
2400.02/2355.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 (15327 MiB free)
  memory of node 1: 16384 MiB (14424 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401300-1568675817/watcher-4401300-1568675817 -o /tmp/evaluation-result-4401300-1568675817/solver-4401300-1568675817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401300-1568675817.xml 

running on 4 cores: 0,2,4,6

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=16856, runsolver pid=16853
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.41 1.44 1.48 2/228 16899
/proc/meminfo: memFree=30433260/32770624 swapFree=66976500/67108860
[pid=16856] ppid=16853 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/16856/stat : 16856 (bash) S 16853 16856 15707 0 -1 4202496 891 5701 0 0 0 0 0 1 20 0 1 0 443844368 115974144 404 33554432000 4194304 5098028 140729881438608 140729881432616 140634438470656 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 33206272 140729881445396 140729881445521 140729881445521 140729881448430 0
/proc/16856/statm: 28314 404 320 221 0 119 0
[pid=16883] ppid=16856 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/16883/stat : 16883 (bash) S 16856 16856 15707 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443844370 115974144 178 33554432000 4194304 5098028 140729881438608 140729881431288 140634438296188 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33206272 140729881445396 140729881445521 140729881445521 140729881448430 0
/proc/16883/statm: 28314 178 94 221 0 119 0
[pid=16884] ppid=16883 vsize=10659708 memory=24800 CPUtime=0.06 cores=0,2,4,6
/proc/16884/stat : 16884 (java) S 16883 16856 15707 0 -1 1077944320 4621 0 0 0 5 1 0 0 20 0 13 0 443844370 10915540992 6200 33554432000 4194304 4196468 140725027654144 140725027636688 140061190811383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
/proc/16884/statm: 2664927 6200 2631 1 0 2627468 0
[pid=16884/tid=16886] ppid=16883 vsize=10659708 memory=3047711604724501878 CPUtime=0.04 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (java) D 16883 16856 15707 0 -1 4202560 2744 0 0 0 4 0 0 0 20 0 13 0 443844370 10915540992 6200 33554432000 4194304 4196468 140725027654144 140061195054392 140061183497015 0 0 0 16800975 18446744072100220037 0 0 -1 0 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16887] ppid=16883 vsize=10659708 memory=6944656425122832000 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (java) S 16883 16856 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 443844371 10915540992 6200 33554432000 4194304 4196468 140725027654144 140061116885648 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16888] ppid=16883 vsize=10659708 memory=140041281508992 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16888/stat : 16888 (java) S 16883 16856 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 443844371 10915540992 6200 33554432000 4194304 4196468 140725027654144 140061115832848 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16889] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16889/stat : 16889 (java) S 16883 16856 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 443844371 10915540992 6200 33554432000 4194304 4196468 140725027654144 140061114780048 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16890] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16890/stat : 16890 (java) S 16883 16856 15707 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 443844371 10915540992 6200 33554432000 4194304 4196468 140725027654144 140061113727248 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16892] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16892/stat : 16892 (java) S 16883 16856 15707 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 443844373 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060680717856 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16893] ppid=16883 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16893/stat : 16893 (java) S 16883 16856 15707 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 443844373 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060679665008 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16894] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16894/stat : 16894 (java) S 16883 16856 15707 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 443844376 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060678612384 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16895] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16895/stat : 16895 (java) S 16883 16856 15707 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 13 0 443844376 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060677560688 140061190822530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16896] ppid=16883 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16896/stat : 16896 (java) S 16883 16856 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 443844376 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060676507888 140061190822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16897] ppid=16883 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16897/stat : 16897 (java) S 16883 16856 15707 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 13 0 443844376 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060675455088 140061190822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16884/tid=16898] ppid=16883 vsize=10659708 memory=140041281508992 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16898/stat : 16898 (java) S 16883 16856 15707 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 443844376 10915540992 6200 33554432000 4194304 4196468 140725027654144 140060674402528 140061190821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10883072 140725027660940 140725027660954 140725027660954 140725027663823 0
[pid=16885] ppid=16883 vsize=113492 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/16885/stat : 16885 (awk) S 16883 16856 15707 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 443844370 116215808 308 33554432000 4194304 4609284 140736671176656 140736671175832 139709911333888 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 38715392 140736671184060 140736671184090 140736671184090 140736671186927 0
/proc/16885/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10999712 KiB
Current children cumulated memory: 28360 KiB

[startup+0.327164 s]*
/proc/loadavg: 1.41 1.44 1.48 4/227 16922
/proc/meminfo: memFree=30433516/32770624 swapFree=66976500/67108860
[pid=16856] ppid=16853 vsize=10819712 memory=37356 CPUtime=0.2 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 6657 13026 0 0 12 1 5 2 20 0 15 0 443844368 11079385088 9339 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2704928 9339 3159 1 0 2667149 0
[pid=16856/tid=16909] ppid=16853 vsize=10819712 memory=7900017517374083699 CPUtime=0.15 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 3231 13026 0 0 8 0 5 2 20 0 15 0 443844392 11079385088 9339 33554432000 4194304 4196468 140725375633376 139755287755200 139754897281333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10819712 memory=4211973767486299530 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079385088 9339 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10819712 memory=140041281508992 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079385088 9339 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079385088 9339 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10819712 memory=140041281508992 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844394 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 33 13026 0 0 0 0 5 2 20 0 15 0 443844395 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754519585824 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844395 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754410599280 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11079385088 9339 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) R 16853 16856 15707 0 -1 1077944384 299 13026 0 0 0 0 5 2 20 0 15 0 443844397 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754486029264 139755315939029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) R 16853 16856 15707 0 -1 4202560 271 13026 0 0 1 0 5 2 20 0 15 0 443844397 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754484976368 139755297446624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10819712 memory=140041281508992 CPUtime=0.09 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) R 16853 16856 15707 0 -1 4202560 603 13026 0 0 2 0 5 2 20 0 15 0 443844397 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754483922752 139755300459086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11079385088 9339 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10819712 memory=140041281508992 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844398 11079385088 9339 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 37356 KiB

[startup+0.410592 s]*
/proc/loadavg: 1.41 1.44 1.48 3/227 16922
/proc/meminfo: memFree=30421460/32770624 swapFree=66976500/67108860
[pid=16856] ppid=16853 vsize=10820196 memory=46720 CPUtime=0.33 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 9870 13026 0 0 23 3 5 2 20 0 15 0 443844368 11079880704 11680 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2705049 11680 3321 1 0 2667149 0
[pid=16856/tid=16909] ppid=16853 vsize=10820196 memory=7073078673145489749 CPUtime=0.24 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 6381 13026 0 0 15 2 5 2 20 0 15 0 443844392 11079880704 11680 33554432000 4194304 4196468 140725375633376 139755287753896 139755299115614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079880704 11680 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10820196 memory=140041284504856 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079880704 11680 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10820196 memory=4048794563283008325 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079880704 11680 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10820196 memory=140041281508992 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844394 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 33 13026 0 0 0 0 5 2 20 0 15 0 443844395 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754519585824 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844395 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754410599280 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11079880704 11680 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 334 13026 0 0 1 0 5 2 20 0 15 0 443844397 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 284 13026 0 0 1 0 5 2 20 0 15 0 443844397 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10820196 memory=140041281508992 CPUtime=0.11 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) S 16853 16856 15707 0 -1 1077944384 618 13026 0 0 4 0 5 2 20 0 15 0 443844397 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754483923568 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11079880704 11680 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10820196 memory=140041281508992 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844398 11079880704 11680 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46720 KiB

[startup+0.718551 s]
/proc/loadavg: 1.41 1.44 1.48 3/227 16922
/proc/meminfo: memFree=30412216/32770624 swapFree=66976500/67108860
[pid=16856] ppid=16853 vsize=10822316 memory=69048 CPUtime=0.84 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 13454 13026 0 0 72 5 5 2 20 0 15 0 443844368 11082051584 17262 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2705579 17262 3465 1 0 2667661 0
[pid=16856/tid=16909] ppid=16853 vsize=10822316 memory=288230608972396203 CPUtime=0.54 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 9143 13026 0 0 44 3 5 2 20 0 15 0 443844392 11082051584 17262 33554432000 4194304 4196468 140725375633376 139755287766408 139755299972453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10822316 memory=3905244511298924311 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844393 11082051584 17262 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11082051584 17262 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11082051584 17262 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844393 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 5 13026 0 0 0 0 5 2 20 0 15 0 443844394 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 33 13026 0 0 0 0 5 2 20 0 15 0 443844395 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754519585824 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844395 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754410599280 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11082051584 17262 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10822316 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 769 13026 0 0 8 0 5 2 20 0 15 0 443844397 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10822316 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 601 13026 0 0 6 0 5 2 20 0 15 0 443844397 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10822316 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) R 16853 16856 15707 0 -1 4202560 684 13026 0 0 13 0 5 2 20 0 15 0 443844397 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754483919328 139755315950170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11082051584 17262 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 443844398 11082051584 17262 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 69048 KiB

[startup+1.50068 s]
/proc/loadavg: 1.41 1.44 1.48 3/227 16922
/proc/meminfo: memFree=30378520/32770624 swapFree=66976500/67108860
[pid=16856] ppid=16853 vsize=10834680 memory=166772 CPUtime=2.18 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 22526 13026 0 0 201 10 5 2 20 0 15 0 443844368 11094712320 41693 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2708670 41693 3585 1 0 2670733 0
[pid=16856/tid=16909] ppid=16853 vsize=10834680 memory=11523229481 CPUtime=1.29 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 15144 13026 0 0 116 6 5 2 20 0 15 0 443844392 11094712320 41693 33554432000 4194304 4196468 140725375633376 139755287759376 139755315950749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10834680 memory=280082333985024 CPUtime=0.08 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 75 13026 0 0 1 0 5 2 20 0 15 0 443844393 11094712320 41693 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10834680 memory=280082333846152 CPUtime=0.08 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 351 13026 0 0 1 0 5 2 20 0 15 0 443844393 11094712320 41693 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 61073 13026 0 0 223643 42 5 2 20 0 15 0 443844392 11107315712 226572 33554432000 4194304 4196468 140725375633376 139755287764720 139754914981619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10846988 memory=6656426216303648864 CPUtime=12.01 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 19069 13026 0 0 1140 54 5 2 20 0 15 0 443844393 11107315712 226572 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10846988 memory=-7457052372387209120 CPUtime=12.03 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 12254 13026 0 0 1142 54 5 2 20 0 15 0 443844393 11107315712 226572 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10846988 memory=6944656591801717918 CPUtime=11.96 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 16839 13026 0 0 1136 53 5 2 20 0 15 0 443844393 11107315712 226572 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10846988 memory=7523107478184158290 CPUtime=12.02 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 14278 13026 0 0 1145 50 5 2 20 0 15 0 443844393 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10846988 memory=6944656591801717405 CPUtime=10.11 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 17181 13026 0 0 950 54 5 2 20 0 15 0 443844394 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10846988 memory=7451276383477065586 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 37 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754519585888 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10846988 memory=-9001734043636558696 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754410599296 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10846988 memory=-7595718147998060693 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11107315712 226572 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10846988 memory=288230574492221466 CPUtime=3.92 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 9631 13026 0 0 383 2 5 2 20 0 15 0 443844397 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10846988 memory=288230617509003574 CPUtime=3.84 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 14369 13026 0 0 374 3 5 2 20 0 15 0 443844397 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10846988 memory=15252640887999028 CPUtime=1.94 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) S 16853 16856 15707 0 -1 1077944384 11828 13026 0 0 182 5 5 2 20 0 15 0 443844397 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754483923568 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10846988 memory=2828 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11107315712 226572 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10846988 memory=756 CPUtime=1.41 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1315 13026 0 0 68 66 5 2 20 0 15 0 443844398 11107315712 226572 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 2305.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 906288 KiB

[startup+2322.3 s]
/proc/loadavg: 1.33 1.32 1.37 3/229 17268
/proc/meminfo: memFree=29032760/32770624 swapFree=66976552/67108860
[pid=16856] ppid=16853 vsize=10846988 memory=908336 CPUtime=2366.56 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 181487 13026 0 0 236313 336 5 2 20 0 15 0 443844368 11107315712 227084 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2711747 227084 3629 1 0 2673805 0
[pid=16856/tid=16909] ppid=16853 vsize=10846988 memory=1412 CPUtime=2296.26 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 61763 13026 0 0 229576 43 5 2 20 0 15 0 443844392 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755287764912 139754913053144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10846988 memory=2852 CPUtime=12.34 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 19248 13026 0 0 1172 55 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10846988 memory=1989812 CPUtime=12.36 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 12276 13026 0 0 1173 56 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10846988 memory=288230574492221466 CPUtime=12.28 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 17112 13026 0 0 1167 54 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10846988 memory=288230617509003574 CPUtime=12.35 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 14294 13026 0 0 1176 52 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10846988 memory=15252640887999028 CPUtime=10.36 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 17386 13026 0 0 974 55 5 2 20 0 15 0 443844394 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10846988 memory=1412 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 37 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754519585888 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10846988 memory=2868 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754410599296 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10846988 memory=1900008 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10846988 memory=1628 CPUtime=3.92 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 9633 13026 0 0 383 2 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10846988 memory=8317482817917895235 CPUtime=3.84 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 14371 13026 0 0 374 3 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10846988 memory=-7003737579269690708 CPUtime=1.94 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) S 16853 16856 15707 0 -1 1077944384 11830 13026 0 0 182 5 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754483923568 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10846988 memory=1930788 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10846988 memory=1628 CPUtime=1.45 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1321 13026 0 0 70 68 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 2366.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 908336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.21 s]
/proc/loadavg: 1.56 1.38 1.39 4/228 17271
/proc/meminfo: memFree=29141380/32770624 swapFree=66976556/67108860
[pid=16856] ppid=16853 vsize=10846988 memory=908336 CPUtime=2400.02 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 182375 13026 0 0 239655 340 5 2 20 0 15 0 443844368 11107315712 227084 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2711747 227084 3629 1 0 2673805 0
[pid=16856/tid=16909] ppid=16853 vsize=10846988 memory=3784 CPUtime=2328.8 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 62102 13026 0 0 232829 44 5 2 20 0 15 0 443844392 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755287764864 139754913496360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10846988 memory=56 CPUtime=12.53 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 19280 13026 0 0 1190 56 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10846988 memory=280082333777408 CPUtime=12.55 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 12309 13026 0 0 1191 57 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10846988 memory=0 CPUtime=12.46 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 17198 13026 0 0 1185 54 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10846988 memory=6791534058613427641 CPUtime=12.53 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 14486 13026 0 0 1194 52 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10846988 memory=1324 CPUtime=10.51 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 17576 13026 0 0 989 55 5 2 20 0 15 0 443844394 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10846988 memory=906288 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 37 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754519585888 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754410599296 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10846988 memory=30020 CPUtime=3.92 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 9639 13026 0 0 383 2 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10846988 memory=904240 CPUtime=3.84 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 14373 13026 0 0 374 3 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10846988 memory=984 CPUtime=1.95 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) S 16853 16856 15707 0 -1 1077944384 11833 13026 0 0 183 5 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754483923568 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10846988 memory=904240 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10846988 memory=756 CPUtime=1.47 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1326 13026 0 0 71 69 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 908336 KiB

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

[startup+2355.24 s]
# the end of solver process 16856 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.63 s, system=3.44388 s

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

[startup+2355.21 s]
/proc/loadavg: 1.56 1.38 1.39 4/228 17271
/proc/meminfo: memFree=29141380/32770624 swapFree=66976556/67108860
[pid=16856] ppid=16853 vsize=10846988 memory=908336 CPUtime=2400.02 cores=0,2,4,6
/proc/16856/stat : 16856 (java) S 16853 16856 15707 0 -1 1077944320 182375 13026 0 0 239655 340 5 2 20 0 15 0 443844368 11107315712 227084 33554432000 4194304 4196468 140725375633376 140725375615920 139755315928823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
/proc/16856/statm: 2711747 227084 3629 1 0 2673805 0
[pid=16856/tid=16909] ppid=16853 vsize=10846988 memory=3784 CPUtime=2328.8 cores=0,2,4,6
/proc/16856/task/16909/stat : 16909 (java) R 16853 16856 15707 0 -1 4202560 62102 13026 0 0 232829 44 5 2 20 0 15 0 443844392 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755287764864 139754913496360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16910] ppid=16853 vsize=10846988 memory=56 CPUtime=12.53 cores=0,2,4,6
/proc/16856/task/16910/stat : 16910 (java) S 16853 16856 15707 0 -1 1077944384 19280 13026 0 0 1190 56 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755320171664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16911] ppid=16853 vsize=10846988 memory=280082333777408 CPUtime=12.55 cores=0,2,4,6
/proc/16856/task/16911/stat : 16911 (java) S 16853 16856 15707 0 -1 1077944384 12309 13026 0 0 1191 57 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755219061776 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16912] ppid=16853 vsize=10846988 memory=0 CPUtime=12.46 cores=0,2,4,6
/proc/16856/task/16912/stat : 16912 (java) S 16853 16856 15707 0 -1 1077944384 17198 13026 0 0 1185 54 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139755218008976 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16913] ppid=16853 vsize=10846988 memory=6791534058613427641 CPUtime=12.53 cores=0,2,4,6
/proc/16856/task/16913/stat : 16913 (java) S 16853 16856 15707 0 -1 1077944384 14486 13026 0 0 1194 52 5 2 20 0 15 0 443844393 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754886523664 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16914] ppid=16853 vsize=10846988 memory=1324 CPUtime=10.51 cores=0,2,4,6
/proc/16856/task/16914/stat : 16914 (java) S 16853 16856 15707 0 -1 1077944384 17576 13026 0 0 989 55 5 2 20 0 15 0 443844394 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754520639856 139755315939970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16915] ppid=16853 vsize=10846988 memory=906288 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16915/stat : 16915 (java) S 16853 16856 15707 0 -1 1077944384 37 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754519585888 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16916] ppid=16853 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16916/stat : 16916 (java) S 16853 16856 15707 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 443844395 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754410599296 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16917] ppid=16853 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16917/stat : 16917 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753901872976 139755315947419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16918] ppid=16853 vsize=10846988 memory=30020 CPUtime=3.92 cores=0,2,4,6
/proc/16856/task/16918/stat : 16918 (java) S 16853 16856 15707 0 -1 1077944384 9639 13026 0 0 383 2 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754486029168 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16919] ppid=16853 vsize=10846988 memory=904240 CPUtime=3.84 cores=0,2,4,6
/proc/16856/task/16919/stat : 16919 (java) S 16853 16856 15707 0 -1 1077944384 14373 13026 0 0 374 3 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754484976368 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16920] ppid=16853 vsize=10846988 memory=984 CPUtime=1.95 cores=0,2,4,6
/proc/16856/task/16920/stat : 16920 (java) S 16853 16856 15707 0 -1 1077944384 11833 13026 0 0 183 5 5 2 20 0 15 0 443844397 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754483923568 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16921] ppid=16853 vsize=10846988 memory=904240 CPUtime=0.07 cores=0,2,4,6
/proc/16856/task/16921/stat : 16921 (java) S 16853 16856 15707 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139753868315360 139755315939029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
[pid=16856/tid=16922] ppid=16853 vsize=10846988 memory=756 CPUtime=1.47 cores=0,2,4,6
/proc/16856/task/16922/stat : 16922 (java) S 16853 16856 15707 0 -1 1077944384 1326 13026 0 0 71 69 5 2 20 0 15 0 443844398 11107315712 227084 33554432000 4194304 4196468 140725375633376 139754482870960 139755315939970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25702400 140725375642351 140725375644869 140725375644869 140725375647695 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 908336 KiB

Child status: 143
Real time (s): 2355.24
CPU time (s): 2400.07
CPU user time (s): 2396.63
CPU system time (s): 3.44388
CPU usage (%): 101.904
Max. virtual memory (cumulated for all children) (KiB): 10999712
Max. memory (cumulated for all children) (KiB): 920928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.63
system time used= 3.44387
maximum resident set size= 921448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277421
involuntary context switches= 10173


# summary of solver processes directly reported to runsolver:
#   pid: 16856
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.63
#   total CPU system time (s): 3.44388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3356 second user time and 22.4083 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 01:16:15
IDJOB=4401300
IDBENCH=122977
IDSOLVER=2858
FILE ID=node121/4401300-1568675817
RUNJOBID= node121-1568673289-15738
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-11-011-005.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401300-1568675817/watcher-4401300-1568675817 -o /tmp/evaluation-result-4401300-1568675817/solver-4401300-1568675817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401300-1568675817.xml

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

MD5SUM BENCH= 7a6a01f2d694ae1725dbabce720210ef
RANDOM SEED=1790479423

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30467352 kB
MemAvailable:   30592668 kB
Buffers:           34332 kB
Cached:           389036 kB
SwapCached:        10384 kB
Active:          1525676 kB
Inactive:         240748 kB
Active(anon):    1334484 kB
Inactive(anon):    40892 kB
Active(file):     191192 kB
Inactive(file):   199856 kB
Unevictable:      109604 kB
Mlocked:          109604 kB
SwapTotal:      67108860 kB
SwapFree:       66976500 kB
Dirty:             35320 kB
Writeback:             0 kB
AnonPages:       1478064 kB
Mapped:            55140 kB
Shmem:             23312 kB
Slab:             130116 kB
SReclaimable:     100208 kB
SUnreclaim:        29908 kB
KernelStack:        4016 kB
PageTables:         8448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2597840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1320960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 01:55:30