Trace number 4401517

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)3 2400.07 2340.93

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 benchmark83.9194
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.76/0.55	c Concrete v3.12.2.1568631193530 running
25.96/10.34	o 142
26.55/10.51	o 141
26.80/10.69	o 140
27.25/10.82	o 139
27.50/10.99	o 138
27.87/11.11	o 137
27.98/11.23	o 136
28.14/11.33	o 135
28.25/11.41	o 134
28.35/11.53	o 133
28.49/11.65	o 132
28.69/11.72	o 131
28.85/11.82	o 130
29.04/11.93	o 129
29.19/12.03	o 128
29.31/12.12	o 127
29.45/12.22	o 126
29.55/12.31	o 125
29.66/12.43	o 124
29.79/12.52	o 123
29.92/12.60	o 122
29.92/12.68	o 121
30.10/12.76	o 120
30.30/12.87	o 119
30.43/12.95	o 118
30.54/13.04	o 117
30.71/13.14	o 116
30.85/13.25	o 115
30.95/13.35	o 114
31.07/13.43	o 113
31.07/13.49	o 112
31.18/13.55	o 111
31.18/13.59	o 110
31.30/13.60	o 7
31.51/13.70	o 6
31.62/13.81	o 5
32.03/14.17	o 4
603.31/576.43	o 3
2400.01/2340.90	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2340.90		at concrete.MAC.mac(MAC.scala:192)
2400.01/2340.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2340.90		at scala.util.Try$.apply(Try.scala:212)
2400.01/2340.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2340.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2340.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2340.90		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2340.90		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2340.90		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2340.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2340.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2340.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2340.90		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2340.90		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2340.90		at scala.util.Success.map(Try.scala:264)
2400.01/2340.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2340.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2340.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2340.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2340.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2340.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2340.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2340.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2340.90		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2340.90		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2340.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2340.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2340.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2340.91		at scala.App.main(App.scala:75)
2400.01/2340.91		at scala.App.main$(App.scala:73)
2400.01/2340.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2340.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2340.91	v <instantiation
2400.01/2340.91	v         cost = '3'>
2400.01/2340.91	v       <list>
2400.01/2340.91	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]
2400.01/2340.91	v       </list>
2400.01/2340.91	v       <values>
2400.01/2340.91	v         0 0 0 0 0 0 1 1 2 3 3 3 3 0 1 2 3 3 3 2 3 0 0 0 2 3 1 0 1 1 2 2 2 2 2 0 3 0 2 1 3 3 3 0 1 0 1 1 3 1 0 2 2 1 1 2 1 3 1 2 3 0 3 1 0 2 1 2 0 2 1 3 3 0 1 3 0 1 2 2 3 1 0 2 3 0 3 1 0 1 0 2 3 0 1 1 3 2 1 0 2 2 3 0 3 0 3 2 1 2 0 3 0 2 1 3 1 3 2 2 2 3 0 0 1 3 0 2 1 1 3 3 1 2 2 0 3 0 0 1 1 2 3
2400.01/2340.91	v       </values>
2400.01/2340.91	v     </instantiation>
2400.01/2340.92	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 (12201 MiB free)
  memory of node 1: 16384 MiB (15739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401517-1568690407/watcher-4401517-1568690407 -o /tmp/evaluation-result-4401517-1568690407/solver-4401517-1568690407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=491342477 HOME/instance-4401517-1568690407.xml 

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

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


[startup+0.101219 s]*
/proc/loadavg: 1.81 1.74 1.61 3/216 19261
/proc/meminfo: memFree=28601084/32770624 swapFree=66922596/67108860
[pid=19204] ppid=19201 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 4372 13316 0 0 1 1 4 3 20 0 6 0 445309474 10212057088 4648 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2493178 4648 1935 1 0 2481616 0
[pid=19204/tid=19257] ppid=19201 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 2176 13316 0 0 1 0 4 3 20 0 6 0 445309483 10212057088 4648 33554432000 4194304 4196468 140733341316512 140335324680784 140335338116953 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 445309483 10212057088 4648 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=9972712 memory=139621791942272 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 445309483 10212057088 4648 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 445309483 10212057088 4648 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 6 0 445309483 10212057088 4648 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210315 s]*
/proc/loadavg: 1.81 1.74 1.61 3/225 19270
/proc/meminfo: memFree=28585064/32770624 swapFree=66922596/67108860
[pid=19204] ppid=19201 vsize=10820196 memory=41232 CPUtime=0.26 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 7238 13316 0 0 17 2 4 3 20 0 15 0 445309474 11079880704 10308 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2705049 10308 3300 1 0 2667149 0
[pid=19204/tid=19257] ppid=19201 vsize=10820196 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 3732 13316 0 0 10 1 4 3 20 0 15 0 445309483 11079880704 10308 33554432000 4194304 4196468 140733341316512 140335324655744 140335352865949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 10308 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10820196 memory=139621791942272 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 10308 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 10308 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 10308 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10820196 memory=139621791942272 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 33 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334810986016 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334231184752 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11079880704 10308 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) R 19201 19204 12464 0 -1 4202560 608 13316 0 0 1 0 4 3 20 0 15 0 445309488 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334777428336 140335336230928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 45 13316 0 0 0 0 4 3 20 0 15 0 445309488 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10820196 memory=139621791942272 CPUtime=0.1 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 606 13316 0 0 3 0 4 3 20 0 15 0 445309488 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11079880704 10308 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10820196 memory=139621791942272 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309489 11079880704 10308 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41232 KiB

