Trace number 4396282

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.2SAT (TO)734 2520.08 2466.74

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.78/0.56	c Concrete v3.12.2.1568380929293 running
87.91/72.08	o 886
87.91/72.11	o 878
88.49/72.20	o 877
141.07/120.70	o 749
141.07/120.71	o 742
141.23/120.81	o 740
141.70/121.29	o 734
2520.02/2466.71	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2466.71		at concrete.MAC.mac(MAC.scala:192)
2520.02/2466.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2466.71		at scala.util.Try$.apply(Try.scala:212)
2520.02/2466.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2466.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2466.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2466.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2466.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2466.71		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2466.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2466.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2466.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2466.71		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2466.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2466.71		at scala.util.Success.map(Try.scala:264)
2520.02/2466.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2466.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2466.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2466.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2466.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2466.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2466.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2466.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2466.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2466.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2466.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2466.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2466.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2466.71		at scala.App.main(App.scala:75)
2520.02/2466.71		at scala.App.main$(App.scala:73)
2520.02/2466.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2466.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2466.72	v <instantiation
2520.02/2466.72	v         cost = '734'>
2520.02/2466.72	v       <list>
2520.02/2466.72	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.02/2466.72	v       </list>
2520.02/2466.72	v       <values>
2520.02/2466.72	v         91 80 81 77 85 89 97 98 93 83 78 74 71 46 62 73 60 75 94 99 92 86 54 57 19 7 43 41 53 40 13 76 65 63 69 72 67 66 61 55 51 49 38 32 37 36 35 26 17 14 6 50 44 45 47 48 42 39 11 5 0 1 4 9 8 18 20 27 28 33 29 30 34 31 23 24 25 21 15 12 3 2 10 16 22 96 87 90 88 79 68 52 64 59 56 58 84 70 82 95 5 9 2 5 4 6 3 4 6 5 4 2 14 15 11 9 9 12 8 13 11 25 7 21 9 33 3 5 8 19 33 8 4 11 3 3 1 3 4 2 1 6 2 3 4 2 4 5 2 6 40 12 2 2 2 3 4 12 5 3 1 1 4 1 6 1 4 5 2 2 2 1 4 3 2 2 5 4 3 4 1 9 5 5 54 5 6 3 4 6 9 9 9 4 3 18 7 25 7 9
2520.02/2466.72	v       </values>
2520.02/2466.72	v     </instantiation>
2520.02/2466.72	s SATISFIABLE

Verifier Data

OK	734

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396282-1568409685/watcher-4396282-1568409685 -o /tmp/evaluation-result-4396282-1568409685/solver-4396282-1568409685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=238625898 HOME/instance-4396282-1568409685.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=19087, runsolver pid=19084

[startup+0.100161 s]*
/proc/loadavg: 1.37 1.33 1.36 3/218 19144
/proc/meminfo: memFree=28134480/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=9972712 memory=15172 CPUtime=0.08 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 4524 13135 0 0 1 0 5 2 20 0 6 0 417237349 10212057088 3793 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2493178 3793 1935 1 0 2481616 0
[pid=19087/tid=19140] ppid=19084 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 2324 13135 0 0 1 0 5 2 20 0 6 0 417237358 10212057088 3793 33554432000 4194304 4196468 140720745940208 139749077443152 139749105628317 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 6 0 417237359 10212057088 3793 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=9972712 memory=288370174957409920 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 6 0 417237359 10212057088 3793 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 6 0 417237359 10212057088 3793 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 6 0 417237359 10212057088 3793 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15172 KiB

