Trace number 4403276

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)136 2400.09 2353.54

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
8.89/3.84	o 292
9.22/3.92	o 291
9.22/3.94	o 290
9.60/4.06	o 288
9.60/4.08	o 284
9.60/4.08	o 282
9.60/4.08	o 280
9.60/4.09	o 278
9.60/4.09	o 273
9.99/4.12	o 272
10.26/4.27	o 263
10.26/4.28	o 261
10.26/4.28	o 260
10.26/4.29	o 255
10.55/4.30	o 253
10.55/4.31	o 243
10.55/4.33	o 241
10.55/4.33	o 231
10.87/4.48	o 217
10.87/4.48	o 200
10.87/4.48	o 197
10.87/4.49	o 193
10.87/4.49	o 192
11.09/4.58	o 191
13.06/5.66	o 190
13.06/5.66	o 189
13.06/5.66	o 188
15.07/6.73	o 179
15.07/6.73	o 178
15.07/6.75	o 177
15.07/6.75	o 176
15.23/6.83	o 175
15.23/6.83	o 174
15.40/6.92	o 170
15.57/7.02	o 167
19.81/10.00	o 155
19.81/10.00	o 154
19.96/10.05	o 153
19.96/10.05	o 152
48.50/36.87	o 151
48.50/36.89	o 150
48.61/36.90	o 149
48.61/36.90	o 147
48.61/36.95	o 146
50.17/38.40	o 145
50.17/38.40	o 144
50.71/38.93	o 141
50.71/38.93	o 137
251.97/235.11	o 136
2400.05/2353.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2353.50		at concrete.MAC.mac(MAC.scala:192)
2400.05/2353.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2353.50		at scala.util.Try$.apply(Try.scala:210)
2400.05/2353.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2353.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2353.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2353.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2353.50		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2353.50		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2353.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2353.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2353.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2353.50		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2353.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2353.50		at scala.util.Success.map(Try.scala:262)
2400.05/2353.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2353.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2353.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2353.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2353.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2353.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2353.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2353.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2353.50		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2353.50		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2353.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2353.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2353.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2353.50		at scala.App.main(App.scala:73)
2400.05/2353.50		at scala.App.main$(App.scala:71)
2400.05/2353.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2353.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2353.51	v <instantiation
2400.05/2353.51	v         cost = '136'>
2400.05/2353.51	v       <list>
2400.05/2353.51	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.05/2353.51	v       </list>
2400.05/2353.51	v       <values>
2400.05/2353.51	v         25 21 19 13 10 15 16 26 23 22 20 18 14 9 8 7 4 2 6 3 1 0 5 12 11 17 24 27 28 29 2 3 5 2 15 4 6 1 1 3 2 4 7 2 6 6 17 4 4 3 2 4 12 2 3 6 2 2 2 4
2400.05/2353.51	v       </values>
2400.05/2353.51	v     </instantiation>
2400.05/2353.51	s SATISFIABLE

Verifier Data

OK	136

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403276-1568980403/watcher-4403276-1568980403 -o /var/tmp/evaluation-result-4403276-1568980403/solver-4403276-1568980403 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28493 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403276-1568980403.xml 

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

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


[startup+0.100089 s]*
/proc/loadavg: 1.52 1.37 1.37 3/219 32214
/proc/meminfo: memFree=3201144/32770624 swapFree=66952524/67108860
[pid=32157] ppid=32154 vsize=9972712 memory=18588 CPUtime=0.09 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 4357 13251 0 0 1 1 5 2 20 0 6 0 474295943 10212057088 4647 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2493178 4647 1934 1 0 2481616 0
[pid=32157/tid=32210] ppid=32154 vsize=9972712 memory=4279135704047583887 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 2160 13251 0 0 1 0 5 2 20 0 6 0 474295952 10212057088 4647 33554432000 4194304 4196468 140721195991328 139727315309136 139727328595312 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 6 0 474295953 10212057088 4647 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=9972712 memory=140656352310912 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 6 0 474295953 10212057088 4647 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 6 0 474295953 10212057088 4647 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 6 0 474295953 10212057088 4647 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.52 1.37 1.37 3/228 32223
/proc/meminfo: memFree=3180036/32770624 swapFree=66952524/67108860
[pid=32157] ppid=32154 vsize=10820196 memory=45252 CPUtime=0.26 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 7245 13251 0 0 17 2 5 2 20 0 15 0 474295943 11079880704 11313 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2705049 11313 3284 1 0 2667149 0
[pid=32157/tid=32210] ppid=32154 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 3731 13251 0 0 10 1 5 2 20 0 15 0 474295952 11079880704 11313 33554432000 4194304 4196468 140721195991328 139727315283408 139727327552862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10820196 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 11313 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10820196 memory=140656352340898 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 11313 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 11313 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 11313 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10820196 memory=140656352310912 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295954 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 474295955 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726801688224 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295955 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726694638832 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 582 13251 0 0 1 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) R 32154 32157 28461 0 -1 4202560 75 13251 0 0 1 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726767077744 139727321346560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10820196 memory=140656352310912 CPUtime=0.1 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) R 32154 32157 28461 0 -1 1077944384 602 13251 0 0 3 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10820196 memory=140656352310912 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 11313 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45252 KiB

