Trace number 4396321

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)130 2520.06 2471.43

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1885.32
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.77/0.55	c Concrete v3.12.2.1568380929293 running
9.85/4.03	o 347
9.85/4.06	o 339
9.85/4.07	o 337
10.18/4.12	o 320
10.18/4.14	o 319
10.47/4.21	o 307
10.81/4.39	o 284
11.74/4.69	o 253
12.06/4.74	o 250
12.06/4.74	o 249
12.06/4.74	o 233
12.06/4.74	o 231
12.06/4.75	o 228
12.06/4.75	o 226
12.06/4.76	o 225
12.88/5.08	o 217
12.88/5.08	o 216
12.88/5.09	o 206
12.88/5.10	o 199
13.13/5.16	o 198
13.28/5.20	o 196
13.28/5.23	o 194
13.28/5.28	o 193
13.48/5.30	o 192
19.04/8.63	o 191
19.04/8.64	o 188
19.04/8.64	o 187
20.39/9.55	o 186
20.68/9.71	o 184
20.68/9.77	o 180
21.58/10.33	o 177
21.58/10.34	o 170
21.58/10.35	o 165
21.58/10.36	o 164
21.73/10.40	o 160
31.63/18.61	o 159
38.38/25.08	o 153
38.38/25.09	o 150
38.38/25.10	o 149
39.75/26.35	o 148
63.49/49.34	o 147
63.49/49.35	o 145
64.23/50.03	o 143
64.23/50.04	o 140
64.54/50.39	o 139
69.18/54.87	o 137
69.79/55.43	o 136
78.42/63.83	o 135
100.08/84.55	o 134
236.97/218.06	o 131
857.30/830.50	o 130
2520.01/2471.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2471.40		at concrete.MAC.mac(MAC.scala:192)
2520.01/2471.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2471.40		at scala.util.Try$.apply(Try.scala:212)
2520.01/2471.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2471.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2471.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2471.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2471.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2471.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2471.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2471.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2471.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2471.40		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2471.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2471.40		at scala.util.Success.map(Try.scala:264)
2520.01/2471.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2471.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2471.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2471.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2471.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2471.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2471.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2471.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2471.40		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2471.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2471.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2471.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2471.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2471.40		at scala.App.main(App.scala:75)
2520.01/2471.40		at scala.App.main$(App.scala:73)
2520.01/2471.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2471.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2471.41	v <instantiation
2520.01/2471.41	v         cost = '130'>
2520.01/2471.41	v       <list>
2520.01/2471.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] 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]
2520.01/2471.41	v       </list>
2520.01/2471.41	v       <values>
2520.01/2471.41	v         17 20 24 18 19 23 22 21 16 13 14 11 1 6 8 10 7 4 5 3 0 2 9 12 15 4 6 9 4 12 2 3 4 6 3 2 14 6 6 5 4 4 2 4 4 6 10 2 5 3
2520.01/2471.41	v       </values>
2520.01/2471.41	v     </instantiation>
2520.01/2471.41	s SATISFIABLE

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396321-1568409331/watcher-4396321-1568409331 -o /tmp/evaluation-result-4396321-1568409331/solver-4396321-1568409331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=187304736 HOME/instance-4396321-1568409331.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=25098, runsolver pid=25095


[startup+0.100062 s]*
/proc/loadavg: 1.25 1.32 1.34 3/219 25156
/proc/meminfo: memFree=26304828/32770624 swapFree=67020964/67108860
[pid=25098] ppid=25095 vsize=9988792 memory=17340 CPUtime=0.09 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 4608 13320 0 0 1 1 5 2 20 0 6 0 417205695 10228523008 4335 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2497198 4335 1958 1 0 2485636 0
[pid=25098/tid=25152] ppid=25095 vsize=9989820 memory=4279135703913103502 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) S 25095 25098 22142 0 -1 1077944384 2409 13320 0 0 1 0 5 2 20 0 7 0 417205704 10229575680 4401 33554432000 4194304 4196468 140727189275904 140151386155648 140151414322901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=9989820 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 7 0 417205705 10229575680 4401 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=9989820 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 7 0 417205705 10229575680 4401 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 7 0 417205705 10296684544 4401 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10055356 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 7 0 417205705 10296684544 4401 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10055356 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 7 0 417205706 10296684544 4401 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17340 KiB