[startup+0.311226 s]*
/proc/loadavg: 1.81 1.74 1.61 4/225 19270
/proc/meminfo: memFree=28573372/32770624 swapFree=66922596/67108860
[pid=19204] ppid=19201 vsize=10820196 memory=49372 CPUtime=0.4 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 10585 13316 0 0 29 4 4 3 20 0 15 0 445309474 11079880704 12343 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2705049 12343 3317 1 0 2667149 0
[pid=19204/tid=19257] ppid=19201 vsize=10820196 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 7062 13316 0 0 18 2 4 3 20 0 15 0 445309483 11079880704 12343 33554432000 4194304 4196468 140733341316512 140335324660488 140335336924510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10820196 memory=7955446458043951979 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 12343 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10820196 memory=5787233549803348032 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 12343 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10820196 memory=7649538997277181633 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 12343 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309483 11079880704 12343 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 33 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334810986016 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309485 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334231184752 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11079880704 12343 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 609 13316 0 0 2 0 4 3 20 0 15 0 445309488 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 46 13316 0 0 1 0 4 3 20 0 15 0 445309488 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 614 13316 0 0 5 0 4 3 20 0 15 0 445309488 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11079880704 12343 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309489 11079880704 12343 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49372 KiB

[startup+0.706152 s]
/proc/loadavg: 1.81 1.74 1.61 3/225 19270
/proc/meminfo: memFree=28559580/32770624 swapFree=66922596/67108860
[pid=19204] ppid=19201 vsize=10824364 memory=81348 CPUtime=1.14 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 14619 13316 0 0 102 5 4 3 20 0 15 0 445309474 11084148736 20337 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2706091 20337 3513 1 0 2668173 0
[pid=19204/tid=19257] ppid=19201 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 10143 13316 0 0 55 4 4 3 20 0 15 0 445309483 11084148736 20337 33554432000 4194304 4196468 140733341316512 140335324673568 140335336924510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11084148736 20337 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11084148736 20337 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309483 11084148736 20337 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309483 11084148736 20337 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 5 13316 0 0 0 0 4 3 20 0 15 0 445309485 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 33 13316 0 0 0 0 4 3 20 0 15 0 445309485 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334810986016 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309485 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334231184752 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11084148736 20337 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10824364 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) R 19201 19204 12464 0 -1 4202560 990 13316 0 0 15 0 4 3 20 0 15 0 445309488 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334777428336 140335336329946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) R 19201 19204 12464 0 -1 4202560 445 13316 0 0 12 0 4 3 20 0 15 0 445309488 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334776361632 140335352857910 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 785 13316 0 0 17 0 4 3 20 0 15 0 445309488 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10824364 memory=279243338547440 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11084148736 20337 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309489 11084148736 20337 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81348 KiB

