Trace number 4304732

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)172 2520.07 2488.53

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.98/0.74	c Concrete v3.9.2.1532736233296 running
8.81/4.20	o 288
8.81/4.22	o 272
10.44/4.75	o 271
10.44/4.75	o 264
10.44/4.75	o 259
10.44/4.75	o 225
15.83/8.30	o 222
26.58/17.56	o 221
26.69/17.60	o 219
26.69/17.60	o 218
26.69/17.61	o 214
140.61/129.70	o 208
141.54/130.61	o 205
215.37/203.31	o 204
215.37/203.32	o 203
215.37/203.35	o 201
215.61/203.55	o 193
217.03/204.93	o 192
223.43/211.20	o 188
235.37/223.04	o 187
238.41/226.08	o 186
1319.84/1296.85	o 182
1320.24/1297.24	o 181
1329.25/1306.18	o 176
1333.90/1310.77	o 174
1334.00/1310.86	o 172
2520.03/2488.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2488.51		at concrete.MAC.mac(MAC.scala:188)
2520.03/2488.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2488.51		at scala.util.Try$.apply(Try.scala:209)
2520.03/2488.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2488.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2488.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2488.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2488.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2488.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2488.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2488.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2488.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2488.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2488.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2488.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2488.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2488.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2488.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2488.51		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2488.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2488.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2488.51		at scala.util.Success.map(Try.scala:209)
2520.03/2488.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2488.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2488.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2488.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2488.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2488.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2488.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2488.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2488.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2488.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2488.51		at scala.App.main(App.scala:76)
2520.03/2488.51		at scala.App.main$(App.scala:74)
2520.03/2488.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2488.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2488.51	v <instantiation cost="172">
2520.03/2488.51	v       <list>
2520.03/2488.51	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] 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]
2520.03/2488.51	v       </list>
2520.03/2488.51	v       <values>
2520.03/2488.51	v         34 33 30 29 28 31 27 26 25 17 16 11 6 1 2 5 12 13 7 8 3 10 15 9 20 19 22 18 14 4 0 21 24 23 32 3 2 4 1 5 3 2 1 8 2 3 4 4 8 2 4 1 6 1 4 4 4 7 8 6 4 4 6 7 3 17 10 5 7 12
2520.03/2488.51	v       </values>
2520.03/2488.51	v     </instantiation>
2520.03/2488.51	s SATISFIABLE

Verifier Data

OK	172

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304732-1534146880/watcher-4304732-1534146880 -o /tmp/evaluation-result-4304732-1534146880/solver-4304732-1534146880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1624147516 -superng HOME/instance-4304732-1534146880.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
solver pid=10306, runsolver pid=10303
Current StackSize limit: 8192 KiB


[startup+0.101646 s]*
/proc/loadavg: 1.50 1.39 1.40 2/206 10363
/proc/meminfo: memFree=16317900/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=10005480 memory=16808 CPUtime=0.08 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 4374 13260 0 0 1 0 5 2 20 0 6 0 232251192 10245611520 4202 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2501370 4202 1934 1 0 2489808 0
[pid=10306/tid=10359] ppid=10303 vsize=10005480 memory=4279135704047060365 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 2202 13260 0 0 0 0 5 2 20 0 6 0 232251202 10245611520 4268 33554432000 4194304 4196468 140734524616816 140585569223248 140585581466974 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 232251202 10245611520 4268 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=10005480 memory=139828758722176 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 232251202 10245611520 4268 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 232251202 10245611520 4268 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 6 0 232251202 10245611520 4268 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209902 s]*
/proc/loadavg: 1.50 1.39 1.40 3/215 10372
/proc/meminfo: memFree=16298412/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=10982696 memory=42648 CPUtime=0.25 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 8586 13260 0 0 16 2 5 2 20 0 15 0 232251192 11246280704 10662 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2745674 10662 2944 1 0 2708109 0
[pid=10306/tid=10359] ppid=10303 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 5101 13260 0 0 10 1 5 2 20 0 15 0 232251202 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585569184144 140585580573296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=10982696 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=10982696 memory=3976872382777407136 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=10982696 memory=139828758722176 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246280704 10662 33554432000 4194304 4196468 140734524616816 140584278811424 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 21 13260 0 0 0 0 5 2 20 0 15 0 232251205 11246280704 10662 33554432000 4194304 4196468 140734524616816 140584211698800 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246280704 10662 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 540 13260 0 0 1 0 5 2 20 0 15 0 232251207 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 64 13260 0 0 1 0 5 2 20 0 15 0 232251207 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=10982696 memory=139828758722176 CPUtime=0.1 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 637 13260 0 0 3 0 5 2 20 0 15 0 232251207 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246280704 10662 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=10982696 memory=139828758722176 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251208 11246280704 10662 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42648 KiB

