Trace number 4259827

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.4SAT (TO)119 252.07001 227.537

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark248.035
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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

3.45/2.02	c Concrete v3.4 running
7.69/3.77	o 420
8.00/3.80	o 362
8.00/3.83	o 360
8.00/3.86	o 350
8.00/3.88	o 341
8.36/3.92	o 327
8.36/3.93	o 325
8.36/3.95	o 322
8.36/3.97	o 321
8.36/3.99	o 313
8.36/4.00	o 295
8.99/4.14	o 280
8.99/4.14	o 275
8.99/4.14	o 265
8.99/4.14	o 259
8.99/4.14	o 245
8.99/4.14	o 226
8.99/4.14	o 225
8.99/4.14	o 223
8.99/4.15	o 222
8.99/4.16	o 221
8.99/4.17	o 203
8.99/4.18	o 198
9.30/4.28	o 196
9.61/4.30	o 193
9.61/4.30	o 186
9.61/4.31	o 184
9.61/4.32	o 183
9.61/4.33	o 179
9.61/4.34	o 175
9.61/4.35	o 170
9.61/4.37	o 166
9.61/4.38	o 163
9.61/4.39	o 156
9.93/4.40	o 154
9.93/4.41	o 149
9.93/4.44	o 147
10.24/4.59	o 146
10.54/4.60	o 144
10.54/4.64	o 141
10.54/4.68	o 140
10.54/4.69	o 139
10.84/4.70	o 138
10.84/4.71	o 127
10.84/4.72	o 125
11.44/4.90	o 124
11.44/4.93	o 119
252.02/227.51	java.util.concurrent.TimeoutException
252.02/227.51		at concrete.MAC.mac(MAC.scala:74)
252.02/227.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.02/227.51		at scala.util.Try$.apply(Try.scala:209)
252.02/227.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/227.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/227.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/227.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/227.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.02/227.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/227.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/227.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/227.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/227.51		at concrete.MAC.oneRun(MAC.scala:146)
252.02/227.51		at concrete.MAC.nextSolution(MAC.scala:166)
252.02/227.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.02/227.51		at concrete.ProblemState.map(ProblemState.scala:203)
252.02/227.51		at concrete.ProblemState.map(ProblemState.scala:188)
252.02/227.51		at concrete.MAC.nextSolution(MAC.scala:195)
252.02/227.51		at concrete.Solver.hasNext(Solver.scala:202)
252.02/227.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.02/227.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.02/227.51		at concrete.Solver.toStream(Solver.scala:73)
252.02/227.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.02/227.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.02/227.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.02/227.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.02/227.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.02/227.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/227.51		at scala.util.Success.map(Try.scala:209)
252.02/227.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.02/227.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.02/227.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.02/227.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.02/227.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.02/227.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/227.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/227.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/227.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/227.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/227.51		at scala.App.main(App.scala:76)
252.02/227.51		at scala.App.main$(App.scala:74)
252.02/227.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.02/227.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/227.52	v <instantiation cost="119">
252.02/227.52	v       <list>
252.02/227.52	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] 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]
252.02/227.52	v       </list>
252.02/227.52	v       <values>
252.02/227.52	v         4 2 7 9 11 13 15 18 16 17 19 14 12 10 5 3 0 1 6 8 10 6 4 6 5 7 12 4 8 3 8 3 6 5 4 5 3 10 4 6
252.02/227.52	v       </values>
252.02/227.52	v     </instantiation>
252.02/227.52	s SATISFIABLE

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259827-1502648380/watcher-4259827-1502648380 -o /tmp/evaluation-result-4259827-1502648380/solver-4259827-1502648380 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259827-1502648380.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Starting watchdog thread
solver pid=12499, runsolver pid=12496
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.41 1.75 1.82 3/207 12553
/proc/meminfo: memFree=26809784/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=13445604 memory=15828 CPUtime=0.09 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 4580 12645 0 0 1 0 5 3 20 0 7 0 97918879 13768298496 3957 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3361401 3957 2030 1 0 3349839 0
[pid=12499/tid=12549] ppid=12496 vsize=13445604 memory=4279135704047191436 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 2440 12645 0 0 1 0 5 3 20 0 7 0 97918888 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967873698576 139967869478045 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=13445604 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 7 0 97918889 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=13445604 memory=140536500704896 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 7 0 97918889 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=13445604 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 7 0 97918889 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=13445604 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 7 0 97918889 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=13445604 memory=140536500704896 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 7 0 97918890 13768298496 3957 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15828 KiB