[startup+0.210224 s]*
/proc/loadavg: 1.37 1.33 1.36 5/227 19153
/proc/meminfo: memFree=28116984/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10819664 memory=35280 CPUtime=0.25 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 7259 13135 0 0 17 1 5 2 20 0 15 0 417237349 11079335936 8820 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2704916 8820 3159 1 0 2667149 0
[pid=19087/tid=19140] ppid=19084 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 3659 13135 0 0 11 1 5 2 20 0 15 0 417237358 11079335936 8820 33554432000 4194304 4196468 140720745940208 139749077412744 139749089686878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079335936 8820 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10819664 memory=288370174957409920 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079335936 8820 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748563707296 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079335936 8820 33554432000 4194304 4196468 140720745940208 139747968148976 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11079335936 8820 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 371 13135 0 0 1 0 5 2 20 0 15 0 417237364 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 317 13135 0 0 1 0 5 2 20 0 15 0 417237364 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10819664 memory=139798805698176 CPUtime=0.1 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 656 13135 0 0 3 0 5 2 20 0 15 0 417237364 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11079335936 8820 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10819664 memory=139798805698176 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237365 11079335936 8820 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35280 KiB

[startup+0.310675 s]*
/proc/loadavg: 1.37 1.33 1.36 3/227 19153
/proc/meminfo: memFree=28104712/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10820148 memory=46700 CPUtime=0.39 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 10997 13135 0 0 29 3 5 2 20 0 15 0 417237349 11079831552 11675 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2705037 11675 3295 1 0 2667149 0
[pid=19087/tid=19140] ppid=19084 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 7334 13135 0 0 19 2 5 2 20 0 15 0 417237358 11079831552 11675 33554432000 4194304 4196468 140720745940208 139749077411728 139749105628317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079831552 11675 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079831552 11675 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10820148 memory=139798805698175 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748563707296 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237361 11079831552 11675 33554432000 4194304 4196468 140720745940208 139747968148976 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11079831552 11675 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 386 13135 0 0 2 0 5 2 20 0 15 0 417237364 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 320 13135 0 0 1 0 5 2 20 0 15 0 417237364 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10820148 memory=139798805698176 CPUtime=0.12 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 700 13135 0 0 5 0 5 2 20 0 15 0 417237364 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11079831552 11675 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10820148 memory=139798805698176 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237365 11079831552 11675 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46700 KiB

[startup+0.700701 s]
/proc/loadavg: 1.37 1.33 1.36 3/227 19153
/proc/meminfo: memFree=28089628/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10824360 memory=80568 CPUtime=1.1 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 15386 13135 0 0 98 5 5 2 20 0 15 0 417237349 11084144640 19630 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2706090 20142 3511 1 0 2668173 0
[pid=19087/tid=19140] ppid=19084 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 10344 13135 0 0 55 4 5 2 20 0 15 0 417237358 11084144640 20142 33554432000 4194304 4196468 140720745940208 139749077432944 139749105628317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10824360 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11084144640 20142 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10824360 memory=4160 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237359 11084144640 20142 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10824360 memory=139798805697009 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237359 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 5 13135 0 0 0 0 5 2 20 0 15 0 417237361 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 417237361 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748563707296 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237361 11084144640 20142 33554432000 4194304 4196468 140720745940208 139747968148976 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11084144640 20142 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 908 13135 0 0 10 0 5 2 20 0 15 0 417237364 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10824360 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 858 13135 0 0 14 0 5 2 20 0 15 0 417237364 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 1017 13135 0 0 17 0 5 2 20 0 15 0 417237364 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11084144640 20142 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10824360 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 417237365 11084144640 20142 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80568 KiB

