Trace number 4295378

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-SuperNG 2018-06-13SAT (TO)1323 2520.07 2483.24

General information on the benchmark

NameKnapsack/
Knapsack-60-250-01_c18.xml
MD5SUM572d51936cbf7dcb36f92bd653feb000
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1323
Best CPU time to get the best result obtained on this benchmark415.451
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.8.1528841891564 running
6.60/3.37	o 495
6.60/3.39	o 498
6.87/3.40	o 519
6.87/3.41	o 589
6.87/3.43	o 594
6.87/3.44	o 603
6.87/3.44	o 605
6.87/3.45	o 617
6.87/3.46	o 635
6.87/3.47	o 717
6.87/3.49	o 721
6.87/3.49	o 723
7.21/3.50	o 761
7.21/3.51	o 762
7.21/3.52	o 780
7.21/3.56	o 792
7.21/3.57	o 825
7.21/3.57	o 833
7.58/3.60	o 834
7.58/3.60	o 877
7.58/3.61	o 906
7.58/3.61	o 931
7.58/3.61	o 935
7.58/3.62	o 936
7.58/3.62	o 979
7.58/3.64	o 987
7.58/3.66	o 1006
7.58/3.66	o 1041
7.58/3.68	o 1052
7.58/3.68	o 1073
7.58/3.68	o 1090
8.28/3.87	o 1113
8.28/3.87	o 1115
8.28/3.87	o 1124
8.28/3.88	o 1144
8.59/3.93	o 1167
8.59/3.93	o 1176
8.59/3.93	o 1178
8.59/3.94	o 1190
8.59/3.94	o 1192
8.59/3.95	o 1193
8.59/3.95	o 1195
9.03/4.65	o 1221
9.94/4.91	o 1224
9.94/4.92	o 1230
9.94/4.92	o 1242
9.94/4.96	o 1259
9.94/4.96	o 1268
9.94/4.98	o 1273
10.83/5.28	o 1285
11.39/5.41	o 1294
12.68/6.24	o 1297
23.00/15.26	o 1303
36.02/27.08	o 1305
65.92/54.50	o 1311
66.04/54.51	o 1315
165.87/148.84	o 1317
875.25/852.06	o 1323
2520.02/2483.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2483.20		at concrete.MAC.mac(MAC.scala:188)
2520.02/2483.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2483.20		at scala.util.Try$.apply(Try.scala:209)
2520.02/2483.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2483.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2483.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2483.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2483.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2483.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2483.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2483.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2483.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2483.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2483.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2483.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2483.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2483.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2483.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2483.21		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2483.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2483.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2483.21		at scala.util.Success.map(Try.scala:209)
2520.02/2483.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2483.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2483.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2483.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2483.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2483.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2483.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2483.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2483.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2483.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2483.21		at scala.App.main(App.scala:76)
2520.02/2483.21		at scala.App.main$(App.scala:74)
2520.02/2483.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2483.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2483.21	v <instantiation cost="1323">
2520.02/2483.21	v       <list>
2520.02/2483.21	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.02/2483.21	v       </list>
2520.02/2483.21	v       <values>
2520.02/2483.21	v         0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1
2520.02/2483.21	v       </values>
2520.02/2483.21	v     </instantiation>
2520.02/2483.21	s SATISFIABLE

Verifier Data

OK	1323

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295378-1532550661/watcher-4295378-1532550661 -o /tmp/evaluation-result-4295378-1532550661/solver-4295378-1532550661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1437657060 -superng HOME/instance-4295378-1532550661.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=1218, runsolver pid=1215

[startup+0.100057 s]*
/proc/loadavg: 1.43 1.37 1.33 3/207 1284
/proc/meminfo: memFree=12283808/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=9972712 memory=16280 CPUtime=0.08 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 4234 13051 0 0 1 0 4 3 20 0 6 0 72629265 10212057088 4070 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2493178 4070 1918 1 0 2481616 0
[pid=1218/tid=1280] ppid=1215 vsize=9972712 memory=4627829660337606006 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 2166 13051 0 0 0 0 4 3 20 0 6 0 72629274 10212057088 4202 33554432000 4194304 4196468 140735234437584 140581931450960 140581943694686 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 72629275 10212057088 4202 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=9972712 memory=140009157596800 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 72629275 10212057088 4202 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 6 0 72629275 10212057088 4202 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 6 0 72629275 10212057088 4202 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16280 KiB

