Trace number 4387485

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.10SAT (TO)3 2520.09 2456.34

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-11-13.xml
MD5SUMb332b46b2d271d96c2352c0c61c10556
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark84.6157
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints4291
Number of domains1
Minimum domain size143
Maximum domain size143
Distribution of domain sizes[{"size":143,"count":143}]
Minimum variable degree122
Maximum variable degree122
Distribution of variable degrees[{"degree":122,"count":143}]
Minimum constraint arity4
Maximum constraint arity143
Distribution of constraint arities[{"arity":4,"count":4290},{"arity":143,"count":1}]
Number of extensional constraints0
Number of intensional constraints4290
Distribution of constraint types[{"type":"intension","count":4290},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.10.1560635388952 running
25.29/10.32	o 142
26.23/10.60	o 141
26.56/10.74	o 140
26.89/10.88	o 139
27.47/11.02	o 138
27.68/11.11	o 137
27.84/11.21	o 136
27.84/11.30	o 135
27.99/11.40	o 134
28.42/11.50	o 133
28.74/11.63	o 132
28.96/11.73	o 131
29.11/11.82	o 130
29.25/11.91	o 129
29.25/12.00	o 128
29.46/12.07	o 127
29.72/12.19	o 126
30.30/12.30	o 125
30.30/12.37	o 124
30.55/12.45	o 123
30.71/12.53	o 122
30.93/12.65	o 121
31.24/12.72	o 120
31.24/12.79	o 119
31.48/12.85	o 118
31.67/12.91	o 117
31.67/12.97	o 116
31.85/13.03	o 115
32.00/13.11	o 114
32.00/13.20	o 113
32.25/13.24	o 112
32.25/13.29	o 111
32.44/13.33	o 110
32.44/13.37	o 109
32.59/13.41	o 108
32.59/13.45	o 107
32.59/13.48	o 106
32.79/13.55	o 105
32.79/13.58	o 104
32.95/13.62	o 103
32.95/13.66	o 102
33.10/13.70	o 101
33.10/13.73	o 6
33.10/13.76	o 5
35.24/14.85	o 4
1492.73/1447.95	o 3
2520.03/2456.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2456.30		at concrete.MAC.mac(MAC.scala:189)
2520.03/2456.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2456.30		at scala.util.Try$.apply(Try.scala:212)
2520.03/2456.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2456.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2456.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2456.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2456.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2456.30		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2456.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2456.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2456.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2456.30		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2456.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.03/2456.30		at scala.util.Success.map(Try.scala:264)
2520.03/2456.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2456.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2456.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2456.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2456.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2456.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2456.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2456.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2456.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2456.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2456.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2456.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2456.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2456.31		at scala.App.main(App.scala:75)
2520.03/2456.31		at scala.App.main$(App.scala:73)
2520.03/2456.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2456.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2456.31	v <instantiation
2520.03/2456.31	v         cost = '3'>
2520.03/2456.31	v       <list>
2520.03/2456.31	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12]
2520.03/2456.31	v       </list>
2520.03/2456.31	v       <values>
2520.03/2456.31	v         0 0 0 0 0 0 1 1 3 3 3 3 3 0 1 1 1 2 3 0 2 1 2 2 2 3 0 2 2 3 1 1 3 0 3 1 1 2 0 0 2 3 2 1 2 1 3 0 0 2 3 1 1 0 2 1 2 3 0 3 0 1 3 0 2 1 1 2 0 3 2 0 3 3 2 0 1 0 1 2 1 3 3 3 0 0 2 2 1 3 1 1 3 3 2 0 1 1 2 1 3 0 0 2 2 1 3 3 0 2 2 0 2 0 3 2 1 3 1 3 2 3 0 3 1 0 1 0 2 3 3 3 0 1 1 3 2 0 3 2 0 1 2
2520.03/2456.31	v       </values>
2520.03/2456.31	v     </instantiation>
2520.03/2456.31	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387485-1568307502/watcher-4387485-1568307502 -o /tmp/evaluation-result-4387485-1568307502/solver-4387485-1568307502 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1980503280 HOME/instance-4387485-1568307502.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=10497, runsolver pid=10494

