Trace number 4304670

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 2520.12 2480.84

General information on the benchmark

NameKnapsack/
Knapsack-60-250-00_c18.xml
MD5SUMc946fa8aa2d076cbb98267642aa382e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1404
Best CPU time to get the best result obtained on this benchmark897.822
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.99/0.75	c Concrete v3.9.2.1532736233296 running
6.47/3.39	o 744
6.76/3.41	o 766
7.80/3.71	o 790
7.80/3.71	o 848
7.80/3.71	o 885
7.80/3.71	o 937
7.80/3.71	o 978
7.80/3.71	o 1009
7.80/3.71	o 1014
7.80/3.71	o 1033
7.80/3.71	o 1040
7.80/3.71	o 1080
7.80/3.71	o 1081
7.80/3.71	o 1092
7.80/3.71	o 1098
7.80/3.71	o 1100
7.80/3.71	o 1117
7.80/3.71	o 1118
7.80/3.72	o 1165
7.80/3.75	o 1166
7.80/3.75	o 1179
7.80/3.76	o 1189
7.80/3.79	o 1190
8.12/3.80	o 1195
8.12/3.83	o 1201
8.12/3.84	o 1210
8.12/3.85	o 1255
8.44/3.99	o 1257
9.07/4.14	o 1268
9.34/4.22	o 1279
9.34/4.24	o 1320
9.34/4.24	o 1339
9.34/4.27	o 1350
9.34/4.28	o 1353
9.97/4.44	o 1363
12.37/5.41	o 1370
12.37/5.42	o 1404
2520.08/2480.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2480.81		at concrete.MAC.mac(MAC.scala:188)
2520.08/2480.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2480.81		at scala.util.Try$.apply(Try.scala:209)
2520.08/2480.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2480.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2480.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2480.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2480.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2480.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2480.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2480.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2480.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2480.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2480.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2480.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2480.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2480.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2480.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2480.81		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2480.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2480.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2480.81		at scala.util.Success.map(Try.scala:209)
2520.08/2480.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2480.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2480.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2480.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2480.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2480.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2480.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2480.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2480.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2480.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2480.81		at scala.App.main(App.scala:76)
2520.08/2480.81		at scala.App.main$(App.scala:74)
2520.08/2480.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2480.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2480.82	v <instantiation cost="1404">
2520.08/2480.82	v       <list>
2520.08/2480.82	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]
2520.08/2480.82	v       </list>
2520.08/2480.82	v       <values>
2520.08/2480.82	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
2520.08/2480.82	v       </values>
2520.08/2480.82	v     </instantiation>
2520.08/2480.82	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 (6900 MiB free)
  memory of node 1: 16384 MiB (9608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304670-1534126361/watcher-4304670-1534126361 -o /tmp/evaluation-result-4304670-1534126361/solver-4304670-1534126361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2144989239 -superng HOME/instance-4304670-1534126361.xml 

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

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


[startup+0.102048 s]*
/proc/loadavg: 1.75 1.50 1.55 2/211 13674
/proc/meminfo: memFree=16896892/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=10005480 memory=18996 CPUtime=0.1 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 4398 12889 0 0 1 1 5 3 20 0 6 0 230199287 10245611520 4749 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2501370 4749 1934 1 0 2489808 0
[pid=13617/tid=13670] ppid=13614 vsize=10005480 memory=4279135704014096015 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 2212 12889 0 0 0 0 5 3 20 0 6 0 230199296 10245611520 4749 33554432000 4194304 4196468 140721978657632 139885285360208 139885313545373 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 6 0 230199297 10245611520 4749 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=10005480 memory=140265786275456 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 230199297 10245611520 4749 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 6 0 230199297 10245611520 4749 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 6 0 230199297 10245611520 4749 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210256 s]*
/proc/loadavg: 1.75 1.50 1.55 3/220 13683
/proc/meminfo: memFree=16877576/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=10982744 memory=41580 CPUtime=0.26 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 7098 12889 0 0 16 2 5 3 20 0 15 0 230199287 11246329856 10395 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2745686 10395 2956 1 0 2708109 0
[pid=13617/tid=13670] ppid=13614 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 3817 12889 0 0 10 1 5 3 20 0 15 0 230199296 11246329856 10527 33554432000 4194304 4196468 140721978657632 139885285320368 139885293799168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246329856 10527 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=10982744 memory=140265786289134 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246329856 10527 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=10982744 memory=140265786275456 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884132033696 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246329856 10593 33554432000 4194304 4196468 140721978657632 139883930706672 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246329856 10593 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 420 12889 0 0 1 0 5 3 20 0 15 0 230199302 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 186 12889 0 0 1 0 5 3 20 0 15 0 230199302 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=10982744 memory=140265786275456 CPUtime=0.11 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 613 12889 0 0 3 0 5 3 20 0 15 0 230199302 11246329856 10593 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246329856 10593 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=10982744 memory=140265786275456 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246329856 10659 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41580 KiB