[startup+1.5007 s]
/proc/loadavg: 1.50 1.36 1.37 4/227 19153
/proc/meminfo: memFree=28044400/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10834676 memory=182628 CPUtime=2.64 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 24570 13135 0 0 246 11 5 2 20 0 15 0 417237349 11094708224 45657 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2708669 45657 3578 1 0 2670733 0
[pid=19087/tid=19140] ppid=19084 vsize=10834676 memory=56 CPUtime=1.42 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 16072 13135 0 0 129 6 5 2 20 0 15 0 417237358 11094708224 45657 33554432000 4194304 4196468 140720745940208 139749077430184 139748708902806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 85 13135 0 0 1 0 5 2 20 0 15 0 417237359 11094708224 45657 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10834676 memory=139798805708257 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 304 13135 0 0 1 0 5 2 20 0 15 0 417237359 11094708224 45657 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10834676 memory=139798805706049 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 37 13135 0 0 1 0 5 2 20 0 15 0 417237359 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10834676 memory=139798805707937 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 56 13135 0 0 1 0 5 2 20 0 15 0 417237359 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10834676 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 1379 13135 0 0 1 0 5 2 20 0 15 0 417237361 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 417237361 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748563707360 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10834676 memory=7307461379085068120 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 417237361 11094708224 45657 33554432000 4194304 4196468 140720745940208 139747968148992 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10834676 memory=7451881067527037265 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11094708224 45657 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10834676 memory=7453577661195185512 CPUtime=0.39 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 1391 13135 0 0 32 0 5 2 20 0 15 0 417237364 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10834676 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 1236 13135 0 0 36 0 5 2 20 0 15 0 417237364 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10834676 memory=4949696295840688515 CPUtime=0.45 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 1758 13135 0 0 38 0 5 2 20 0 15 0 417237364 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10834676 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11094708224 45657 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10834676 memory=-7035114785800479027 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237365 11094708224 45657 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10834676 KiB

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

/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 111196 13135 0 0 236419 38 5 2 20 0 15 0 417237358 11111518208 109155 33554432000 4194304 4196468 140720745940208 139749077442096 139748724779902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.24 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 16899 13135 0 0 876 41 5 2 20 0 15 0 417237359 11111518208 109155 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.23 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 17220 13135 0 0 875 41 5 2 20 0 15 0 417237359 11111518208 109155 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10851092 memory=139798703478712 CPUtime=9.19 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 13997 13135 0 0 867 45 5 2 20 0 15 0 417237359 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.21 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 21472 13135 0 0 869 45 5 2 20 0 15 0 417237359 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10851092 memory=436620 CPUtime=6.25 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 12034 13135 0 0 579 39 5 2 20 0 15 0 417237361 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10851092 memory=436620 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 51 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748563707424 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10851092 memory=436620 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 24 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109155 33554432000 4194304 4196468 140720745940208 139747968148992 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10851092 memory=436620 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109155 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.93 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 61044 13135 0 0 977 9 5 2 20 0 15 0 417237364 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.6 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 63285 13135 0 0 943 10 5 2 20 0 15 0 417237364 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10851092 memory=14068 CPUtime=5.95 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 65744 13135 0 0 577 11 5 2 20 0 15 0 417237364 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10851092 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109155 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10851092 memory=22236 CPUtime=1.36 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1405 13135 0 0 64 65 5 2 20 0 15 0 417237365 11111518208 109155 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 2434.09 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 436620 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.36 1.49 3/228 19566
/proc/meminfo: memFree=26611420/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10851092 memory=436684 CPUtime=2495.17 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 388553 13135 0 0 249201 309 5 2 20 0 15 0 417237349 11111518208 109171 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2712773 109171 3634 1 0 2674829 0
[pid=19087/tid=19140] ppid=19084 vsize=10851092 memory=436660 CPUtime=2423.96 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 112353 13135 0 0 242350 39 5 2 20 0 15 0 417237358 11111518208 109171 33554432000 4194304 4196468 140720745940208 139749077442368 139748724482996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10851092 memory=436660 CPUtime=9.61 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 17018 13135 0 0 912 42 5 2 20 0 15 0 417237359 11111518208 109171 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10851092 memory=436660 CPUtime=9.6 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 17394 13135 0 0 910 43 5 2 20 0 15 0 417237359 11111518208 109171 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10851092 memory=436684 CPUtime=9.56 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 14097 13135 0 0 904 45 5 2 20 0 15 0 417237359 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10851092 memory=436684 CPUtime=9.59 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 21677 13135 0 0 906 46 5 2 20 0 15 0 417237359 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10851092 memory=436684 CPUtime=6.5 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 12233 13135 0 0 603 40 5 2 20 0 15 0 417237361 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10851092 memory=436684 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 51 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748563707424 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10851092 memory=436684 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 24 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109171 33554432000 4194304 4196468 140720745940208 139747968148992 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10851092 memory=436684 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109171 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10851092 memory=436620 CPUtime=9.93 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 61044 13135 0 0 977 9 5 2 20 0 15 0 417237364 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10851092 memory=5908 CPUtime=9.6 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 63285 13135 0 0 943 10 5 2 20 0 15 0 417237364 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10851092 memory=436684 CPUtime=5.95 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 65744 13135 0 0 577 11 5 2 20 0 15 0 417237364 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10851092 memory=1448 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109171 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10851092 memory=6791534058613427641 CPUtime=1.39 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1419 13135 0 0 66 66 5 2 20 0 15 0 417237365 11111518208 109171 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 2495.17 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 436684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.7 s]
/proc/loadavg: 1.04 1.30 1.47 3/229 19569
/proc/meminfo: memFree=26623816/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10851092 memory=437124 CPUtime=2520.02 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 391933 13135 0 0 251683 312 5 2 20 0 15 0 417237349 11111518208 109281 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2712773 109281 3634 1 0 2674829 0
[pid=19087/tid=19140] ppid=19084 vsize=10851092 memory=-7880843601982291910 CPUtime=2448.08 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 115301 13135 0 0 244762 39 5 2 20 0 15 0 417237358 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749077441600 139748710850420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.75 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 17047 13135 0 0 926 42 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.75 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 17660 13135 0 0 925 43 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.71 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 14130 13135 0 0 919 45 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.74 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 21748 13135 0 0 921 46 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10851092 memory=437124 CPUtime=6.6 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 12258 13135 0 0 613 40 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 51 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748563707424 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 24 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747968148992 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10851092 memory=988 CPUtime=9.93 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 61046 13135 0 0 977 9 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.6 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 63287 13135 0 0 943 10 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10851092 memory=437124 CPUtime=5.95 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 65746 13135 0 0 577 11 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10851092 memory=2608 CPUtime=1.4 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1421 13135 0 0 66 67 5 2 20 0 15 0 417237365 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 437124 KiB

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

