Trace number 4401173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)119 2520.07 2471.74

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"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.77/0.55	c Concrete v3.12.2.1568631193530 running
9.25/3.83	o 265
9.25/3.85	o 258
9.25/3.87	o 254
9.25/3.88	o 244
9.58/3.90	o 236
11.65/5.32	o 235
11.65/5.33	o 234
11.95/5.44	o 232
11.95/5.45	o 231
12.24/5.51	o 230
12.50/5.66	o 227
12.50/5.67	o 223
12.50/5.67	o 218
12.50/5.67	o 214
12.69/5.72	o 212
12.69/5.78	o 211
17.09/8.23	o 204
17.09/8.23	o 199
17.09/8.23	o 195
17.24/8.31	o 193
17.24/8.31	o 192
17.74/8.60	o 191
17.90/8.72	o 190
17.90/8.73	o 189
17.90/8.73	o 177
18.05/8.80	o 173
18.05/8.80	o 172
18.21/8.92	o 171
18.21/8.92	o 170
68.01/55.48	o 166
82.72/69.43	o 165
82.72/69.44	o 164
83.75/70.44	o 162
117.88/103.60	o 159
134.45/119.67	o 158
140.67/125.65	o 149
140.67/125.65	o 144
140.67/125.65	o 143
140.67/125.67	o 139
140.67/125.68	o 138
737.24/712.99	o 136
737.24/712.99	o 134
737.24/713.00	o 133
737.24/713.00	o 132
737.36/713.03	o 130
737.57/713.29	o 127
826.18/800.56	o 126
828.62/803.00	o 125
1002.28/974.38	o 123
1002.28/974.39	o 120
1002.28/974.40	o 119
2520.02/2471.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2471.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2471.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2471.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2471.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2471.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2471.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2471.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2471.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2471.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2471.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2471.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2471.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2471.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2471.70		at scala.Option.map(Option.scala:243)
2520.02/2471.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2471.70		at concrete.MAC.mac(MAC.scala:216)
2520.02/2471.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2471.70		at scala.util.Try$.apply(Try.scala:212)
2520.02/2471.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2471.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2471.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2471.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2471.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2471.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2471.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2471.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2471.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2471.70		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2471.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2471.70		at scala.util.Success.map(Try.scala:264)
2520.02/2471.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2471.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2471.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2471.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2471.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2471.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2471.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2471.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2471.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2471.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2471.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2471.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2471.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2471.70		at scala.App.main(App.scala:75)
2520.02/2471.70		at scala.App.main$(App.scala:73)
2520.02/2471.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2471.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2471.71	v <instantiation
2520.02/2471.71	v         cost = '119'>
2520.02/2471.71	v       <list>
2520.02/2471.71	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.02/2471.71	v       </list>
2520.02/2471.71	v       <values>
2520.02/2471.71	v         12 16 18 26 28 23 15 9 7 0 1 2 4 5 6 3 8 14 11 20 25 27 29 24 22 21 19 17 13 10 2 7 4 5 2 6 4 4 10 8 1 1 3 2 4 12 8 3 6 6 3 4 3 2 1 1 2 3 1 1
2520.02/2471.71	v       </values>
2520.02/2471.71	v     </instantiation>
2520.02/2471.71	s SATISFIABLE

Verifier Data

