Trace number 4402976

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)140 2520.11 2472.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 benchmark2520.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.21/3.65	o 232
8.21/3.67	o 231
8.21/3.67	o 226
8.53/3.79	o 221
11.30/4.80	o 220
12.12/5.26	o 214
12.12/5.26	o 213
12.12/5.26	o 211
12.52/5.41	o 209
12.86/5.63	o 207
12.86/5.64	o 205
14.67/6.53	o 204
14.67/6.53	o 196
14.67/6.55	o 194
15.26/6.94	o 192
15.26/6.95	o 191
31.10/20.43	o 184
41.13/30.02	o 183
87.53/74.78	o 180
89.92/77.04	o 178
92.20/79.29	o 176
92.30/79.30	o 172
92.30/79.30	o 171
92.30/79.31	o 165
92.30/79.33	o 163
92.30/79.39	o 161
92.30/79.39	o 160
92.41/79.44	o 159
92.51/79.59	o 158
92.73/79.78	o 157
92.73/79.78	o 156
92.73/79.78	o 155
92.73/79.79	o 151
92.85/79.82	o 146
108.92/95.46	o 145
347.47/329.50	o 144
347.87/329.92	o 142
1005.27/978.78	o 141
1143.00/1114.57	o 140
2520.06/2472.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2472.50		at concrete.MAC.mac(MAC.scala:192)
2520.06/2472.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2472.50		at scala.util.Try$.apply(Try.scala:210)
2520.06/2472.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2472.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2472.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2472.50		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2472.50		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2472.50		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2472.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2472.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2472.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2472.50		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2472.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2472.50		at scala.util.Success.map(Try.scala:262)
2520.06/2472.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2472.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2472.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2472.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2472.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2472.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2472.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2472.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2472.50		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2472.50		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2472.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2472.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2472.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2472.51		at scala.App.main(App.scala:73)
2520.06/2472.51		at scala.App.main$(App.scala:71)
2520.06/2472.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2472.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2472.51	v <instantiation
2520.06/2472.51	v         cost = '140'>
2520.06/2472.51	v       <list>
2520.06/2472.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]
2520.06/2472.51	v       </list>
2520.06/2472.51	v       <values>
2520.06/2472.51	v         1 3 2 6 10 13 14 22 20 18 9 8 7 4 15 16 23 26 29 28 27 25 24 21 19 17 11 12 5 0 3 3 4 9 2 5 8 3 2 7 2 6 6 15 4 5 1 12 2 2 2 1 2 3 8 3 2 12 4 2
2520.06/2472.51	v       </values>
2520.06/2472.51	v     </instantiation>
2520.06/2472.51	s SATISFIABLE

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402976-1568982454/watcher-4402976-1568982454 -o /tmp/evaluation-result-4402976-1568982454/solver-4402976-1568982454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402976-1568982454.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=27532, runsolver pid=27529

[startup+0.100049 s]*
/proc/loadavg: 1.20 1.41 1.41 3/217 27589
/proc/meminfo: memFree=9688808/32770624 swapFree=66998096/67108860
[pid=27532] ppid=27529 vsize=9972712 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 4545 13148 0 0 1 0 4 3 20 0 6 0 474499702 10212057088 4270 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2493178 4270 1935 1 0 2481616 0
[pid=27532/tid=27585] ppid=27529 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 2348 13148 0 0 1 0 4 3 20 0 6 0 474499711 10212057088 4336 33554432000 4194304 4196468 140726408884400 139746364686928 139746376930654 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 6 0 474499711 10212057088 4336 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=9972712 memory=140614864974936 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 6 0 474499711 10212057088 4336 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 6 0 474499711 10212057088 4336 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 6 0 474499711 10212057088 4336 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.20989 s]*
/proc/loadavg: 1.20 1.41 1.41 4/226 27598
/proc/meminfo: memFree=9672724/32770624 swapFree=66998096/67108860
[pid=27532] ppid=27529 vsize=10820196 memory=40180 CPUtime=0.26 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 7518 13148 0 0 17 2 4 3 20 0 15 0 474499702 11079880704 10045 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2705049 10045 3297 1 0 2667149 0
[pid=27532/tid=27585] ppid=27529 vsize=10820196 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 4001 13148 0 0 10 1 4 3 20 0 15 0 474499711 11079880704 10045 33554432000 4194304 4196468 140726408884400 139746364661200 139746392872093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 10045 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10820196 memory=140614864974936 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 10045 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 10045 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 10045 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499713 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 474499713 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745528935968 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499714 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745283794288 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11079880704 10045 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) R 27529 27532 22219 0 -1 4202560 612 13148 0 0 1 0 4 3 20 0 15 0 474499716 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745495378288 139746370110832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 45 13148 0 0 0 0 4 3 20 0 15 0 474499716 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10820196 memory=140614861633152 CPUtime=0.1 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 603 13148 0 0 3 0 4 3 20 0 15 0 474499716 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11079880704 10045 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10820196 memory=140614861633152 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499717 11079880704 10045 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40180 KiB

