Trace number 4401258

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)992 2400.04 2359.93

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark125.727
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.54	c Concrete v3.12.2.1568631193530 running
5.63/2.71	o 459
5.63/2.72	o 533
5.63/2.73	o 565
5.63/2.74	o 589
5.63/2.74	o 605
5.63/2.75	o 664
5.93/2.81	o 683
5.93/2.83	o 694
5.93/2.84	o 700
5.93/2.87	o 717
5.93/2.88	o 736
5.93/2.88	o 782
6.28/2.94	o 841
6.28/2.94	o 848
6.63/3.01	o 897
6.96/3.16	o 908
6.96/3.16	o 914
7.27/3.22	o 917
7.27/3.23	o 920
7.27/3.23	o 926
7.55/3.37	o 934
7.55/3.38	o 937
8.16/3.54	o 948
8.45/3.64	o 966
8.45/3.64	o 971
8.45/3.64	o 972
8.45/3.69	o 979
8.45/3.70	o 982
11.16/5.21	o 992
2400.00/2359.91	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2359.91		at concrete.MAC.mac(MAC.scala:192)
2400.00/2359.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2359.91		at scala.util.Try$.apply(Try.scala:212)
2400.00/2359.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2359.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2359.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2359.91		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2359.91		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2359.91		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2359.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2359.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2359.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2359.91		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2359.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2359.91		at scala.util.Success.map(Try.scala:264)
2400.00/2359.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2359.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2359.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2359.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2359.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2359.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2359.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2359.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2359.91		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2359.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2359.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2359.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2359.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2359.91		at scala.App.main(App.scala:75)
2400.00/2359.91		at scala.App.main$(App.scala:73)
2400.00/2359.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2359.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2359.92	v <instantiation
2400.00/2359.92	v         cost = '992'>
2400.00/2359.92	v       <list>
2400.00/2359.92	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2400.00/2359.92	v       </list>
2400.00/2359.92	v       <values>
2400.00/2359.92	v         0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1
2400.00/2359.92	v       </values>
2400.00/2359.92	v     </instantiation>
2400.00/2359.92	s SATISFIABLE

Verifier Data

OK	992

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401258-1568684088/watcher-4401258-1568684088 -o /tmp/evaluation-result-4401258-1568684088/solver-4401258-1568684088 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401258-1568684088.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=27426, runsolver pid=27423
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.59 1.43 1.45 3/219 27483
/proc/meminfo: memFree=29890936/32770624 swapFree=66953068/67108860
[pid=27426] ppid=27423 vsize=9972712 memory=17216 CPUtime=0.1 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 4579 13312 0 0 1 1 5 3 20 0 6 0 444677708 10212057088 4304 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2493178 4304 1935 1 0 2481616 0
[pid=27426/tid=27479] ppid=27423 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 2381 13312 0 0 0 0 5 3 20 0 6 0 444677717 10212057088 4370 33554432000 4194304 4196468 140734881744320 140571906503248 140571919978489 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 6 0 444677717 10212057088 4370 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=9972712 memory=288370727469287040 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 6 0 444677717 10212057088 4370 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 6 0 444677717 10212057088 4370 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 6 0 444677717 10212057088 4370 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17216 KiB

[startup+0.210133 s]*
/proc/loadavg: 1.59 1.43 1.45 7/228 27492
/proc/meminfo: memFree=29855576/32770624 swapFree=66953068/67108860
[pid=27426] ppid=27423 vsize=10820196 memory=40960 CPUtime=0.27 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 7565 13312 0 0 18 1 5 3 20 0 15 0 444677708 11079880704 10240 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2705049 10240 3300 1 0 2667149 0
[pid=27426/tid=27479] ppid=27423 vsize=10820196 memory=751940894209540401 CPUtime=0.2 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 4035 13312 0 0 11 1 5 3 20 0 15 0 444677717 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571906482480 140571934688413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10820196 memory=288370727469287040 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677719 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 33 13312 0 0 0 0 5 3 20 0 15 0 444677719 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571392856864 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677720 11079880704 10240 33554432000 4194304 4196468 140734881744320 140570789930096 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11079880704 10240 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 608 13312 0 0 1 0 5 3 20 0 15 0 444677722 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 64 13312 0 0 0 0 5 3 20 0 15 0 444677722 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10820196 memory=140351317575296 CPUtime=0.11 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 599 13312 0 0 3 0 5 3 20 0 15 0 444677722 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11079880704 10240 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10820196 memory=140351317575296 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677723 11079880704 10240 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40960 KiB