[startup+0.310557 s]*
/proc/loadavg: 1.52 1.37 1.37 4/228 32223
/proc/meminfo: memFree=3168252/32770624 swapFree=66952524/67108860
[pid=32157] ppid=32154 vsize=10820196 memory=53452 CPUtime=0.39 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 10602 13251 0 0 29 3 5 2 20 0 15 0 474295943 11079880704 13363 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2705049 13363 3309 1 0 2667149 0
[pid=32157/tid=32210] ppid=32154 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 7075 13251 0 0 19 2 5 2 20 0 15 0 474295952 11079880704 13363 33554432000 4194304 4196468 140721195991328 139727315281296 139727327552862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 13363 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 13363 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 13363 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11079880704 13363 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295954 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 474295955 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726801688224 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295955 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726694638832 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 585 13251 0 0 2 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 76 13251 0 0 2 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10820196 memory=140656352310912 CPUtime=0.12 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 610 13251 0 0 5 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10820196 memory=140656352310912 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295958 11079880704 13363 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53452 KiB

[startup+0.700907 s]
/proc/loadavg: 1.52 1.37 1.37 3/228 32223
/proc/meminfo: memFree=3152744/32770624 swapFree=66952524/67108860
[pid=32157] ppid=32154 vsize=10824364 memory=85740 CPUtime=1.14 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 14662 13251 0 0 102 5 5 2 20 0 15 0 474295943 11084148736 21435 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2706091 21435 3515 1 0 2668173 0
[pid=32157/tid=32210] ppid=32154 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 10086 13251 0 0 55 4 5 2 20 0 15 0 474295952 11084148736 21435 33554432000 4194304 4196468 140721195991328 139727315299536 139727343494301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11084148736 21435 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11084148736 21435 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10824364 memory=140656219665200 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295953 11084148736 21435 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10824364 memory=140660178944599 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295953 11084148736 21435 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10824364 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 5 13251 0 0 0 0 5 2 20 0 15 0 474295954 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10824364 memory=4639098309541126758 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 474295955 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726801688224 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10824364 memory=7665787820717986145 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295955 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726694638832 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10824364 memory=15168 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10824364 memory=2120 CPUtime=0.23 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) R 32154 32157 28461 0 -1 4202560 1063 13251 0 0 16 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726768130288 139727328394176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10824364 memory=12036 CPUtime=0.19 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 510 13251 0 0 12 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10824364 memory=496 CPUtime=0.23 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) R 32154 32157 28461 0 -1 1077944384 744 13251 0 0 16 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10824364 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 474295958 11084148736 21435 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85740 KiB