[startup+0.310367 s]*
/proc/loadavg: 1.50 1.39 1.40 3/215 10372
/proc/meminfo: memFree=16287124/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=10983192 memory=54000 CPUtime=0.38 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 10599 13260 0 0 28 3 5 2 20 0 15 0 232251192 11246788608 13500 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2745798 13500 3076 1 0 2708109 0
[pid=10306/tid=10359] ppid=10303 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 7112 13260 0 0 19 2 5 2 20 0 15 0 232251202 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585569198496 140585581466974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246788608 13500 33554432000 4194304 4196468 140734524616816 140584278811424 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 21 13260 0 0 0 0 5 2 20 0 15 0 232251205 11246788608 13500 33554432000 4194304 4196468 140734524616816 140584211698800 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246788608 13500 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 540 13260 0 0 1 0 5 2 20 0 15 0 232251207 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 65 13260 0 0 1 0 5 2 20 0 15 0 232251207 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=10983192 memory=139828758722176 CPUtime=0.12 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 642 13260 0 0 5 0 5 2 20 0 15 0 232251207 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246788608 13500 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=10983192 memory=139828758722176 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251208 11246788608 13500 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54000 KiB

[startup+0.700739 s]
/proc/loadavg: 1.50 1.39 1.40 3/215 10372
/proc/meminfo: memFree=16275588/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=10983192 memory=86048 CPUtime=0.98 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 16759 13260 0 0 87 4 5 2 20 0 15 0 232251192 11246788608 21512 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2745798 21512 3237 1 0 2708109 0
[pid=10306/tid=10359] ppid=10303 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 12193 13260 0 0 55 3 5 2 20 0 15 0 232251202 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585569208208 140585580732115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=10983192 memory=139828633154320 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=10983192 memory=139831250256468 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 232251202 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=10983192 memory=5780 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 5 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=10983192 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 232251204 11246788608 21512 33554432000 4194304 4196468 140734524616816 140584278811424 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=10983192 memory=6082220498109623144 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 21 13260 0 0 0 0 5 2 20 0 15 0 232251205 11246788608 21512 33554432000 4194304 4196468 140734524616816 140584211698800 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=10983192 memory=12708 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246788608 21512 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=10983192 memory=34692 CPUtime=0.17 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 1161 13260 0 0 10 0 5 2 20 0 15 0 232251207 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=10983192 memory=2324 CPUtime=0.14 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 452 13260 0 0 7 0 5 2 20 0 15 0 232251207 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=10983192 memory=1584 CPUtime=0.2 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 706 13260 0 0 13 0 5 2 20 0 15 0 232251207 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=10983192 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11246788608 21512 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251208 11246788608 21512 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86048 KiB

