Trace number 4302626

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.2-SuperNGSAT (TO)1404 252.056 234.449

General information on the benchmark

NameKnapsack/
Knapsack-60-250-00_c18.xml
MD5SUMc946fa8aa2d076cbb98267642aa382e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1404
Best CPU time to get the best result obtained on this benchmark248.953
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.26/3.34	o 666
6.26/3.36	o 673
6.26/3.38	o 706
6.26/3.38	o 764
6.26/3.40	o 775
6.57/3.41	o 804
6.57/3.42	o 822
6.57/3.42	o 912
6.57/3.43	o 918
6.87/3.52	o 944
6.87/3.53	o 955
6.87/3.55	o 984
6.87/3.56	o 985
6.87/3.56	o 996
6.87/3.57	o 1085
6.87/3.59	o 1087
7.24/3.62	o 1127
7.24/3.64	o 1134
7.24/3.66	o 1141
7.60/3.80	o 1146
7.92/3.81	o 1157
8.23/3.90	o 1267
8.23/3.90	o 1319
9.44/4.37	o 1322
9.44/4.38	o 1353
13.40/6.82	o 1374
13.40/6.82	o 1398
16.80/9.69	o 1404
252.00/234.41	Exception in thread "main" java.util.concurrent.TimeoutException
252.00/234.41		at concrete.MAC.mac(MAC.scala:188)
252.00/234.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/234.41		at scala.util.Try$.apply(Try.scala:209)
252.00/234.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/234.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/234.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/234.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/234.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/234.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/234.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/234.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/234.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/234.41		at concrete.MAC.oneRun(MAC.scala:253)
252.00/234.41		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/234.41		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/234.41		at concrete.Solver.hasNext(Solver.scala:166)
252.00/234.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/234.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/234.41		at concrete.Solver.foreach(Solver.scala:68)
252.00/234.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/234.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/234.41		at scala.util.Success.map(Try.scala:209)
252.00/234.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/234.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/234.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/234.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/234.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/234.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/234.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/234.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/234.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/234.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/234.41		at scala.App.main(App.scala:76)
252.00/234.41		at scala.App.main$(App.scala:74)
252.00/234.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/234.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/234.42	v <instantiation cost="1404">
252.00/234.42	v       <list>
252.00/234.42	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]
252.00/234.42	v       </list>
252.00/234.42	v       <values>
252.00/234.42	v         1 1 0 1 0 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0
252.00/234.42	v       </values>
252.00/234.42	v     </instantiation>
252.00/234.42	s SATISFIABLE

Verifier Data

OK	1404

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302626-1532898164/watcher-4302626-1532898164 -o /tmp/evaluation-result-4302626-1532898164/solver-4302626-1532898164 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1650073161 -superng HOME/instance-4302626-1532898164.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
Current StackSize limit: 8192 KiB

solver pid=31827, runsolver pid=31824

[startup+0.100085 s]*
/proc/loadavg: 1.87 1.73 1.80 3/207 31884
/proc/meminfo: memFree=27302656/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=10021560 memory=15444 CPUtime=0.08 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 4543 12930 0 0 1 0 5 2 20 0 6 0 107379655 10262077440 3861 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2505390 3861 1957 1 0 2493828 0
[pid=31827/tid=31880] ppid=31824 vsize=10021560 memory=4279135703980212620 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 2347 12930 0 0 1 0 5 2 20 0 6 0 107379664 10262077440 3861 33554432000 4194304 4196468 140723391769408 139924002034256 139924011607645 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107379665 10262077440 3861 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=10021560 memory=140138940221056 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107379665 10262077440 3861 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107379665 10262077440 3861 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 6 0 107379665 10262077440 4373 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10021560 KiB
Current children cumulated memory: 15444 KiB