[startup+0.109917 s]*
/proc/loadavg: 1.49 1.45 1.46 3/218 10554
/proc/meminfo: memFree=21842432/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10186436 memory=21960 CPUtime=0.11 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 4740 13295 0 0 2 1 5 3 20 0 8 0 406692120 10430910464 5490 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2546609 5490 2064 1 0 2535047 0
[pid=10497/tid=10550] ppid=10494 vsize=10355560 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 2533 13295 0 0 1 0 5 3 20 0 9 0 406692129 10604093440 6059 33554432000 4194304 4196468 140734864106256 140398109966192 140398130873939 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10355564 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 9 0 406692130 10604097536 6059 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10355560 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 9 0 406692130 10604093440 6063 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 9 0 406692130 10604093440 6063 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 9 0 406692130 10604093440 6063 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10355560 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 9 0 406692132 10604093440 6063 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 13 13295 0 0 0 0 5 3 20 0 9 0 406692132 10604093440 6063 33554432000 4194304 4196468 140734864106256 140397045081248 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 9 0 406692132 10604093440 6063 33554432000 4194304 4196468 140734864106256 140396910863152 140398138140373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10186436 KiB
Current children cumulated memory: 21960 KiB

[startup+0.210949 s]*
/proc/loadavg: 1.49 1.45 1.46 3/227 10563
/proc/meminfo: memFree=21828064/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10818940 memory=38012 CPUtime=0.26 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 6861 13295 0 0 17 1 5 3 20 0 15 0 406692120 11078594560 9503 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2704735 9503 2971 1 0 2667149 0
[pid=10497/tid=10550] ppid=10494 vsize=10818940 memory=7822038051842263955 CPUtime=0.18 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 3365 13295 0 0 10 0 5 3 20 0 15 0 406692129 11078594560 9577 33554432000 4194304 4196468 140734864106256 140398109963024 140398122210654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11078594560 9577 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10818940 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11078594560 9577 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11078594560 9577 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406692130 11078594560 9577 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10818940 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406692132 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 13 13295 0 0 0 0 5 3 20 0 15 0 406692132 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397045081248 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692132 11078594560 9577 33554432000 4194304 4196468 140734864106256 140396910863088 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 366 13295 0 0 1 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 279 13295 0 0 1 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10818940 memory=140671359911552 CPUtime=0.11 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) R 10494 10497 2339 0 -1 4202560 630 13295 0 0 3 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397661579760 140398138151514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10818940 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692135 11078594560 9577 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38012 KiB

[startup+0.310312 s]*
/proc/loadavg: 1.49 1.45 1.46 3/227 10563
/proc/meminfo: memFree=21816016/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10819236 memory=46808 CPUtime=0.4 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 10470 13295 0 0 29 3 5 3 20 0 15 0 406692120 11078897664 11702 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2704812 11702 3030 1 0 2667149 0
[pid=10497/tid=10550] ppid=10494 vsize=10819432 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 6977 13295 0 0 19 2 5 3 20 0 15 0 406692129 11079098368 11768 33554432000 4194304 4196468 140734864106256 140398109957840 140398061206501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10819432 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11079098368 11768 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10819432 memory=1398720917958146503 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11079098368 11768 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11079098368 11768 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406692130 11079098368 11768 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406692132 11079098368 11768 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 13 13295 0 0 0 0 5 3 20 0 15 0 406692132 11079098368 11768 33554432000 4194304 4196468 140734864106256 140397045081248 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10819432 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692132 11079098368 11768 33554432000 4194304 4196468 140734864106256 140396910863088 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10819452 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11079118848 11768 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10819452 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 368 13295 0 0 2 0 5 3 20 0 15 0 406692135 11079118848 11768 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10819452 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 279 13295 0 0 1 0 5 3 20 0 15 0 406692135 11079118848 11768 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10819452 memory=140671359911552 CPUtime=0.13 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 653 13295 0 0 5 0 5 3 20 0 15 0 406692135 11079118848 11768 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10819452 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11079118848 11768 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10819456 memory=140671359911552 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692135 11079122944 11768 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819236 KiB
Current children cumulated memory: 46808 KiB

