Trace number 4302279

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.9.2SAT (TO)1465 252.076 232.942

General information on the benchmark

NameKnapsack/
Knapsack-70-300-01_c18.xml
MD5SUM140f8f4c33ce7e414b2f0aa2389f8c03
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465
Best CPU time to get the best result obtained on this benchmark248.995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":70}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":70}]
Minimum constraint arity70
Maximum constraint arity70
Distribution of constraint arities[{"arity":70,"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.98/0.74	c Concrete v3.9.2.1532736233296 running
6.13/3.27	o 678
6.40/3.32	o 679
6.40/3.34	o 730
6.40/3.38	o 748
6.40/3.38	o 843
6.40/3.39	o 875
6.73/3.40	o 917
6.73/3.41	o 925
6.73/3.42	o 958
6.73/3.43	o 960
6.73/3.44	o 962
6.73/3.45	o 969
6.73/3.46	o 986
6.73/3.46	o 1028
6.73/3.47	o 1044
6.73/3.49	o 1057
6.73/3.49	o 1100
6.73/3.50	o 1132
7.10/3.51	o 1143
7.10/3.52	o 1163
7.10/3.52	o 1166
7.10/3.53	o 1201
7.10/3.55	o 1247
7.44/3.65	o 1250
7.44/3.65	o 1254
8.05/3.83	o 1279
8.05/3.84	o 1283
8.69/4.09	o 1293
8.69/4.09	o 1358
8.99/4.11	o 1397
9.26/4.20	o 1408
9.26/4.24	o 1414
9.57/4.37	o 1418
10.95/4.89	o 1440
10.95/4.89	o 1441
11.09/4.92	o 1447
12.10/5.68	o 1449
12.25/5.79	o 1465
252.02/232.91	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/232.91		at concrete.MAC.mac(MAC.scala:188)
252.02/232.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/232.91		at scala.util.Try$.apply(Try.scala:209)
252.02/232.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/232.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/232.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/232.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/232.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/232.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/232.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/232.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/232.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/232.91		at concrete.MAC.oneRun(MAC.scala:253)
252.02/232.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/232.91		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/232.91		at concrete.Solver.hasNext(Solver.scala:166)
252.02/232.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/232.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/232.91		at concrete.Solver.foreach(Solver.scala:68)
252.02/232.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/232.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/232.91		at scala.util.Success.map(Try.scala:209)
252.02/232.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/232.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/232.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/232.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/232.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/232.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/232.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/232.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/232.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/232.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/232.91		at scala.App.main(App.scala:76)
252.02/232.91		at scala.App.main$(App.scala:74)
252.02/232.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/232.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/232.92	v <instantiation cost="1465">
252.02/232.92	v       <list>
252.02/232.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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69]
252.02/232.92	v       </list>
252.02/232.92	v       <values>
252.02/232.92	v         0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0
252.02/232.92	v       </values>
252.02/232.92	v     </instantiation>
252.02/232.92	s SATISFIABLE

Verifier Data

OK	1465

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302279-1532898062/watcher-4302279-1532898062 -o /tmp/evaluation-result-4302279-1532898062/solver-4302279-1532898062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=26851477 HOME/instance-4302279-1532898062.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22406, runsolver pid=22403
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 1.31 1.47 1.68 2/202 22459
/proc/meminfo: memFree=27327012/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=10005480 memory=18068 CPUtime=0.08 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 4155 12839 0 0 1 0 4 3 20 0 6 0 107369381 10245611520 4517 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2501370 4517 1896 1 0 2489808 0
[pid=22406/tid=22459] ppid=22403 vsize=10005480 memory=4279135704047451535 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 1989 12839 0 0 0 0 4 3 20 0 6 0 107369391 10245611520 4517 33554432000 4194304 4196468 140729229595680 140440786346576 140440800192341 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 6 0 107369392 10245611520 4517 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=10005480 memory=140580538275456 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 6 0 107369392 10245611520 4517 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 6 0 107369392 10245611520 4517 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 6 0 107369392 10245611520 4517 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18068 KiB

[startup+0.210086 s]*
/proc/loadavg: 1.31 1.47 1.68 3/215 22472
/proc/meminfo: memFree=27300300/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=10982744 memory=43876 CPUtime=0.24 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 7123 12839 0 0 16 1 4 3 20 0 15 0 107369381 11246329856 10969 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2745686 10969 2982 1 0 2708109 0
[pid=22406/tid=22459] ppid=22403 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 3805 12839 0 0 10 1 4 3 20 0 15 0 107369391 11246329856 11101 33554432000 4194304 4196468 140729229595680 140440786306736 140440794785536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246329856 11101 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=10982744 memory=140580538296757 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246329856 11101 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246329856 11101 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246329856 11101 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=10982744 memory=140580538275456 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246329856 11167 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 13 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246329856 11167 33554432000 4194304 4196468 140729229595680 140439659210016 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369394 11246329856 11167 33554432000 4194304 4196468 140729229595680 140439457883760 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246329856 11167 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 545 12839 0 0 1 0 4 3 20 0 15 0 107369396 11246329856 11167 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 70 12839 0 0 1 0 4 3 20 0 15 0 107369396 11246329856 11167 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=10982744 memory=140580538275456 CPUtime=0.1 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 611 12839 0 0 3 0 4 3 20 0 15 0 107369396 11246329856 11167 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246329856 11167 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=10982744 memory=140580538275456 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369397 11246329856 11167 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43876 KiB

[startup+0.310224 s]*
/proc/loadavg: 1.31 1.47 1.68 3/215 22472
/proc/meminfo: memFree=27287524/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=10983192 memory=57216 CPUtime=0.37 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 10288 12839 0 0 27 3 4 3 20 0 15 0 107369381 11246788608 14304 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2745798 14304 3101 1 0 2708109 0
[pid=22406/tid=22459] ppid=22403 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 6829 12839 0 0 19 2 4 3 20 0 15 0 107369391 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440786321824 140440798590302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 13 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246788608 14304 33554432000 4194304 4196468 140729229595680 140439659210016 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369394 11246788608 14304 33554432000 4194304 4196468 140729229595680 140439457883760 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246788608 14304 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 548 12839 0 0 1 0 4 3 20 0 15 0 107369396 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 73 12839 0 0 1 0 4 3 20 0 15 0 107369396 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=10983192 memory=140580538275456 CPUtime=0.11 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 617 12839 0 0 4 0 4 3 20 0 15 0 107369396 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246788608 14304 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=10983192 memory=140580538275456 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369397 11246788608 14304 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57216 KiB

[startup+0.700801 s]
/proc/loadavg: 1.31 1.47 1.68 4/215 22472
/proc/meminfo: memFree=27276500/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=10983192 memory=89184 CPUtime=0.98 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 16384 12839 0 0 87 4 4 3 20 0 15 0 107369381 11246788608 22296 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2745798 22296 3238 1 0 2708109 0
[pid=22406/tid=22459] ppid=22403 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 11876 12839 0 0 55 3 4 3 20 0 15 0 107369391 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440786330640 140440814531741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=10983192 memory=140580386648880 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=10983192 memory=140582869533273 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369392 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 5 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 13 12839 0 0 0 0 4 3 20 0 15 0 107369393 11246788608 22296 33554432000 4194304 4196468 140729229595680 140439659210016 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369394 11246788608 22296 33554432000 4194304 4196468 140729229595680 140439457883760 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=10983192 memory=17496 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246788608 22296 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=10983192 memory=16148 CPUtime=0.17 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 1161 12839 0 0 10 0 4 3 20 0 15 0 107369396 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=10983192 memory=4004 CPUtime=0.13 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 452 12839 0 0 6 0 4 3 20 0 15 0 107369396 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) R 22403 22406 9814 0 -1 4202560 665 12839 0 0 13 0 4 3 20 0 15 0 107369396 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440236906864 140440798756494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11246788608 22296 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369397 11246788608 22296 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89184 KiB