OK	119

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14980 MiB free)
  memory of node 1: 16384 MiB (14445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401173-1568689511/watcher-4401173-1568689511 -o /tmp/evaluation-result-4401173-1568689511/solver-4401173-1568689511 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22997 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401173-1568689511.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
solver pid=30323, runsolver pid=30320
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 1.41 1.37 1.40 3/225 30380
/proc/meminfo: memFree=30125564/32770624 swapFree=67004544/67108860
[pid=30323] ppid=30320 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 4353 13280 0 0 1 0 5 3 20 0 6 0 445190754 10212057088 4649 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2493178 4649 1935 1 0 2481616 0
[pid=30323/tid=30376] ppid=30320 vsize=9972712 memory=4279135704014094991 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 2159 13280 0 0 1 0 5 3 20 0 6 0 445190763 10212057088 4649 33554432000 4194304 4196468 140724257273520 139960199451216 139960212737392 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 445190763 10212057088 4649 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=9972712 memory=140689700169344 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 445190763 10212057088 4649 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 445190763 10212057088 4649 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 6 0 445190763 10212057088 4649 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210502 s]*
/proc/loadavg: 1.41 1.37 1.40 4/234 30389
/proc/meminfo: memFree=30105740/32770624 swapFree=67004544/67108860
[pid=30323] ppid=30320 vsize=10820196 memory=41348 CPUtime=0.27 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 7188 13280 0 0 19 0 5 3 20 0 15 0 445190754 11079880704 10337 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2705049 10337 3279 1 0 2667149 0
[pid=30323/tid=30376] ppid=30320 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 3666 13280 0 0 11 0 5 3 20 0 15 0 445190763 11079880704 10337 33554432000 4194304 4196468 140724257273520 139960199446656 139960227636381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 10337 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10820196 memory=140689700169344 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 10337 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 10337 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 10337 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10820196 memory=140689700169344 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 445190765 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 445190765 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959686087584 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190766 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959092634608 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11079880704 10337 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 585 13280 0 0 1 0 5 3 20 0 15 0 445190768 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 75 13280 0 0 1 0 5 3 20 0 15 0 445190768 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10820196 memory=140689700169344 CPUtime=0.11 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) S 30320 30323 22966 0 -1 1077944384 609 13280 0 0 3 0 5 3 20 0 15 0 445190768 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959650425584 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11079880704 10337 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10820196 memory=140689700169344 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190769 11079880704 10337 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41348 KiB

[startup+0.311011 s]*
/proc/loadavg: 1.41 1.37 1.40 3/234 30389
/proc/meminfo: memFree=30093304/32770624 swapFree=67004544/67108860
[pid=30323] ppid=30320 vsize=10820196 memory=49560 CPUtime=0.4 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 10643 13280 0 0 30 2 5 3 20 0 15 0 445190754 11079880704 12390 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2705049 12390 3310 1 0 2667149 0
[pid=30323/tid=30376] ppid=30320 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 7112 13280 0 0 20 2 5 3 20 0 15 0 445190763 11079880704 12390 33554432000 4194304 4196468 140724257273520 139960199423408 139960211694942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 12390 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 12390 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 12390 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 445190763 11079880704 12390 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 445190765 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 445190765 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959686087584 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190766 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959092634608 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11079880704 12390 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 585 13280 0 0 1 0 5 3 20 0 15 0 445190768 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 76 13280 0 0 2 0 5 3 20 0 15 0 445190768 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) R 30320 30323 22966 0 -1 4202560 616 13280 0 0 5 0 5 3 20 0 15 0 445190768 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959650425584 139960227626390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11079880704 12390 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190769 11079880704 12390 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49560 KiB

[startup+0.704061 s]
/proc/loadavg: 1.41 1.37 1.40 5/234 30389
/proc/meminfo: memFree=30080268/32770624 swapFree=67004544/67108860
[pid=30323] ppid=30320 vsize=10824364 memory=81676 CPUtime=1.15 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 14650 13280 0 0 103 4 5 3 20 0 15 0 445190754 11084148736 20419 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2706091 20419 3510 1 0 2668173 0
[pid=30323/tid=30376] ppid=30320 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 10091 13280 0 0 56 3 5 3 20 0 15 0 445190763 11084148736 20419 33554432000 4194304 4196468 140724257273520 139960199441408 139960227636477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11084148736 20419 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10824364 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11084148736 20419 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190763 11084148736 20419 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 445190763 11084148736 20419 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 6 13280 0 0 0 0 5 3 20 0 15 0 445190765 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 445190765 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959686087584 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190766 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959092634608 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11084148736 20419 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10824364 memory=13252 CPUtime=0.21 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) R 30320 30323 22966 0 -1 1077944384 994 13280 0 0 13 0 5 3 20 0 15 0 445190768 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10824364 memory=15460 CPUtime=0.23 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) R 30320 30323 22966 0 -1 4202560 493 13280 0 0 15 0 5 3 20 0 15 0 445190768 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959651478128 139960212729563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) R 30320 30323 22966 0 -1 4202560 815 13280 0 0 17 0 5 3 20 0 15 0 445190768 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959650425584 139960211694942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11084148736 20419 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190769 11084148736 20419 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81676 KiB