[startup+1.5007 s]
/proc/loadavg: 1.90 1.76 1.62 5/225 19270
/proc/meminfo: memFree=28492668/32770624 swapFree=66922596/67108860
[pid=19204] ppid=19201 vsize=10832632 memory=230424 CPUtime=3.4 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 24304 13316 0 0 323 10 4 3 20 0 15 0 445309474 11092615168 57606 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2708158 57606 3588 1 0 2670221 0
[pid=19204/tid=19257] ppid=19201 vsize=10832632 memory=27 CPUtime=1.42 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 14695 13316 0 0 129 6 4 3 20 0 15 0 445309483 11092615168 57606 33554432000 4194304 4196468 140733341316512 140335324677232 140335352855958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10832632 memory=31 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 96 13316 0 0 1 0 4 3 20 0 15 0 445309483 11092615168 57606 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 17 13316 0 0 1 0 4 3 20 0 15 0 445309483 11092615168 57606 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 30 13316 0 0 1 0 4 3 20 0 15 0 445309483 11092615168 57606 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10832632 memory=101256 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 244 13316 0 0 1 0 4 3 20 0 15 0 445309483 11092615168 57606 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 502 13316 0 0 1 0 4 3 20 0 15 0 445309485 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10832632 memory=7234844112153764944 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 33 13316 0 0 0 0 4 3 20 0 15 0 445309485 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334810986080 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10832632 memory=7595431106692931928 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 445309485 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334231184768 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10832632 memory=7228956244653402219 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11092615168 57606 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10832632 memory=7454130749351154278 CPUtime=0.82 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 3082 13316 0 0 75 0 4 3 20 0 15 0 445309488 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10832632 memory=7090744253053888103 CPUtime=0.73 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 1809 13316 0 0 66 0 4 3 20 0 15 0 445309488 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10832632 memory=7234844112153764944 CPUtime=0.5 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) R 19201 19204 12464 0 -1 4202560 1580 13316 0 0 43 0 4 3 20 0 15 0 445309488 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334775322736 140335336924510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10832632 memory=7234844112153764944 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11092615168 57606 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10832632 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 445309489 11092615168 57606 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 3.4 s
Current children cumulated vsize: 10832632 KiB

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

/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 86947 13316 0 0 223856 61 4 3 20 0 15 0 445309483 11107315712 303809 33554432000 4194304 4196468 140733341316512 140335324680288 140334933545871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10846988 memory=1218316 CPUtime=13.22 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 31412 13316 0 0 1272 43 4 3 20 0 15 0 445309483 11107315712 303809 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10846988 memory=1218316 CPUtime=13.2 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 28968 13316 0 0 1266 47 4 3 20 0 15 0 445309483 11107315712 303809 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10846988 memory=1230476 CPUtime=13.26 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 31536 13316 0 0 1276 43 4 3 20 0 15 0 445309483 11107315712 303809 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10846988 memory=1215236 CPUtime=13.23 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 28270 13316 0 0 1273 43 4 3 20 0 15 0 445309483 11107315712 303809 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10846988 memory=1215236 CPUtime=7.28 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 23464 13316 0 0 667 54 4 3 20 0 15 0 445309485 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10846988 memory=1215236 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 47 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334810986080 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10846988 memory=1215236 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 6 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334231184768 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10846988 memory=1215236 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 303809 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10846988 memory=10728 CPUtime=9.09 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 26355 13316 0 0 897 5 4 3 20 0 15 0 445309488 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10846988 memory=1552 CPUtime=8.05 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 21542 13316 0 0 795 3 4 3 20 0 15 0 445309488 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10846988 memory=3620 CPUtime=2.48 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 13050 13316 0 0 237 4 4 3 20 0 15 0 445309488 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10846988 memory=47284 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 303809 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10846988 memory=1215236 CPUtime=1.4 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1407 13316 0 0 63 70 4 3 20 0 15 0 445309489 11107315712 303809 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 2319.92 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1215236 KiB