[startup+1.50095 s]
/proc/loadavg: 1.52 1.37 1.37 3/228 32223
/proc/meminfo: memFree=3107580/32770624 swapFree=66952524/67108860
[pid=32157] ppid=32154 vsize=10834680 memory=172704 CPUtime=2.53 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 24109 13251 0 0 236 10 5 2 20 0 15 0 474295943 11094712320 43176 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2708670 43176 3577 1 0 2670733 0
[pid=32157/tid=32210] ppid=32154 vsize=10834680 memory=70376 CPUtime=1.43 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 15536 13251 0 0 130 6 5 2 20 0 15 0 474295952 11094712320 43176 33554432000 4194304 4196468 140721195991328 139727315266240 139727343484310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 34 13251 0 0 1 0 5 2 20 0 15 0 474295953 11094712320 43176 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10834680 memory=281312439361696 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 338 13251 0 0 0 0 5 2 20 0 15 0 474295953 11094712320 43176 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 65 13251 0 0 1 0 5 2 20 0 15 0 474295953 11094712320 43176 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 90 13251 0 0 1 0 5 2 20 0 15 0 474295953 11094712320 43176 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 1945 13251 0 0 1 0 5 2 20 0 15 0 474295954 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 474295955 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726801688288 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295955 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726694638848 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10834680 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10834680 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 1189 13251 0 0 32 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10834680 memory=10 CPUtime=0.34 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 1044 13251 0 0 27 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10834680 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 1618 13251 0 0 40 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10834680 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10834680 memory=281312439606144 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11094712320 43176 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834680 KiB

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

/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 59616 13251 0 0 223919 44 5 2 20 0 15 0 474295952 11109425152 171651 33554432000 4194304 4196468 140721195991328 139727315307168 139726925285515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10849048 memory=686448 CPUtime=10.75 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 10749 13251 0 0 1012 56 5 2 20 0 15 0 474295953 11109425152 171651 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10849048 memory=686604 CPUtime=10.7 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 11114 13251 0 0 1004 59 5 2 20 0 15 0 474295953 11109425152 171651 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10849048 memory=686448 CPUtime=10.71 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 7135 13251 0 0 1002 62 5 2 20 0 15 0 474295953 11109425152 171651 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10849048 memory=686448 CPUtime=10.73 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 8954 13251 0 0 1008 58 5 2 20 0 15 0 474295953 11109425152 171651 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10849048 memory=686604 CPUtime=9.27 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 12670 13251 0 0 869 51 5 2 20 0 15 0 474295954 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10849048 memory=686604 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 38 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726801688352 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726694638848 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10849048 memory=1680 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10849048 memory=3580 CPUtime=4.73 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 23469 13251 0 0 459 7 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10849048 memory=40016 CPUtime=5.33 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 23105 13251 0 0 521 5 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10849048 memory=686448 CPUtime=4.9 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 30637 13251 0 0 474 9 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10849048 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10849048 memory=8080 CPUtime=1.32 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1091 13251 0 0 58 67 5 2 20 0 15 0 474295958 11109425152 171651 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 2307.63 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 686604 KiB