[startup+1.50158 s]
/proc/loadavg: 1.50 1.39 1.40 4/215 10372
/proc/meminfo: memFree=16229284/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=10998092 memory=178528 CPUtime=2.37 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 24995 13260 0 0 220 10 5 2 20 0 15 0 232251192 11262046208 44632 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2749523 44632 3467 1 0 2711181 0
[pid=10306/tid=10359] ppid=10303 vsize=10998092 memory=62852 CPUtime=1.42 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 17878 13260 0 0 129 6 5 2 20 0 15 0 232251202 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585569217600 140585580573325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 53 13260 0 0 1 0 5 2 20 0 15 0 232251202 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=10998092 memory=279657266340000 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 222 13260 0 0 1 0 5 2 20 0 15 0 232251202 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 23 13260 0 0 1 0 5 2 20 0 15 0 232251202 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 31 13260 0 0 0 0 5 2 20 0 15 0 232251202 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 275 13260 0 0 1 0 5 2 20 0 15 0 232251204 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 232251204 11262046208 44632 33554432000 4194304 4196468 140734524616816 140584278811488 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 42 13260 0 0 0 0 5 2 20 0 15 0 232251205 11262046208 44632 33554432000 4194304 4196468 140734524616816 140584211698816 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11262046208 44632 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=10998092 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 1656 13260 0 0 27 0 5 2 20 0 15 0 232251207 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 1253 13260 0 0 23 0 5 2 20 0 15 0 232251207 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 1345 13260 0 0 33 0 5 2 20 0 15 0 232251207 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11262046208 44632 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=10998092 memory=279657266584448 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 232251208 11262046208 44632 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10998092 KiB

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

/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 73535 13260 0 0 237222 27 5 2 20 0 15 0 232251202 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585569221872 140585183233740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.75 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 9123 13260 0 0 442 26 5 2 20 0 15 0 232251202 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.72 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 8097 13260 0 0 440 25 5 2 20 0 15 0 232251202 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.72 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 10622 13260 0 0 437 28 5 2 20 0 15 0 232251202 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.75 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 7188 13260 0 0 438 30 5 2 20 0 15 0 232251202 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=11080032 memory=556124 CPUtime=3.92 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 8471 13260 0 0 359 26 5 2 20 0 15 0 232251204 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 232251204 11345952768 139031 33554432000 4194304 4196468 140734524616816 140584278811552 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=11080032 memory=556124 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 42 13260 0 0 0 0 5 2 20 0 15 0 232251205 11345952768 139031 33554432000 4194304 4196468 140734524616816 140584211698816 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139031 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=11080032 memory=2096 CPUtime=7.02 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 42279 13260 0 0 690 5 5 2 20 0 15 0 232251207 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=11080032 memory=1572 CPUtime=6.65 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 39137 13260 0 0 652 6 5 2 20 0 15 0 232251207 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=11080032 memory=556124 CPUtime=3.41 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 40479 13260 0 0 326 8 5 2 20 0 15 0 232251207 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=11080032 memory=556124 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139031 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=11080032 memory=556124 CPUtime=1.24 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 934 13260 0 0 56 61 5 2 20 0 15 0 232251208 11345952768 139031 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 2413.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 556124 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.29 1.32 3/215 10622
/proc/meminfo: memFree=16274448/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=11080032 memory=556180 CPUtime=2473.56 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 242958 13260 0 0 247136 213 5 2 20 0 15 0 232251192 11345952768 139045 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2770008 139045 3526 1 0 2731661 0
[pid=10306/tid=10359] ppid=10303 vsize=11080032 memory=556180 CPUtime=2432.33 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 73883 13260 0 0 243199 27 5 2 20 0 15 0 232251202 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585569220928 140585183233683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.86 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 9136 13260 0 0 453 26 5 2 20 0 15 0 232251202 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.84 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 8112 13260 0 0 451 26 5 2 20 0 15 0 232251202 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=11080032 memory=556124 CPUtime=4.83 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 10967 13260 0 0 448 28 5 2 20 0 15 0 232251202 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=11080032 memory=556180 CPUtime=4.86 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 7238 13260 0 0 448 31 5 2 20 0 15 0 232251202 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=11080032 memory=556180 CPUtime=4.02 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 8523 13260 0 0 368 27 5 2 20 0 15 0 232251204 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=11080032 memory=556124 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 232251204 11345952768 139045 33554432000 4194304 4196468 140734524616816 140584278811552 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=11080032 memory=5859292398041263465 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 42 13260 0 0 0 0 5 2 20 0 15 0 232251205 11345952768 139045 33554432000 4194304 4196468 140734524616816 140584211698816 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=11080032 memory=556180 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139045 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=11080032 memory=4140 CPUtime=7.02 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 42281 13260 0 0 690 5 5 2 20 0 15 0 232251207 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=11080032 memory=0 CPUtime=6.65 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 39139 13260 0 0 652 6 5 2 20 0 15 0 232251207 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=11080032 memory=7594598810448916079 CPUtime=3.42 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 40481 13260 0 0 327 8 5 2 20 0 15 0 232251207 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=11080032 memory=556124 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139045 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=11080032 memory=556124 CPUtime=1.27 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 940 13260 0 0 57 63 5 2 20 0 15 0 232251208 11345952768 139045 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 2473.56 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 556180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.5 s]
/proc/loadavg: 1.19 1.27 1.31 3/215 10622
/proc/meminfo: memFree=16274668/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=11080032 memory=556196 CPUtime=2520.03 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 243434 13260 0 0 251779 217 5 2 20 0 15 0 232251192 11345952768 139049 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2770008 139049 3526 1 0 2731661 0
[pid=10306/tid=10359] ppid=10303 vsize=11080032 memory=556196 CPUtime=2478.36 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 74191 13260 0 0 247801 28 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585569214176 140585183233707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.94 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 9147 13260 0 0 461 26 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.92 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 8149 13260 0 0 459 26 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.92 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 11007 13260 0 0 456 29 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.95 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 7242 13260 0 0 456 32 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.09 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 8584 13260 0 0 375 27 5 2 20 0 15 0 232251204 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 232251204 11345952768 139049 33554432000 4194304 4196468 140734524616816 140584278811552 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 42 13260 0 0 0 0 5 2 20 0 15 0 232251205 11345952768 139049 33554432000 4194304 4196468 140734524616816 140584211698816 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=11080032 memory=556196 CPUtime=7.02 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 42281 13260 0 0 690 5 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=11080032 memory=556196 CPUtime=6.65 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 39139 13260 0 0 652 6 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=11080032 memory=556196 CPUtime=3.42 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 40481 13260 0 0 327 8 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=11080032 memory=1256 CPUtime=1.29 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 955 13260 0 0 58 64 5 2 20 0 15 0 232251208 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 556196 KiB

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