[startup+0.20994 s]*
/proc/loadavg: 1.25 1.32 1.34 3/228 25165
/proc/meminfo: memFree=26288400/32770624 swapFree=67020964/67108860
[pid=25098] ppid=25095 vsize=10819664 memory=39800 CPUtime=0.26 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 7278 13320 0 0 17 2 5 2 20 0 15 0 417205695 11079335936 9950 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2704916 9950 3165 1 0 2667149 0
[pid=25098/tid=25152] ppid=25095 vsize=10819808 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 3793 13320 0 0 11 1 5 2 20 0 15 0 417205704 11079483392 9950 33554432000 4194304 4196468 140727189275904 140151386142192 140151337389635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10819808 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079483392 9950 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10819808 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079483392 9950 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10819808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079483392 9950 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10819808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079483392 9950 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10819808 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205706 11079483392 9950 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10819808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 33 13320 0 0 0 0 5 2 20 0 15 0 417205707 11079483392 9950 33554432000 4194304 4196468 140727189275904 140150872654624 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10819972 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205707 11079651328 9950 33554432000 4194304 4196468 140727189275904 140150285788272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10819972 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11079651328 10016 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10819972 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 469 13320 0 0 1 0 5 2 20 0 15 0 417205709 11079651328 10016 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10819972 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 180 13320 0 0 0 0 5 2 20 0 15 0 417205710 11079651328 10016 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10819972 memory=140633910937216 CPUtime=0.1 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) R 25095 25098 22142 0 -1 4202560 619 13320 0 0 3 0 5 2 20 0 15 0 417205710 11079651328 10016 33554432000 4194304 4196468 140727189275904 140150836992880 140151414334042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10819972 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11079651328 10016 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10819972 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205710 11079651328 10016 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39800 KiB

[startup+0.310443 s]*
/proc/loadavg: 1.25 1.32 1.34 3/228 25165
/proc/meminfo: memFree=26275328/32770624 swapFree=67020964/67108860
[pid=25098] ppid=25095 vsize=10820148 memory=48608 CPUtime=0.4 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 10931 13320 0 0 29 4 5 2 20 0 15 0 417205695 11079831552 12152 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2705037 12152 3297 1 0 2667149 0
[pid=25098/tid=25152] ppid=25095 vsize=10820152 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 7392 13320 0 0 19 3 5 2 20 0 15 0 417205704 11079835648 12152 33554432000 4194304 4196468 140727189275904 140151386112608 140151407029658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079880704 12217 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079880704 12217 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079880704 12217 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205705 11079880704 12217 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205706 11079880704 12217 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10820196 memory=140633910937215 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 33 13320 0 0 0 0 5 2 20 0 15 0 417205707 11079880704 12217 33554432000 4194304 4196468 140727189275904 140150872654624 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205707 11079880704 12217 33554432000 4194304 4196468 140727189275904 140150285788272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11079880704 12217 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10820216 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 479 13320 0 0 2 0 5 2 20 0 15 0 417205709 11079901184 12217 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10820216 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 180 13320 0 0 1 0 5 2 20 0 15 0 417205710 11079901184 12217 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10820216 memory=140633910937216 CPUtime=0.12 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) R 25095 25098 22142 0 -1 4202560 628 13320 0 0 5 0 5 2 20 0 15 0 417205710 11079901184 12217 33554432000 4194304 4196468 140727189275904 140150836992880 140151414334042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10820216 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11079901184 12217 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10820216 memory=140633910937216 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205710 11079901184 12217 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48608 KiB