[startup+0.310442 s]*
/proc/loadavg: 1.75 1.50 1.55 3/220 13683
/proc/meminfo: memFree=16863868/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=10983192 memory=54844 CPUtime=0.39 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 10276 12889 0 0 28 3 5 3 20 0 15 0 230199287 11246788608 13711 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2745798 13711 3075 1 0 2708109 0
[pid=13617/tid=13670] ppid=13614 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 6957 12889 0 0 18 2 5 3 20 0 15 0 230199296 11246788608 13843 33554432000 4194304 4196468 140721978657632 139885285335456 139885313535382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 13843 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 13843 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884132033696 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 13843 33554432000 4194304 4196468 140721978657632 139883930706672 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 423 12889 0 0 1 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 188 12889 0 0 1 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=10983192 memory=140265786275456 CPUtime=0.13 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) R 13614 13617 6975 0 -1 4202560 621 12889 0 0 5 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884736014832 139885313544794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=10983192 memory=140265786275456 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 13843 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54844 KiB

[startup+0.700731 s]
/proc/loadavg: 1.75 1.50 1.55 3/220 13683
/proc/meminfo: memFree=16853264/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=10983192 memory=88332 CPUtime=0.99 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 16723 12889 0 0 87 4 5 3 20 0 15 0 230199287 11246788608 22083 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2745798 22083 3238 1 0 2708109 0
[pid=13617/tid=13670] ppid=13614 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 12202 12889 0 0 55 3 5 3 20 0 15 0 230199296 11246788608 22083 33554432000 4194304 4196468 140721978657632 139885285350888 139885298688992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 22083 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 22083 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 230199297 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 5 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884132033696 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199299 11246788608 22083 33554432000 4194304 4196468 140721978657632 139883930706672 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=10983192 memory=140265645974512 CPUtime=0.18 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 1042 12889 0 0 10 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=10983192 memory=140269336920677 CPUtime=0.15 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 551 12889 0 0 7 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=10983192 memory=14888 CPUtime=0.21 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 703 12889 0 0 13 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199302 11246788608 22083 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88332 KiB