[startup+2322.3 s]
/proc/loadavg: 1.69 1.67 1.57 3/227 32593
/proc/meminfo: memFree=254968/32770624 swapFree=66952548/67108860
[pid=32157] ppid=32154 vsize=10849048 memory=687096 CPUtime=2368.44 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 192319 13251 0 0 236471 366 5 2 20 0 15 0 474295943 11109425152 171774 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2712262 171774 3632 1 0 2674317 0
[pid=32157/tid=32210] ppid=32154 vsize=10849048 memory=687056 CPUtime=2299.09 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) R 32154 32157 28461 0 -1 4202560 60253 13251 0 0 229857 45 5 2 20 0 15 0 474295952 11109425152 171774 33554432000 4194304 4196468 140721195991328 139727315308464 139726927636914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10849048 memory=687056 CPUtime=11.03 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) S 32154 32157 28461 0 -1 1077944384 10896 13251 0 0 1039 57 5 2 20 0 15 0 474295953 11109425152 171774 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10849048 memory=687056 CPUtime=11 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) S 32154 32157 28461 0 -1 1077944384 11375 13251 0 0 1032 61 5 2 20 0 15 0 474295953 11109425152 171774 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10849048 memory=687056 CPUtime=10.99 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) S 32154 32157 28461 0 -1 1077944384 7178 13251 0 0 1030 62 5 2 20 0 15 0 474295953 11109425152 171774 33554432000 4194304 4196468 140721195991328 139727234935056 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10849048 memory=687096 CPUtime=11.01 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) S 32154 32157 28461 0 -1 1077944384 9149 13251 0 0 1035 59 5 2 20 0 15 0 474295953 11109425152 171774 33554432000 4194304 4196468 140721195991328 139727233882512 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10849048 memory=687096 CPUtime=9.5 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 12891 13251 0 0 891 52 5 2 20 0 15 0 474295954 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726802742000 139727343483522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10849048 memory=687096 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 38 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726801688352 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10849048 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726694638848 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10849048 memory=687096 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10849048 memory=687096 CPUtime=4.73 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 23471 13251 0 0 459 7 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10849048 memory=687096 CPUtime=5.33 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 23107 13251 0 0 521 5 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10849048 memory=687096 CPUtime=4.9 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 30639 13251 0 0 474 9 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10849048 memory=687096 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10849048 memory=3580 CPUtime=1.35 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1108 13251 0 0 59 69 5 2 20 0 15 0 474295958 11109425152 171774 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 2368.44 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 687096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.5 s]
/proc/loadavg: 1.61 1.65 1.57 3/227 32595
/proc/meminfo: memFree=262644/32770624 swapFree=66952548/67108860
[pid=32157] ppid=32154 vsize=10849048 memory=687308 CPUtime=2400.05 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 192876 13251 0 0 239629 369 5 2 20 0 15 0 474295943 11109425152 171827 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2712262 171827 3632 1 0 2674317 0
[pid=32157/tid=32210] ppid=32154 vsize=10849048 memory=687308 CPUtime=2329.99 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) S 32154 32157 28461 0 -1 1077944384 60503 13251 0 0 232947 45 5 2 20 0 15 0 474295952 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727315303040 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.18 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) R 32154 32157 28461 0 -1 1077944384 10998 13251 0 0 1053 58 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.14 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) R 32154 32157 28461 0 -1 1077944384 11404 13251 0 0 1045 62 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.14 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) R 32154 32157 28461 0 -1 4202560 7238 13251 0 0 1044 63 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727234935056 139727343484310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.16 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) R 32154 32157 28461 0 -1 4202560 9256 13251 0 0 1049 60 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727233882512 139727343484310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10849048 memory=687308 CPUtime=9.62 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 12898 13251 0 0 902 53 5 2 20 0 15 0 474295954 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726802740512 139727343482581 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 38 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726801688352 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726694638848 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10849048 memory=687308 CPUtime=4.73 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 23471 13251 0 0 459 7 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10849048 memory=687308 CPUtime=5.33 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 23107 13251 0 0 521 5 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10849048 memory=687308 CPUtime=4.9 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 30639 13251 0 0 474 9 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10849048 memory=40028 CPUtime=1.37 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1110 13251 0 0 60 70 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 687308 KiB

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

[startup+2353.54 s]
# the end of solver process 32157 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.36 s, system=3.73117 s

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

