Trace number 4402962

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.12.3SAT (TO)758 2520.12 2477.42

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-02.xml
MD5SUM0e4189ad20205ae354a6aa8eb292dbdf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark421
Best CPU time to get the best result obtained on this benchmark20120.6
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size60
Maximum domain size100
Distribution of domain sizes[{"size":60,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.80/0.55	c Concrete v3.12.3.1568965526260 running
36.18/25.91	o 1073
36.18/25.93	o 1068
36.55/26.01	o 1066
45.33/32.75	o 1053
45.33/32.79	o 1041
45.53/32.89	o 1031
65.36/51.26	o 1020
88.04/73.36	o 929
88.04/73.36	o 898
88.36/73.68	o 892
396.86/377.24	o 824
396.86/377.24	o 819
396.86/377.26	o 818
396.86/377.27	o 810
397.00/377.39	o 809
397.12/377.46	o 799
402.62/382.77	o 798
402.62/382.78	o 794
1273.79/1243.84	o 793
1273.79/1243.86	o 792
1273.79/1243.86	o 787
1276.39/1246.31	o 784
1278.80/1248.67	o 783
1279.94/1249.77	o 782
1283.88/1253.57	o 781
1291.92/1261.26	o 780
1291.92/1261.26	o 779
1291.92/1261.29	o 770
1292.08/1261.32	o 764
1292.08/1261.37	o 763
1292.40/1261.61	o 758
2520.08/2477.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2477.41		at concrete.MAC.mac(MAC.scala:192)
2520.08/2477.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2477.41		at scala.util.Try$.apply(Try.scala:210)
2520.08/2477.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2477.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2477.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2477.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2477.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2477.41		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2477.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2477.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2477.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2477.41		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2477.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2477.41		at scala.util.Success.map(Try.scala:262)
2520.08/2477.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2477.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2477.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2477.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2477.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2477.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2477.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2477.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2477.41		at scala.App.$anonfun$main$1(App.scala:73)
2520.08/2477.41		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.08/2477.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2477.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2477.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.08/2477.41		at scala.App.main(App.scala:73)
2520.08/2477.41		at scala.App.main$(App.scala:71)
2520.08/2477.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2477.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2477.41	v <instantiation
2520.08/2477.41	v         cost = '758'>
2520.08/2477.41	v       <list>
2520.08/2477.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2520.08/2477.41	v       </list>
2520.08/2477.41	v       <values>
2520.08/2477.41	v         90 73 80 79 50 52 62 59 58 56 88 91 99 94 84 98 93 86 14 6 16 10 3 2 29 44 19 18 7 8 11 39 42 48 45 68 64 60 70 75 47 57 54 34 30 21 12 5 0 4 1 9 20 27 28 33 15 23 25 24 31 40 41 74 83 61 66 67 78 69 71 76 72 51 55 49 13 17 82 95 92 97 85 81 89 77 65 63 46 53 43 35 36 37 32 38 26 22 96 87 10 6 1 16 1 9 4 1 3 19 4 4 8 6 28 4 5 36 6 14 5 9 1 13 19 11 9 7 4 4 12 4 3 4 15 4 6 5 5 16 9 7 10 1 6 5 7 3 2 1 6 6 4 5 2 9 5 4 2 3 3 4 17 6 13 3 1 13 9 3 7 12 12 2 4 17 2 35 7 3 4 7 5 4 6 6 4 9 4 5 7 2 4 3 2 6 4 54 5 6
2520.08/2477.41	v       </values>
2520.08/2477.41	v     </instantiation>
2520.08/2477.41	s SATISFIABLE

Verifier Data

OK	758

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402962-1568982471/watcher-4402962-1568982471 -o /var/tmp/evaluation-result-4402962-1568982471/solver-4402962-1568982471 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=832348719 HOME/instance-4402962-1568982471.xml 

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

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=25379, runsolver pid=25376

[startup+0.100094 s]*
/proc/loadavg: 1.55 1.41 1.42 4/219 25436
/proc/meminfo: memFree=3474736/32770624 swapFree=66956616/67108860
[pid=25379] ppid=25376 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 4368 13516 0 0 1 0 5 3 20 0 6 0 474485776 10212057088 4648 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2493178 4648 1934 1 0 2481616 0
[pid=25379/tid=25432] ppid=25376 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 2160 13516 0 0 1 0 5 3 20 0 6 0 474485785 10212057088 4648 33554432000 4194304 4196468 140723150124944 140526245155408 140526258441584 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=9972712 memory=5793855294764743097 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 6 0 474485785 10212057088 4648 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=9972712 memory=140043754849920 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 6 0 474485785 10212057088 4648 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 6 0 474485785 10212057088 4648 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 6 0 474485785 10212057088 4648 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209987 s]*
/proc/loadavg: 1.55 1.41 1.42 5/228 25445
/proc/meminfo: memFree=3436324/32770624 swapFree=66956616/67108860
[pid=25379] ppid=25376 vsize=10823808 memory=44264 CPUtime=0.27 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 7886 13516 0 0 17 2 5 3 20 0 15 0 474485776 11083579392 11066 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2705952 11066 3300 1 0 2668052 0
[pid=25379/tid=25432] ppid=25376 vsize=10823808 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 4447 13516 0 0 10 1 5 3 20 0 15 0 474485785 11083579392 11132 33554432000 4194304 4196468 140723150124944 140526245131008 140526265998365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10823808 memory=4211973769959640458 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11083579392 11132 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10823808 memory=140043754849920 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11083579392 11132 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11083579392 11132 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11083579392 11198 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10823808 memory=140043754849920 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485787 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 33 13516 0 0 0 0 5 3 20 0 15 0 474485787 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525731824544 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485787 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525155902448 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11083579392 11198 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10823808 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 358 13516 0 0 1 0 5 3 20 0 15 0 474485790 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10823808 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 313 13516 0 0 1 0 5 3 20 0 15 0 474485790 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10823808 memory=140043754849920 CPUtime=0.11 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 606 13516 0 0 3 0 5 3 20 0 15 0 474485790 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11083579392 11198 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10823808 memory=140043754849920 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485791 11083579392 11198 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 44264 KiB

[startup+0.310456 s]*
/proc/loadavg: 1.55 1.41 1.42 3/228 25445
/proc/meminfo: memFree=3404404/32770624 swapFree=66956616/67108860
[pid=25379] ppid=25376 vsize=10820196 memory=49532 CPUtime=0.4 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 10596 13516 0 0 29 3 5 3 20 0 15 0 474485776 11079880704 12383 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2705049 12383 3312 1 0 2667149 0
[pid=25379/tid=25432] ppid=25376 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 7059 13516 0 0 19 2 5 3 20 0 15 0 474485785 11079880704 12383 33554432000 4194304 4196468 140723150124944 140526245129792 140526259013632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11079880704 12383 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11079880704 12383 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11079880704 12383 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11079880704 12383 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10820196 memory=140043754849919 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485787 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 33 13516 0 0 0 0 5 3 20 0 15 0 474485787 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525731824544 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10820196 memory=140043754849920 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485787 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525155902448 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11079880704 12383 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 359 13516 0 0 1 0 5 3 20 0 15 0 474485790 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 313 13516 0 0 2 0 5 3 20 0 15 0 474485790 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 614 13516 0 0 5 0 5 3 20 0 15 0 474485790 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11079880704 12383 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485791 11079880704 12383 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49532 KiB

[startup+0.70068 s]
/proc/loadavg: 1.55 1.41 1.42 4/228 25445
/proc/meminfo: memFree=3388736/32770624 swapFree=66956616/67108860
[pid=25379] ppid=25376 vsize=10824364 memory=82248 CPUtime=1.16 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 14755 13516 0 0 102 6 5 3 20 0 15 0 474485776 11084148736 20562 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2706091 20562 3514 1 0 2668173 0
[pid=25379/tid=25432] ppid=25376 vsize=10824364 memory=54468 CPUtime=0.67 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 10079 13516 0 0 55 4 5 3 20 0 15 0 474485785 11084148736 20562 33554432000 4194304 4196468 140723150124944 140526245143712 140525843910996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11084148736 20562 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10824364 memory=140043650114047 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11084148736 20562 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10824364 memory=140045998621562 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485785 11084148736 20562 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10824364 memory=31712 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485785 11084148736 20562 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10824364 memory=7305218370954225241 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 6 13516 0 0 0 0 5 3 20 0 15 0 474485787 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10824364 memory=7881696724453321575 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 33 13516 0 0 0 0 5 3 20 0 15 0 474485787 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525731824544 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10824364 memory=5787213827113576551 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485787 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525155902448 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10824364 memory=-7028383565733675155 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11084148736 20562 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10824364 memory=8326441112149131687 CPUtime=0.21 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) R 25376 25379 20037 0 -1 4202560 788 13516 0 0 13 0 5 3 20 0 15 0 474485790 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525698255472 140526254845710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10824364 memory=-8990767739041718176 CPUtime=0.23 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 875 13516 0 0 15 0 5 3 20 0 15 0 474485790 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10824364 memory=-7384994778349281184 CPUtime=0.25 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) R 25376 25379 20037 0 -1 4202560 759 13516 0 0 17 0 5 3 20 0 15 0 474485790 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525696162544 140526266415483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10824364 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11084148736 20562 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485791 11084148736 20562 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82248 KiB