[startup+0.700714 s]
/proc/loadavg: 1.25 1.32 1.34 3/228 25165
/proc/meminfo: memFree=26261660/32770624 swapFree=67020964/67108860
[pid=25098] ppid=25095 vsize=10824360 memory=81612 CPUtime=1.14 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 15174 13320 0 0 101 6 5 2 20 0 15 0 417205695 11084144640 20403 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2706090 20403 3504 1 0 2668173 0
[pid=25098/tid=25152] ppid=25095 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 10398 13320 0 0 55 4 5 2 20 0 15 0 417205704 11084144640 20403 33554432000 4194304 4196468 140727189275904 140151386139248 140151398393182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10824360 memory=140633808207622 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11084144640 20403 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11084144640 20403 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205705 11084144640 20403 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205705 11084144640 20403 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 5 13320 0 0 0 0 5 2 20 0 15 0 417205706 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 33 13320 0 0 0 0 5 2 20 0 15 0 417205707 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150872654624 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205707 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150285788272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10824360 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11084144640 20403 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 908 13320 0 0 12 0 5 2 20 0 15 0 417205709 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10824360 memory=11076 CPUtime=0.23 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) R 25095 25098 22142 0 -1 4202560 718 13320 0 0 16 0 5 2 20 0 15 0 417205710 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150838045168 140151414334042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10824360 memory=140633805190288 CPUtime=0.23 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) S 25095 25098 22142 0 -1 1077944384 895 13320 0 0 16 0 5 2 20 0 15 0 417205710 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150836992880 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11084144640 20403 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205710 11084144640 20403 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81612 KiB

[startup+1.51035 s]
/proc/loadavg: 1.25 1.32 1.34 3/228 25165
/proc/meminfo: memFree=26217344/32770624 swapFree=67020964/67108860
[pid=25098] ppid=25095 vsize=10834676 memory=169596 CPUtime=2.5 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 22146 13320 0 0 233 10 5 2 20 0 15 0 417205695 11094708224 42399 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2708669 42399 3578 1 0 2670733 0
[pid=25098/tid=25152] ppid=25095 vsize=10834676 memory=281267610617952 CPUtime=1.44 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 15321 13320 0 0 131 6 5 2 20 0 15 0 417205704 11094708224 42399 33554432000 4194304 4196468 140727189275904 140151386120192 140150973738124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10834676 memory=288230583166042426 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 27 13320 0 0 1 0 5 2 20 0 15 0 417205705 11094708224 42399 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10834676 memory=15816698942982814 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 61 13320 0 0 1 0 5 2 20 0 15 0 417205705 11094708224 42399 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 388 13320 0 0 1 0 5 2 20 0 15 0 417205705 11094708224 42399 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 86 13320 0 0 1 0 5 2 20 0 15 0 417205705 11094708224 42399 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10834676 memory=98060 CPUtime=0.08 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 178 13320 0 0 1 0 5 2 20 0 15 0 417205706 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 35 13320 0 0 0 0 5 2 20 0 15 0 417205707 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150872654688 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10834676 memory=-5153075247754915967 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205707 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150285788288 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10834676 memory=-8458152057954233740 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11094708224 42399 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10834676 memory=-4266093328290063036 CPUtime=0.32 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) R 25095 25098 22142 0 -1 4202560 1133 13320 0 0 25 0 5 2 20 0 15 0 417205709 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150839089920 140151395005959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10834676 memory=4196912344889787449 CPUtime=0.35 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 1009 13320 0 0 28 0 5 2 20 0 15 0 417205710 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10834676 memory=-5345911753256963030 CPUtime=0.48 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) R 25095 25098 22142 0 -1 4202560 1696 13320 0 0 41 0 5 2 20 0 15 0 417205710 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150836991776 140151392996804 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10834676 memory=281267610618184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11094708224 42399 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1 13320 0 0 0 0 5 2 20 0 15 0 417205710 11094708224 42399 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0

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