[startup+0.21019 s]*
/proc/loadavg: 1.41 1.75 1.82 3/216 12562
/proc/meminfo: memFree=26790784/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=13978600 memory=39360 CPUtime=0.26 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 8030 12645 0 0 17 1 5 3 20 0 15 0 97918879 14314086400 9840 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3494650 9840 2963 1 0 3482967 0
[pid=12499/tid=12549] ppid=12496 vsize=13978600 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 4549 12645 0 0 11 1 5 3 20 0 15 0 97918888 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967873668344 139967852642932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=13978600 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=13978600 memory=140536500716545 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=13978600 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=13978600 memory=140536500704896 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918890 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=13978600 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 33 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967341761440 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 21 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967340708848 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=13978600 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 435 12645 0 0 1 0 5 3 20 0 15 0 97918893 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=13978600 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 337 12645 0 0 0 0 5 3 20 0 15 0 97918893 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=13978600 memory=140536500704896 CPUtime=0.11 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 496 12645 0 0 3 0 5 3 20 0 15 0 97918894 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=13978600 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=13978600 memory=140536500704896 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314086400 9840 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 39360 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.41 1.75 1.82 3/216 12562
/proc/meminfo: memFree=26778132/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=13979028 memory=50184 CPUtime=0.39 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 11107 12645 0 0 29 2 5 3 20 0 15 0 97918879 14314524672 12546 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3494757 12546 3078 1 0 3482967 0
[pid=12499/tid=12549] ppid=12496 vsize=13979028 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 7615 12645 0 0 20 1 5 3 20 0 15 0 97918888 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967873666144 139967852642928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918890 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 33 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967341761440 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 21 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967340708848 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=13979028 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 436 12645 0 0 1 0 5 3 20 0 15 0 97918893 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=13979028 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 340 12645 0 0 1 0 5 3 20 0 15 0 97918893 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=13979028 memory=140536500704896 CPUtime=0.13 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 503 12645 0 0 5 0 5 3 20 0 15 0 97918894 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=13979028 memory=140536500704896 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314524672 12546 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50184 KiB

[startup+0.700669 s]
/proc/loadavg: 1.41 1.75 1.82 3/216 12562
/proc/meminfo: memFree=26771432/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=13979176 memory=81240 CPUtime=0.97 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 16974 12645 0 0 85 4 5 3 20 0 15 0 97918879 14314676224 20310 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3494794 20310 3262 1 0 3482967 0
[pid=12499/tid=12549] ppid=12496 vsize=13979176 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 12829 12645 0 0 56 3 5 3 20 0 15 0 97918888 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967873675184 139967853536606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=13979176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=13979176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=13979176 memory=140536363238000 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=13979176 memory=140539919860324 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 2 12645 0 0 0 0 5 3 20 0 15 0 97918889 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=13979176 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 6 12645 0 0 0 0 5 3 20 0 15 0 97918890 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=13979176 memory=7014751519583131217 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 33 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967341761440 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=13979176 memory=18476 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 21 12645 0 0 0 0 5 3 20 0 15 0 97918891 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967340708848 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=13979176 memory=16960 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=13979176 memory=4048 CPUtime=0.17 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 727 12645 0 0 9 0 5 3 20 0 15 0 97918893 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=13979176 memory=1792 CPUtime=0.14 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 638 12645 0 0 6 0 5 3 20 0 15 0 97918893 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=13979176 memory=648 CPUtime=0.21 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 566 12645 0 0 13 0 5 3 20 0 15 0 97918894 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=13979176 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=13979176 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 1 12645 0 0 0 0 5 3 20 0 15 0 97918894 14314676224 20310 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81240 KiB

