Trace number 4295409

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.8 2018-06-13SAT (TO)1668 2520.08 2467.53

General information on the benchmark

NameKnapsack/
Knapsack-80-350-01_c18.xml
MD5SUM948b12d9827590975c2112c5f75fc8c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1668
Best CPU time to get the best result obtained on this benchmark2519.87
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":80}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":80}]
Minimum constraint arity80
Maximum constraint arity80
Distribution of constraint arities[{"arity":80,"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

1.00/0.74	c Concrete v3.8.1528841891564 running
6.70/3.46	o 794
6.70/3.49	o 801
7.04/3.50	o 840
7.04/3.51	o 862
7.04/3.52	o 871
7.04/3.53	o 877
7.04/3.54	o 887
7.04/3.55	o 888
7.04/3.55	o 896
7.04/3.58	o 900
7.04/3.58	o 905
7.04/3.58	o 914
7.04/3.58	o 915
7.04/3.59	o 927
7.04/3.60	o 929
7.41/3.60	o 943
7.41/3.60	o 964
7.41/3.63	o 975
7.41/3.63	o 991
7.41/3.65	o 999
7.41/3.65	o 1020
7.41/3.67	o 1037
7.76/3.70	o 1043
7.76/3.73	o 1044
7.76/3.73	o 1072
7.76/3.73	o 1101
7.76/3.73	o 1105
7.76/3.74	o 1134
7.76/3.74	o 1141
7.76/3.75	o 1176
7.76/3.75	o 1194
7.76/3.78	o 1208
7.76/3.78	o 1230
7.76/3.79	o 1245
7.76/3.79	o 1249
7.76/3.80	o 1268
8.10/3.80	o 1270
8.10/3.80	o 1293
8.10/3.83	o 1324
8.10/3.83	o 1338
8.10/3.84	o 1342
8.10/3.84	o 1344
8.10/3.86	o 1357
8.41/3.99	o 1369
9.92/4.49	o 1387
9.92/4.49	o 1390
9.92/4.49	o 1392
9.92/4.49	o 1401
9.92/4.49	o 1451
9.92/4.49	o 1467
9.92/4.49	o 1473
9.92/4.49	o 1475
9.92/4.49	o 1478
9.92/4.49	o 1502
11.08/4.83	o 1509
11.08/4.83	o 1527
11.37/4.92	o 1531
11.37/4.95	o 1533
11.37/4.95	o 1545
11.37/4.95	o 1570
11.37/4.95	o 1605
11.37/4.95	o 1609
13.12/6.06	o 1610
13.12/6.07	o 1619
15.59/7.63	o 1620
15.59/7.63	o 1632
15.87/7.87	o 1637
16.14/8.05	o 1645
41.41/27.25	o 1655
41.41/27.25	o 1656
124.24/106.47	o 1659
305.06/284.92	o 1668
2520.04/2467.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2467.50		at concrete.MAC.mac(MAC.scala:188)
2520.04/2467.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2467.50		at scala.util.Try$.apply(Try.scala:209)
2520.04/2467.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2467.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2467.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2467.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2467.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2467.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2467.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2467.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2467.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2467.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2467.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2467.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2467.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2467.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2467.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2467.51		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2467.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2467.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2467.51		at scala.util.Success.map(Try.scala:209)
2520.04/2467.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2467.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2467.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2467.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2467.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2467.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2467.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2467.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2467.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2467.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2467.51		at scala.App.main(App.scala:76)
2520.04/2467.51		at scala.App.main$(App.scala:74)
2520.04/2467.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2467.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2467.51	v <instantiation cost="1668">
2520.04/2467.51	v       <list>
2520.04/2467.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79]
2520.04/2467.51	v       </list>
2520.04/2467.51	v       <values>
2520.04/2467.51	v         0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1
2520.04/2467.51	v       </values>
2520.04/2467.51	v     </instantiation>
2520.04/2467.51	s SATISFIABLE

Verifier Data

OK	1668

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295409-1532548868/watcher-4295409-1532548868 -o /tmp/evaluation-result-4295409-1532548868/solver-4295409-1532548868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2072488319 HOME/instance-4295409-1532548868.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
Current StackSize limit: 8192 KiB

solver pid=30019, runsolver pid=30016

[startup+0.101546 s]*
/proc/loadavg: 1.46 1.42 1.39 2/206 30076
/proc/meminfo: memFree=20672296/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=9972712 memory=18588 CPUtime=0.1 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 4275 13164 0 0 1 1 5 3 20 0 6 0 72449936 10212057088 4647 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2493178 4647 1934 1 0 2481616 0
[pid=30019/tid=30072] ppid=30016 vsize=9972712 memory=4279135704047583887 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 2084 13164 0 0 0 0 5 3 20 0 6 0 72449945 10212057088 4647 33554432000 4194304 4196468 140729207926416 140471487803984 140471515989149 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 72449946 10212057088 4647 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=9972712 memory=140253565941376 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 72449946 10212057088 4647 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 72449946 10212057088 4647 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 6 0 72449946 10212057088 4647 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210638 s]*
/proc/loadavg: 1.46 1.42 1.39 3/215 30085
/proc/meminfo: memFree=20649496/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10818904 memory=48296 CPUtime=0.26 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 7672 13164 0 0 16 2 5 3 20 0 15 0 72449936 11078557696 12008 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2704726 12008 2987 1 0 2667149 0
[pid=30019/tid=30072] ppid=30016 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 4243 13164 0 0 10 1 5 3 20 0 15 0 72449945 11078557696 12074 33554432000 4194304 4196468 140729207926416 140471487784336 140471508684375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11078557696 12074 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10818904 memory=288370629717653120 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11078557696 12074 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11078557696 12074 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449946 11078557696 12074 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10818904 memory=140253565941376 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449948 11078557696 12074 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 33 13164 0 0 0 0 5 3 20 0 15 0 72449948 11078557696 12074 33554432000 4194304 4196468 140729207926416 140470973817760 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11078557696 12074 33554432000 4194304 4196468 140729207926416 140470864831472 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 543 13164 0 0 1 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 67 13164 0 0 1 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10818904 memory=140253565941376 CPUtime=0.11 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 606 13164 0 0 3 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10818904 memory=140253565941376 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449951 11078557696 12140 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 48296 KiB