[startup+0.700703 s]
/proc/loadavg: 1.49 1.45 1.46 6/227 10563
/proc/meminfo: memFree=21800856/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10824340 memory=80448 CPUtime=1.15 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 14829 13295 0 0 102 5 5 3 20 0 15 0 406692120 11084124160 20112 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2706085 20112 3507 1 0 2668173 0
[pid=10497/tid=10550] ppid=10494 vsize=10824340 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 10473 13295 0 0 55 4 5 3 20 0 15 0 406692129 11084124160 20112 33554432000 4194304 4196468 140734864106256 140398109952592 140398138152093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10824340 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11084124160 20112 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10824340 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11084124160 20112 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10824340 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692130 11084124160 20112 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10824340 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 2 13295 0 0 0 0 5 3 20 0 15 0 406692130 11084124160 20112 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10824340 memory=7379241883359864663 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 5 13295 0 0 0 0 5 3 20 0 15 0 406692132 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10824340 memory=7525062362447040853 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 13 13295 0 0 0 0 5 3 20 0 15 0 406692132 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397045081248 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10824340 memory=7236547281622689387 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692132 11084124160 20112 33554432000 4194304 4196468 140734864106256 140396910863088 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10824340 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10824340 memory=8175850200296204875 CPUtime=0.21 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 635 13295 0 0 13 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10824340 memory=6944656591801717918 CPUtime=0.22 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 644 13295 0 0 14 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 836 13295 0 0 17 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10824340 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692135 11084124160 20112 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80448 KiB

[startup+1.50073 s]
/proc/loadavg: 1.49 1.45 1.46 5/227 10563
/proc/meminfo: memFree=21734404/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10832608 memory=229684 CPUtime=3.36 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 25189 13295 0 0 318 10 5 3 20 0 15 0 406692120 11092590592 57421 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2708152 57421 3578 1 0 2670221 0
[pid=10497/tid=10550] ppid=10494 vsize=10832608 memory=56 CPUtime=1.42 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 14945 13295 0 0 128 6 5 3 20 0 15 0 406692129 11092590592 57421 33554432000 4194304 4196468 140734864106256 140398109962552 140398116133085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 239 13295 0 0 1 0 5 3 20 0 15 0 406692130 11092590592 57421 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 27 13295 0 0 1 0 5 3 20 0 15 0 406692130 11092590592 57421 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10832608 memory=16642998275760 CPUtime=0.1 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 44 13295 0 0 2 0 5 3 20 0 15 0 406692130 11092590592 57421 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10832608 memory=7681421201142647344 CPUtime=0.1 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 74 13295 0 0 2 0 5 3 20 0 15 0 406692130 11092590592 57421 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10832608 memory=-5587106306044206369 CPUtime=0.09 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 928 13295 0 0 1 0 5 3 20 0 15 0 406692132 11092590592 57421 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10832608 memory=7681407974647166620 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 14 13295 0 0 0 0 5 3 20 0 15 0 406692132 11092590592 57421 33554432000 4194304 4196468 140734864106256 140397045081312 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10832608 memory=3472328296227736225 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 1 13295 0 0 0 0 5 3 20 0 15 0 406692132 11092590592 57421 33554432000 4194304 4196468 140734864106256 140396910863104 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10832608 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11092590592 57421 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10832608 memory=-3258418265892434876 CPUtime=0.72 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 2189 13295 0 0 64 0 5 3 20 0 15 0 406692135 11092590592 57421 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10832608 memory=6944656575208382560 CPUtime=0.81 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 2634 13295 0 0 73 0 5 3 20 0 15 0 406692135 11092590592 57421 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10832608 memory=-7595718147998060693 CPUtime=0.49 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 1875 13295 0 0 41 0 5 3 20 0 15 0 406692135 11092590592 57421 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0

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