[startup+1.50155 s]
/proc/loadavg: 1.55 1.41 1.42 3/228 25445
/proc/meminfo: memFree=3339600/32770624 swapFree=66956616/67108860
[pid=25379] ppid=25376 vsize=10834680 memory=182540 CPUtime=2.65 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 24144 13516 0 0 246 11 5 3 20 0 15 0 474485776 11094712320 45635 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2708670 45635 3586 1 0 2670733 0
[pid=25379/tid=25432] ppid=25376 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 15557 13516 0 0 130 6 5 3 20 0 15 0 474485785 11094712320 45635 33554432000 4194304 4196468 140723150124944 140526245128352 140525843807747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10834680 memory=105444 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 45 13516 0 0 1 0 5 3 20 0 15 0 474485785 11094712320 45635 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10834680 memory=5790086053191909267 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 334 13516 0 0 1 0 5 3 20 0 15 0 474485785 11094712320 45635 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 35 13516 0 0 1 0 5 3 20 0 15 0 474485785 11094712320 45635 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 89 13516 0 0 1 0 5 3 20 0 15 0 474485785 11094712320 45635 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 1356 13516 0 0 1 0 5 3 20 0 15 0 474485787 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10834680 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 33 13516 0 0 0 0 5 3 20 0 15 0 474485787 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525731824608 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10834680 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 474485787 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525155902464 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10834680 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11094712320 45635 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10834680 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 1513 13516 0 0 31 0 5 3 20 0 15 0 474485790 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10834680 memory=249294732990844 CPUtime=0.45 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 1327 13516 0 0 37 0 5 3 20 0 15 0 474485790 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10834680 memory=4423489559692849184 CPUtime=0.47 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) R 25376 25379 20037 0 -1 4202560 1645 13516 0 0 39 0 5 3 20 0 15 0 474485790 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525696162544 140526257399134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10834680 memory=7660992747008972117 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11094712320 45635 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10834680 memory=6935649255978986577 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 474485791 11094712320 45635 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 83181 13516 0 0 230794 34 5 3 20 0 15 0 474485785 11111522304 93829 33554432000 4194304 4196468 140723150124944 140526245147312 140525858131087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.54 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 17117 13516 0 0 706 40 5 3 20 0 15 0 474485785 11111522304 93829 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.53 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 10565 13516 0 0 705 40 5 3 20 0 15 0 474485785 11111522304 93829 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.54 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 14603 13516 0 0 707 39 5 3 20 0 15 0 474485785 11111522304 93829 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.53 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 14055 13516 0 0 704 41 5 3 20 0 15 0 474485785 11111522304 93829 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10851096 memory=375316 CPUtime=5.13 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 11697 13516 0 0 473 32 5 3 20 0 15 0 474485787 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10851096 memory=375316 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 67 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525731824608 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10851096 memory=280087300825904 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 22 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525155902464 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10851096 memory=746 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 93829 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10851096 memory=3636 CPUtime=7.08 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 51571 13516 0 0 692 8 5 3 20 0 15 0 474485790 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.07 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 51750 13516 0 0 691 8 5 3 20 0 15 0 474485790 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10851096 memory=375316 CPUtime=5.31 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 50638 13516 0 0 513 10 5 3 20 0 15 0 474485790 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10851096 memory=375316 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 93829 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10851096 memory=1728 CPUtime=1.05 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1141 13516 0 0 47 50 5 3 20 0 15 0 474485791 11111522304 93829 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 2363.53 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 375316 KiB