[startup+0.310076 s]*
/proc/loadavg: 1.46 1.42 1.39 3/215 30085
/proc/meminfo: memFree=20638084/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10819352 memory=59264 CPUtime=0.39 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 10291 13164 0 0 28 3 5 3 20 0 15 0 72449936 11079016448 14816 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2704838 14816 3106 1 0 2667149 0
[pid=30019/tid=30072] ppid=30016 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 6830 13164 0 0 19 2 5 3 20 0 15 0 72449945 11079016448 14816 33554432000 4194304 4196468 140729207926416 140471487779232 140471500047710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 14816 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 14816 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 14816 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 14816 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 33 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470973817760 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470864831472 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 546 13164 0 0 1 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 70 13164 0 0 1 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10819352 memory=140253565941376 CPUtime=0.13 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 612 13164 0 0 5 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10819352 memory=140253565941376 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 14816 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 59264 KiB

[startup+0.700743 s]
/proc/loadavg: 1.46 1.42 1.39 4/215 30085
/proc/meminfo: memFree=20627356/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10819352 memory=91196 CPUtime=1 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 16388 13164 0 0 87 5 5 3 20 0 15 0 72449936 11079016448 22799 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2704838 22799 3247 1 0 2667149 0
[pid=30019/tid=30072] ppid=30016 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 11850 13164 0 0 55 3 5 3 20 0 15 0 72449945 11079016448 22799 33554432000 4194304 4196468 140729207926416 140471487790224 140471499143799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 22799 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 22799 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10819352 memory=140253432263440 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 22799 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10819352 memory=140256452018772 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449946 11079016448 22799 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10819352 memory=8540 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 6 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 33 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470973817760 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470864831472 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10819352 memory=12932 CPUtime=0.17 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 1159 13164 0 0 9 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10819352 memory=4008 CPUtime=0.15 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 474 13164 0 0 7 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10819352 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 664 13164 0 0 13 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449951 11079016448 22799 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 91196 KiB