/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 64363 13320 0 0 229906 46 5 2 20 0 15 0 417205704 11111518208 183284 33554432000 4194304 4196468 140727189275904 140151386147440 140150988025898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10851092 memory=733136 CPUtime=10.49 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 11816 13320 0 0 989 53 5 2 20 0 15 0 417205705 11111518208 183284 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10851092 memory=1034 CPUtime=10.5 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 8465 13320 0 0 989 54 5 2 20 0 15 0 417205705 11111518208 183284 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10851092 memory=733136 CPUtime=10.49 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 13521 13320 0 0 994 48 5 2 20 0 15 0 417205705 11111518208 183284 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10851092 memory=281267610691104 CPUtime=10.5 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 12652 13320 0 0 991 52 5 2 20 0 15 0 417205705 11111518208 183284 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10851092 memory=733136 CPUtime=9.47 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 11356 13320 0 0 892 48 5 2 20 0 15 0 417205706 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10851092 memory=733136 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 42 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150872654688 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10851092 memory=733136 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150285788288 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10851092 memory=733136 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11111518208 183284 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10851092 memory=733136 CPUtime=6.11 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 28581 13320 0 0 598 6 5 2 20 0 15 0 417205709 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10851092 memory=733136 CPUtime=5.83 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 22675 13320 0 0 571 5 5 2 20 0 15 0 417205710 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10851092 memory=733136 CPUtime=5.26 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) S 25095 25098 22142 0 -1 1077944384 34519 13320 0 0 511 8 5 2 20 0 15 0 417205710 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150836992880 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10851092 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11111518208 183284 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10851092 memory=7432 CPUtime=1.27 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1397 13320 0 0 60 60 5 2 20 0 15 0 417205710 11111518208 183284 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 2369 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 733136 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.50 1.41 3/228 25553
/proc/meminfo: memFree=24845296/32770624 swapFree=67021064/67108860
[pid=25098] ppid=25095 vsize=10851092 memory=735184 CPUtime=2429.78 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 212491 13320 0 0 242638 333 5 2 20 0 15 0 417205695 11111518208 183796 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2712773 183796 3630 1 0 2674829 0
[pid=25098/tid=25152] ppid=25095 vsize=10851092 memory=735184 CPUtime=2359.02 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 64927 13320 0 0 235848 47 5 2 20 0 15 0 417205704 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151386146272 140150987642574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10851092 memory=735184 CPUtime=10.77 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 11862 13320 0 0 1016 54 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10851092 memory=735184 CPUtime=10.77 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 8508 13320 0 0 1015 55 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10851092 memory=735184 CPUtime=10.76 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 13529 13320 0 0 1020 49 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10851092 memory=735184 CPUtime=10.77 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 12754 13320 0 0 1017 53 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10851092 memory=735184 CPUtime=9.7 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 11463 13320 0 0 914 49 5 2 20 0 15 0 417205706 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 42 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150872654688 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150285788288 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10851092 memory=735184 CPUtime=6.11 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 28583 13320 0 0 598 6 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10851092 memory=4120 CPUtime=5.83 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 22677 13320 0 0 571 5 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10851092 memory=735184 CPUtime=5.26 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) S 25095 25098 22142 0 -1 1077944384 34521 13320 0 0 511 8 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150836992880 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10851092 memory=22744 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10851092 memory=6791534058613427641 CPUtime=1.29 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1412 13320 0 0 61 61 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 2429.78 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 735184 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.45 1.40 3/228 25560
/proc/meminfo: memFree=24936876/32770624 swapFree=67021072/67108860
[pid=25098] ppid=25095 vsize=10851092 memory=735184 CPUtime=2490.53 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 213751 13320 0 0 248707 339 5 2 20 0 15 0 417205695 11111518208 183796 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2712773 183796 3630 1 0 2674829 0
[pid=25098/tid=25152] ppid=25095 vsize=10851092 memory=735184 CPUtime=2418.47 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 65562 13320 0 0 241793 47 5 2 20 0 15 0 417205704 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151386148192 140150974783683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10851092 memory=6791534058613427641 CPUtime=11.03 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 12152 13320 0 0 1041 55 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10851092 memory=735184 CPUtime=11.03 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 8598 13320 0 0 1040 56 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10851092 memory=735184 CPUtime=11.02 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 13566 13320 0 0 1045 50 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10851092 memory=735184 CPUtime=11.04 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 12822 13320 0 0 1042 55 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10851092 memory=735184 CPUtime=9.93 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 11581 13320 0 0 936 50 5 2 20 0 15 0 417205706 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 42 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150872654688 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150285788288 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10851092 memory=735184 CPUtime=6.11 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 28585 13320 0 0 598 6 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10851092 memory=735184 CPUtime=5.83 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 22679 13320 0 0 571 5 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10851092 memory=735184 CPUtime=5.26 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) S 25095 25098 22142 0 -1 1077944384 34523 13320 0 0 511 8 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150836992880 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10851092 memory=735184 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10851092 memory=735184 CPUtime=1.32 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1428 13320 0 0 62 63 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 2490.53 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 735184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]
/proc/loadavg: 1.23 1.41 1.39 3/227 25561
/proc/meminfo: memFree=24957968/32770624 swapFree=67021072/67108860
[pid=25098] ppid=25095 vsize=10851092 memory=735184 CPUtime=2520.01 cores=0,2,4,6
/proc/25098/stat : 25098 (java) S 25095 25098 22142 0 -1 1077944320 213947 13320 0 0 251651 343 5 2 20 0 15 0 417205695 11111518208 183796 33554432000 4194304 4196468 140727189275904 140727189258448 140151414312695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
/proc/25098/statm: 2712773 183796 3630 1 0 2674829 0
[pid=25098/tid=25152] ppid=25095 vsize=10851092 memory=10092 CPUtime=2447.31 cores=0,2,4,6
/proc/25098/task/25152/stat : 25152 (java) R 25095 25098 22142 0 -1 4202560 65750 13320 0 0 244676 48 5 2 20 0 15 0 417205704 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151386148048 140150988523197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25153] ppid=25095 vsize=10851092 memory=1908 CPUtime=11.15 cores=0,2,4,6
/proc/25098/task/25153/stat : 25153 (java) S 25095 25098 22142 0 -1 1077944384 12153 13320 0 0 1053 55 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151418555280 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25154] ppid=25095 vsize=10851092 memory=1360 CPUtime=11.16 cores=0,2,4,6
/proc/25098/task/25154/stat : 25154 (java) S 25095 25098 22142 0 -1 1077944384 8599 13320 0 0 1052 57 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151306828560 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25155] ppid=25095 vsize=10851092 memory=735184 CPUtime=11.15 cores=0,2,4,6
/proc/25098/task/25155/stat : 25155 (java) S 25095 25098 22142 0 -1 1077944384 13568 13320 0 0 1058 50 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151305776272 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25156] ppid=25095 vsize=10851092 memory=9564 CPUtime=11.17 cores=0,2,4,6
/proc/25098/task/25156/stat : 25156 (java) S 25095 25098 22142 0 -1 1077944384 12822 13320 0 0 1054 56 5 2 20 0 15 0 417205705 11111518208 183796 33554432000 4194304 4196468 140727189275904 140151304723472 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25157] ppid=25095 vsize=10851092 memory=2676 CPUtime=10.04 cores=0,2,4,6
/proc/25098/task/25157/stat : 25157 (java) S 25095 25098 22142 0 -1 1077944384 11585 13320 0 0 947 50 5 2 20 0 15 0 417205706 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150873708656 140151414323842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25158] ppid=25095 vsize=10851092 memory=13240 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25158/stat : 25158 (java) S 25095 25098 22142 0 -1 1077944384 42 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150872654688 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25159] ppid=25095 vsize=10851092 memory=500 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25159/stat : 25159 (java) S 25095 25098 22142 0 -1 1077944384 2 13320 0 0 0 0 5 2 20 0 15 0 417205707 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150285788288 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25160] ppid=25095 vsize=10851092 memory=1736 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25160/stat : 25160 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149978388560 140151414331291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25161] ppid=25095 vsize=10851092 memory=1784 CPUtime=6.11 cores=0,2,4,6
/proc/25098/task/25161/stat : 25161 (java) S 25095 25098 22142 0 -1 1077944384 28585 13320 0 0 598 6 5 2 20 0 15 0 417205709 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150839097968 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25162] ppid=25095 vsize=10851092 memory=924 CPUtime=5.83 cores=0,2,4,6
/proc/25098/task/25162/stat : 25162 (java) S 25095 25098 22142 0 -1 1077944384 22679 13320 0 0 571 5 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150838045168 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25163] ppid=25095 vsize=10851092 memory=2344 CPUtime=5.26 cores=0,2,4,6
/proc/25098/task/25163/stat : 25163 (java) S 25095 25098 22142 0 -1 1077944384 34523 13320 0 0 511 8 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150836992880 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25164] ppid=25095 vsize=10851092 memory=2064 CPUtime=0.07 cores=0,2,4,6
/proc/25098/task/25164/stat : 25164 (java) S 25095 25098 22142 0 -1 1077944384 3 13320 0 0 0 0 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140149944830944 140151414322901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
[pid=25098/tid=25165] ppid=25095 vsize=10851092 memory=3472328296227679313 CPUtime=1.34 cores=0,2,4,6
/proc/25098/task/25165/stat : 25165 (java) S 25095 25098 22142 0 -1 1077944384 1428 13320 0 0 63 64 5 2 20 0 15 0 417205710 11111518208 183796 33554432000 4194304 4196468 140727189275904 140150835939760 140151414323842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140727189277424 140727189279941 140727189279941 140727189282767 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 735184 KiB

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