[startup+0.209773 s]*
/proc/loadavg: 1.87 1.73 1.80 3/216 31893
/proc/meminfo: memFree=27280432/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=10983736 memory=44776 CPUtime=0.25 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 8447 12930 0 0 17 1 5 2 20 0 15 0 107379655 11247345664 11194 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2745934 11194 2948 1 0 2708357 0
[pid=31827/tid=31880] ppid=31824 vsize=10983736 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 5046 12930 0 0 10 1 5 2 20 0 15 0 107379664 11247345664 11260 33554432000 4194304 4196468 140723391769408 139924002022304 139924022877213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11249012736 11260 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=10985364 memory=4122677847603300000 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11249012736 11260 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11249012736 11326 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107379665 11249012736 11326 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=10985364 memory=140138940221056 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107379666 11249012736 11326 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107379667 11249012736 11326 33554432000 4194304 4196468 140723391769408 139922719630240 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 21 12930 0 0 0 0 5 2 20 0 15 0 107379667 11249012736 11326 33554432000 4194304 4196468 140723391769408 139922652517360 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11249012736 11392 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 363 12930 0 0 1 0 5 2 20 0 15 0 107379670 11249012736 11392 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 244 12930 0 0 0 0 5 2 20 0 15 0 107379670 11249012736 11392 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=10985364 memory=140138940221056 CPUtime=0.1 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 616 12930 0 0 3 0 5 2 20 0 15 0 107379670 11249012736 11392 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11249012736 11458 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=10985364 memory=140138940221056 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379670 11249012736 11458 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 44776 KiB

[startup+0.3101 s]*
/proc/loadavg: 1.87 1.73 1.80 3/216 31893
/proc/meminfo: memFree=27268524/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=10983192 memory=54684 CPUtime=0.38 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 10762 12930 0 0 28 3 5 2 20 0 15 0 107379655 11246788608 13671 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2745798 13671 3067 1 0 2708109 0
[pid=31827/tid=31880] ppid=31824 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 7293 12930 0 0 19 2 5 2 20 0 15 0 107379664 11246788608 13671 33554432000 4194304 4196468 140723391769408 139924002009504 139924030219421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 13671 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107379666 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107379667 11246788608 13671 33554432000 4194304 4196468 140723391769408 139922719630240 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 21 12930 0 0 0 0 5 2 20 0 15 0 107379667 11246788608 13671 33554432000 4194304 4196468 140723391769408 139922652517360 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 364 12930 0 0 1 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 244 12930 0 0 1 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=10983192 memory=140138940221056 CPUtime=0.11 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 622 12930 0 0 4 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=10983192 memory=140138940221056 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 13671 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54684 KiB

[startup+0.700709 s]
/proc/loadavg: 1.87 1.73 1.80 3/216 31893
/proc/meminfo: memFree=27257856/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=10983192 memory=86916 CPUtime=0.98 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 16836 12930 0 0 87 4 5 2 20 0 15 0 107379655 11246788608 21729 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2745798 21729 3238 1 0 2708109 0
[pid=31827/tid=31880] ppid=31824 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 12335 12930 0 0 56 3 5 2 20 0 15 0 107379664 11246788608 21729 33554432000 4194304 4196468 140723391769408 139924002018320 139924011761047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 21729 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107379665 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 6 12930 0 0 0 0 5 2 20 0 15 0 107379666 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107379667 11246788608 21729 33554432000 4194304 4196468 140723391769408 139922719630240 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 21 12930 0 0 0 0 5 2 20 0 15 0 107379667 11246788608 21729 33554432000 4194304 4196468 140723391769408 139922652517360 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 945 12930 0 0 9 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=10983192 memory=140138810221648 CPUtime=0.14 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 648 12930 0 0 7 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=10983192 memory=142726058214030 CPUtime=0.2 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 665 12930 0 0 13 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379670 11246788608 21729 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86916 KiB

[startup+1.5007 s]
/proc/loadavg: 1.87 1.73 1.80 4/216 31893
/proc/meminfo: memFree=27212392/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=10998092 memory=177048 CPUtime=2.21 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 23932 12930 0 0 205 9 5 2 20 0 15 0 107379655 11262046208 44262 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2749523 44262 3470 1 0 2711181 0
[pid=31827/tid=31880] ppid=31824 vsize=10998092 memory=10799 CPUtime=1.43 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 17997 12930 0 0 131 5 5 2 20 0 15 0 107379664 11262046208 44262 33554432000 4194304 4196468 140723391769408 139924002029008 139924030209430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 40 12930 0 0 0 0 5 2 20 0 15 0 107379665 11262046208 44262 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 24 12930 0 0 1 0 5 2 20 0 15 0 107379665 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=10998092 memory=2940 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 292 12930 0 0 1 0 5 2 20 0 15 0 107379665 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=10998092 memory=86916 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 74 12930 0 0 1 0 5 2 20 0 15 0 107379665 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 53 12930 0 0 1 0 5 2 20 0 15 0 107379666 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107379667 11262046208 44262 33554432000 4194304 4196468 140723391769408 139922719630304 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 44 12930 0 0 0 0 5 2 20 0 15 0 107379667 11262046208 44262 33554432000 4194304 4196468 140723391769408 139922652517376 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=10998092 memory=4638778398332698720 CPUtime=0.3 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 1387 12930 0 0 23 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=10998092 memory=280277620923264 CPUtime=0.22 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 789 12930 0 0 15 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=10998092 memory=6944656592452807323 CPUtime=0.35 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) R 31824 31827 22977 0 -1 4202560 1021 12930 0 0 28 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923452566256 139924008838257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107379670 11262046208 44262 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10998092 KiB

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