[startup+2382.3 s]
/proc/loadavg: 1.16 1.25 1.38 3/228 25686
/proc/meminfo: memFree=2937364/32770624 swapFree=66956620/67108860
[pid=25379] ppid=25376 vsize=10851096 memory=375824 CPUtime=2424.07 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 310162 13516 0 0 242121 278 5 3 20 0 15 0 474485776 11111522304 93956 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2712774 93956 3645 1 0 2674829 0
[pid=25379/tid=25432] ppid=25376 vsize=10851096 memory=375824 CPUtime=2368.01 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 83710 13516 0 0 236759 34 5 3 20 0 15 0 474485785 11111522304 93956 33554432000 4194304 4196468 140723150124944 140526245129680 140525858130802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.72 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 17348 13516 0 0 723 41 5 3 20 0 15 0 474485785 11111522304 93956 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.71 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 10977 13516 0 0 722 41 5 3 20 0 15 0 474485785 11111522304 93956 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10851096 memory=375316 CPUtime=7.72 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 14687 13516 0 0 725 39 5 3 20 0 15 0 474485785 11111522304 93956 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10851096 memory=375584 CPUtime=7.71 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 14105 13516 0 0 722 41 5 3 20 0 15 0 474485785 11111522304 93956 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10851096 memory=375584 CPUtime=5.26 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 11903 13516 0 0 485 33 5 3 20 0 15 0 474485787 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10851096 memory=375584 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 67 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525731824608 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10851096 memory=375584 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 22 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525155902464 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10851096 memory=375824 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 93956 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10851096 memory=375824 CPUtime=7.08 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 51573 13516 0 0 692 8 5 3 20 0 15 0 474485790 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10851096 memory=375824 CPUtime=7.07 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 51752 13516 0 0 691 8 5 3 20 0 15 0 474485790 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10851096 memory=54520 CPUtime=5.31 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 50640 13516 0 0 513 10 5 3 20 0 15 0 474485790 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10851096 memory=1988 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 93956 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10851096 memory=375824 CPUtime=1.08 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1170 13516 0 0 49 51 5 3 20 0 15 0 474485791 11111522304 93956 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 2424.07 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 375824 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.34 1.40 3/227 25690
/proc/meminfo: memFree=2941896/32770624 swapFree=66956620/67108860
[pid=25379] ppid=25376 vsize=10851096 memory=376032 CPUtime=2484.64 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 311205 13516 0 0 248174 282 5 3 20 0 15 0 474485776 11111522304 94008 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2712774 94008 3645 1 0 2674829 0
[pid=25379/tid=25432] ppid=25376 vsize=10851096 memory=376032 CPUtime=2427.67 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 84111 13516 0 0 242724 35 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526245136736 140525857244679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10851096 memory=376012 CPUtime=7.9 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 17428 13516 0 0 740 42 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10851096 memory=376012 CPUtime=7.91 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 11031 13516 0 0 741 42 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10851096 memory=376032 CPUtime=7.92 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 14944 13516 0 0 744 40 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10851096 memory=376032 CPUtime=7.91 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 14186 13516 0 0 741 42 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10851096 memory=376012 CPUtime=5.38 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 12060 13516 0 0 497 33 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10851096 memory=6032 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 67 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525731824608 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10851096 memory=376012 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 22 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525155902464 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10851096 memory=376012 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10851096 memory=376032 CPUtime=7.08 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 51575 13516 0 0 692 8 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10851096 memory=3620 CPUtime=7.07 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 51755 13516 0 0 691 8 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10851096 memory=376032 CPUtime=5.31 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 50642 13516 0 0 513 10 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10851096 memory=376032 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10851096 memory=11632 CPUtime=1.1 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1176 13516 0 0 50 52 5 3 20 0 15 0 474485791 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 2484.64 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 376032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.73 1.40 1.42 3/227 25952
/proc/meminfo: memFree=3553456/32770624 swapFree=66956620/67108860
[pid=25379] ppid=25376 vsize=10851096 memory=376032 CPUtime=2520.08 cores=1,3,5,7
/proc/25379/stat : 25379 (java) S 25376 25379 20037 0 -1 1077944320 311842 13516 0 0 251716 284 5 3 20 0 15 0 474485776 11111522304 94008 33554432000 4194304 4196468 140723150124944 140723150107488 140526273318647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
/proc/25379/statm: 2712774 94008 3645 1 0 2674829 0
[pid=25379/tid=25432] ppid=25376 vsize=10851096 memory=3200 CPUtime=2462.55 cores=1,3,5,7
/proc/25379/task/25432/stat : 25432 (java) R 25376 25379 20037 0 -1 4202560 84348 13516 0 0 246212 35 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526245154320 140525855479409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25433] ppid=25376 vsize=10851096 memory=376032 CPUtime=8.03 cores=1,3,5,7
/proc/25379/task/25433/stat : 25433 (java) S 25376 25379 20037 0 -1 1077944384 17526 13516 0 0 752 43 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526277561104 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25434] ppid=25376 vsize=10851096 memory=1404 CPUtime=8.03 cores=1,3,5,7
/proc/25379/task/25434/stat : 25434 (java) S 25376 25379 20037 0 -1 1077944384 11115 13516 0 0 753 42 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526165834640 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25435] ppid=25376 vsize=10851096 memory=2492 CPUtime=8.03 cores=1,3,5,7
/proc/25379/task/25435/stat : 25435 (java) S 25376 25379 20037 0 -1 1077944384 14958 13516 0 0 755 40 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526164782096 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25436] ppid=25376 vsize=10851096 memory=409728 CPUtime=8.02 cores=1,3,5,7
/proc/25379/task/25436/stat : 25436 (java) S 25376 25379 20037 0 -1 1077944384 14309 13516 0 0 752 42 5 3 20 0 15 0 474485785 11111522304 94008 33554432000 4194304 4196468 140723150124944 140526163729552 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25437] ppid=25376 vsize=10851096 memory=31752 CPUtime=5.47 cores=1,3,5,7
/proc/25379/task/25437/stat : 25437 (java) S 25376 25379 20037 0 -1 1077944384 12128 13516 0 0 506 33 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525732878320 140526273329794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25438] ppid=25376 vsize=10851096 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25438/stat : 25438 (java) S 25376 25379 20037 0 -1 1077944384 67 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525731824608 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25439] ppid=25376 vsize=10851096 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25439/stat : 25439 (java) S 25376 25379 20037 0 -1 1077944384 22 13516 0 0 0 0 5 3 20 0 15 0 474485787 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525155902464 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25440] ppid=25376 vsize=10851096 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25440/stat : 25440 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140524848502992 140526273337243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25441] ppid=25376 vsize=10851096 memory=6628 CPUtime=7.08 cores=1,3,5,7
/proc/25379/task/25441/stat : 25441 (java) S 25376 25379 20037 0 -1 1077944384 51575 13516 0 0 692 8 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525698267632 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25442] ppid=25376 vsize=10851096 memory=11632 CPUtime=7.07 cores=1,3,5,7
/proc/25379/task/25442/stat : 25442 (java) S 25376 25379 20037 0 -1 1077944384 51755 13516 0 0 691 8 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525697215088 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25443] ppid=25376 vsize=10851096 memory=1732 CPUtime=5.31 cores=1,3,5,7
/proc/25379/task/25443/stat : 25443 (java) S 25376 25379 20037 0 -1 1077944384 50642 13516 0 0 513 10 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525696162544 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25444] ppid=25376 vsize=10851096 memory=1088 CPUtime=0.08 cores=1,3,5,7
/proc/25379/task/25444/stat : 25444 (java) S 25376 25379 20037 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 474485790 11111522304 94008 33554432000 4194304 4196468 140723150124944 140524814945376 140526273328853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
[pid=25379/tid=25445] ppid=25376 vsize=10851096 memory=303430223234596890 CPUtime=1.12 cores=1,3,5,7
/proc/25379/task/25445/stat : 25445 (java) S 25376 25379 20037 0 -1 1077944384 1189 13516 0 0 51 53 5 3 20 0 15 0 474485791 11111522304 94008 33554432000 4194304 4196468 140723150124944 140525695109424 140526273329794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15237120 140723150133860 140723150136501 140723150136501 140723150139343 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 376032 KiB

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