[startup+2322.3 s]
/proc/loadavg: 1.24 1.30 1.43 3/228 19867
/proc/meminfo: memFree=28608416/32770624 swapFree=66922620/67108860
[pid=19204] ppid=19201 vsize=10846988 memory=1207540 CPUtime=2381.06 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 299481 13316 0 0 237753 346 4 3 20 0 15 0 445309474 11107315712 301885 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2711747 301885 3638 1 0 2673805 0
[pid=19204/tid=19257] ppid=19201 vsize=10846988 memory=1211128 CPUtime=2298.54 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 88422 13316 0 0 229785 62 4 3 20 0 15 0 445309483 11107315712 301885 33554432000 4194304 4196468 140733341316512 140335324680224 140334933545787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10846988 memory=1212668 CPUtime=13.61 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 32216 13316 0 0 1309 45 4 3 20 0 15 0 445309483 11107315712 301885 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10846988 memory=1212672 CPUtime=13.6 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 29838 13316 0 0 1304 49 4 3 20 0 15 0 445309483 11107315712 301885 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10846988 memory=1212672 CPUtime=13.65 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 31813 13316 0 0 1314 44 4 3 20 0 15 0 445309483 11107315712 301885 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10846988 memory=1212672 CPUtime=13.63 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 28465 13316 0 0 1312 44 4 3 20 0 15 0 445309483 11107315712 301885 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10846988 memory=1212160 CPUtime=7.5 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 24049 13316 0 0 688 55 4 3 20 0 15 0 445309485 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10846988 memory=1209076 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 47 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334810986080 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10846988 memory=1210616 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 6 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334231184768 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10846988 memory=1208564 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301885 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10846988 memory=1208052 CPUtime=9.09 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 26361 13316 0 0 897 5 4 3 20 0 15 0 445309488 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10846988 memory=1212672 CPUtime=8.05 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 21546 13316 0 0 795 3 4 3 20 0 15 0 445309488 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10846988 memory=1212160 CPUtime=2.48 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 13054 13316 0 0 237 4 4 3 20 0 15 0 445309488 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10846988 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301885 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10846988 memory=3848 CPUtime=1.43 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1450 13316 0 0 64 72 4 3 20 0 15 0 445309489 11107315712 301885 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 2381.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1207540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2340.9 s]
/proc/loadavg: 1.04 1.25 1.41 3/227 19871
/proc/meminfo: memFree=28610992/32770624 swapFree=66922620/67108860
[pid=19204] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2400.01 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 299672 13316 0 0 239645 349 4 3 20 0 15 0 445309474 11107315712 301243 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2711747 301243 3638 1 0 2673805 0
[pid=19204/tid=19257] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2316.93 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 88536 13316 0 0 231624 62 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335324680544 140334938563151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.73 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 32221 13316 0 0 1321 45 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.72 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 29882 13316 0 0 1316 49 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.77 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 31823 13316 0 0 1325 45 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.74 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 28471 13316 0 0 1323 44 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10846988 memory=1212672 CPUtime=7.57 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 24059 13316 0 0 694 56 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10846988 memory=1212672 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 47 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334810986080 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 6 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334231184768 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10846988 memory=1212672 CPUtime=9.09 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 26361 13316 0 0 897 5 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10846988 memory=1204972 CPUtime=8.05 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 21546 13316 0 0 795 3 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2.48 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 13054 13316 0 0 237 4 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10846988 memory=1204972 CPUtime=1.45 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1452 13316 0 0 65 73 4 3 20 0 15 0 445309489 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1204972 KiB

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

[startup+2340.93 s]
# the end of solver process 19204 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.52 s, system=3.54836 s

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