/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 46213 12930 0 0 10158 18 5 2 20 0 15 0 107379664 11343855616 156524 33554432000 4194304 4196468 140723391769408 139924002029216 139923611940293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=11077984 memory=56 CPUtime=0.24 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 2635 12930 0 0 14 3 5 2 20 0 15 0 107379665 11343855616 156524 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=11077984 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 850 12930 0 0 14 3 5 2 20 0 15 0 107379665 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=11077984 memory=626096 CPUtime=0.24 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 3025 12930 0 0 15 2 5 2 20 0 15 0 107379665 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=11077984 memory=627720 CPUtime=0.23 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 1369 12930 0 0 14 2 5 2 20 0 15 0 107379665 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=11077984 memory=7444825561389879400 CPUtime=0.22 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 2889 12930 0 0 14 1 5 2 20 0 15 0 107379666 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=11077984 memory=626096 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 17 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 156524 33554432000 4194304 4196468 140723391769408 139922719630304 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=11077984 memory=1944 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 46 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 156524 33554432000 4194304 4196468 140723391769408 139922652517376 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=11077984 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=11077984 memory=1720 CPUtime=6.17 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 17318 12930 0 0 606 4 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=11077984 memory=5760 CPUtime=6.16 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 15792 12930 0 0 605 4 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=11077984 memory=4588 CPUtime=2.97 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 15232 12930 0 0 285 5 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=11077984 memory=9920 CPUtime=0.11 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1316 12930 0 0 2 2 5 2 20 0 15 0 107379670 11343855616 156524 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 117.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 626096 KiB

[startup+162.301 s]
/proc/loadavg: 1.33 1.63 1.76 3/215 31895
/proc/meminfo: memFree=26778308/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=11077984 memory=626100 CPUtime=179.15 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 117271 12930 0 0 17855 53 5 2 20 0 15 0 107379655 11343855616 156525 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2769496 156525 3516 1 0 2731149 0
[pid=31827/tid=31880] ppid=31824 vsize=11077984 memory=626100 CPUtime=161.32 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 47754 12930 0 0 16107 18 5 2 20 0 15 0 107379664 11343855616 156525 33554432000 4194304 4196468 140723391769408 139924002032896 139923609627879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=11077984 memory=626100 CPUtime=0.45 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 2733 12930 0 0 35 3 5 2 20 0 15 0 107379665 11343855616 156525 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=11077984 memory=626100 CPUtime=0.45 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 934 12930 0 0 34 4 5 2 20 0 15 0 107379665 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=11077984 memory=626100 CPUtime=0.45 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 4088 12930 0 0 35 3 5 2 20 0 15 0 107379665 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=11077984 memory=280277621193888 CPUtime=0.44 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 1873 12930 0 0 34 3 5 2 20 0 15 0 107379665 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=11077984 memory=626100 CPUtime=0.42 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 3208 12930 0 0 33 2 5 2 20 0 15 0 107379666 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=11077984 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 17 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 156525 33554432000 4194304 4196468 140723391769408 139922719630304 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=11077984 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 46 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 156525 33554432000 4194304 4196468 140723391769408 139922652517376 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=11077984 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=11077984 memory=7444825561389879400 CPUtime=6.45 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 19217 12930 0 0 634 4 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=11077984 memory=626100 CPUtime=6.44 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 18200 12930 0 0 633 4 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=11077984 memory=626100 CPUtime=3.09 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 15639 12930 0 0 297 5 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=11077984 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=11077984 memory=288230583166042426 CPUtime=0.14 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1365 12930 0 0 3 4 5 2 20 0 15 0 107379670 11343855616 156525 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 179.15 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 626100 KiB