[startup+2471.43 s]
# the end of solver process 25098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.59 s, system=3.46815 s

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

Child status: 143
Real time (s): 2471.43
CPU time (s): 2520.06
CPU user time (s): 2516.59
CPU system time (s): 3.46815
CPU usage (%): 101.968
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 784008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.59
system time used= 3.46815
maximum resident set size= 785556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280129
involuntary context switches= 8385


# summary of solver processes directly reported to runsolver:
#   pid: 25098
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.59
#   total CPU system time (s): 3.46815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9942 second user time and 23.2337 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 23:14:51
IDJOB=4396321
IDBENCH=135841
IDSOLVER=2846
FILE ID=node150/4396321-1568409331
RUNJOBID= node150-1568401436-22173
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396321-1568409331/watcher-4396321-1568409331 -o /tmp/evaluation-result-4396321-1568409331/solver-4396321-1568409331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=187304736 HOME/instance-4396321-1568409331.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=187304736

node150.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.79
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.79
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.79
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.79
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:        26313964 kB
MemAvailable:   31071708 kB
Buffers:          193436 kB
Cached:          4775152 kB
SwapCached:        13344 kB
Active:          1917564 kB
Inactive:        3861444 kB
Active(anon):     774884 kB
Inactive(anon):    60436 kB
Active(file):    1142680 kB
Inactive(file):  3801008 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020964 kB
Dirty:             35592 kB
Writeback:             4 kB
AnonPages:        907136 kB
Mapped:            52216 kB
Shmem:             16304 kB
Slab:             272976 kB
SReclaimable:     242516 kB
SUnreclaim:        30460 kB
KernelStack:        3776 kB
PageTables:         7948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2017152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 23:56:03