[startup+0.311015 s]*
/proc/loadavg: 1.20 1.41 1.41 3/226 27598
/proc/meminfo: memFree=9660024/32770624 swapFree=66998096/67108860
[pid=27532] ppid=27529 vsize=10820196 memory=48612 CPUtime=0.39 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 10861 13148 0 0 29 3 4 3 20 0 15 0 474499702 11079880704 12153 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2705049 12153 3318 1 0 2667149 0
[pid=27532/tid=27585] ppid=27529 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 7333 13148 0 0 19 2 4 3 20 0 15 0 474499711 11079880704 12153 33554432000 4194304 4196468 140726408884400 139746364660104 139746378530333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 12153 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 12153 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 12153 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11079880704 12153 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10820196 memory=140614861633151 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499713 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 474499713 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745528935968 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499714 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745283794288 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11079880704 12153 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) S 27529 27532 22219 0 -1 1077944384 613 13148 0 0 2 0 4 3 20 0 15 0 474499716 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745495378288 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 45 13148 0 0 1 0 4 3 20 0 15 0 474499716 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10820196 memory=140614861633152 CPUtime=0.12 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 611 13148 0 0 5 0 4 3 20 0 15 0 474499716 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11079880704 12153 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10820196 memory=140614861633152 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499717 11079880704 12153 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48612 KiB

[startup+0.701059 s]
/proc/loadavg: 1.20 1.41 1.41 3/226 27598
/proc/meminfo: memFree=9644928/32770624 swapFree=66998096/67108860
[pid=27532] ppid=27529 vsize=10824364 memory=81932 CPUtime=1.14 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 15240 13148 0 0 101 6 4 3 20 0 15 0 474499702 11084148736 20483 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2706091 20483 3507 1 0 2668173 0
[pid=27532/tid=27585] ppid=27529 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 10455 13148 0 0 55 4 4 3 20 0 15 0 474499711 11084148736 20483 33554432000 4194304 4196468 140726408884400 139746364666160 139746315893308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10824364 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11084148736 20483 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10824364 memory=1128 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11084148736 20483 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499711 11084148736 20483 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 474499711 11084148736 20483 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 5 13148 0 0 0 0 4 3 20 0 15 0 474499713 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 474499713 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745528935968 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499714 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745283794288 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11084148736 20483 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) R 27529 27532 22219 0 -1 4202560 1100 13148 0 0 13 0 4 3 20 0 15 0 474499716 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745495378288 139746376406806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 624 13148 0 0 15 0 4 3 20 0 15 0 474499716 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 799 13148 0 0 17 0 4 3 20 0 15 0 474499716 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11084148736 20483 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499717 11084148736 20483 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81932 KiB