[startup+222.301 s]
/proc/loadavg: 1.38 1.59 1.74 3/215 32027
/proc/meminfo: memFree=26830972/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=11077984 memory=628200 CPUtime=239.77 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 124499 12930 0 0 23911 59 5 2 20 0 15 0 107379655 11343855616 157050 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2769496 157050 3516 1 0 2731149 0
[pid=31827/tid=31880] ppid=31824 vsize=11077984 memory=628200 CPUtime=220.82 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 48959 12930 0 0 22056 19 5 2 20 0 15 0 107379664 11343855616 157050 33554432000 4194304 4196468 140723391769408 139924002032864 139923613782792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.66 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 2757 12930 0 0 54 5 5 2 20 0 15 0 107379665 11343855616 157050 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.65 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 988 12930 0 0 53 5 5 2 20 0 15 0 107379665 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.66 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 5646 12930 0 0 55 4 5 2 20 0 15 0 107379665 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.66 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2028 12930 0 0 55 4 5 2 20 0 15 0 107379665 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.61 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 3549 12930 0 0 51 3 5 2 20 0 15 0 107379666 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 17 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 157050 33554432000 4194304 4196468 140723391769408 139922719630304 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=11077984 memory=18268 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 46 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 157050 33554432000 4194304 4196468 140723391769408 139922652517376 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=11077984 memory=9920 CPUtime=6.47 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 21707 12930 0 0 636 4 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=11077984 memory=4136 CPUtime=6.49 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 19558 12930 0 0 638 4 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=11077984 memory=628200 CPUtime=3.09 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 15657 12930 0 0 297 5 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=11077984 memory=628200 CPUtime=0.17 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1390 12930 0 0 4 6 5 2 20 0 15 0 107379670 11343855616 157050 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 239.77 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 628200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.401 s]
/proc/loadavg: 1.37 1.58 1.73 4/215 32027
/proc/meminfo: memFree=26839396/32770624 swapFree=67108792/67108860
[pid=31827] ppid=31824 vsize=11077984 memory=628232 CPUtime=252 cores=1,3,5,7
/proc/31827/stat : 31827 (java) S 31824 31827 22977 0 -1 1077944320 125120 12930 0 0 25133 60 5 2 20 0 15 0 107379655 11343855616 157058 33554432000 4194304 4196468 140723391769408 140723391751952 139924030197495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
/proc/31827/statm: 2769496 157058 3516 1 0 2731149 0
[pid=31827/tid=31880] ppid=31824 vsize=11077984 memory=1720 CPUtime=232.82 cores=1,3,5,7
/proc/31827/task/31880/stat : 31880 (java) R 31824 31827 22977 0 -1 4202560 49019 12930 0 0 23256 19 5 2 20 0 15 0 107379664 11343855616 157058 33554432000 4194304 4196468 140723391769408 139924002032896 139923611940325 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31881] ppid=31824 vsize=11077984 memory=5760 CPUtime=0.7 cores=1,3,5,7
/proc/31827/task/31881/stat : 31881 (java) S 31824 31827 22977 0 -1 1077944384 2757 12930 0 0 58 5 5 2 20 0 15 0 107379665 11343855616 157058 33554432000 4194304 4196468 140723391769408 139924034439952 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31882] ppid=31824 vsize=11077984 memory=6791534058613427641 CPUtime=0.7 cores=1,3,5,7
/proc/31827/task/31882/stat : 31882 (java) S 31824 31827 22977 0 -1 1077944384 990 12930 0 0 58 5 5 2 20 0 15 0 107379665 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923569617808 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31883] ppid=31824 vsize=11077984 memory=4052 CPUtime=0.7 cores=1,3,5,7
/proc/31827/task/31883/stat : 31883 (java) S 31824 31827 22977 0 -1 1077944384 5647 12930 0 0 59 4 5 2 20 0 15 0 107379665 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923568565264 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31884] ppid=31824 vsize=11077984 memory=644 CPUtime=0.7 cores=1,3,5,7
/proc/31827/task/31884/stat : 31884 (java) S 31824 31827 22977 0 -1 1077944384 2032 12930 0 0 59 4 5 2 20 0 15 0 107379665 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923567512720 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31885] ppid=31824 vsize=11077984 memory=1792 CPUtime=0.65 cores=1,3,5,7
/proc/31827/task/31885/stat : 31885 (java) S 31824 31827 22977 0 -1 1077944384 3552 12930 0 0 55 3 5 2 20 0 15 0 107379666 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923455723504 139924030208642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31886] ppid=31824 vsize=11077984 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31886/stat : 31886 (java) S 31824 31827 22977 0 -1 1077944384 17 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 157058 33554432000 4194304 4196468 140723391769408 139922719630304 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31887] ppid=31824 vsize=11077984 memory=628232 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31887/stat : 31887 (java) S 31824 31827 22977 0 -1 1077944384 46 12930 0 0 0 0 5 2 20 0 15 0 107379667 11343855616 157058 33554432000 4194304 4196468 140723391769408 139922652517376 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31888] ppid=31824 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31888/stat : 31888 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139922345122000 139924030216091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31889] ppid=31824 vsize=11077984 memory=4588 CPUtime=6.48 cores=1,3,5,7
/proc/31827/task/31889/stat : 31889 (java) S 31824 31827 22977 0 -1 1077944384 22256 12930 0 0 637 4 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923454671344 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31890] ppid=31824 vsize=11077984 memory=9920 CPUtime=6.49 cores=1,3,5,7
/proc/31827/task/31890/stat : 31890 (java) S 31824 31827 22977 0 -1 1077944384 19558 12930 0 0 638 4 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923453618800 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31891] ppid=31824 vsize=11077984 memory=1944 CPUtime=3.09 cores=1,3,5,7
/proc/31827/task/31891/stat : 31891 (java) S 31824 31827 22977 0 -1 1077944384 15657 12930 0 0 297 5 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923452566256 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31892] ppid=31824 vsize=11077984 memory=628232 CPUtime=0.07 cores=1,3,5,7
/proc/31827/task/31892/stat : 31892 (java) S 31824 31827 22977 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139921914326112 139924030207701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
[pid=31827/tid=31893] ppid=31824 vsize=11077984 memory=5760 CPUtime=0.19 cores=1,3,5,7
/proc/31827/task/31893/stat : 31893 (java) S 31824 31827 22977 0 -1 1077944384 1392 12930 0 0 5 7 5 2 20 0 15 0 107379670 11343855616 157058 33554432000 4194304 4196468 140723391769408 139923451513136 139924030208642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 11460608 140723391777384 140723391780193 140723391780193 140723391782863 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 628232 KiB

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