/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 103421 13295 0 0 235831 61 5 3 20 0 15 0 406692129 11107291136 488116 33554432000 4194304 4196468 140734864106256 140398109966576 140398120650430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10846964 memory=1952464 CPUtime=13.6 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 40921 13295 0 0 1303 49 5 3 20 0 15 0 406692130 11107291136 488116 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10846964 memory=1952464 CPUtime=13.59 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 33427 13295 0 0 1308 43 5 3 20 0 15 0 406692130 11107291136 488116 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10846964 memory=1952464 CPUtime=13.61 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 26882 13295 0 0 1310 43 5 3 20 0 15 0 406692130 11107291136 488116 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10846964 memory=1952464 CPUtime=13.61 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 43169 13295 0 0 1305 48 5 3 20 0 15 0 406692130 11107291136 488116 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10846964 memory=1952464 CPUtime=7.75 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 28940 13295 0 0 723 44 5 3 20 0 15 0 406692132 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10846964 memory=1952464 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 23 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397045081312 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10846964 memory=2492 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 11 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488116 33554432000 4194304 4196468 140734864106256 140396910863104 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10846964 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10846964 memory=1952464 CPUtime=9.13 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 23491 13295 0 0 900 5 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10846964 memory=1952464 CPUtime=9.43 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 28283 13295 0 0 929 6 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10846964 memory=0 CPUtime=4.1 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 20421 13295 0 0 397 5 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10846964 memory=185740155703873 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10846964 memory=1952464 CPUtime=1.43 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1900 13295 0 0 66 69 5 3 20 0 15 0 406692135 11107291136 488116 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 2444.63 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1952464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.73 1.49 1.39 3/227 10942
/proc/meminfo: memFree=21298152/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2505.77 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 357147 13295 0 0 250229 340 5 3 20 0 15 0 406692120 11107291136 488381 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2711741 488381 3628 1 0 2673805 0
[pid=10497/tid=10550] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2418.33 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 104940 13295 0 0 241764 61 5 3 20 0 15 0 406692129 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398109966656 140397746172169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10846964 memory=1953524 CPUtime=13.97 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 41296 13295 0 0 1340 49 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10846964 memory=1953524 CPUtime=13.98 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 33483 13295 0 0 1345 45 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 27991 13295 0 0 1348 44 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 43447 13295 0 0 1343 49 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10846964 memory=1953524 CPUtime=7.98 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 29602 13295 0 0 745 45 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 23 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397045081312 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 11 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396910863104 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.13 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 23497 13295 0 0 900 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.43 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 28287 13295 0 0 929 6 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10846964 memory=1953524 CPUtime=4.1 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 20425 13295 0 0 397 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10846964 memory=1953524 CPUtime=1.47 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1929 13295 0 0 68 71 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 2505.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1953524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.3 s]
/proc/loadavg: 1.65 1.48 1.39 3/227 10943
/proc/meminfo: memFree=21298452/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2520.03 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 358707 13295 0 0 251653 342 5 3 20 0 15 0 406692120 11107291136 488381 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2711741 488381 3628 1 0 2673805 0
[pid=10497/tid=10550] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2432.18 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 105446 13295 0 0 243148 62 5 3 20 0 15 0 406692129 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398109966080 140397746171975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10846964 memory=1720 CPUtime=14.07 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 41305 13295 0 0 1349 50 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.07 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 33990 13295 0 0 1354 45 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.09 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 28065 13295 0 0 1357 44 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.09 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 43594 13295 0 0 1352 49 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10846964 memory=1953524 CPUtime=8.02 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 29893 13295 0 0 749 45 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 23 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397045081312 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 11 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396910863104 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.13 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 23499 13295 0 0 900 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.43 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 28290 13295 0 0 929 6 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10846964 memory=1953524 CPUtime=4.1 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 20427 13295 0 0 397 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10846964 memory=5868 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10846964 memory=1953524 CPUtime=1.47 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1948 13295 0 0 68 71 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1953524 KiB

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

[startup+2456.34 s]
# the end of solver process 10497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.61 s, system=3.47875 s

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