[startup+0.210752 s]*
/proc/loadavg: 1.43 1.37 1.33 3/216 1293
/proc/meminfo: memFree=12261728/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10818904 memory=40624 CPUtime=0.24 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 7352 13051 0 0 16 1 4 3 20 0 15 0 72629265 11078557696 10156 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2704726 10156 2968 1 0 2667149 0
[pid=1218/tid=1280] ppid=1215 vsize=10818904 memory=4627829660337606006 CPUtime=0.17 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 4594 13051 0 0 10 0 4 3 20 0 15 0 72629274 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581931431312 140581939889906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10818904 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10818904 memory=140009157596800 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629275 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10818904 memory=140009157596800 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629276 11078557696 10750 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 72629277 11078557696 10750 33554432000 4194304 4196468 140735234437584 140580856259360 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629277 11078557696 10816 33554432000 4194304 4196468 140735234437584 140580722041968 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11078557696 10816 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 483 13051 0 0 1 0 4 3 20 0 15 0 72629279 11078557696 10816 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 88 13051 0 0 1 0 4 3 20 0 15 0 72629279 11078557696 10816 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10818904 memory=140009157596800 CPUtime=0.1 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 559 13051 0 0 3 0 4 3 20 0 15 0 72629279 11078557696 10816 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11078557696 10816 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10818904 memory=140009157596800 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629280 11078557696 10816 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40624 KiB

[startup+0.31026 s]*
/proc/loadavg: 1.43 1.37 1.33 3/216 1293
/proc/meminfo: memFree=12249808/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10819352 memory=53496 CPUtime=0.38 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 10415 13051 0 0 28 3 4 3 20 0 15 0 72629265 11079016448 13374 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2704838 13374 3087 1 0 2667149 0
[pid=1218/tid=1280] ppid=1215 vsize=10819352 memory=1398720917958146503 CPUtime=0.27 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 7223 13051 0 0 19 1 4 3 20 0 15 0 72629274 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581931426208 140581943694686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10819352 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10819352 memory=35809 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629276 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 72629277 11079016448 13548 33554432000 4194304 4196468 140735234437584 140580856259360 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629277 11079016448 13548 33554432000 4194304 4196468 140735234437584 140580722041968 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11079016448 13548 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 484 13051 0 0 1 0 4 3 20 0 15 0 72629279 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 88 13051 0 0 1 0 4 3 20 0 15 0 72629279 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 568 13051 0 0 4 0 4 3 20 0 15 0 72629279 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11079016448 13548 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629280 11079016448 13548 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53496 KiB

[startup+0.700757 s]
/proc/loadavg: 1.43 1.37 1.33 3/216 1293
/proc/meminfo: memFree=12239524/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10819352 memory=86212 CPUtime=0.99 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 16757 13051 0 0 87 5 4 3 20 0 15 0 72629265 11079016448 21553 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2704838 21553 3238 1 0 2667149 0
[pid=1218/tid=1280] ppid=1215 vsize=10819352 memory=13044 CPUtime=0.65 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 12377 13051 0 0 55 3 4 3 20 0 15 0 72629274 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581931416480 140581941179195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10819352 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10819352 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629275 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 5 13051 0 0 0 0 4 3 20 0 15 0 72629276 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 72629277 11079016448 21553 33554432000 4194304 4196468 140735234437584 140580856259360 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629277 11079016448 21553 33554432000 4194304 4196468 140735234437584 140580722041968 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11079016448 21553 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10819352 memory=30305 CPUtime=0.17 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 1037 13051 0 0 10 0 4 3 20 0 15 0 72629279 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 485 13051 0 0 6 0 4 3 20 0 15 0 72629279 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10819352 memory=-2893623298589923098 CPUtime=0.2 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 639 13051 0 0 13 0 4 3 20 0 15 0 72629279 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11079016448 21553 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629280 11079016448 21553 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86212 KiB