[startup+1.50078 s]
/proc/loadavg: 1.41 1.37 1.40 4/234 30389
/proc/meminfo: memFree=30034088/32770624 swapFree=67004544/67108860
[pid=30323] ppid=30320 vsize=10834680 memory=170692 CPUtime=2.55 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 21625 13280 0 0 237 10 5 3 20 0 15 0 445190754 11094712320 42673 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2708670 42673 3577 1 0 2670733 0
[pid=30323/tid=30376] ppid=30320 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 14991 13280 0 0 131 5 5 3 20 0 15 0 445190763 11094712320 42673 33554432000 4194304 4196468 140724257273520 139960199419264 139960227626390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 354 13280 0 0 0 0 5 3 20 0 15 0 445190763 11094712320 42673 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 27 13280 0 0 0 0 5 3 20 0 15 0 445190763 11094712320 42673 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 72 13280 0 0 1 0 5 3 20 0 15 0 445190763 11094712320 42673 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 57 13280 0 0 1 0 5 3 20 0 15 0 445190763 11094712320 42673 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 119 13280 0 0 1 0 5 3 20 0 15 0 445190765 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10834680 memory=281379145328896 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 34 13280 0 0 0 0 5 3 20 0 15 0 445190765 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959686087648 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190766 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959092634624 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10834680 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11094712320 42673 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10834680 memory=6032 CPUtime=0.38 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 1452 13280 0 0 30 0 5 3 20 0 15 0 445190768 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10834680 memory=1056 CPUtime=0.36 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 663 13280 0 0 28 0 5 3 20 0 15 0 445190768 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10834680 memory=1540 CPUtime=0.48 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) R 30320 30323 22966 0 -1 4202560 1643 13280 0 0 40 0 5 3 20 0 15 0 445190768 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959650425584 139960220711291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10834680 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11094712320 42673 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10834680 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 445190769 11094712320 42673 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834680 KiB

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