[startup+2466.74 s]
# the end of solver process 19087 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.91 s, system=3.16052 s

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

[startup+2466.7 s]
/proc/loadavg: 1.04 1.30 1.47 3/229 19569
/proc/meminfo: memFree=26623816/32770624 swapFree=66998528/67108860
[pid=19087] ppid=19084 vsize=10851092 memory=437124 CPUtime=2520.02 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17185 0 -1 1077944320 391933 13135 0 0 251683 312 5 2 20 0 15 0 417237349 11111518208 109281 33554432000 4194304 4196468 140720745940208 140720745922752 139749105606391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
/proc/19087/statm: 2712773 109281 3634 1 0 2674829 0
[pid=19087/tid=19140] ppid=19084 vsize=10851092 memory=-7880843601982291910 CPUtime=2448.08 cores=0,2,4,6
/proc/19087/task/19140/stat : 19140 (java) R 19084 19087 17185 0 -1 4202560 115301 13135 0 0 244762 39 5 2 20 0 15 0 417237358 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749077441600 139748710850420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19141] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.75 cores=0,2,4,6
/proc/19087/task/19141/stat : 19141 (java) S 19084 19087 17185 0 -1 1077944384 17047 13135 0 0 926 42 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749109848336 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19142] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.75 cores=0,2,4,6
/proc/19087/task/19142/stat : 19142 (java) S 19084 19087 17185 0 -1 1077944384 17660 13135 0 0 925 43 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139749043890576 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19143] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.71 cores=0,2,4,6
/proc/19087/task/19143/stat : 19143 (java) S 19084 19087 17185 0 -1 1077944384 14130 13135 0 0 919 45 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748677356048 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19144] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.74 cores=0,2,4,6
/proc/19087/task/19144/stat : 19144 (java) S 19084 19087 17185 0 -1 1077944384 21748 13135 0 0 921 46 5 2 20 0 15 0 417237359 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748676303504 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19145] ppid=19084 vsize=10851092 memory=437124 CPUtime=6.6 cores=0,2,4,6
/proc/19087/task/19145/stat : 19145 (java) S 19084 19087 17185 0 -1 1077944384 12258 13135 0 0 613 40 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748564761072 139749105617538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19146] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19146/stat : 19146 (java) S 19084 19087 17185 0 -1 1077944384 51 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748563707424 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19147] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19147/stat : 19147 (java) S 19084 19087 17185 0 -1 1077944384 24 13135 0 0 0 0 5 2 20 0 15 0 417237361 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747968148992 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19148] ppid=19084 vsize=10851092 memory=437124 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19148/stat : 19148 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747660749520 139749105624987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19149] ppid=19084 vsize=10851092 memory=988 CPUtime=9.93 cores=0,2,4,6
/proc/19087/task/19149/stat : 19149 (java) S 19084 19087 17185 0 -1 1077944384 61046 13135 0 0 977 9 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748530149360 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19150] ppid=19084 vsize=10851092 memory=437124 CPUtime=9.6 cores=0,2,4,6
/proc/19087/task/19150/stat : 19150 (java) S 19084 19087 17185 0 -1 1077944384 63287 13135 0 0 943 10 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748529096816 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19151] ppid=19084 vsize=10851092 memory=437124 CPUtime=5.95 cores=0,2,4,6
/proc/19087/task/19151/stat : 19151 (java) S 19084 19087 17185 0 -1 1077944384 65746 13135 0 0 577 11 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748528044272 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19152] ppid=19084 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19152/stat : 19152 (java) S 19084 19087 17185 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 417237364 11111518208 109281 33554432000 4194304 4196468 140720745940208 139747627190880 139749105616597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
[pid=19087/tid=19153] ppid=19084 vsize=10851092 memory=2608 CPUtime=1.4 cores=0,2,4,6
/proc/19087/task/19153/stat : 19153 (java) S 19084 19087 17185 0 -1 1077944384 1421 13135 0 0 66 67 5 2 20 0 15 0 417237365 11111518208 109281 33554432000 4194304 4196468 140720745940208 139748526992176 139749105617538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26329088 140720745941744 140720745944261 140720745944261 140720745947087 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 437124 KiB