[startup+2488.53 s]
# the end of solver process 10306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.87 s, system=2.20495 s

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

[startup+2488.5 s]
/proc/loadavg: 1.19 1.27 1.31 3/215 10622
/proc/meminfo: memFree=16274668/32770624 swapFree=67108844/67108860
[pid=10306] ppid=10303 vsize=11080032 memory=556196 CPUtime=2520.03 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10303 10306 7925 0 -1 1077944320 243434 13260 0 0 251779 217 5 2 20 0 15 0 232251192 11345952768 139049 33554432000 4194304 4196468 140734524616816 140734524599360 140585597386487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
/proc/10306/statm: 2770008 139049 3526 1 0 2731661 0
[pid=10306/tid=10359] ppid=10303 vsize=11080032 memory=556196 CPUtime=2478.36 cores=1,3,5,7
/proc/10306/task/10359/stat : 10359 (java) R 10303 10306 7925 0 -1 4202560 74191 13260 0 0 247801 28 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585569214176 140585183233707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10360] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.94 cores=1,3,5,7
/proc/10306/task/10360/stat : 10360 (java) S 10303 10306 7925 0 -1 1077944384 9147 13260 0 0 461 26 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585601629072 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10361] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.92 cores=1,3,5,7
/proc/10306/task/10361/stat : 10361 (java) S 10303 10306 7925 0 -1 1077944384 8149 13260 0 0 459 26 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585137527568 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10362] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.92 cores=1,3,5,7
/proc/10306/task/10362/stat : 10362 (java) S 10303 10306 7925 0 -1 1077944384 11007 13260 0 0 456 29 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585136475280 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10363] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.95 cores=1,3,5,7
/proc/10306/task/10363/stat : 10363 (java) S 10303 10306 7925 0 -1 1077944384 7242 13260 0 0 456 32 5 2 20 0 15 0 232251202 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585135422480 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10364] ppid=10303 vsize=11080032 memory=556196 CPUtime=4.09 cores=1,3,5,7
/proc/10306/task/10364/stat : 10364 (java) S 10303 10306 7925 0 -1 1077944384 8584 13260 0 0 375 27 5 2 20 0 15 0 232251204 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585090472048 140585597397634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10365] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10365/stat : 10365 (java) S 10303 10306 7925 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 232251204 11345952768 139049 33554432000 4194304 4196468 140734524616816 140584278811552 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10366] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10366/stat : 10366 (java) S 10303 10306 7925 0 -1 1077944384 42 13260 0 0 0 0 5 2 20 0 15 0 232251205 11345952768 139049 33554432000 4194304 4196468 140734524616816 140584211698816 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10367] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10367/stat : 10367 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140583904303184 140585597405083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10368] ppid=10303 vsize=11080032 memory=556196 CPUtime=7.02 cores=1,3,5,7
/proc/10306/task/10368/stat : 10368 (java) S 10303 10306 7925 0 -1 1077944384 42281 13260 0 0 690 5 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585089419888 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10369] ppid=10303 vsize=11080032 memory=556196 CPUtime=6.65 cores=1,3,5,7
/proc/10306/task/10369/stat : 10369 (java) S 10303 10306 7925 0 -1 1077944384 39139 13260 0 0 652 6 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585088367088 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10370] ppid=10303 vsize=11080032 memory=556196 CPUtime=3.42 cores=1,3,5,7
/proc/10306/task/10370/stat : 10370 (java) S 10303 10306 7925 0 -1 1077944384 40481 13260 0 0 327 8 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585087314800 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10371] ppid=10303 vsize=11080032 memory=556196 CPUtime=0.07 cores=1,3,5,7
/proc/10306/task/10371/stat : 10371 (java) S 10303 10306 7925 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 232251207 11345952768 139049 33554432000 4194304 4196468 140734524616816 140583473507296 140585597396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
[pid=10306/tid=10372] ppid=10303 vsize=11080032 memory=1256 CPUtime=1.29 cores=1,3,5,7
/proc/10306/task/10372/stat : 10372 (java) S 10303 10306 7925 0 -1 1077944384 955 13260 0 0 58 64 5 2 20 0 15 0 232251208 11345952768 139049 33554432000 4194304 4196468 140734524616816 140585086261680 140585597397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140734524619363 140734524622172 140734524622172 140734524624847 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 556196 KiB