/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 59893 13280 0 0 235760 43 5 3 20 0 15 0 445190763 11109425152 176200 33554432000 4194304 4196468 140724257273520 139960199449520 139959795259584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10849048 memory=704800 CPUtime=11.07 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 8235 13280 0 0 1046 53 5 3 20 0 15 0 445190763 11109425152 176200 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10849048 memory=704800 CPUtime=11.06 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 9018 13280 0 0 1045 53 5 3 20 0 15 0 445190763 11109425152 176200 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10849048 memory=704800 CPUtime=11.02 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 8937 13280 0 0 1043 51 5 3 20 0 15 0 445190763 11109425152 176200 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10849048 memory=704800 CPUtime=11.04 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 10289 13280 0 0 1043 53 5 3 20 0 15 0 445190763 11109425152 176200 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10849048 memory=709420 CPUtime=9.85 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 11078 13280 0 0 924 53 5 3 20 0 15 0 445190765 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10849048 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 40 13280 0 0 0 0 5 3 20 0 15 0 445190765 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959686087648 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10849048 memory=704800 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 6 13280 0 0 0 0 5 3 20 0 15 0 445190766 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959092634624 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10849048 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176200 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10849048 memory=1716 CPUtime=5.55 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 22957 13280 0 0 540 7 5 3 20 0 15 0 445190768 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10849048 memory=1984 CPUtime=5.69 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 26691 13280 0 0 554 7 5 3 20 0 15 0 445190768 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10849048 memory=704800 CPUtime=5.14 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) S 30320 30323 22966 0 -1 1077944384 30208 13280 0 0 498 8 5 3 20 0 15 0 445190768 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959650425584 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 75 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10849048 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176200 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10849048 memory=47864 CPUtime=1.45 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 962 13280 0 0 67 70 5 3 20 0 15 0 445190769 11109425152 176200 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 73 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 2429.37 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 704800 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.41 1.41 3/230 30749
/proc/meminfo: memFree=29948196/32770624 swapFree=67004556/67108860
[pid=30323] ppid=30320 vsize=10849048 memory=706848 CPUtime=2490.23 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 191368 13280 0 0 248668 347 5 3 20 0 15 0 445190754 11109425152 176712 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2712262 176712 3630 1 0 2674317 0
[pid=30323/tid=30376] ppid=30320 vsize=10849048 memory=706848 CPUtime=2417.54 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 60365 13280 0 0 241702 44 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960199449744 139959793262667 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.36 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 8262 13280 0 0 1073 55 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.35 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 9253 13280 0 0 1073 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10849048 memory=704800 CPUtime=11.3 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 8959 13280 0 0 1070 52 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.32 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 10339 13280 0 0 1070 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10849048 memory=706848 CPUtime=10.1 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 11110 13280 0 0 948 54 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 40 13280 0 0 0 0 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959686087648 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 6 13280 0 0 0 0 5 3 20 0 15 0 445190766 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959092634624 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10849048 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.55 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 22957 13280 0 0 540 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.7 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 26691 13280 0 0 555 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.14 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) S 30320 30323 22966 0 -1 1077944384 30208 13280 0 0 498 8 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959650425584 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 75 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10849048 memory=2052 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10849048 memory=706848 CPUtime=1.48 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 966 13280 0 0 68 72 5 3 20 0 15 0 445190769 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 2490.23 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 706848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.7 s]
/proc/loadavg: 1.53 1.44 1.42 3/230 30749
/proc/meminfo: memFree=29929960/32770624 swapFree=67004556/67108860
[pid=30323] ppid=30320 vsize=10849048 memory=706848 CPUtime=2520.02 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 192197 13280 0 0 251645 349 5 3 20 0 15 0 445190754 11109425152 176712 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2712262 176712 3630 1 0 2674317 0
[pid=30323/tid=30376] ppid=30320 vsize=10849048 memory=2376 CPUtime=2446.67 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 60723 13280 0 0 244615 44 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960199448736 139959792584714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.49 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 8272 13280 0 0 1086 55 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.49 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 9354 13280 0 0 1087 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.43 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 8962 13280 0 0 1083 52 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.45 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 10481 13280 0 0 1083 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10849048 memory=706848 CPUtime=10.21 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 11304 13280 0 0 958 55 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 40 13280 0 0 0 0 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959686087648 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 6 13280 0 0 0 0 5 3 20 0 15 0 445190766 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959092634624 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.55 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 22959 13280 0 0 540 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.7 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 26693 13280 0 0 555 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.14 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) S 30320 30323 22966 0 -1 1077944384 30210 13280 0 0 498 8 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959650425584 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10849048 memory=706848 CPUtime=1.5 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 981 13280 0 0 69 73 5 3 20 0 15 0 445190769 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 706848 KiB

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

[startup+2471.74 s]
# the end of solver process 30323 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.53845 s

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