Child status: 143
Real time (s): 2466.74
CPU time (s): 2520.08
CPU user time (s): 2516.91
CPU system time (s): 3.16052
CPU usage (%): 102.162
Max. virtual memory (cumulated for all children) (KiB): 10851884
Max. memory (cumulated for all children) (KiB): 622568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.91
system time used= 3.16052
maximum resident set size= 624616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203751
involuntary context switches= 7945


# summary of solver processes directly reported to runsolver:
#   pid: 19087
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.91
#   total CPU system time (s): 3.16052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8156 second user time and 22.8905 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 23:20:45
IDJOB=4396282
IDBENCH=135901
IDSOLVER=2846
FILE ID=node127/4396282-1568409685
RUNJOBID= node127-1568400895-17216
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
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 /tmp/evaluation-result-4396282-1568409685/watcher-4396282-1568409685 -o /tmp/evaluation-result-4396282-1568409685/solver-4396282-1568409685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=238625898 HOME/instance-4396282-1568409685.xml

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

MD5SUM BENCH= 0e4189ad20205ae354a6aa8eb292dbdf
RANDOM SEED=238625898

node127.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.55
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.55
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.55
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.55
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:        28139720 kB
MemAvailable:   31081588 kB
Buffers:          173004 kB
Cached:          3034228 kB
SwapCached:         6772 kB
Active:          2670876 kB
Inactive:        1337700 kB
Active(anon):     794896 kB
Inactive(anon):    48320 kB
Active(file):    1875980 kB
Inactive(file):  1289380 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35984 kB
Writeback:             0 kB
AnonPages:        905952 kB
Mapped:            58032 kB
Shmem:             32700 kB
Slab:             214532 kB
SReclaimable:     184688 kB
SUnreclaim:        29844 kB
KernelStack:        3776 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2052084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61236 MiB
End job on node127 at 2019-09-14 00:01:52