Child status: 143
Real time (s): 2488.53
CPU time (s): 2520.07
CPU user time (s): 2517.87
CPU system time (s): 2.20495
CPU usage (%): 101.268
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 794560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.87
system time used= 2.20495
maximum resident set size= 797148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146543
involuntary context switches= 3274


# summary of solver processes directly reported to runsolver:
#   pid: 10306
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.87
#   total CPU system time (s): 2.20495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6676 second user time and 23.4425 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-13 09:54:40
IDJOB=4304732
IDBENCH=141624
IDSOLVER=2781
FILE ID=node136/4304732-1534146880
RUNJOBID= node136-1534136980-8318
PBS_JOBID= 21037023
Free space on /tmp= 35516 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304732-1534146880/watcher-4304732-1534146880 -o /tmp/evaluation-result-4304732-1534146880/solver-4304732-1534146880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1624147516 -superng HOME/instance-4304732-1534146880.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=1624147516

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16326228 kB
MemAvailable:   30961544 kB
Buffers:          243592 kB
Cached:         14500912 kB
SwapCached:            8 kB
Active:          8218652 kB
Inactive:        7520396 kB
Active(anon):     945196 kB
Inactive(anon):   101844 kB
Active(file):    7273456 kB
Inactive(file):  7418552 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             26608 kB
Writeback:             0 kB
AnonPages:       1001792 kB
Mapped:            66916 kB
Shmem:             49788 kB
Slab:             400040 kB
SReclaimable:     371768 kB
SUnreclaim:        28272 kB
KernelStack:        3488 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1982856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35488 MiB
End job on node136 at 2018-08-13 10:36:09