[startup+2456.3 s]
/proc/loadavg: 1.65 1.48 1.39 3/227 10943
/proc/meminfo: memFree=21298452/32770624 swapFree=66952812/67108860
[pid=10497] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2520.03 cores=0,2,4,6
/proc/10497/stat : 10497 (java) S 10494 10497 2339 0 -1 1077944320 358707 13295 0 0 251653 342 5 3 20 0 15 0 406692120 11107291136 488381 33554432000 4194304 4196468 140734864106256 140734864088800 140398138130167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
/proc/10497/statm: 2711741 488381 3628 1 0 2673805 0
[pid=10497/tid=10550] ppid=10494 vsize=10846964 memory=1953524 CPUtime=2432.18 cores=0,2,4,6
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 2339 0 -1 4202560 105446 13295 0 0 243148 62 5 3 20 0 15 0 406692129 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398109966080 140397746171975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10551] ppid=10494 vsize=10846964 memory=1720 CPUtime=14.07 cores=0,2,4,6
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 2339 0 -1 1077944384 41305 13295 0 0 1349 50 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398142372880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10552] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.07 cores=0,2,4,6
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 2339 0 -1 1077944384 33990 13295 0 0 1354 45 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398057192592 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10553] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.09 cores=0,2,4,6
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 2339 0 -1 1077944384 28065 13295 0 0 1357 44 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398056139536 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10554] ppid=10494 vsize=10846964 memory=1953524 CPUtime=14.09 cores=0,2,4,6
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 2339 0 -1 1077944384 43594 13295 0 0 1352 49 5 3 20 0 15 0 406692130 11107291136 488381 33554432000 4194304 4196468 140734864106256 140398055086992 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10555] ppid=10494 vsize=10846964 memory=1953524 CPUtime=8.02 cores=0,2,4,6
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 2339 0 -1 1077944384 29893 13295 0 0 749 45 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397664737520 140398138141314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10556] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 2339 0 -1 1077944384 23 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397045081312 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10557] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 2339 0 -1 1077944384 11 13295 0 0 0 0 5 3 20 0 15 0 406692132 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396910863104 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10558] ppid=10494 vsize=10846964 memory=1953524 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396670572496 140398138148763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10559] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.13 cores=0,2,4,6
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 2339 0 -1 1077944384 23499 13295 0 0 900 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397663685360 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10560] ppid=10494 vsize=10846964 memory=1953524 CPUtime=9.43 cores=0,2,4,6
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 2339 0 -1 1077944384 28290 13295 0 0 929 6 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397662632816 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10561] ppid=10494 vsize=10846964 memory=1953524 CPUtime=4.1 cores=0,2,4,6
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 2339 0 -1 1077944384 20427 13295 0 0 397 5 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397661579760 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10562] ppid=10494 vsize=10846964 memory=5868 CPUtime=0.08 cores=0,2,4,6
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 2339 0 -1 1077944384 3 13295 0 0 0 0 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140396637014880 140398138140373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
[pid=10497/tid=10563] ppid=10494 vsize=10846964 memory=1953524 CPUtime=1.47 cores=0,2,4,6
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 2339 0 -1 1077944384 1948 13295 0 0 68 71 5 3 20 0 15 0 406692135 11107291136 488381 33554432000 4194304 4196468 140734864106256 140397660527152 140398138141314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 6496256 140734864108277 140734864110789 140734864110789 140734864113615 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1953524 KiB

Child status: 143
Real time (s): 2456.34
CPU time (s): 2520.09
CPU user time (s): 2516.61
CPU system time (s): 3.47875
CPU usage (%): 102.595
Max. virtual memory (cumulated for all children) (KiB): 10849612
Max. memory (cumulated for all children) (KiB): 2207924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.61
system time used= 3.47876
maximum resident set size= 2209460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234105
involuntary context switches= 7438


# summary of solver processes directly reported to runsolver:
#   pid: 10497
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.61
#   total CPU system time (s): 3.47875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7805 second user time and 23.8651 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 18:57:39
IDJOB=4387485
IDBENCH=139748
IDSOLVER=2823
FILE ID=node117/4387485-1568307502
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 58884 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-11-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387485-1568307502/watcher-4387485-1568307502 -o /tmp/evaluation-result-4387485-1568307502/solver-4387485-1568307502 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1980503280 HOME/instance-4387485-1568307502.xml

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

MD5SUM BENCH= b332b46b2d271d96c2352c0c61c10556
RANDOM SEED=1980503280

node117.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.75
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.75
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.75
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.75
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:        21852864 kB
MemAvailable:   29624308 kB
Buffers:          185480 kB
Cached:          7813100 kB
SwapCached:        52484 kB
Active:          3550648 kB
Inactive:        6688268 kB
Active(anon):    2196804 kB
Inactive(anon):    85456 kB
Active(file):    1353844 kB
Inactive(file):  6602812 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35228 kB
Writeback:             0 kB
AnonPages:       2303976 kB
Mapped:            56828 kB
Shmem:             32816 kB
Slab:             271280 kB
SReclaimable:     243248 kB
SUnreclaim:        28032 kB
KernelStack:        3984 kB
PageTables:        10396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3300848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2115584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58848 MiB
End job on node117 at 2019-09-12 19:38:36