[startup+1.50073 s]
/proc/loadavg: 1.41 1.75 1.82 3/216 12562
/proc/meminfo: memFree=26714056/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=13991700 memory=173104 CPUtime=2.21 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 27970 12645 0 0 203 10 5 3 20 0 15 0 97918879 14327500800 43276 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3497925 43276 3414 1 0 3486039 0
[pid=12499/tid=12549] ppid=12496 vsize=13991700 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 20084 12645 0 0 130 6 5 3 20 0 15 0 97918888 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967873693312 139967853499749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=13991700 memory=281072726524352 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 200 12645 0 0 0 0 5 3 20 0 15 0 97918889 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=13991700 memory=281072726533664 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 45 12645 0 0 1 0 5 3 20 0 15 0 97918889 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=13991700 memory=140536363272688 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 53 12645 0 0 1 0 5 3 20 0 15 0 97918889 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=13991700 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 69 12645 0 0 1 0 5 3 20 0 15 0 97918889 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=13991700 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 1719 12645 0 0 1 0 5 3 20 0 15 0 97918890 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=13991700 memory=13331578489482 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 56 12645 0 0 0 0 5 3 20 0 15 0 97918891 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967341761504 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=13991700 memory=8026941097143250998 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 44 12645 0 0 0 0 5 3 20 0 15 0 97918891 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967340708864 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=13991700 memory=8026941098018885740 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=13991700 memory=-9034923846474767733 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 1024 12645 0 0 19 0 5 3 20 0 15 0 97918893 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=13991700 memory=7523379100374297173 CPUtime=0.23 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 859 12645 0 0 15 0 5 3 20 0 15 0 97918893 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=13991700 memory=6655300316396806240 CPUtime=0.4 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) R 12496 12499 3242 0 -1 4202560 1667 12645 0 0 32 0 5 3 20 0 15 0 97918894 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967336499952 139967869470006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=13991700 memory=7301286521987424363 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14327500800 43276 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=13991700 memory=7018127119098471509 CPUtime=0.08 cores=1,3,5,7

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

/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 48425 12645 0 0 16055 25 5 3 20 0 15 0 97918888 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967873690384 139967511919041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=14073808 memory=941672 CPUtime=0.82 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 3031 12645 0 0 69 5 5 3 20 0 15 0 97918889 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=14073808 memory=854768 CPUtime=0.82 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2221 12645 0 0 69 5 5 3 20 0 15 0 97918889 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=14073808 memory=837848 CPUtime=0.82 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 3300 12645 0 0 69 5 5 3 20 0 15 0 97918889 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=14073808 memory=827068 CPUtime=0.81 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 1621 12645 0 0 68 5 5 3 20 0 15 0 97918889 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=14073808 memory=3 CPUtime=0.54 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 4102 12645 0 0 41 5 5 3 20 0 15 0 97918890 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=14073808 memory=817320 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 56 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967341761504 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=14073808 memory=818860 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 44 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967340708864 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=14073808 memory=4144 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=14073808 memory=11044 CPUtime=8.94 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 19546 12645 0 0 881 5 5 3 20 0 15 0 97918893 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=14073808 memory=1712 CPUtime=8.6 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 14224 12645 0 0 846 6 5 3 20 0 15 0 97918893 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=14073808 memory=813216 CPUtime=3.08 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 16107 12645 0 0 295 5 5 3 20 0 15 0 97918894 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=14073808 memory=815784 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=14073808 memory=821940 CPUtime=0.16 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 533 12645 0 0 4 4 5 3 20 0 15 0 97918894 14411579392 203190 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 184.85 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 812760 KiB