[startup+0.457865 s]*
/proc/loadavg: 1.59 1.43 1.45 3/228 27492
/proc/meminfo: memFree=29837980/32770624 swapFree=66953068/67108860
[pid=27426] ppid=27423 vsize=10820268 memory=62716 CPUtime=0.69 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 13401 13312 0 0 57 4 5 3 20 0 15 0 444677708 11079954432 15679 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2705067 15679 3457 1 0 2667149 0
[pid=27426/tid=27479] ppid=27423 vsize=10820268 memory=8317482817917895235 CPUtime=0.45 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 8933 13312 0 0 34 3 5 3 20 0 15 0 444677717 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571906466464 140571916229974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10820268 memory=140351317575295 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677719 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 33 13312 0 0 0 0 5 3 20 0 15 0 444677719 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571392856864 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677720 11079954432 15679 33554432000 4194304 4196468 140734881744320 140570789930096 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11079954432 15679 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10820268 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 1089 13312 0 0 6 0 5 3 20 0 15 0 444677722 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10820268 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 437 13312 0 0 5 0 5 3 20 0 15 0 444677722 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10820268 memory=140351317575296 CPUtime=0.18 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 682 13312 0 0 10 0 5 3 20 0 15 0 444677722 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11079954432 15679 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10820268 memory=140351317575296 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677723 11079954432 15679 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 62716 KiB

[startup+0.710393 s]
/proc/loadavg: 1.59 1.43 1.45 4/228 27492
/proc/meminfo: memFree=29829656/32770624 swapFree=66953068/67108860
[pid=27426] ppid=27423 vsize=10824364 memory=82100 CPUtime=1.15 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 15388 13312 0 0 102 5 5 3 20 0 15 0 444677708 11084148736 20525 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2706091 20525 3515 1 0 2668173 0
[pid=27426/tid=27479] ppid=27423 vsize=10824364 memory=308778260829943110 CPUtime=0.68 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 10731 13312 0 0 57 3 5 3 20 0 15 0 444677717 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571906484416 140571934688413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10824364 memory=301794158560898271 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10824364 memory=-6237260532469557610 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677717 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10824364 memory=-7595718148000617580 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10824364 memory=8562125494162282060 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677717 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10824364 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 5 13312 0 0 0 0 5 3 20 0 15 0 444677719 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 33 13312 0 0 0 0 5 3 20 0 15 0 444677719 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571392856864 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10824364 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677720 11084148736 20525 33554432000 4194304 4196468 140734881744320 140570789930096 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10824364 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11084148736 20525 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10824364 memory=-3252517613199061085 CPUtime=0.22 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 1120 13312 0 0 14 0 5 3 20 0 15 0 444677722 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10824364 memory=-2746958450906831424 CPUtime=0.2 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 502 13312 0 0 12 0 5 3 20 0 15 0 444677722 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 772 13312 0 0 17 0 5 3 20 0 15 0 444677722 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11084148736 20525 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677723 11084148736 20525 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82100 KiB