[startup+1.50103 s]
/proc/loadavg: 1.36 1.48 1.68 5/215 22472
/proc/meminfo: memFree=27230788/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=10998092 memory=179988 CPUtime=2.22 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 23492 12839 0 0 206 9 4 3 20 0 15 0 107369381 11262046208 44997 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2749523 44997 3471 1 0 2711181 0
[pid=22406/tid=22459] ppid=22403 vsize=10998092 memory=65812 CPUtime=1.42 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 17328 12839 0 0 129 6 4 3 20 0 15 0 107369391 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440786320592 140440792954151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 306 12839 0 0 0 0 4 3 20 0 15 0 107369392 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=10998092 memory=281160773329056 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 24 12839 0 0 0 0 4 3 20 0 15 0 107369392 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 81 12839 0 0 1 0 4 3 20 0 15 0 107369392 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 31 12839 0 0 0 0 4 3 20 0 15 0 107369392 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 50 12839 0 0 1 0 4 3 20 0 15 0 107369393 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 13 12839 0 0 0 0 4 3 20 0 15 0 107369393 11262046208 44997 33554432000 4194304 4196468 140729229595680 140439659210080 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 2 12839 0 0 0 0 4 3 20 0 15 0 107369394 11262046208 44997 33554432000 4194304 4196468 140729229595680 140439457883776 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11262046208 44997 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 1366 12839 0 0 19 0 4 3 20 0 15 0 107369396 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=10998092 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 1029 12839 0 0 21 0 4 3 20 0 15 0 107369396 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=10998092 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 1057 12839 0 0 29 0 4 3 20 0 15 0 107369396 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11262046208 44997 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=10998092 memory=281160773573504 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1 12839 0 0 0 0 4 3 20 0 15 0 107369397 11262046208 44997 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 44424 12839 0 0 16066 18 4 3 20 0 15 0 107369391 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440786344576 140440359845078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.58 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2782 12839 0 0 46 5 4 3 20 0 15 0 107369392 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.59 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 2117 12839 0 0 47 5 4 3 20 0 15 0 107369392 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.58 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 3351 12839 0 0 47 4 4 3 20 0 15 0 107369392 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.59 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 1187 12839 0 0 47 5 4 3 20 0 15 0 107369392 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.61 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 2708 12839 0 0 52 2 4 3 20 0 15 0 107369393 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 16 12839 0 0 0 0 4 3 20 0 15 0 107369393 11343855616 207768 33554432000 4194304 4196468 140729229595680 140439659210080 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 10 12839 0 0 0 0 4 3 20 0 15 0 107369394 11343855616 207768 33554432000 4194304 4196468 140729229595680 140439457883776 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207768 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=11077984 memory=831072 CPUtime=7.1 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 11121 12839 0 0 700 3 4 3 20 0 15 0 107369396 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=11077984 memory=831072 CPUtime=6.94 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 15246 12839 0 0 683 4 4 3 20 0 15 0 107369396 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=11077984 memory=831072 CPUtime=2.97 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 14245 12839 0 0 286 4 4 3 20 0 15 0 107369396 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207768 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=11077984 memory=831072 CPUtime=0.16 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1388 12839 0 0 3 6 4 3 20 0 15 0 107369397 11343855616 207768 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 180.53 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 831072 KiB