[startup+1.50081 s]
/proc/loadavg: 1.43 1.37 1.33 3/216 1293
/proc/meminfo: memFree=12195984/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10834252 memory=177588 CPUtime=2.23 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 23874 13051 0 0 207 9 4 3 20 0 15 0 72629265 11094274048 44397 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2708563 44397 3469 1 0 2670221 0
[pid=1218/tid=1280] ppid=1215 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 17885 13051 0 0 130 5 4 3 20 0 15 0 72629274 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581931446640 140581951851326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10834252 memory=10877 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 24 13051 0 0 1 0 4 3 20 0 15 0 72629275 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10834252 memory=20669 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 37 13051 0 0 1 0 4 3 20 0 15 0 72629275 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 81 13051 0 0 1 0 4 3 20 0 15 0 72629275 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10834252 memory=-9174445032661854264 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 280 13051 0 0 0 0 4 3 20 0 15 0 72629275 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 69 13051 0 0 1 0 4 3 20 0 15 0 72629276 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 13 13051 0 0 0 0 4 3 20 0 15 0 72629277 11094274048 44397 33554432000 4194304 4196468 140735234437584 140580856259424 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 2 13051 0 0 0 0 4 3 20 0 15 0 72629277 11094274048 44397 33554432000 4194304 4196468 140735234437584 140580722041968 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10834252 memory=-2605811476043407915 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11094274048 44397 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10834252 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) R 1215 1218 31421 0 -1 4202560 1173 13051 0 0 19 0 4 3 20 0 15 0 72629279 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581417146992 140581943000736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 1031 13051 0 0 21 0 4 3 20 0 15 0 72629279 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10834252 memory=8112282956445269571 CPUtime=0.35 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 1086 13051 0 0 28 0 4 3 20 0 15 0 72629279 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10834252 memory=280018043663488 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11094274048 44397 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10834252 memory=140009021834000 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1 13051 0 0 0 0 4 3 20 0 15 0 72629280 11094274048 44397 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 78559 13051 0 0 230476 37 4 3 20 0 15 0 72629274 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581931449472 140581551965870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10914144 memory=661588 CPUtime=7.04 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 9141 13051 0 0 661 36 4 3 20 0 15 0 72629275 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10914144 memory=661588 CPUtime=7.04 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 10645 13051 0 0 663 34 4 3 20 0 15 0 72629275 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10914144 memory=661620 CPUtime=7.05 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 11322 13051 0 0 663 35 4 3 20 0 15 0 72629275 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10914144 memory=661588 CPUtime=7.04 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 11002 13051 0 0 660 37 4 3 20 0 15 0 72629275 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10914144 memory=661588 CPUtime=6.59 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 10665 13051 0 0 620 32 4 3 20 0 15 0 72629276 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10914144 memory=661620 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165405 33554432000 4194304 4196468 140735234437584 140580856259488 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10914144 memory=661620 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 7 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165405 33554432000 4194304 4196468 140735234437584 140580722041984 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10914144 memory=661620 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11176083456 165405 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10914144 memory=661588 CPUtime=6.7 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 21975 13051 0 0 658 5 4 3 20 0 15 0 72629279 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10914144 memory=661620 CPUtime=7.09 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 24561 13051 0 0 696 6 4 3 20 0 15 0 72629279 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10914144 memory=661620 CPUtime=3.23 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 18092 13051 0 0 310 6 4 3 20 0 15 0 72629279 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10914144 memory=661620 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11176083456 165405 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10914144 memory=8536 CPUtime=1.35 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1038 13051 0 0 64 64 4 3 20 0 15 0 72629280 11176083456 165405 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 2357.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 661620 KiB