[startup+1.50068 s]
/proc/loadavg: 1.75 1.50 1.55 3/220 13683
/proc/meminfo: memFree=16809740/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=10998092 memory=179148 CPUtime=2.25 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 23865 12889 0 0 207 10 5 3 20 0 15 0 230199287 11262046208 44787 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2749523 44787 3464 1 0 2711181 0
[pid=13617/tid=13670] ppid=13614 vsize=10998092 memory=3303 CPUtime=1.43 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 17808 12889 0 0 129 6 5 3 20 0 15 0 230199296 11262046208 44787 33554432000 4194304 4196468 140721978657632 139885285355616 139885295087072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 27 12889 0 0 0 0 5 3 20 0 15 0 230199297 11262046208 44787 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 246 12889 0 0 1 0 5 3 20 0 15 0 230199297 11262046208 44787 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=10998092 memory=3228 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 43 12889 0 0 1 0 5 3 20 0 15 0 230199297 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=10998092 memory=88332 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 56 12889 0 0 1 0 5 3 20 0 15 0 230199297 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 50 12889 0 0 1 0 5 3 20 0 15 0 230199299 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 14 12889 0 0 0 0 5 3 20 0 15 0 230199299 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884132033760 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199299 11262046208 44787 33554432000 4194304 4196468 140721978657632 139883930706688 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=10998092 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=10998092 memory=6944656592455359580 CPUtime=0.29 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 1198 12889 0 0 21 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=10998092 memory=4206186544037388384 CPUtime=0.28 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 1063 12889 0 0 20 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=10998092 memory=9023629670928638048 CPUtime=0.37 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 1160 12889 0 0 29 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 230199302 11262046208 44787 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 76320 12889 0 0 230293 40 5 3 20 0 15 0 230199296 11343855616 168997 33554432000 4194304 4196468 140721978657632 139885285358704 139884890483855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=11077984 memory=675988 CPUtime=7.89 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 9561 12889 0 0 743 38 5 3 20 0 15 0 230199297 11343855616 168997 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=11077984 memory=675948 CPUtime=7.91 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 11250 12889 0 0 742 41 5 3 20 0 15 0 230199297 11343855616 168997 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=11077984 memory=675988 CPUtime=7.89 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 4744 12889 0 0 744 37 5 3 20 0 15 0 230199297 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=11077984 memory=675988 CPUtime=7.9 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 8067 12889 0 0 744 38 5 3 20 0 15 0 230199297 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=11077984 memory=675988 CPUtime=7.4 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 9387 12889 0 0 693 39 5 3 20 0 15 0 230199299 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=11077984 memory=675988 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 15 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884132033824 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=11077984 memory=675988 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 8 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 168997 33554432000 4194304 4196468 140721978657632 139883930706688 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=11077984 memory=675988 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=11077984 memory=675948 CPUtime=7.07 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 22988 12889 0 0 693 6 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=11077984 memory=675988 CPUtime=6.55 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 16872 12889 0 0 642 5 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=11077984 memory=65 CPUtime=3.26 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 22528 12889 0 0 313 5 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=11077984 memory=675988 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=11077984 memory=675988 CPUtime=1.41 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 690 12889 0 0 66 67 5 3 20 0 15 0 230199302 11343855616 168997 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 2360.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 675988 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.42 1.42 3/221 13886
/proc/meminfo: memFree=16364200/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=11077984 memory=676008 CPUtime=2420.62 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 185448 12889 0 0 241779 275 5 3 20 0 15 0 230199287 11343855616 169002 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2769496 169002 3521 1 0 2731149 0
[pid=13617/tid=13670] ppid=13614 vsize=11077984 memory=676008 CPUtime=2362.92 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 76744 12889 0 0 236243 41 5 3 20 0 15 0 230199296 11343855616 169002 33554432000 4194304 4196468 140721978657632 139885285358736 139884895990467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=11077984 memory=676008 CPUtime=8.1 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 9567 12889 0 0 763 39 5 3 20 0 15 0 230199297 11343855616 169002 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=11077984 memory=676008 CPUtime=8.12 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 11260 12889 0 0 763 41 5 3 20 0 15 0 230199297 11343855616 169002 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=11077984 memory=676008 CPUtime=8.09 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 5036 12889 0 0 763 38 5 3 20 0 15 0 230199297 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=11077984 memory=676008 CPUtime=8.1 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 8116 12889 0 0 763 39 5 3 20 0 15 0 230199297 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=11077984 memory=676008 CPUtime=7.59 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 9418 12889 0 0 711 40 5 3 20 0 15 0 230199299 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=11077984 memory=676008 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 15 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884132033824 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=11077984 memory=676008 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 8 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169002 33554432000 4194304 4196468 140721978657632 139883930706688 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=11077984 memory=676008 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=11077984 memory=676008 CPUtime=7.07 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 22988 12889 0 0 693 6 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=11077984 memory=872 CPUtime=6.55 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 16872 12889 0 0 642 5 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=11077984 memory=676008 CPUtime=3.26 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 22530 12889 0 0 313 5 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=11077984 memory=676008 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=11077984 memory=6791534058613427641 CPUtime=1.44 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 696 12889 0 0 68 68 5 3 20 0 15 0 230199302 11343855616 169002 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 2420.62 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 676008 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.39 1.41 3/221 13887
/proc/meminfo: memFree=16364400/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=11077984 memory=676084 CPUtime=2481.19 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 186112 12889 0 0 247829 282 5 3 20 0 15 0 230199287 11343855616 169021 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2769496 169021 3521 1 0 2731149 0
[pid=13617/tid=13670] ppid=13614 vsize=11077984 memory=676084 CPUtime=2422.44 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 77131 12889 0 0 242195 41 5 3 20 0 15 0 230199296 11343855616 169021 33554432000 4194304 4196468 140721978657632 139885285358800 139884897464953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=11077984 memory=676084 CPUtime=8.3 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 9603 12889 0 0 783 39 5 3 20 0 15 0 230199297 11343855616 169021 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=11077984 memory=676084 CPUtime=8.32 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 11268 12889 0 0 782 42 5 3 20 0 15 0 230199297 11343855616 169021 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=11077984 memory=676084 CPUtime=8.3 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 5058 12889 0 0 782 40 5 3 20 0 15 0 230199297 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=11077984 memory=676084 CPUtime=8.31 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 8127 12889 0 0 782 41 5 3 20 0 15 0 230199297 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=11077984 memory=676084 CPUtime=7.78 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 9599 12889 0 0 729 41 5 3 20 0 15 0 230199299 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=11077984 memory=676084 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 15 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884132033824 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=11077984 memory=676084 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 8 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169021 33554432000 4194304 4196468 140721978657632 139883930706688 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=11077984 memory=676084 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=11077984 memory=676084 CPUtime=7.07 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 22990 12889 0 0 693 6 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=11077984 memory=5400 CPUtime=6.55 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 16874 12889 0 0 642 5 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=11077984 memory=1108 CPUtime=3.26 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 22530 12889 0 0 313 5 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=11077984 memory=676084 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=11077984 memory=676084 CPUtime=1.48 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 711 12889 0 0 69 71 5 3 20 0 15 0 230199302 11343855616 169021 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 2481.19 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 676084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.8 s]
/proc/loadavg: 1.22 1.36 1.40 3/221 13888
/proc/meminfo: memFree=16363956/32770624 swapFree=67108860/67108860
[pid=13617] ppid=13614 vsize=11077984 memory=676164 CPUtime=2520.08 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 6975 0 -1 1077944320 187924 12889 0 0 251714 286 5 3 20 0 15 0 230199287 11343855616 169041 33554432000 4194304 4196468 140721978657632 140721978640176 139885313523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
/proc/13617/statm: 2769496 169041 3521 1 0 2731149 0
[pid=13617/tid=13670] ppid=13614 vsize=11077984 memory=676164 CPUtime=2460.62 cores=0,2,4,6
/proc/13617/task/13670/stat : 13670 (java) R 13614 13617 6975 0 -1 4202560 77860 12889 0 0 246013 41 5 3 20 0 15 0 230199296 11343855616 169041 33554432000 4194304 4196468 140721978657632 139885285358768 139884894281610 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13671] ppid=13614 vsize=11077984 memory=676164 CPUtime=8.43 cores=0,2,4,6
/proc/13617/task/13671/stat : 13671 (java) S 13614 13617 6975 0 -1 1077944384 9628 12889 0 0 795 40 5 3 20 0 15 0 230199297 11343855616 169041 33554432000 4194304 4196468 140721978657632 139885317766160 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13672] ppid=13614 vsize=11077984 memory=6791534058613427641 CPUtime=8.45 cores=0,2,4,6
/proc/13617/task/13672/stat : 13672 (java) S 13614 13617 6975 0 -1 1077944384 11557 12889 0 0 794 43 5 3 20 0 15 0 230199297 11343855616 169041 33554432000 4194304 4196468 140721978657632 139885207370896 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13673] ppid=13614 vsize=11077984 memory=1384 CPUtime=8.43 cores=0,2,4,6
/proc/13617/task/13673/stat : 13673 (java) S 13614 13617 6975 0 -1 1077944384 5096 12889 0 0 794 41 5 3 20 0 15 0 230199297 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884852124432 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13674] ppid=13614 vsize=11077984 memory=752 CPUtime=8.43 cores=0,2,4,6
/proc/13617/task/13674/stat : 13674 (java) S 13614 13617 6975 0 -1 1077944384 8178 12889 0 0 794 41 5 3 20 0 15 0 230199297 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884851071888 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13675] ppid=13614 vsize=11077984 memory=7304 CPUtime=7.91 cores=0,2,4,6
/proc/13617/task/13675/stat : 13675 (java) S 13614 13617 6975 0 -1 1077944384 9787 12889 0 0 741 42 5 3 20 0 15 0 230199299 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884806629616 139885313534594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13676] ppid=13614 vsize=11077984 memory=5400 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13676/stat : 13676 (java) S 13614 13617 6975 0 -1 1077944384 15 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884132033824 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13677] ppid=13614 vsize=11077984 memory=1108 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13677/stat : 13677 (java) S 13614 13617 6975 0 -1 1077944384 8 12889 0 0 0 0 5 3 20 0 15 0 230199299 11343855616 169041 33554432000 4194304 4196468 140721978657632 139883930706688 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13678] ppid=13614 vsize=11077984 memory=10784 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13678/stat : 13678 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139883623307216 139885313542043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13679] ppid=13614 vsize=11077984 memory=676164 CPUtime=7.07 cores=0,2,4,6
/proc/13617/task/13679/stat : 13679 (java) S 13614 13617 6975 0 -1 1077944384 22992 12889 0 0 693 6 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884805577456 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13680] ppid=13614 vsize=11077984 memory=676164 CPUtime=6.58 cores=0,2,4,6
/proc/13617/task/13680/stat : 13680 (java) S 13614 13617 6975 0 -1 1077944384 17122 12889 0 0 645 5 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884804524912 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13681] ppid=13614 vsize=11077984 memory=928 CPUtime=3.26 cores=0,2,4,6
/proc/13617/task/13681/stat : 13681 (java) S 13614 13617 6975 0 -1 1077944384 22756 12889 0 0 313 5 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884736014832 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13682] ppid=13614 vsize=11077984 memory=2336 CPUtime=0.08 cores=0,2,4,6
/proc/13617/task/13682/stat : 13682 (java) S 13614 13617 6975 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139883192511328 139885313533653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
[pid=13617/tid=13683] ppid=13614 vsize=11077984 memory=1580 CPUtime=1.5 cores=0,2,4,6
/proc/13617/task/13683/stat : 13683 (java) S 13614 13617 6975 0 -1 1077944384 727 12889 0 0 70 72 5 3 20 0 15 0 230199302 11343855616 169041 33554432000 4194304 4196468 140721978657632 139884734962224 139885313534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27705344 140721978665571 140721978668380 140721978668380 140721978671055 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 676164 KiB

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