[startup+1.50067 s]
/proc/loadavg: 1.20 1.41 1.41 3/226 27598
/proc/meminfo: memFree=9602056/32770624 swapFree=66998096/67108860
[pid=27532] ppid=27529 vsize=10834680 memory=170656 CPUtime=2.5 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 24625 13148 0 0 233 10 4 3 20 0 15 0 474499702 11094712320 42664 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2708670 42664 3575 1 0 2670733 0
[pid=27532/tid=27585] ppid=27529 vsize=10834680 memory=-7097481891625773097 CPUtime=1.43 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 15914 13148 0 0 130 6 4 3 20 0 15 0 474499711 11094712320 42664 33554432000 4194304 4196468 140726408884400 139746364649040 139746376207169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 33 13148 0 0 1 0 4 3 20 0 15 0 474499711 11094712320 42664 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 47 13148 0 0 0 0 4 3 20 0 15 0 474499711 11094712320 42664 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 93 13148 0 0 1 0 4 3 20 0 15 0 474499711 11094712320 42664 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10834680 memory=-6237260532469557610 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 355 13148 0 0 1 0 4 3 20 0 15 0 474499711 11094712320 42664 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 1908 13148 0 0 1 0 4 3 20 0 15 0 474499713 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10834680 memory=281229492716480 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 34 13148 0 0 0 0 4 3 20 0 15 0 474499713 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745528936032 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10834680 memory=167328 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 474499714 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745283794304 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10834680 memory=237004885383052 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11094712320 42664 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10834680 memory=281229492499552 CPUtime=0.35 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) R 27529 27532 22219 0 -1 4202560 1591 13148 0 0 28 0 4 3 20 0 15 0 474499716 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745495378288 139746373188959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10834680 memory=281229492501792 CPUtime=0.35 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) R 27529 27532 22219 0 -1 1077944384 726 13148 0 0 28 0 4 3 20 0 15 0 474499716 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10834680 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) R 27529 27532 22219 0 -1 4202560 1704 13148 0 0 39 0 4 3 20 0 15 0 474499716 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745493272688 139746371370323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11094712320 42664 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499717 11094712320 42664 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834680 KiB

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

/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 65452 13148 0 0 235562 44 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746364683392 139745986385077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.67 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 11953 13148 0 0 1107 53 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.65 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 12236 13148 0 0 1105 53 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.66 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 11144 13148 0 0 1105 54 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.61 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 13337 13148 0 0 1104 50 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10849048 memory=737044 CPUtime=10.45 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 12581 13148 0 0 980 58 4 3 20 0 15 0 474499713 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 41 13148 0 0 0 0 4 3 20 0 15 0 474499713 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745528936032 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10849048 memory=2024 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 7 13148 0 0 0 0 4 3 20 0 15 0 474499714 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745283794304 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10849048 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10849048 memory=281229493973376 CPUtime=4.98 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) S 27529 27532 22219 0 -1 1077944384 21245 13148 0 0 484 7 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745495378288 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10849048 memory=7019257425709197167 CPUtime=4.85 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 26367 13148 0 0 472 6 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10849048 memory=737044 CPUtime=4.9 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 28309 13148 0 0 476 7 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10849048 memory=737044 CPUtime=1.3 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1286 13148 0 0 56 67 4 3 20 0 15 0 474499717 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 2428.68 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 737044 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.46 1.42 3/226 27974
/proc/meminfo: memFree=6809220/32770624 swapFree=66998116/67108860
[pid=27532] ppid=27529 vsize=10849048 memory=737044 CPUtime=2489.47 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 207030 13148 0 0 248594 346 4 3 20 0 15 0 474499702 11109425152 184261 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2712262 184261 3629 1 0 2674317 0
[pid=27532/tid=27585] ppid=27529 vsize=10849048 memory=1548 CPUtime=2415.57 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 65908 13148 0 0 241505 45 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746364686176 139745983576237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.95 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 11997 13148 0 0 1133 55 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.92 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 12307 13148 0 0 1131 54 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.93 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 11198 13148 0 0 1130 56 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10849048 memory=737044 CPUtime=11.89 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 13362 13148 0 0 1130 52 4 3 20 0 15 0 474499711 11109425152 184261 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10849048 memory=737044 CPUtime=10.68 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 12773 13148 0 0 1002 59 4 3 20 0 15 0 474499713 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 41 13148 0 0 0 0 4 3 20 0 15 0 474499713 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745528936032 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 7 13148 0 0 0 0 4 3 20 0 15 0 474499714 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745283794304 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10849048 memory=737044 CPUtime=4.98 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) S 27529 27532 22219 0 -1 1077944384 21245 13148 0 0 484 7 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745495378288 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10849048 memory=3624 CPUtime=4.85 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 26367 13148 0 0 472 6 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10849048 memory=43316 CPUtime=4.9 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 28309 13148 0 0 476 7 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10849048 memory=737044 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184261 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10849048 memory=2024 CPUtime=1.33 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1300 13148 0 0 57 69 4 3 20 0 15 0 474499717 11109425152 184261 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 2489.47 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 737044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.5 s]
/proc/loadavg: 1.43 1.45 1.42 3/226 27978
/proc/meminfo: memFree=6752728/32770624 swapFree=66998116/67108860
[pid=27532] ppid=27529 vsize=10849048 memory=739092 CPUtime=2520.06 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 207521 13148 0 0 251650 349 4 3 20 0 15 0 474499702 11109425152 184773 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2712262 184773 3629 1 0 2674317 0
[pid=27532/tid=27585] ppid=27529 vsize=10849048 memory=739092 CPUtime=2445.49 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 66147 13148 0 0 244497 45 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746364685936 139745983106971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.08 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 11999 13148 0 0 1146 55 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.06 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 12315 13148 0 0 1144 55 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.06 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 11203 13148 0 0 1142 57 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.02 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 13577 13148 0 0 1143 52 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10849048 memory=739092 CPUtime=10.8 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 12793 13148 0 0 1014 59 4 3 20 0 15 0 474499713 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10849048 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 41 13148 0 0 0 0 4 3 20 0 15 0 474499713 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745528936032 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 7 13148 0 0 0 0 4 3 20 0 15 0 474499714 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745283794304 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10849048 memory=43316 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10849048 memory=164 CPUtime=4.98 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) S 27529 27532 22219 0 -1 1077944384 21245 13148 0 0 484 7 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745495378288 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10849048 memory=281229493870800 CPUtime=4.85 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 26367 13148 0 0 472 6 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10849048 memory=739092 CPUtime=4.9 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 28309 13148 0 0 476 7 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10849048 memory=739092 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10849048 memory=2024 CPUtime=1.34 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1302 13148 0 0 57 70 4 3 20 0 15 0 474499717 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 739092 KiB

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