[startup+1.5034 s]
/proc/loadavg: 1.59 1.43 1.45 3/228 27492
/proc/meminfo: memFree=29766084/32770624 swapFree=66953068/67108860
[pid=27426] ppid=27423 vsize=10834680 memory=167260 CPUtime=2.46 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 20506 13312 0 0 229 9 5 3 20 0 15 0 444677708 11094712320 41815 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2708670 41815 3573 1 0 2670733 0
[pid=27426/tid=27479] ppid=27423 vsize=10834680 memory=-7966001734603266090 CPUtime=1.44 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 14988 13312 0 0 131 5 5 3 20 0 15 0 444677717 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571906480720 140571934678422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10834680 memory=-7101718590825193272 CPUtime=0.09 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 26 13312 0 0 1 0 5 3 20 0 15 0 444677717 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10834680 memory=-6873162000112450758 CPUtime=0.09 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 22 13312 0 0 1 0 5 3 20 0 15 0 444677717 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10834680 memory=280702419728848 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 41 13312 0 0 0 0 5 3 20 0 15 0 444677717 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10834680 memory=3833188042542434138 CPUtime=0.09 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 19 13312 0 0 1 0 5 3 20 0 15 0 444677717 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10834680 memory=-6808994639057120388 CPUtime=0.09 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 44 13312 0 0 1 0 5 3 20 0 15 0 444677719 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10834680 memory=7882834749540411979 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 34 13312 0 0 0 0 5 3 20 0 15 0 444677719 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571392856928 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10834680 memory=3054156605369181556 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 1 13312 0 0 0 0 5 3 20 0 15 0 444677720 11094712320 41815 33554432000 4194304 4196468 140734881744320 140570789930112 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10834680 memory=8326441112149131693 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11094712320 41815 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10834680 memory=-8529969244802432963 CPUtime=0.34 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 1179 13312 0 0 25 1 5 3 20 0 15 0 444677722 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10834680 memory=8508281403247920543 CPUtime=0.33 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 569 13312 0 0 25 0 5 3 20 0 15 0 444677722 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10834680 memory=8262277478866581011 CPUtime=0.48 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 1365 13312 0 0 40 0 5 3 20 0 15 0 444677722 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10834680 memory=8508281403248446367 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11094712320 41815 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10834680 memory=-6308543114743325823 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 2 13312 0 0 0 0 5 3 20 0 15 0 444677723 11094712320 41815 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 55577 13312 0 0 217604 51 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571906502544 140571546412828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10844940 memory=6791534058613427641 CPUtime=11.34 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 9512 13312 0 0 1067 59 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10844940 memory=2116 CPUtime=11.35 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 10128 13312 0 0 1065 62 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10844940 memory=25920 CPUtime=11.33 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 12319 13312 0 0 1065 60 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10844940 memory=14068 CPUtime=11.38 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 11738 13312 0 0 1077 53 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10844940 memory=524 CPUtime=10.79 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 11560 13312 0 0 1010 61 5 3 20 0 15 0 444677719 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10844940 memory=1568 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 38 13312 0 0 0 0 5 3 20 0 15 0 444677719 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571392856992 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 7 13312 0 0 0 0 5 3 20 0 15 0 444677720 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570789930112 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10844940 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10844940 memory=1016 CPUtime=2.45 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 7149 13312 0 0 235 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10844940 memory=288230574492221466 CPUtime=2.63 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 13093 13312 0 0 253 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10844940 memory=288230596050944315 CPUtime=1.28 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 7961 13312 0 0 118 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10844940 memory=16100368647981698 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10844940 memory=14012 CPUtime=1.39 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 1213 13312 0 0 61 70 5 3 20 0 15 0 444677723 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 2239.98 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 837600 KiB