[startup+2480.84 s]
# the end of solver process 13617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.21 s, system=2.9025 s

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

Child status: 143
Real time (s): 2480.84
CPU time (s): 2520.12
CPU user time (s): 2517.21
CPU system time (s): 2.9025
CPU usage (%): 101.583
Max. virtual memory (cumulated for all children) (KiB): 11080796
Max. memory (cumulated for all children) (KiB): 677540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.21
system time used= 2.90251
maximum resident set size= 678600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229530
involuntary context switches= 9110


# summary of solver processes directly reported to runsolver:
#   pid: 13617
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.21
#   total CPU system time (s): 2.9025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9364 second user time and 23.4428 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 04:12:41
IDJOB=4304670
IDBENCH=141530
IDSOLVER=2781
FILE ID=node132/4304670-1534126361
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38172 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-4304670-1534126361/watcher-4304670-1534126361 -o /tmp/evaluation-result-4304670-1534126361/solver-4304670-1534126361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2144989239 -superng HOME/instance-4304670-1534126361.xml

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

MD5SUM BENCH= c946fa8aa2d076cbb98267642aa382e7
RANDOM SEED=2144989239

node132.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.65
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.65
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.65
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.65
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:        16905920 kB
MemAvailable:   31055548 kB
Buffers:          250056 kB
Cached:         14010664 kB
SwapCached:            0 kB
Active:          7901440 kB
Inactive:        7261360 kB
Active(anon):     852032 kB
Inactive(anon):   102816 kB
Active(file):    7049408 kB
Inactive(file):  7158544 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26924 kB
Writeback:             0 kB
AnonPages:        909620 kB
Mapped:            68140 kB
Shmem:             49824 kB
Slab:             398572 kB
SReclaimable:     370136 kB
SUnreclaim:        28436 kB
KernelStack:        3568 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2009876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38148 MiB
End job on node132 at 2018-08-13 04:54:02