[startup+222.301 s]
/proc/loadavg: 1.38 1.60 1.70 3/215 22602
/proc/meminfo: memFree=25818484/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=11077984 memory=831144 CPUtime=241.29 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 104261 12839 0 0 24058 64 4 3 20 0 15 0 107369381 11343855616 207786 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2769496 207786 3521 1 0 2731149 0
[pid=22406/tid=22459] ppid=22403 vsize=11077984 memory=831144 CPUtime=220.25 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 45693 12839 0 0 21999 19 4 3 20 0 15 0 107369391 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440786344768 140440359511015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.85 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2826 12839 0 0 71 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.86 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 2271 12839 0 0 72 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.86 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 3873 12839 0 0 73 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=11077984 memory=8076 CPUtime=0.86 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 2264 12839 0 0 73 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.92 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 3073 12839 0 0 81 4 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 16 12839 0 0 0 0 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439659210080 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 10 12839 0 0 0 0 4 3 20 0 15 0 107369394 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439457883776 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=11077984 memory=15872 CPUtime=7.11 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 11123 12839 0 0 701 3 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=11077984 memory=831144 CPUtime=6.94 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 15249 12839 0 0 683 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=11077984 memory=831144 CPUtime=2.97 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 14248 12839 0 0 286 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.19 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1411 12839 0 0 5 7 4 3 20 0 15 0 107369397 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 241.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 831144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.901 s]
/proc/loadavg: 1.40 1.60 1.69 3/215 22603
/proc/meminfo: memFree=25831828/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=11077984 memory=831144 CPUtime=252.02 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 104435 12839 0 0 25130 65 4 3 20 0 15 0 107369381 11343855616 207786 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2769496 207786 3521 1 0 2731149 0
[pid=22406/tid=22459] ppid=22403 vsize=11077984 memory=831144 CPUtime=230.73 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 45860 12839 0 0 23047 19 4 3 20 0 15 0 107369391 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440786344608 140440355018070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.9 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2827 12839 0 0 76 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=11077984 memory=8076 CPUtime=0.91 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 2272 12839 0 0 77 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.91 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 3875 12839 0 0 78 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.9 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 2266 12839 0 0 77 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.97 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 3074 12839 0 0 86 4 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 16 12839 0 0 0 0 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439659210080 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 10 12839 0 0 0 0 4 3 20 0 15 0 107369394 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439457883776 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=11077984 memory=831144 CPUtime=7.11 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 11123 12839 0 0 701 3 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=11077984 memory=831144 CPUtime=6.94 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 15249 12839 0 0 683 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=11077984 memory=831144 CPUtime=2.97 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 14248 12839 0 0 286 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=11077984 memory=13 CPUtime=0.2 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1411 12839 0 0 6 7 4 3 20 0 15 0 107369397 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 831144 KiB

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