[startup+222.301 s]
/proc/loadavg: 1.58 1.75 1.82 3/215 12690
/proc/meminfo: memFree=26140928/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=14073808 memory=724528 CPUtime=246.72 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 120106 12645 0 0 24583 81 5 3 20 0 15 0 97918879 14411579392 181132 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3518452 181132 3498 1 0 3506007 0
[pid=12499/tid=12549] ppid=12496 vsize=14073808 memory=726068 CPUtime=220.24 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 49471 12645 0 0 21990 26 5 3 20 0 15 0 97918888 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967873690592 139967512418871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.16 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 4660 12645 0 0 102 6 5 3 20 0 15 0 97918889 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=14073808 memory=728632 CPUtime=1.15 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2469 12645 0 0 100 7 5 3 20 0 15 0 97918889 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=14073808 memory=727092 CPUtime=1.15 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 3445 12645 0 0 101 6 5 3 20 0 15 0 97918889 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.14 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 1720 12645 0 0 100 6 5 3 20 0 15 0 97918889 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=14073808 memory=725552 CPUtime=0.77 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 4459 12645 0 0 61 8 5 3 20 0 15 0 97918890 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=14073808 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 56 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967341761504 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=14073808 memory=726580 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 44 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967340708864 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=14073808 memory=4144 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=14073808 memory=726068 CPUtime=9.28 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 19552 12645 0 0 915 5 5 3 20 0 15 0 97918893 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=14073808 memory=8612 CPUtime=8.94 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 15301 12645 0 0 880 6 5 3 20 0 15 0 97918893 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=14073808 memory=4144 CPUtime=3.3 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 16222 12645 0 0 317 5 5 3 20 0 15 0 97918894 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=14073808 memory=28628 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=14073808 memory=727604 CPUtime=0.19 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 557 12645 0 0 6 5 5 3 20 0 15 0 97918894 14411579392 181132 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 246.72 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 724528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.501 s]
/proc/loadavg: 1.53 1.74 1.81 3/215 12690
/proc/meminfo: memFree=26156672/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=14073808 memory=715288 CPUtime=252.02 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 120431 12645 0 0 25112 82 5 3 20 0 15 0 97918879 14411579392 178822 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3518452 178822 3498 1 0 3506007 0
[pid=12499/tid=12549] ppid=12496 vsize=14073808 memory=718368 CPUtime=225.38 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 49769 12645 0 0 22504 26 5 3 20 0 15 0 97918888 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967873690192 139967508652316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=14073808 memory=724524 CPUtime=1.19 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 4669 12645 0 0 105 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.18 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2473 12645 0 0 103 7 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=14073808 memory=728632 CPUtime=1.18 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 3452 12645 0 0 104 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.17 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 1725 12645 0 0 103 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=14073808 memory=720932 CPUtime=0.78 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 4461 12645 0 0 62 8 5 3 20 0 15 0 97918890 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=14073808 memory=715804 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 56 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967341761504 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=14073808 memory=2408 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 44 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967340708864 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=14073808 memory=2208 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=14073808 memory=724524 CPUtime=9.28 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 19552 12645 0 0 915 5 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=14073808 memory=724528 CPUtime=8.94 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 15301 12645 0 0 880 6 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=14073808 memory=4620 CPUtime=3.3 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 16222 12645 0 0 317 5 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=14073808 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=14073808 memory=717340 CPUtime=0.19 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 557 12645 0 0 6 5 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 715288 KiB

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

[startup+227.537 s]
# the end of solver process 12499 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.205 s, system=0.865163 s

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