[startup+2340.9 s]
/proc/loadavg: 1.04 1.25 1.41 3/227 19871
/proc/meminfo: memFree=28610992/32770624 swapFree=66922620/67108860
[pid=19204] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2400.01 cores=1,3,5,7
/proc/19204/stat : 19204 (java) S 19201 19204 12464 0 -1 1077944320 299672 13316 0 0 239645 349 4 3 20 0 15 0 445309474 11107315712 301243 33554432000 4194304 4196468 140733341316512 140733341299056 140335352844023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
/proc/19204/statm: 2711747 301243 3638 1 0 2673805 0
[pid=19204/tid=19257] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2316.93 cores=1,3,5,7
/proc/19204/task/19257/stat : 19257 (java) R 19201 19204 12464 0 -1 4202560 88536 13316 0 0 231624 62 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335324680544 140334938563151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19258] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.73 cores=1,3,5,7
/proc/19204/task/19258/stat : 19258 (java) S 19201 19204 12464 0 -1 1077944384 32221 13316 0 0 1321 45 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335357086352 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19259] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.72 cores=1,3,5,7
/proc/19204/task/19259/stat : 19259 (java) S 19201 19204 12464 0 -1 1077944384 29882 13316 0 0 1316 49 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335245359632 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19260] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.77 cores=1,3,5,7
/proc/19204/task/19260/stat : 19260 (java) S 19201 19204 12464 0 -1 1077944384 31823 13316 0 0 1325 45 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335244306832 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19261] ppid=19201 vsize=10846988 memory=1204972 CPUtime=13.74 cores=1,3,5,7
/proc/19204/task/19261/stat : 19261 (java) S 19201 19204 12464 0 -1 1077944384 28471 13316 0 0 1323 44 4 3 20 0 15 0 445309483 11107315712 301243 33554432000 4194304 4196468 140733341316512 140335243254032 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19262] ppid=19201 vsize=10846988 memory=1212672 CPUtime=7.57 cores=1,3,5,7
/proc/19204/task/19262/stat : 19262 (java) S 19201 19204 12464 0 -1 1077944384 24059 13316 0 0 694 56 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334812040048 140335352855170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19263] ppid=19201 vsize=10846988 memory=1212672 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19263/stat : 19263 (java) S 19201 19204 12464 0 -1 1077944384 47 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334810986080 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19264] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19264/stat : 19264 (java) S 19201 19204 12464 0 -1 1077944384 6 13316 0 0 0 0 4 3 20 0 15 0 445309485 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334231184768 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19265] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19265/stat : 19265 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140333923785040 140335352862619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19266] ppid=19201 vsize=10846988 memory=1212672 CPUtime=9.09 cores=1,3,5,7
/proc/19204/task/19266/stat : 19266 (java) S 19201 19204 12464 0 -1 1077944384 26361 13316 0 0 897 5 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334777428336 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19267] ppid=19201 vsize=10846988 memory=1204972 CPUtime=8.05 cores=1,3,5,7
/proc/19204/task/19267/stat : 19267 (java) S 19201 19204 12464 0 -1 1077944384 21546 13316 0 0 795 3 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334776375536 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19268] ppid=19201 vsize=10846988 memory=1204972 CPUtime=2.48 cores=1,3,5,7
/proc/19204/task/19268/stat : 19268 (java) S 19201 19204 12464 0 -1 1077944384 13054 13316 0 0 237 4 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334775322736 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19269] ppid=19201 vsize=10846988 memory=1204972 CPUtime=0.07 cores=1,3,5,7
/proc/19204/task/19269/stat : 19269 (java) S 19201 19204 12464 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 445309488 11107315712 301243 33554432000 4194304 4196468 140733341316512 140333890226400 140335352854229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
[pid=19204/tid=19270] ppid=19201 vsize=10846988 memory=1204972 CPUtime=1.45 cores=1,3,5,7
/proc/19204/task/19270/stat : 19270 (java) S 19201 19204 12464 0 -1 1077944384 1452 13316 0 0 65 73 4 3 20 0 15 0 445309489 11107315712 301243 33554432000 4194304 4196468 140733341316512 140334774271152 140335352855170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33038336 140733341317872 140733341320389 140733341320389 140733341323215 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1204972 KiB

Child status: 143
Real time (s): 2340.93
CPU time (s): 2400.07
CPU user time (s): 2396.52
CPU system time (s): 3.54836
CPU usage (%): 102.526
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2339888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.52
system time used= 3.54836
maximum resident set size= 2342464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206254
involuntary context switches= 5896


# summary of solver processes directly reported to runsolver:
#   pid: 19204
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.52
#   total CPU system time (s): 3.54836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3798 second user time and 22.4814 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 05:22:00
IDJOB=4401517
IDBENCH=139748
IDSOLVER=2858
FILE ID=node139/4401517-1568690407
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
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-4401517-1568690407/watcher-4401517-1568690407 -o /tmp/evaluation-result-4401517-1568690407/solver-4401517-1568690407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=491342477 HOME/instance-4401517-1568690407.xml

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

MD5SUM BENCH= b332b46b2d271d96c2352c0c61c10556
RANDOM SEED=491342477

node139.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.57
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.57
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.57
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.57
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:        28612320 kB
MemAvailable:   29349548 kB
Buffers:          121016 kB
Cached:           907428 kB
SwapCached:        78132 kB
Active:          3120088 kB
Inactive:         464484 kB
Active(anon):    2480644 kB
Inactive(anon):   118736 kB
Active(file):     639444 kB
Inactive(file):   345748 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922596 kB
Dirty:             35472 kB
Writeback:             0 kB
AnonPages:       2426520 kB
Mapped:            61844 kB
Shmem:             34504 kB
Slab:             165212 kB
SReclaimable:     135744 kB
SUnreclaim:        29468 kB
KernelStack:        3952 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3608684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2240512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 06:01:01