[startup+232.942 s]
# the end of solver process 22406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.373 s, system=0.703391 s

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

[startup+232.901 s]
/proc/loadavg: 1.40 1.60 1.69 3/215 22603
/proc/meminfo: memFree=25831828/32770624 swapFree=67108436/67108860
[pid=22406] ppid=22403 vsize=11077984 memory=831144 CPUtime=252.02 cores=1,3,5,7
/proc/22406/stat : 22406 (java) S 22403 22406 9814 0 -1 1077944320 104435 12839 0 0 25130 65 4 3 20 0 15 0 107369381 11343855616 207786 33554432000 4194304 4196468 140729229595680 140729229578224 140440814509815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
/proc/22406/statm: 2769496 207786 3521 1 0 2731149 0
[pid=22406/tid=22459] ppid=22403 vsize=11077984 memory=831144 CPUtime=230.73 cores=1,3,5,7
/proc/22406/task/22459/stat : 22459 (java) R 22403 22406 9814 0 -1 4202560 45860 12839 0 0 23047 19 4 3 20 0 15 0 107369391 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440786344608 140440355018070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22460] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.9 cores=1,3,5,7
/proc/22406/task/22460/stat : 22460 (java) S 22403 22406 9814 0 -1 1077944384 2827 12839 0 0 76 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440818751888 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22461] ppid=22403 vsize=11077984 memory=8076 CPUtime=0.91 cores=1,3,5,7
/proc/22406/task/22461/stat : 22461 (java) S 22403 22406 9814 0 -1 1077944384 2272 12839 0 0 77 7 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440673470736 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22462] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.91 cores=1,3,5,7
/proc/22406/task/22462/stat : 22462 (java) S 22403 22406 9814 0 -1 1077944384 3875 12839 0 0 78 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440672418448 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22463] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.9 cores=1,3,5,7
/proc/22406/task/22463/stat : 22463 (java) S 22403 22406 9814 0 -1 1077944384 2266 12839 0 0 77 6 4 3 20 0 15 0 107369392 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440671365648 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22464] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.97 cores=1,3,5,7
/proc/22406/task/22464/stat : 22464 (java) S 22403 22406 9814 0 -1 1077944384 3074 12839 0 0 86 4 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440240065136 140440814520962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22465] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22465/stat : 22465 (java) S 22403 22406 9814 0 -1 1077944384 16 12839 0 0 0 0 4 3 20 0 15 0 107369393 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439659210080 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22466] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22466/stat : 22466 (java) S 22403 22406 9814 0 -1 1077944384 10 12839 0 0 0 0 4 3 20 0 15 0 107369394 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439457883776 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22467] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22467/stat : 22467 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140439150484048 140440814528411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22468] ppid=22403 vsize=11077984 memory=831144 CPUtime=7.11 cores=1,3,5,7
/proc/22406/task/22468/stat : 22468 (java) S 22403 22406 9814 0 -1 1077944384 11123 12839 0 0 701 3 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440239011952 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22469] ppid=22403 vsize=11077984 memory=831144 CPUtime=6.94 cores=1,3,5,7
/proc/22406/task/22469/stat : 22469 (java) S 22403 22406 9814 0 -1 1077944384 15249 12839 0 0 683 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440237959152 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22470] ppid=22403 vsize=11077984 memory=831144 CPUtime=2.97 cores=1,3,5,7
/proc/22406/task/22470/stat : 22470 (java) S 22403 22406 9814 0 -1 1077944384 14248 12839 0 0 286 4 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440236906864 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22471] ppid=22403 vsize=11077984 memory=831144 CPUtime=0.07 cores=1,3,5,7
/proc/22406/task/22471/stat : 22471 (java) S 22403 22406 9814 0 -1 1077944384 3 12839 0 0 0 0 4 3 20 0 15 0 107369396 11343855616 207786 33554432000 4194304 4196468 140729229595680 140438719687136 140440814520021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
[pid=22406/tid=22472] ppid=22403 vsize=11077984 memory=13 CPUtime=0.2 cores=1,3,5,7
/proc/22406/task/22472/stat : 22472 (java) S 22403 22406 9814 0 -1 1077944384 1411 12839 0 0 6 7 4 3 20 0 15 0 107369397 11343855616 207786 33554432000 4194304 4196468 140729229595680 140440235854768 140440814520962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16343040 140729229601395 140729229604193 140729229604193 140729229606863 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 831144 KiB