[startup+1.50068 s]
/proc/loadavg: 1.42 1.41 1.39 3/215 30085
/proc/meminfo: memFree=20585180/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10834252 memory=181316 CPUtime=2.23 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 24851 13164 0 0 206 9 5 3 20 0 15 0 72449936 11094274048 45329 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2708563 45329 3472 1 0 2670221 0
[pid=30019/tid=30072] ppid=30016 vsize=10834252 memory=67596 CPUtime=1.43 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 17519 13164 0 0 129 6 5 3 20 0 15 0 72449945 11094274048 45329 33554432000 4194304 4196468 140729207926416 140471487798832 140471500078432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 84 13164 0 0 0 0 5 3 20 0 15 0 72449946 11094274048 45329 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10834252 memory=280506864558240 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 22 13164 0 0 1 0 5 3 20 0 15 0 72449946 11094274048 45329 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 266 13164 0 0 1 0 5 3 20 0 15 0 72449946 11094274048 45329 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 25 13164 0 0 0 0 5 3 20 0 15 0 72449946 11094274048 45329 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 1222 13164 0 0 1 0 5 3 20 0 15 0 72449948 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 34 13164 0 0 0 0 5 3 20 0 15 0 72449948 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470973817824 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470864831488 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 1608 13164 0 0 21 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 724 13164 0 0 19 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10834252 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 1148 13164 0 0 28 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10834252 memory=280506864802688 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11094274048 45329 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 85335 13164 0 0 235386 53 5 3 20 0 15 0 72449945 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471487802336 140471083964710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10914144 memory=836552 CPUtime=12.28 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 15065 13164 0 0 1155 65 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.27 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 10631 13164 0 0 1154 65 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.24 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 10283 13164 0 0 1154 62 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10914144 memory=280506865388928 CPUtime=12.3 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 12014 13164 0 0 1157 65 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10914144 memory=836552 CPUtime=11.67 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 14354 13164 0 0 1102 57 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10914144 memory=21932 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 37 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470973817824 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470864831488 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10914144 memory=836568 CPUtime=7.23 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 12018 13164 0 0 711 4 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10914144 memory=836568 CPUtime=6.99 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 15439 13164 0 0 685 6 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10914144 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 22887 13164 0 0 300 5 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10914144 memory=4140 CPUtime=1.61 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 927 13164 0 0 74 79 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 2433.56 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 836568 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.30 1.34 3/216 30287
/proc/meminfo: memFree=19240372/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10914144 memory=836568 CPUtime=2494.45 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 202695 13164 0 0 249051 386 5 3 20 0 15 0 72449936 11176083456 209142 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2728536 209142 3523 1 0 2690189 0
[pid=30019/tid=30072] ppid=30016 vsize=10914144 memory=836568 CPUtime=2413.71 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 86188 13164 0 0 241309 54 5 3 20 0 15 0 72449945 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471487802416 140471086966679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.6 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 15090 13164 0 0 1185 67 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.59 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 10656 13164 0 0 1185 66 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10914144 memory=280506865388928 CPUtime=12.57 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 10346 13164 0 0 1185 64 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.63 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 12342 13164 0 0 1189 66 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10914144 memory=836568 CPUtime=11.97 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 14554 13164 0 0 1131 58 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 37 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470973817824 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470864831488 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10914144 memory=836568 CPUtime=7.24 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 12020 13164 0 0 712 4 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10914144 memory=836568 CPUtime=6.99 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 15441 13164 0 0 685 6 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10914144 memory=836568 CPUtime=3.13 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 22889 13164 0 0 300 5 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10914144 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10914144 memory=836568 CPUtime=1.64 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 936 13164 0 0 76 80 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 2494.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 836568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.5 s]
/proc/loadavg: 1.29 1.33 1.35 3/216 30287
/proc/meminfo: memFree=19245164/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10914144 memory=836568 CPUtime=2520.04 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 203714 13164 0 0 251605 391 5 3 20 0 15 0 72449936 11176083456 209142 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2728536 209142 3523 1 0 2690189 0
[pid=30019/tid=30072] ppid=30016 vsize=10914144 memory=836568 CPUtime=2438.58 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 86584 13164 0 0 243796 54 5 3 20 0 15 0 72449945 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471487802368 140471095418366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.73 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 15181 13164 0 0 1198 67 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10914144 memory=1264 CPUtime=12.73 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 10664 13164 0 0 1199 66 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.71 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 10641 13164 0 0 1198 65 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.78 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 12358 13164 0 0 1202 68 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10914144 memory=0 CPUtime=12.1 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 14746 13164 0 0 1144 58 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 37 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470973817824 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470864831488 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10914144 memory=0 CPUtime=7.24 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 12022 13164 0 0 712 4 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10914144 memory=13048 CPUtime=6.99 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 15443 13164 0 0 685 6 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10914144 memory=164 CPUtime=3.13 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 22891 13164 0 0 300 5 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10914144 memory=3208 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10914144 memory=1421844 CPUtime=1.66 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 951 13164 0 0 77 81 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 836568 KiB

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

[startup+2467.53 s]
# the end of solver process 30019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=3.95239 s

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