[startup+2353.5 s]
/proc/loadavg: 1.61 1.65 1.57 3/227 32595
/proc/meminfo: memFree=262644/32770624 swapFree=66952548/67108860
[pid=32157] ppid=32154 vsize=10849048 memory=687308 CPUtime=2400.05 cores=1,3,5,7
/proc/32157/stat : 32157 (java) S 32154 32157 28461 0 -1 1077944320 192876 13251 0 0 239629 369 5 2 20 0 15 0 474295943 11109425152 171827 33554432000 4194304 4196468 140721195991328 140721195973872 139727343472375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
/proc/32157/statm: 2712262 171827 3632 1 0 2674317 0
[pid=32157/tid=32210] ppid=32154 vsize=10849048 memory=687308 CPUtime=2329.99 cores=1,3,5,7
/proc/32157/task/32210/stat : 32210 (java) S 32154 32157 28461 0 -1 1077944384 60503 13251 0 0 232947 45 5 2 20 0 15 0 474295952 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727315303040 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32211] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.18 cores=1,3,5,7
/proc/32157/task/32211/stat : 32211 (java) R 32154 32157 28461 0 -1 1077944384 10998 13251 0 0 1053 58 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727347714576 139727343482581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32212] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.14 cores=1,3,5,7
/proc/32157/task/32212/stat : 32212 (java) R 32154 32157 28461 0 -1 1077944384 11404 13251 0 0 1045 62 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727235988112 139727343482581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32213] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.14 cores=1,3,5,7
/proc/32157/task/32213/stat : 32213 (java) R 32154 32157 28461 0 -1 4202560 7238 13251 0 0 1044 63 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727234935056 139727343484310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32214] ppid=32154 vsize=10849048 memory=687308 CPUtime=11.16 cores=1,3,5,7
/proc/32157/task/32214/stat : 32214 (java) R 32154 32157 28461 0 -1 4202560 9256 13251 0 0 1049 60 5 2 20 0 15 0 474295953 11109425152 171827 33554432000 4194304 4196468 140721195991328 139727233882512 139727343484310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32215] ppid=32154 vsize=10849048 memory=687308 CPUtime=9.62 cores=1,3,5,7
/proc/32157/task/32215/stat : 32215 (java) S 32154 32157 28461 0 -1 1077944384 12898 13251 0 0 902 53 5 2 20 0 15 0 474295954 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726802740512 139727343482581 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32216] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32216/stat : 32216 (java) S 32154 32157 28461 0 -1 1077944384 38 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726801688352 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32217] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32217/stat : 32217 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295955 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726694638848 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32218] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32218/stat : 32218 (java) S 32154 32157 28461 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726090660304 139727343490971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32219] ppid=32154 vsize=10849048 memory=687308 CPUtime=4.73 cores=1,3,5,7
/proc/32157/task/32219/stat : 32219 (java) S 32154 32157 28461 0 -1 1077944384 23471 13251 0 0 459 7 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726768130288 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32220] ppid=32154 vsize=10849048 memory=687308 CPUtime=5.33 cores=1,3,5,7
/proc/32157/task/32220/stat : 32220 (java) S 32154 32157 28461 0 -1 1077944384 23107 13251 0 0 521 5 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726767077744 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32221] ppid=32154 vsize=10849048 memory=687308 CPUtime=4.9 cores=1,3,5,7
/proc/32157/task/32221/stat : 32221 (java) S 32154 32157 28461 0 -1 1077944384 30639 13251 0 0 474 9 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726766024688 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32222] ppid=32154 vsize=10849048 memory=687308 CPUtime=0.07 cores=1,3,5,7
/proc/32157/task/32222/stat : 32222 (java) S 32154 32157 28461 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139725620898144 139727343482581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
[pid=32157/tid=32223] ppid=32154 vsize=10849048 memory=40028 CPUtime=1.37 cores=1,3,5,7
/proc/32157/task/32223/stat : 32223 (java) S 32154 32157 28461 0 -1 1077944384 1110 13251 0 0 60 70 5 2 20 0 15 0 474295958 11109425152 171827 33554432000 4194304 4196468 140721195991328 139726764973104 139727343483522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25591808 140721195993701 140721195996341 140721195996341 140721195999183 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 687308 KiB

Child status: 143
Real time (s): 2353.54
CPU time (s): 2400.09
CPU user time (s): 2396.36
CPU system time (s): 3.73117
CPU usage (%): 101.978
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 804732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.36
system time used= 3.73117
maximum resident set size= 806284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271422
involuntary context switches= 7033


# summary of solver processes directly reported to runsolver:
#   pid: 32157
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.36
#   total CPU system time (s): 3.73117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5408 second user time and 20.8608 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 12:51:23
IDJOB=4403276
IDBENCH=135868
IDSOLVER=2862
FILE ID=node107/4403276-1568980403
RUNJOBID= node107-1568963918-28493
PBS_JOBID= 21704631
Free space on /var/tmp= 12528 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403276-1568980403/watcher-4403276-1568980403 -o /var/tmp/evaluation-result-4403276-1568980403/solver-4403276-1568980403 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28493 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403276-1568980403.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=48196352

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         3209592 kB
MemAvailable:   30962584 kB
Buffers:          136196 kB
Cached:         27514248 kB
SwapCached:        48672 kB
Active:         14016056 kB
Inactive:       14531848 kB
Active(anon):     850172 kB
Inactive(anon):    90868 kB
Active(file):   13165884 kB
Inactive(file): 14440980 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952524 kB
Dirty:             35364 kB
Writeback:             0 kB
AnonPages:        961516 kB
Mapped:            61256 kB
Shmem:             34832 kB
Slab:             603652 kB
SReclaimable:     574588 kB
SUnreclaim:        29064 kB
KernelStack:        3744 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12412 MiB
End job on node107 at 2019-09-20 13:30:36