Child status: 143
Real time (s): 232.942
CPU time (s): 252.076
CPU user time (s): 251.373
CPU system time (s): 0.703391
CPU usage (%): 108.214
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 836108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.373
system time used= 0.703391
maximum resident set size= 836108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34902
involuntary context switches= 691


# summary of solver processes directly reported to runsolver:
#   pid: 22406
#   total CPU time (s): 252.076
#   total CPU user time (s): 251.373
#   total CPU system time (s): 0.703391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49609 second user time and 2.18478 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 23:01:02
IDJOB=4302279
IDBENCH=141537
IDSOLVER=2776
FILE ID=node137/4302279-1532898062
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302279-1532898062/watcher-4302279-1532898062 -o /tmp/evaluation-result-4302279-1532898062/solver-4302279-1532898062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=26851477 HOME/instance-4302279-1532898062.xml

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

MD5SUM BENCH= 140f8f4c33ce7e414b2f0aa2389f8c03
RANDOM SEED=26851477

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27330284 kB
MemAvailable:   31145256 kB
Buffers:          221696 kB
Cached:          3829324 kB
SwapCached:           32 kB
Active:          2588960 kB
Inactive:        2302672 kB
Active(anon):     788684 kB
Inactive(anon):    79972 kB
Active(file):    1800276 kB
Inactive(file):  2222700 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26756 kB
Writeback:             0 kB
AnonPages:        848304 kB
Mapped:            55788 kB
Shmem:             25052 kB
Slab:             243828 kB
SReclaimable:     215664 kB
SUnreclaim:        28164 kB
KernelStack:        3504 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 23:04:55