[startup+234.449 s]
# the end of solver process 31827 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.406 s, system=0.649539 s

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

Child status: 143
Real time (s): 234.449
CPU time (s): 252.056
CPU user time (s): 251.406
CPU system time (s): 0.649539
CPU usage (%): 107.51
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 660000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.406
system time used= 0.649539
maximum resident set size= 662048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140133
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31302
involuntary context switches= 556


# summary of solver processes directly reported to runsolver:
#   pid: 31827
#   total CPU time (s): 252.056
#   total CPU user time (s): 251.406
#   total CPU system time (s): 0.649539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43455 second user time and 2.20142 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:02:44
IDJOB=4302626
IDBENCH=141530
IDSOLVER=2777
FILE ID=node150/4302626-1532898164
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302626-1532898164/watcher-4302626-1532898164 -o /tmp/evaluation-result-4302626-1532898164/solver-4302626-1532898164 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1650073161 -superng HOME/instance-4302626-1532898164.xml

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

MD5SUM BENCH= c946fa8aa2d076cbb98267642aa382e7
RANDOM SEED=1650073161

node150.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.76
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.76
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.76
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.76
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:        27309996 kB
MemAvailable:   31151584 kB
Buffers:          228252 kB
Cached:          3856004 kB
SwapCached:           32 kB
Active:          2328300 kB
Inactive:        2601048 kB
Active(anon):     796716 kB
Inactive(anon):    76188 kB
Active(file):    1531584 kB
Inactive(file):  2524860 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26732 kB
Writeback:             0 kB
AnonPages:        856976 kB
Mapped:            58164 kB
Shmem:             25156 kB
Slab:             230468 kB
SReclaimable:     201956 kB
SUnreclaim:        28512 kB
KernelStack:        3824 kB
PageTables:         6784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1984240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:06:38