[startup+2382.3 s]
/proc/loadavg: 1.74 1.55 1.37 3/215 1515
/proc/meminfo: memFree=11646276/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10914144 memory=661648 CPUtime=2418.28 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 199912 13051 0 0 241570 251 4 3 20 0 15 0 72629265 11176083456 165412 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2728536 165412 3522 1 0 2690189 0
[pid=1218/tid=1280] ppid=1215 vsize=10914144 memory=661648 CPUtime=2364.78 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 78892 13051 0 0 236433 38 4 3 20 0 15 0 72629274 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581931449616 140581551965886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10914144 memory=661648 CPUtime=7.21 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 9153 13051 0 0 678 36 4 3 20 0 15 0 72629275 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10914144 memory=661620 CPUtime=7.21 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 10660 13051 0 0 679 35 4 3 20 0 15 0 72629275 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10914144 memory=661620 CPUtime=7.23 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 11610 13051 0 0 680 36 4 3 20 0 15 0 72629275 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10914144 memory=661620 CPUtime=7.21 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 11021 13051 0 0 676 38 4 3 20 0 15 0 72629275 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10914144 memory=661648 CPUtime=6.75 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 10691 13051 0 0 635 33 4 3 20 0 15 0 72629276 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10914144 memory=661648 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165412 33554432000 4194304 4196468 140735234437584 140580856259488 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10914144 memory=661648 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 7 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165412 33554432000 4194304 4196468 140735234437584 140580722041984 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10914144 memory=661648 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11176083456 165412 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10914144 memory=661648 CPUtime=6.7 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 21975 13051 0 0 658 5 4 3 20 0 15 0 72629279 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10914144 memory=3852 CPUtime=7.09 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 24561 13051 0 0 696 6 4 3 20 0 15 0 72629279 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10914144 memory=2600 CPUtime=3.23 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 18092 13051 0 0 310 6 4 3 20 0 15 0 72629279 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10914144 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11176083456 165412 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10914144 memory=2340 CPUtime=1.38 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1042 13051 0 0 66 65 4 3 20 0 15 0 72629280 11176083456 165412 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 2418.28 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 661648 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.56 1.38 3/215 1516
/proc/meminfo: memFree=11645524/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10914144 memory=661696 CPUtime=2478.78 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 201079 13051 0 0 247616 255 4 3 20 0 15 0 72629265 11176083456 165424 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2728536 165424 3522 1 0 2690189 0
[pid=1218/tid=1280] ppid=1215 vsize=10914144 memory=661696 CPUtime=2424.35 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 79611 13051 0 0 242390 38 4 3 20 0 15 0 72629274 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581931449616 140581559064388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10914144 memory=661696 CPUtime=7.4 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 9171 13051 0 0 696 37 4 3 20 0 15 0 72629275 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10914144 memory=661696 CPUtime=7.4 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 10747 13051 0 0 697 36 4 3 20 0 15 0 72629275 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10914144 memory=661696 CPUtime=7.42 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 11630 13051 0 0 698 37 4 3 20 0 15 0 72629275 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10914144 memory=661696 CPUtime=7.39 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 11032 13051 0 0 694 38 4 3 20 0 15 0 72629275 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10914144 memory=661696 CPUtime=6.92 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 10869 13051 0 0 651 34 4 3 20 0 15 0 72629276 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10914144 memory=661696 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165424 33554432000 4194304 4196468 140735234437584 140580856259488 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10914144 memory=661696 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 7 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165424 33554432000 4194304 4196468 140735234437584 140580722041984 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10914144 memory=661696 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11176083456 165424 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10914144 memory=661680 CPUtime=6.7 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 21977 13051 0 0 658 5 4 3 20 0 15 0 72629279 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10914144 memory=661696 CPUtime=7.09 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 24563 13051 0 0 696 6 4 3 20 0 15 0 72629279 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10914144 memory=661696 CPUtime=3.24 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 18192 13051 0 0 311 6 4 3 20 0 15 0 72629279 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10914144 memory=661696 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11176083456 165424 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10914144 memory=661696 CPUtime=1.42 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1072 13051 0 0 68 67 4 3 20 0 15 0 72629280 11176083456 165424 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 2478.78 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 661696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.2 s]
/proc/loadavg: 1.44 1.52 1.38 3/215 1517
/proc/meminfo: memFree=11645396/32770624 swapFree=67108860/67108860
[pid=1218] ppid=1215 vsize=10914144 memory=661744 CPUtime=2520.02 cores=0,2,4,6
/proc/1218/stat : 1218 (java) S 1215 1218 31421 0 -1 1077944320 202077 13051 0 0 251736 259 4 3 20 0 15 0 72629265 11176083456 165436 33554432000 4194304 4196468 140735234437584 140735234420128 140581959614199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
/proc/1218/statm: 2728536 165436 3522 1 0 2690189 0
[pid=1218/tid=1280] ppid=1215 vsize=10914144 memory=661696 CPUtime=2464.97 cores=0,2,4,6
/proc/1218/task/1280/stat : 1280 (java) R 1215 1218 31421 0 -1 4202560 79977 13051 0 0 246452 38 4 3 20 0 15 0 72629274 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581931450032 140581559064362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1281] ppid=1215 vsize=10914144 memory=661744 CPUtime=7.52 cores=0,2,4,6
/proc/1218/task/1281/stat : 1281 (java) S 1215 1218 31421 0 -1 1077944384 9196 13051 0 0 707 38 4 3 20 0 15 0 72629275 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581963856784 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1282] ppid=1215 vsize=10914144 memory=661744 CPUtime=7.51 cores=0,2,4,6
/proc/1218/task/1282/stat : 1282 (java) S 1215 1218 31421 0 -1 1077944384 10779 13051 0 0 708 36 4 3 20 0 15 0 72629275 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581868059408 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1283] ppid=1215 vsize=10914144 memory=661744 CPUtime=7.53 cores=0,2,4,6
/proc/1218/task/1283/stat : 1283 (java) S 1215 1218 31421 0 -1 1077944384 11921 13051 0 0 709 37 4 3 20 0 15 0 72629275 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581867007120 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1284] ppid=1215 vsize=10914144 memory=735 CPUtime=7.51 cores=0,2,4,6
/proc/1218/task/1284/stat : 1284 (java) S 1215 1218 31421 0 -1 1077944384 11103 13051 0 0 705 39 4 3 20 0 15 0 72629275 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581865954320 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1285] ppid=1215 vsize=10914144 memory=733 CPUtime=7.02 cores=0,2,4,6
/proc/1218/task/1285/stat : 1285 (java) S 1215 1218 31421 0 -1 1077944384 11061 13051 0 0 661 34 4 3 20 0 15 0 72629276 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581418199152 140581959625346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1286] ppid=1215 vsize=10914144 memory=661744 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1286/stat : 1286 (java) S 1215 1218 31421 0 -1 1077944384 14 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165436 33554432000 4194304 4196468 140735234437584 140580856259488 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1287] ppid=1215 vsize=10914144 memory=661744 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1287/stat : 1287 (java) S 1215 1218 31421 0 -1 1077944384 7 13051 0 0 0 0 4 3 20 0 15 0 72629277 11176083456 165436 33554432000 4194304 4196468 140735234437584 140580722041984 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1288] ppid=1215 vsize=10914144 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1288/stat : 1288 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629279 11176083456 165436 33554432000 4194304 4196468 140735234437584 140580481751120 140581959632795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1289] ppid=1215 vsize=10914144 memory=21852 CPUtime=6.7 cores=0,2,4,6
/proc/1218/task/1289/stat : 1289 (java) S 1215 1218 31421 0 -1 1077944384 21979 13051 0 0 658 5 4 3 20 0 15 0 72629279 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581417146992 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1290] ppid=1215 vsize=10914144 memory=661712 CPUtime=7.09 cores=0,2,4,6
/proc/1218/task/1290/stat : 1290 (java) S 1215 1218 31421 0 -1 1077944384 24565 13051 0 0 696 6 4 3 20 0 15 0 72629279 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581416094192 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1291] ppid=1215 vsize=10914144 memory=661712 CPUtime=3.24 cores=0,2,4,6
/proc/1218/task/1291/stat : 1291 (java) S 1215 1218 31421 0 -1 1077944384 18194 13051 0 0 311 6 4 3 20 0 15 0 72629279 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581415041904 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1292] ppid=1215 vsize=10914144 memory=661744 CPUtime=0.07 cores=0,2,4,6
/proc/1218/task/1292/stat : 1292 (java) S 1215 1218 31421 0 -1 1077944384 3 13051 0 0 0 0 4 3 20 0 15 0 72629280 11176083456 165436 33554432000 4194304 4196468 140735234437584 140580448193504 140581959624405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
[pid=1218/tid=1293] ppid=1215 vsize=10914144 memory=4612 CPUtime=1.44 cores=0,2,4,6
/proc/1218/task/1293/stat : 1293 (java) S 1215 1218 31421 0 -1 1077944384 1087 13051 0 0 69 68 4 3 20 0 15 0 72629280 11176083456 165436 33554432000 4194304 4196468 140735234437584 140581413988784 140581959625346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 59 0 0 6293624 6294260 8429568 140735234439339 140735234442588 140735234442588 140735234445263 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 661744 KiB

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