[startup+2472.54 s]
# the end of solver process 27532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.57 s, system=3.54504 s

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

[startup+2472.5 s]
/proc/loadavg: 1.43 1.45 1.42 3/226 27978
/proc/meminfo: memFree=6752728/32770624 swapFree=66998116/67108860
[pid=27532] ppid=27529 vsize=10849048 memory=739092 CPUtime=2520.06 cores=0,2,4,6
/proc/27532/stat : 27532 (java) S 27529 27532 22219 0 -1 1077944320 207521 13148 0 0 251650 349 4 3 20 0 15 0 474499702 11109425152 184773 33554432000 4194304 4196468 140726408884400 140726408866944 139746392850167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
/proc/27532/statm: 2712262 184773 3629 1 0 2674317 0
[pid=27532/tid=27585] ppid=27529 vsize=10849048 memory=739092 CPUtime=2445.49 cores=0,2,4,6
/proc/27532/task/27585/stat : 27585 (java) R 27529 27532 22219 0 -1 4202560 66147 13148 0 0 244497 45 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746364685936 139745983106971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27586] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.08 cores=0,2,4,6
/proc/27532/task/27586/stat : 27586 (java) S 27529 27532 22219 0 -1 1077944384 11999 13148 0 0 1146 55 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746397092496 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27587] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.06 cores=0,2,4,6
/proc/27532/task/27587/stat : 27587 (java) S 27529 27532 22219 0 -1 1077944384 12315 13148 0 0 1144 55 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746295982608 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27588] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.06 cores=0,2,4,6
/proc/27532/task/27588/stat : 27588 (java) S 27529 27532 22219 0 -1 1077944384 11203 13148 0 0 1142 57 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746294929808 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27589] ppid=27529 vsize=10849048 memory=739092 CPUtime=12.02 cores=0,2,4,6
/proc/27532/task/27589/stat : 27589 (java) S 27529 27532 22219 0 -1 1077944384 13577 13148 0 0 1143 52 4 3 20 0 15 0 474499711 11109425152 184773 33554432000 4194304 4196468 140726408884400 139746293877008 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27590] ppid=27529 vsize=10849048 memory=739092 CPUtime=10.8 cores=0,2,4,6
/proc/27532/task/27590/stat : 27590 (java) S 27529 27532 22219 0 -1 1077944384 12793 13148 0 0 1014 59 4 3 20 0 15 0 474499713 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745529990000 139746392861314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27591] ppid=27529 vsize=10849048 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27591/stat : 27591 (java) S 27529 27532 22219 0 -1 1077944384 41 13148 0 0 0 0 4 3 20 0 15 0 474499713 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745528936032 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27592] ppid=27529 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27592/stat : 27592 (java) S 27529 27532 22219 0 -1 1077944384 7 13148 0 0 0 0 4 3 20 0 15 0 474499714 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745283794304 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27593] ppid=27529 vsize=10849048 memory=43316 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27593/stat : 27593 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139744976394576 139746392868763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27594] ppid=27529 vsize=10849048 memory=164 CPUtime=4.98 cores=0,2,4,6
/proc/27532/task/27594/stat : 27594 (java) S 27529 27532 22219 0 -1 1077944384 21245 13148 0 0 484 7 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745495378288 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27595] ppid=27529 vsize=10849048 memory=281229493870800 CPUtime=4.85 cores=0,2,4,6
/proc/27532/task/27595/stat : 27595 (java) S 27529 27532 22219 0 -1 1077944384 26367 13148 0 0 472 6 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745494325488 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27596] ppid=27529 vsize=10849048 memory=739092 CPUtime=4.9 cores=0,2,4,6
/proc/27532/task/27596/stat : 27596 (java) S 27529 27532 22219 0 -1 1077944384 28309 13148 0 0 476 7 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745493272688 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27597] ppid=27529 vsize=10849048 memory=739092 CPUtime=0.07 cores=0,2,4,6
/proc/27532/task/27597/stat : 27597 (java) S 27529 27532 22219 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 474499716 11109425152 184773 33554432000 4194304 4196468 140726408884400 139744942835936 139746392860373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
[pid=27532/tid=27598] ppid=27529 vsize=10849048 memory=2024 CPUtime=1.34 cores=0,2,4,6
/proc/27532/task/27598/stat : 27598 (java) S 27529 27532 22219 0 -1 1077944384 1302 13148 0 0 57 70 4 3 20 0 15 0 474499717 11109425152 184773 33554432000 4194304 4196468 140726408884400 139745492221104 139746392861314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25501696 140726408891119 140726408893637 140726408893637 140726408896463 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 739092 KiB