[startup+2477.42 s]
# the end of solver process 25379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.23 s, system=2.8878 s

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

Child status: 143
Real time (s): 2477.42
CPU time (s): 2520.12
CPU user time (s): 2517.23
CPU system time (s): 2.8878
CPU usage (%): 101.723
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 752304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.23
system time used= 2.8878
maximum resident set size= 756564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180083
involuntary context switches= 8216


# summary of solver processes directly reported to runsolver:
#   pid: 25379
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.23
#   total CPU system time (s): 2.8878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0054 second user time and 17.9406 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 14:27:12
IDJOB=4402962
IDBENCH=135901
IDSOLVER=2861
FILE ID=node149/4402962-1568982471
RUNJOBID= node149-1568967598-20069
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402962-1568982471/watcher-4402962-1568982471 -o /var/tmp/evaluation-result-4402962-1568982471/solver-4402962-1568982471 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=832348719 HOME/instance-4402962-1568982471.xml

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

MD5SUM BENCH= 0e4189ad20205ae354a6aa8eb292dbdf
RANDOM SEED=832348719

node149.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.81
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.81
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.81
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.81
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:         3483128 kB
MemAvailable:   31331876 kB
Buffers:          147136 kB
Cached:         27627388 kB
SwapCached:        41608 kB
Active:         14333584 kB
Inactive:       13971816 kB
Active(anon):     489480 kB
Inactive(anon):    85740 kB
Active(file):   13844104 kB
Inactive(file): 13886076 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956616 kB
Dirty:              9764 kB
Writeback:             0 kB
AnonPages:        598632 kB
Mapped:            65268 kB
Shmem:             35632 kB
Slab:             576132 kB
SReclaimable:     547028 kB
SUnreclaim:        29104 kB
KernelStack:        3760 kB
PageTables:         6608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1830876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 15:08:31