[startup+227.501 s]
/proc/loadavg: 1.53 1.74 1.81 3/215 12690
/proc/meminfo: memFree=26156672/32770624 swapFree=67108860/67108860
[pid=12499] ppid=12496 vsize=14073808 memory=715288 CPUtime=252.02 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 3242 0 -1 1077944320 120431 12645 0 0 25112 82 5 3 20 0 15 0 97918879 14411579392 178822 33554432000 4194304 4196468 140725656248816 140725656231360 139967869456119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
/proc/12499/statm: 3518452 178822 3498 1 0 3506007 0
[pid=12499/tid=12549] ppid=12496 vsize=14073808 memory=718368 CPUtime=225.38 cores=1,3,5,7
/proc/12499/task/12549/stat : 12549 (java) R 12496 12499 3242 0 -1 4202560 49769 12645 0 0 22504 26 5 3 20 0 15 0 97918888 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967873690192 139967508652316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12550] ppid=12496 vsize=14073808 memory=724524 CPUtime=1.19 cores=1,3,5,7
/proc/12499/task/12550/stat : 12550 (java) S 12496 12499 3242 0 -1 1077944384 4669 12645 0 0 105 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967822076688 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12551] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.18 cores=1,3,5,7
/proc/12499/task/12551/stat : 12551 (java) S 12496 12499 3242 0 -1 1077944384 2473 12645 0 0 103 7 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967821024144 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12552] ppid=12496 vsize=14073808 memory=728632 CPUtime=1.18 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (java) S 12496 12499 3242 0 -1 1077944384 3452 12645 0 0 104 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967819971600 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12553] ppid=12496 vsize=14073808 memory=726580 CPUtime=1.17 cores=1,3,5,7
/proc/12499/task/12553/stat : 12553 (java) S 12496 12499 3242 0 -1 1077944384 1725 12645 0 0 103 6 5 3 20 0 15 0 97918889 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967818919056 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12554] ppid=12496 vsize=14073808 memory=720932 CPUtime=0.78 cores=1,3,5,7
/proc/12499/task/12554/stat : 12554 (java) S 12496 12499 3242 0 -1 1077944384 4461 12645 0 0 62 8 5 3 20 0 15 0 97918890 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967342815216 139967869467266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12555] ppid=12496 vsize=14073808 memory=715804 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (java) S 12496 12499 3242 0 -1 1077944384 56 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967341761504 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12556] ppid=12496 vsize=14073808 memory=2408 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12556/stat : 12556 (java) S 12496 12499 3242 0 -1 1077944384 44 12645 0 0 0 0 5 3 20 0 15 0 97918891 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967340708864 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12557] ppid=12496 vsize=14073808 memory=2208 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12557/stat : 12557 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967339657424 139967869474715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12558] ppid=12496 vsize=14073808 memory=724524 CPUtime=9.28 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (java) S 12496 12499 3242 0 -1 1077944384 19552 12645 0 0 915 5 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967338605040 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12559] ppid=12496 vsize=14073808 memory=724528 CPUtime=8.94 cores=1,3,5,7
/proc/12499/task/12559/stat : 12559 (java) S 12496 12499 3242 0 -1 1077944384 15301 12645 0 0 880 6 5 3 20 0 15 0 97918893 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967337552496 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12560] ppid=12496 vsize=14073808 memory=4620 CPUtime=3.3 cores=1,3,5,7
/proc/12499/task/12560/stat : 12560 (java) S 12496 12499 3242 0 -1 1077944384 16222 12645 0 0 317 5 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967336499952 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12561] ppid=12496 vsize=14073808 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12561/stat : 12561 (java) S 12496 12499 3242 0 -1 1077944384 3 12645 0 0 0 0 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967335447648 139967869466325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
[pid=12499/tid=12562] ppid=12496 vsize=14073808 memory=717340 CPUtime=0.19 cores=1,3,5,7
/proc/12499/task/12562/stat : 12562 (java) S 12496 12499 3242 0 -1 1077944384 557 12645 0 0 6 5 5 3 20 0 15 0 97918894 14411579392 178822 33554432000 4194304 4196468 140725656248816 139967334394160 139967869467266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140725656255126 140725656257911 140725656257911 140725656260559 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 715288 KiB

Child status: 143
Real time (s): 227.537
CPU time (s): 252.07
CPU user time (s): 251.205
CPU system time (s): 0.865163
CPU usage (%): 110.782
Max. virtual memory (cumulated for all children) (KiB): 14073808
Max. memory (cumulated for all children) (KiB): 1051608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.205
system time used= 0.865163
maximum resident set size= 1053656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34000
involuntary context switches= 677


# summary of solver processes directly reported to runsolver:
#   pid: 12499
#   total CPU time (s): 252.07
#   total CPU user time (s): 251.205
#   total CPU system time (s): 0.865163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42523 second user time and 2.17036 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:05:21
IDJOB=4259827
IDBENCH=135668
IDSOLVER=2646
FILE ID=node149/4259827-1502648380
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259827-1502648380/watcher-4259827-1502648380 -o /tmp/evaluation-result-4259827-1502648380/solver-4259827-1502648380 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259827-1502648380.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=1269229614

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        26816188 kB
MemAvailable:   30975396 kB
Buffers:          271256 kB
Cached:          4161192 kB
SwapCached:            0 kB
Active:          2164336 kB
Inactive:        3319000 kB
Active(anon):    1053928 kB
Inactive(anon):    24944 kB
Active(file):    1110408 kB
Inactive(file):  3294056 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24436 kB
Writeback:             0 kB
AnonPages:       1162028 kB
Mapped:            57332 kB
Shmem:             25224 kB
Slab:             168344 kB
SReclaimable:     141156 kB
SUnreclaim:        27188 kB
KernelStack:        3520 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2015284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 20:09:09