Child status: 143
Real time (s): 2472.54
CPU time (s): 2520.11
CPU user time (s): 2516.57
CPU system time (s): 3.54504
CPU usage (%): 101.924
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 840680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.57
system time used= 3.54504
maximum resident set size= 841192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294000
involuntary context switches= 11941


# summary of solver processes directly reported to runsolver:
#   pid: 27532
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.57
#   total CPU system time (s): 3.54504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1669 second user time and 23.8971 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 13:26:13
IDJOB=4402976
IDBENCH=135868
IDSOLVER=2861
FILE ID=node106/4402976-1568982454
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 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 /tmp/evaluation-result-4402976-1568982454/watcher-4402976-1568982454 -o /tmp/evaluation-result-4402976-1568982454/solver-4402976-1568982454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402976-1568982454.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=1610828603

node106.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:         9697980 kB
MemAvailable:   31137480 kB
Buffers:           91848 kB
Cached:         21354744 kB
SwapCached:         4016 kB
Active:         11379932 kB
Inactive:       10794716 kB
Active(anon):     722652 kB
Inactive(anon):    48116 kB
Active(file):   10657280 kB
Inactive(file): 10746600 kB
Unevictable:      108680 kB
Mlocked:          108680 kB
SwapTotal:      67108860 kB
SwapFree:       66998096 kB
Dirty:             35360 kB
Writeback:            16 kB
AnonPages:        833100 kB
Mapped:            61792 kB
Shmem:             33860 kB
Slab:             492608 kB
SReclaimable:     464080 kB
SUnreclaim:        28528 kB
KernelStack:        3696 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1980352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23212 MiB
End job on node106 at 2019-09-20 14:07:26