[startup+2483.24 s]
# the end of solver process 1218 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.43 s, system=2.64054 s

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

Child status: 143
Real time (s): 2483.24
CPU time (s): 2520.07
CPU user time (s): 2517.43
CPU system time (s): 2.64054
CPU usage (%): 101.483
Max. virtual memory (cumulated for all children) (KiB): 10916956
Max. memory (cumulated for all children) (KiB): 667692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.43
system time used= 2.64054
maximum resident set size= 668676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214432
involuntary context switches= 9180


# summary of solver processes directly reported to runsolver:
#   pid: 1218
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.43
#   total CPU system time (s): 2.64054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.128 second user time and 21.426 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 22:31:01
IDJOB=4295378
IDBENCH=141533
IDSOLVER=2751
FILE ID=node107/4295378-1532550661
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-01_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295378-1532550661/watcher-4295378-1532550661 -o /tmp/evaluation-result-4295378-1532550661/solver-4295378-1532550661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1437657060 -superng HOME/instance-4295378-1532550661.xml

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

MD5SUM BENCH= 572d51936cbf7dcb36f92bd653feb000
RANDOM SEED=1437657060

node107.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.40
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.40
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.40
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.40
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:        12289536 kB
MemAvailable:   31208784 kB
Buffers:          285368 kB
Cached:         18753460 kB
SwapCached:            0 kB
Active:          4984432 kB
Inactive:       14830468 kB
Active(anon):     778956 kB
Inactive(anon):    25036 kB
Active(file):    4205476 kB
Inactive(file): 14805432 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        741724 kB
Mapped:            53340 kB
Shmem:             25228 kB
Slab:             364388 kB
SReclaimable:     336800 kB
SUnreclaim:        27588 kB
KernelStack:        3824 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1770688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 23:12:24