[startup+2262.3 s]
/proc/loadavg: 1.50 1.44 1.42 3/228 27850
/proc/meminfo: memFree=29066832/32770624 swapFree=66953072/67108860
[pid=27426] ppid=27423 vsize=10844940 memory=837600 CPUtime=2300.89 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 143895 13312 0 0 229719 362 5 3 20 0 15 0 444677708 11105218560 209400 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2711235 209400 3622 1 0 2673293 0
[pid=27426/tid=27479] ppid=27423 vsize=10844940 memory=2608 CPUtime=2235.89 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 56357 13312 0 0 223528 53 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571906502880 140571550114727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10844940 memory=2608 CPUtime=11.67 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 9609 13312 0 0 1098 61 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10844940 memory=4104 CPUtime=11.68 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 10150 13312 0 0 1096 64 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10844940 memory=1408 CPUtime=11.66 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 12497 13312 0 0 1096 62 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10844940 memory=3168 CPUtime=11.71 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 11827 13312 0 0 1108 55 5 3 20 0 15 0 444677717 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10844940 memory=837600 CPUtime=11.1 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 11754 13312 0 0 1039 63 5 3 20 0 15 0 444677719 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10844940 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 38 13312 0 0 0 0 5 3 20 0 15 0 444677719 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571392856992 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10844940 memory=3276 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 7 13312 0 0 0 0 5 3 20 0 15 0 444677720 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570789930112 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10844940 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10844940 memory=288230596050944315 CPUtime=2.45 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 7151 13312 0 0 235 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10844940 memory=16100368647981698 CPUtime=2.63 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 13095 13312 0 0 253 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10844940 memory=8317482817917895235 CPUtime=1.28 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 7963 13312 0 0 118 2 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10844940 memory=47780 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209400 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10844940 memory=2116 CPUtime=1.43 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 1231 13312 0 0 63 72 5 3 20 0 15 0 444677723 11105218560 209400 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 2300.89 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 837600 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.40 1.41 3/228 27854
/proc/meminfo: memFree=29064424/32770624 swapFree=66953072/67108860
[pid=27426] ppid=27423 vsize=10844940 memory=839648 CPUtime=2361.82 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 145225 13312 0 0 235802 372 5 3 20 0 15 0 444677708 11105218560 209912 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2711235 209912 3622 1 0 2673293 0
[pid=27426/tid=27479] ppid=27423 vsize=10844940 memory=839648 CPUtime=2295.17 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 57088 13312 0 0 229455 54 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571906502864 140571543840966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10844940 memory=6791534058613427641 CPUtime=12 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 9672 13312 0 0 1129 63 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10844940 memory=288230596050944315 CPUtime=12 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 10240 13312 0 0 1127 65 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10844940 memory=16100368647981698 CPUtime=11.98 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 12694 13312 0 0 1126 64 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10844940 memory=1496 CPUtime=12.04 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 11856 13312 0 0 1139 57 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10844940 memory=1016 CPUtime=11.4 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 11950 13312 0 0 1067 65 5 3 20 0 15 0 444677719 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10844940 memory=6016 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 38 13312 0 0 0 0 5 3 20 0 15 0 444677719 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571392856992 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10844940 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 7 13312 0 0 0 0 5 3 20 0 15 0 444677720 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570789930112 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10844940 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10844940 memory=4156 CPUtime=2.45 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 7153 13312 0 0 235 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10844940 memory=1056 CPUtime=2.64 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 13097 13312 0 0 254 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10844940 memory=1188 CPUtime=1.28 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 7965 13312 0 0 118 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10844940 memory=1536 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10844940 memory=928 CPUtime=1.46 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 1249 13312 0 0 65 73 5 3 20 0 15 0 444677723 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 2361.82 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 839648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.9 s]
/proc/loadavg: 1.33 1.40 1.40 3/228 27857
/proc/meminfo: memFree=29063964/32770624 swapFree=66953072/67108860
[pid=27426] ppid=27423 vsize=10844940 memory=839648 CPUtime=2400 cores=1,3,5,7
/proc/27426/stat : 27426 (java) S 27423 27426 24657 0 -1 1077944320 145823 13312 0 0 239614 378 5 3 20 0 15 0 444677708 11105218560 209912 33554432000 4194304 4196468 140734881744320 140734881726864 140571934666487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
/proc/27426/statm: 2711235 209912 3622 1 0 2673293 0
[pid=27426/tid=27479] ppid=27423 vsize=10844940 memory=928 CPUtime=2332.33 cores=1,3,5,7
/proc/27426/task/27479/stat : 27479 (java) R 27423 27426 24657 0 -1 4202560 57462 13312 0 0 233170 55 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571906502832 140571547660317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27480] ppid=27423 vsize=10844940 memory=3520 CPUtime=12.21 cores=1,3,5,7
/proc/27426/task/27480/stat : 27480 (java) S 27423 27426 24657 0 -1 1077944384 9696 13312 0 0 1149 64 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571938909072 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27481] ppid=27423 vsize=10844940 memory=1976 CPUtime=12.21 cores=1,3,5,7
/proc/27426/task/27481/stat : 27481 (java) S 27423 27426 24657 0 -1 1077944384 10281 13312 0 0 1146 67 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571507874576 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27482] ppid=27423 vsize=10844940 memory=2512 CPUtime=12.17 cores=1,3,5,7
/proc/27426/task/27482/stat : 27482 (java) S 27423 27426 24657 0 -1 1077944384 12702 13312 0 0 1145 64 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571506822288 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27483] ppid=27423 vsize=10844940 memory=808 CPUtime=12.24 cores=1,3,5,7
/proc/27426/task/27483/stat : 27483 (java) S 27423 27426 24657 0 -1 1077944384 11930 13312 0 0 1158 58 5 3 20 0 15 0 444677717 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571505769488 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27484] ppid=27423 vsize=10844940 memory=1448 CPUtime=11.59 cores=1,3,5,7
/proc/27426/task/27484/stat : 27484 (java) S 27423 27426 24657 0 -1 1077944384 12006 13312 0 0 1085 66 5 3 20 0 15 0 444677719 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571393910896 140571934677634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27485] ppid=27423 vsize=10844940 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27485/stat : 27485 (java) S 27423 27426 24657 0 -1 1077944384 38 13312 0 0 0 0 5 3 20 0 15 0 444677719 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571392856992 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27486] ppid=27423 vsize=10844940 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27486/stat : 27486 (java) S 27423 27426 24657 0 -1 1077944384 7 13312 0 0 0 0 5 3 20 0 15 0 444677720 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570789930112 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27487] ppid=27423 vsize=10844940 memory=800 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27487/stat : 27487 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570482530384 140571934685083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27488] ppid=27423 vsize=10844940 memory=1496 CPUtime=2.45 cores=1,3,5,7
/proc/27426/task/27488/stat : 27488 (java) S 27423 27426 24657 0 -1 1077944384 7156 13312 0 0 235 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571359300208 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27489] ppid=27423 vsize=10844940 memory=1016 CPUtime=2.64 cores=1,3,5,7
/proc/27426/task/27489/stat : 27489 (java) S 27423 27426 24657 0 -1 1077944384 13099 13312 0 0 254 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571358247408 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27490] ppid=27423 vsize=10844940 memory=6016 CPUtime=1.28 cores=1,3,5,7
/proc/27426/task/27490/stat : 27490 (java) S 27423 27426 24657 0 -1 1077944384 7967 13312 0 0 118 2 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571357195120 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27491] ppid=27423 vsize=10844940 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/27426/task/27491/stat : 27491 (java) S 27423 27426 24657 0 -1 1077944384 3 13312 0 0 0 0 5 3 20 0 15 0 444677722 11105218560 209912 33554432000 4194304 4196468 140734881744320 140570448972768 140571934676693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
[pid=27426/tid=27492] ppid=27423 vsize=10844940 memory=2116 CPUtime=1.49 cores=1,3,5,7
/proc/27426/task/27492/stat : 27492 (java) S 27423 27426 24657 0 -1 1077944384 1263 13312 0 0 66 75 5 3 20 0 15 0 444677723 11105218560 209912 33554432000 4194304 4196468 140734881744320 140571356142000 140571934677634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140734881749744 140734881752261 140734881752261 140734881755087 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 839648 KiB

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