[startup+2471.7 s]
/proc/loadavg: 1.53 1.44 1.42 3/230 30749
/proc/meminfo: memFree=29929960/32770624 swapFree=67004556/67108860
[pid=30323] ppid=30320 vsize=10849048 memory=706848 CPUtime=2520.02 cores=0,2,4,6
/proc/30323/stat : 30323 (java) S 30320 30323 22966 0 -1 1077944320 192197 13280 0 0 251645 349 5 3 20 0 15 0 445190754 11109425152 176712 33554432000 4194304 4196468 140724257273520 140724257256064 139960227614455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
/proc/30323/statm: 2712262 176712 3630 1 0 2674317 0
[pid=30323/tid=30376] ppid=30320 vsize=10849048 memory=2376 CPUtime=2446.67 cores=0,2,4,6
/proc/30323/task/30376/stat : 30376 (java) R 30320 30323 22966 0 -1 4202560 60723 13280 0 0 244615 44 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960199448736 139959792584714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30377] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.49 cores=0,2,4,6
/proc/30323/task/30377/stat : 30377 (java) S 30320 30323 22966 0 -1 1077944384 8272 13280 0 0 1086 55 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960231856912 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30378] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.49 cores=0,2,4,6
/proc/30323/task/30378/stat : 30378 (java) S 30320 30323 22966 0 -1 1077944384 9354 13280 0 0 1087 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960120130448 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30379] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.43 cores=0,2,4,6
/proc/30323/task/30379/stat : 30379 (java) S 30320 30323 22966 0 -1 1077944384 8962 13280 0 0 1083 52 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960119077904 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30380] ppid=30320 vsize=10849048 memory=706848 CPUtime=11.45 cores=0,2,4,6
/proc/30323/task/30380/stat : 30380 (java) S 30320 30323 22966 0 -1 1077944384 10481 13280 0 0 1083 54 5 3 20 0 15 0 445190763 11109425152 176712 33554432000 4194304 4196468 140724257273520 139960118025360 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30381] ppid=30320 vsize=10849048 memory=706848 CPUtime=10.21 cores=0,2,4,6
/proc/30323/task/30381/stat : 30381 (java) S 30320 30323 22966 0 -1 1077944384 11304 13280 0 0 958 55 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959687141360 139960227625602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30382] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30382/stat : 30382 (java) S 30320 30323 22966 0 -1 1077944384 40 13280 0 0 0 0 5 3 20 0 15 0 445190765 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959686087648 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30383] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30383/stat : 30383 (java) S 30320 30323 22966 0 -1 1077944384 6 13280 0 0 0 0 5 3 20 0 15 0 445190766 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959092634624 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30384] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30384/stat : 30384 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958785235152 139960227633051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30385] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.55 cores=0,2,4,6
/proc/30323/task/30385/stat : 30385 (java) S 30320 30323 22966 0 -1 1077944384 22959 13280 0 0 540 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959652530672 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30386] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.7 cores=0,2,4,6
/proc/30323/task/30386/stat : 30386 (java) S 30320 30323 22966 0 -1 1077944384 26693 13280 0 0 555 7 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959651478128 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30387] ppid=30320 vsize=10849048 memory=706848 CPUtime=5.14 cores=0,2,4,6
/proc/30323/task/30387/stat : 30387 (java) S 30320 30323 22966 0 -1 1077944384 30210 13280 0 0 498 8 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959650425584 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30388] ppid=30320 vsize=10849048 memory=706848 CPUtime=0.08 cores=0,2,4,6
/proc/30323/task/30388/stat : 30388 (java) S 30320 30323 22966 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 445190768 11109425152 176712 33554432000 4194304 4196468 140724257273520 139958751677536 139960227624661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
[pid=30323/tid=30389] ppid=30320 vsize=10849048 memory=706848 CPUtime=1.5 cores=0,2,4,6
/proc/30323/task/30389/stat : 30389 (java) S 30320 30323 22966 0 -1 1077944384 981 13280 0 0 69 73 5 3 20 0 15 0 445190769 11109425152 176712 33554432000 4194304 4196468 140724257273520 139959649372464 139960227625602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 8114176 140724257278704 140724257281221 140724257281221 140724257284047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 706848 KiB

Child status: 143
Real time (s): 2471.74
CPU time (s): 2520.07
CPU user time (s): 2516.53
CPU system time (s): 3.53845
CPU usage (%): 101.955
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 819796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.53845
maximum resident set size= 821844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284506
involuntary context switches= 10148


# summary of solver processes directly reported to runsolver:
#   pid: 30323
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.53845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6275 second user time and 21.846 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 05:04:32
IDJOB=4401173
IDBENCH=135866
IDSOLVER=2857
FILE ID=node133/4401173-1568689511
RUNJOBID= node133-1568673291-22997
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401173-1568689511/watcher-4401173-1568689511 -o /tmp/evaluation-result-4401173-1568689511/solver-4401173-1568689511 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22997 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401173-1568689511.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=520998890

node133.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.18
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.18
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.18
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.18
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:        30131636 kB
MemAvailable:   31007256 kB
Buffers:          242652 kB
Cached:           923628 kB
SwapCached:         3188 kB
Active:          1465428 kB
Inactive:         587744 kB
Active(anon):     910628 kB
Inactive(anon):    25172 kB
Active(file):     554800 kB
Inactive(file):   562572 kB
Unevictable:      110508 kB
Mlocked:          110508 kB
SwapTotal:      67108860 kB
SwapFree:       67004544 kB
Dirty:             35332 kB
Writeback:             0 kB
AnonPages:        995740 kB
Mapped:            62052 kB
Shmem:             40096 kB
Slab:             177400 kB
SReclaimable:     148168 kB
SUnreclaim:        29232 kB
KernelStack:        3888 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2001524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59504 MiB
End job on node133 at 2019-09-17 05:45:44