[startup+2467.5 s]
/proc/loadavg: 1.29 1.33 1.35 3/216 30287
/proc/meminfo: memFree=19245164/32770624 swapFree=67108860/67108860
[pid=30019] ppid=30016 vsize=10914144 memory=836568 CPUtime=2520.04 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 24385 0 -1 1077944320 203714 13164 0 0 251605 391 5 3 20 0 15 0 72449936 11176083456 209142 33554432000 4194304 4196468 140729207926416 140729207908960 140471515967223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
/proc/30019/statm: 2728536 209142 3523 1 0 2690189 0
[pid=30019/tid=30072] ppid=30016 vsize=10914144 memory=836568 CPUtime=2438.58 cores=0,2,4,6
/proc/30019/task/30072/stat : 30072 (java) R 30016 30019 24385 0 -1 4202560 86584 13164 0 0 243796 54 5 3 20 0 15 0 72449945 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471487802368 140471095418366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30073] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.73 cores=0,2,4,6
/proc/30019/task/30073/stat : 30073 (java) S 30016 30019 24385 0 -1 1077944384 15181 13164 0 0 1198 67 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471520209680 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30074] ppid=30016 vsize=10914144 memory=1264 CPUtime=12.73 cores=0,2,4,6
/proc/30019/task/30074/stat : 30074 (java) S 30016 30019 24385 0 -1 1077944384 10664 13164 0 0 1199 66 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471408483216 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30075] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.71 cores=0,2,4,6
/proc/30019/task/30075/stat : 30075 (java) S 30016 30019 24385 0 -1 1077944384 10641 13164 0 0 1198 65 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471407430672 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30076] ppid=30016 vsize=10914144 memory=836568 CPUtime=12.78 cores=0,2,4,6
/proc/30019/task/30076/stat : 30076 (java) S 30016 30019 24385 0 -1 1077944384 12358 13164 0 0 1202 68 5 3 20 0 15 0 72449946 11176083456 209142 33554432000 4194304 4196468 140729207926416 140471406378128 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30077] ppid=30016 vsize=10914144 memory=0 CPUtime=12.1 cores=0,2,4,6
/proc/30019/task/30077/stat : 30077 (java) S 30016 30019 24385 0 -1 1077944384 14746 13164 0 0 1144 58 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470974871536 140471515978370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30078] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30078/stat : 30078 (java) S 30016 30019 24385 0 -1 1077944384 37 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470973817824 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30079] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30079/stat : 30079 (java) S 30016 30019 24385 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 72449948 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470864831488 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30080] ppid=30016 vsize=10914144 memory=836568 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30080/stat : 30080 (java) S 30016 30019 24385 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470260852944 140471515985819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30081] ppid=30016 vsize=10914144 memory=0 CPUtime=7.24 cores=0,2,4,6
/proc/30019/task/30081/stat : 30081 (java) S 30016 30019 24385 0 -1 1077944384 12022 13164 0 0 712 4 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470940260848 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30082] ppid=30016 vsize=10914144 memory=13048 CPUtime=6.99 cores=0,2,4,6
/proc/30019/task/30082/stat : 30082 (java) S 30016 30019 24385 0 -1 1077944384 15443 13164 0 0 685 6 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470939208304 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30083] ppid=30016 vsize=10914144 memory=164 CPUtime=3.13 cores=0,2,4,6
/proc/30019/task/30083/stat : 30083 (java) S 30016 30019 24385 0 -1 1077944384 22891 13164 0 0 300 5 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470938155760 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30084] ppid=30016 vsize=10914144 memory=3208 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30084/stat : 30084 (java) S 30016 30019 24385 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140469791091808 140471515977429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
[pid=30019/tid=30085] ppid=30016 vsize=10914144 memory=1421844 CPUtime=1.66 cores=0,2,4,6
/proc/30019/task/30085/stat : 30085 (java) S 30016 30019 24385 0 -1 1077944384 951 13164 0 0 77 81 5 3 20 0 15 0 72449951 11176083456 209142 33554432000 4194304 4196468 140729207926416 140470937102640 140471515978370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35221504 140729207929454 140729207932252 140729207932252 140729207934927 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 836568 KiB

Child status: 143
Real time (s): 2467.53
CPU time (s): 2520.08
CPU user time (s): 2516.13
CPU system time (s): 3.95239
CPU usage (%): 102.13
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 836568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 3.95239
maximum resident set size= 840700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320913
involuntary context switches= 10126


# summary of solver processes directly reported to runsolver:
#   pid: 30019
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 3.95239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2698 second user time and 24.1391 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 22:01:08
IDJOB=4295409
IDBENCH=141541
IDSOLVER=2750
FILE ID=node136/4295409-1532548868
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295409-1532548868/watcher-4295409-1532548868 -o /tmp/evaluation-result-4295409-1532548868/solver-4295409-1532548868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2072488319 HOME/instance-4295409-1532548868.xml

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

MD5SUM BENCH= 948b12d9827590975c2112c5f75fc8c4
RANDOM SEED=2072488319

node136.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.50
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.50
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.50
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.50
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:        20683612 kB
MemAvailable:   31129856 kB
Buffers:          220524 kB
Cached:         10456516 kB
SwapCached:            0 kB
Active:          3373808 kB
Inactive:        8157312 kB
Active(anon):     805476 kB
Inactive(anon):    76688 kB
Active(file):    2568332 kB
Inactive(file):  8080624 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:        875044 kB
Mapped:            53144 kB
Shmem:             25228 kB
Slab:             253320 kB
SReclaimable:     225748 kB
SUnreclaim:        27572 kB
KernelStack:        3792 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1840240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 22:42:15