[startup+2359.93 s]
# the end of solver process 27426 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.22 s, system=3.82745 s

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

Child status: 143
Real time (s): 2359.93
CPU time (s): 2400.04
CPU user time (s): 2396.22
CPU system time (s): 3.82745
CPU usage (%): 101.7
Max. virtual memory (cumulated for all children) (KiB): 10847744
Max. memory (cumulated for all children) (KiB): 839648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.22
system time used= 3.82745
maximum resident set size= 843876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308652
involuntary context switches= 9971


# summary of solver processes directly reported to runsolver:
#   pid: 27426
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2396.22
#   total CPU system time (s): 3.82745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5365 second user time and 20.9476 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 03:34:08
IDJOB=4401258
IDBENCH=133454
IDSOLVER=2858
FILE ID=node127/4401258-1568684088
RUNJOBID= node127-1568673291-24689
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401258-1568684088/watcher-4401258-1568684088 -o /tmp/evaluation-result-4401258-1568684088/solver-4401258-1568684088 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401258-1568684088.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=479243401

node127.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.55
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.55
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.55
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.55
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:        29899208 kB
MemAvailable:   31033096 kB
Buffers:           78504 kB
Cached:          1340536 kB
SwapCached:        51448 kB
Active:          1313212 kB
Inactive:         958976 kB
Active(anon):     813228 kB
Inactive(anon):    89540 kB
Active(file):     499984 kB
Inactive(file):   869436 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953068 kB
Dirty:             35356 kB
Writeback:             0 kB
AnonPages:        914276 kB
Mapped:            61940 kB
Shmem:             40664 kB
Slab:             190256 kB
SReclaimable:     160604 kB
SUnreclaim:        29652 kB
KernelStack:        3696 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2065624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61244 MiB
End job on node127 at 2019-09-17 04:13:28