Trace number 4392014

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)303 2400.07 2348.93

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-6.xml
MD5SUMf9b69c01e6bb1a0d57b760340d1825ed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark303
Best CPU time to get the best result obtained on this benchmark29.7154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size405
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":405,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
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.70/0.56	c Concrete v3.10.1560635388952 running
11.75/4.81	o 396
11.75/4.87	o 383
12.44/5.07	o 356
12.76/5.17	o 355
13.04/5.23	o 354
13.04/5.28	o 345
14.33/5.67	o 344
14.33/5.67	o 343
14.33/5.68	o 341
14.33/5.68	o 340
14.64/5.77	o 339
14.64/5.78	o 338
14.64/5.79	o 337
14.94/5.83	o 336
14.94/5.83	o 331
15.55/6.04	o 330
15.55/6.05	o 329
15.55/6.05	o 324
16.59/6.45	o 323
18.29/7.45	o 322
18.29/7.45	o 321
19.51/8.16	o 320
19.51/8.17	o 319
30.96/16.68	o 318
30.96/16.69	o 317
35.78/21.26	o 316
35.78/21.27	o 315
35.78/21.27	o 314
35.78/21.27	o 312
35.88/21.37	o 311
89.27/73.55	o 310
140.20/123.75	o 309
140.20/123.76	o 308
231.56/213.87	o 307
493.75/472.15	o 306
493.75/472.15	o 305
591.83/568.85	o 304
732.62/707.55	o 303
2400.02/2348.90	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2348.90		at concrete.MAC.mac(MAC.scala:189)
2400.02/2348.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.02/2348.90		at scala.util.Try$.apply(Try.scala:212)
2400.02/2348.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2348.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2348.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2348.90		at concrete.MAC.oneRun(MAC.scala:253)
2400.02/2348.90		at concrete.MAC.nextSolution(MAC.scala:272)
2400.02/2348.90		at concrete.MAC.nextSolution(MAC.scala:355)
2400.02/2348.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2348.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2348.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2348.90		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2348.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.02/2348.90		at scala.util.Success.map(Try.scala:264)
2400.02/2348.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.02/2348.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2348.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2348.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2348.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2348.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2348.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2348.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2348.90		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2348.90		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2348.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2348.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2348.90		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2348.90		at scala.App.main(App.scala:75)
2400.02/2348.90		at scala.App.main$(App.scala:73)
2400.02/2348.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2348.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2348.91	v <instantiation
2400.02/2348.91	v         cost = '303'>
2400.02/2348.91	v       <list>
2400.02/2348.91	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.02/2348.91	v       </list>
2400.02/2348.91	v       <values>
2400.02/2348.91	v         0 89 154 224 240 0 50 140 171 245 0 62 140 174 242 0 49 97 192 289 0 98 185 207 219 302 303 289 303 299 51 65 65 16 62 49 85 31 71 58 62 78 2 63 47 42 48 95 97 14 89 76 7 9 80 1 0 3 4 2 2 3 1 0 4 4 1 3 2 0 3 2 4 1 0 0 2 1 4 3 89 0 240 154 224 171 140 0 50 245 242 62 174 140 0 289 192 49 0 97 0 185 98 219 207
2400.02/2348.91	v       </values>
2400.02/2348.91	v     </instantiation>
2400.02/2348.91	s SATISFIABLE

Verifier Data

OK	303

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392014-1568303663/watcher-4392014-1568303663 -o /tmp/evaluation-result-4392014-1568303663/solver-4392014-1568303663 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=424668212 HOME/instance-4392014-1568303663.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=5227, runsolver pid=5224

[startup+0.100085 s]*
/proc/loadavg: 1.86 1.55 1.52 3/218 5284
/proc/meminfo: memFree=22977512/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=9972712 memory=18076 CPUtime=0.08 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 4282 13259 0 0 1 0 4 3 20 0 6 0 406619439 10212057088 4519 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2493178 4519 1897 1 0 2481616 0
[pid=5227/tid=5280] ppid=5224 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 2091 13259 0 0 0 0 4 3 20 0 6 0 406619448 10212057088 4584 33554432000 4194304 4196468 140736119381184 139871932240464 139871960425629 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 6 0 406619449 10212057088 4584 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=9972712 memory=4123241279014471328 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 6 0 406619449 10212057088 4584 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 6 0 406619449 10212057088 4584 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 6 0 406619449 10212057088 4584 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18076 KiB

[startup+0.210162 s]*
/proc/loadavg: 1.86 1.55 1.52 4/227 5293
/proc/meminfo: memFree=22956524/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10818940 memory=39816 CPUtime=0.25 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 6838 13259 0 0 16 2 4 3 20 0 15 0 406619439 11078594560 9954 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2704735 9954 2949 1 0 2667149 0
[pid=5227/tid=5280] ppid=5224 vsize=10818940 memory=734403540614644017 CPUtime=0.18 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 3342 13259 0 0 9 2 4 3 20 0 15 0 406619448 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871932226864 139871960425629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10818940 memory=4123241279014471328 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 33 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871418848160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871314240496 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11078594560 9954 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 356 13259 0 0 1 0 4 3 20 0 15 0 406619454 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 258 13259 0 0 1 0 4 3 20 0 15 0 406619454 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10818940 memory=140637594617472 CPUtime=0.1 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) R 5224 5227 14487 0 -1 4202560 641 13259 0 0 3 0 4 3 20 0 15 0 406619454 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871383186160 139871944484190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11078594560 9954 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10818940 memory=140637594617472 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619455 11078594560 9954 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39816 KiB

[startup+0.310741 s]*
/proc/loadavg: 1.86 1.55 1.52 4/227 5293
/proc/meminfo: memFree=22946256/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10819084 memory=48696 CPUtime=0.39 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 10381 13259 0 0 28 4 4 3 20 0 15 0 406619439 11078742016 12174 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2704771 12174 3020 1 0 2667149 0
[pid=5227/tid=5280] ppid=5224 vsize=10819204 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 6882 13259 0 0 18 3 4 3 20 0 15 0 406619448 11078864896 12174 33554432000 4194304 4196468 140736119381184 139871932225104 139871532450204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10819204 memory=-7384621950708166502 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078864896 12174 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10819220 memory=4134692831991783777 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078881280 12174 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10819220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078881280 12174 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10819220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11078881280 12174 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10819220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078881280 12174 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10819220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 33 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078881280 12174 33554432000 4194304 4196468 140736119381184 139871418848160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10819236 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619451 11078897664 12174 33554432000 4194304 4196468 140736119381184 139871314240496 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10819236 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11078897664 12174 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10819236 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 358 13259 0 0 2 0 4 3 20 0 15 0 406619454 11078897664 12174 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10819236 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 258 13259 0 0 1 0 4 3 20 0 15 0 406619454 11078897664 12174 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10819248 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 664 13259 0 0 5 0 4 3 20 0 15 0 406619454 11078909952 12174 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11078909952 12174 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619455 11078909952 12174 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 48696 KiB

[startup+0.701128 s]
/proc/loadavg: 1.86 1.55 1.52 6/227 5293
/proc/meminfo: memFree=22932484/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10824340 memory=82244 CPUtime=1.13 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 14824 13259 0 0 99 7 4 3 20 0 15 0 406619439 11084124160 20561 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2706085 20561 3507 1 0 2668173 0
[pid=5227/tid=5280] ppid=5224 vsize=10824340 memory=3504 CPUtime=0.66 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 10464 13259 0 0 53 6 4 3 20 0 15 0 406619448 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871932228128 139871960425629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10824340 memory=37600 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10824340 memory=3028 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619449 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10824340 memory=2012 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10824340 memory=2 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619449 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 6 13259 0 0 0 0 4 3 20 0 15 0 406619451 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 33 13259 0 0 0 0 4 3 20 0 15 0 406619451 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871418848160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619451 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871314240496 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10824340 memory=8996 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11084124160 20561 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10824340 memory=4026532099 CPUtime=0.19 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 629 13259 0 0 12 0 4 3 20 0 15 0 406619454 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10824340 memory=20952 CPUtime=0.22 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 615 13259 0 0 15 0 4 3 20 0 15 0 406619454 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 858 13259 0 0 17 0 4 3 20 0 15 0 406619454 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11084124160 20561 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 406619455 11084124160 20561 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82244 KiB

[startup+1.50077 s]
/proc/loadavg: 1.86 1.55 1.52 3/227 5293
/proc/meminfo: memFree=22881176/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10834656 memory=169944 CPUtime=2.44 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 23742 13259 0 0 224 13 4 3 20 0 15 0 406619439 11094687744 42486 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2708664 42486 3573 1 0 2670733 0
[pid=5227/tid=5280] ppid=5224 vsize=10834656 memory=7 CPUtime=1.42 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 16036 13259 0 0 127 8 4 3 20 0 15 0 406619448 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871932204000 139871960415638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10834656 memory=37600 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 91 13259 0 0 1 0 4 3 20 0 15 0 406619449 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10834656 memory=3028 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 41 13259 0 0 0 0 4 3 20 0 15 0 406619449 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10834656 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 373 13259 0 0 1 0 4 3 20 0 15 0 406619449 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 50 13259 0 0 1 0 4 3 20 0 15 0 406619449 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 1700 13259 0 0 1 0 4 3 20 0 15 0 406619451 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 54 13259 0 0 0 0 4 3 20 0 15 0 406619451 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871418848160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619451 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871314240496 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10834656 memory=8695499410603221111 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11094687744 42486 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10834656 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 789 13259 0 0 22 0 4 3 20 0 15 0 406619454 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10834656 memory=2 CPUtime=0.32 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) R 5224 5227 14487 0 -1 1077944384 712 13259 0 0 25 0 4 3 20 0 15 0 406619454 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10834656 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) R 5224 5227 14487 0 -1 4202560 1680 13259 0 0 41 0 4 3 20 0 15 0 406619454 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871383186160 139871939353580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11094687744 42486 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619455 11094687744 42486 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 88606 13259 0 0 223559 53 4 3 20 0 15 0 406619448 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871932239184 139871536590596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10851072 memory=3504 CPUtime=12.08 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 12783 13259 0 0 1151 50 4 3 20 0 15 0 406619449 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10851072 memory=1077172 CPUtime=12.12 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 21360 13259 0 0 1149 56 4 3 20 0 15 0 406619449 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10851072 memory=1077172 CPUtime=12.07 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 23527 13259 0 0 1148 52 4 3 20 0 15 0 406619449 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10851072 memory=1077172 CPUtime=12.09 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 23426 13259 0 0 1151 51 4 3 20 0 15 0 406619449 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10851072 memory=1077172 CPUtime=10.33 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 19940 13259 0 0 974 52 4 3 20 0 15 0 406619451 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 64 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871418848224 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 11 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871314240512 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269293 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10851072 memory=1077172 CPUtime=5.89 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 27355 13259 0 0 576 6 4 3 20 0 15 0 406619454 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10851072 memory=1077172 CPUtime=6.48 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 34106 13259 0 0 632 9 4 3 20 0 15 0 406619454 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10851072 memory=1077172 CPUtime=3.83 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 35341 13259 0 0 369 7 4 3 20 0 15 0 406619454 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269293 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10851072 memory=376 CPUtime=1.44 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1260 13259 0 0 67 70 4 3 20 0 15 0 406619455 11111497728 269293 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 2311.99 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1077172 KiB

[startup+2322.3 s]
/proc/loadavg: 1.39 1.46 1.48 3/228 5532
/proc/meminfo: memFree=21631328/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2373 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 291689 13259 0 0 236935 358 4 3 20 0 15 0 406619439 11111497728 269805 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2712768 269805 3627 1 0 2674829 0
[pid=5227/tid=5280] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2295.5 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) S 5224 5227 14487 0 -1 1077944384 89503 13259 0 0 229489 54 4 3 20 0 15 0 406619448 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871932239104 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10851072 memory=140 CPUtime=12.41 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) R 5224 5227 14487 0 -1 1077944384 12808 13259 0 0 1183 51 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10851072 memory=55 CPUtime=12.47 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) R 5224 5227 14487 0 -1 4202560 21431 13259 0 0 1183 57 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871852919696 139871942029457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.41 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) R 5224 5227 14487 0 -1 4202560 23799 13259 0 0 1181 53 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871532346384 139871939598733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.44 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) R 5224 5227 14487 0 -1 4202560 23621 13259 0 0 1185 52 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871531293840 139871939600854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10851072 memory=1079220 CPUtime=10.61 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 20157 13259 0 0 1000 54 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871419900448 139871960413909 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 64 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871418848224 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 11 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871314240512 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10851072 memory=1079220 CPUtime=5.89 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 27357 13259 0 0 576 6 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10851072 memory=1704 CPUtime=6.48 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 34108 13259 0 0 632 9 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10851072 memory=1079220 CPUtime=3.83 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 35343 13259 0 0 369 7 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10851072 memory=20652 CPUtime=1.48 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1276 13259 0 0 70 71 4 3 20 0 15 0 406619455 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 2373 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1079220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.9 s]
/proc/loadavg: 1.62 1.51 1.50 3/228 5666
/proc/meminfo: memFree=22203888/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2400.02 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 293034 13259 0 0 239632 363 4 3 20 0 15 0 406619439 11111497728 269805 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2712768 269805 3627 1 0 2674829 0
[pid=5227/tid=5280] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2321.79 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 90073 13259 0 0 232116 56 4 3 20 0 15 0 406619448 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871932238464 139871534153477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.56 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 13112 13259 0 0 1197 52 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.62 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 21491 13259 0 0 1197 58 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.56 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 23814 13259 0 0 1195 54 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.6 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 23783 13259 0 0 1200 53 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10851072 memory=1079220 CPUtime=10.73 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 20369 13259 0 0 1011 55 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 64 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871418848224 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 11 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871314240512 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10851072 memory=20652 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10851072 memory=1079220 CPUtime=5.89 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 27359 13259 0 0 576 6 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10851072 memory=1079220 CPUtime=6.48 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 34113 13259 0 0 632 9 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10851072 memory=1079220 CPUtime=3.83 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 35346 13259 0 0 369 7 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10851072 memory=2512 CPUtime=1.5 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1288 13259 0 0 71 72 4 3 20 0 15 0 406619455 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1079220 KiB

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

[startup+2348.93 s]
# the end of solver process 5227 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.39 s, system=3.68377 s

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

[startup+2348.9 s]
/proc/loadavg: 1.62 1.51 1.50 3/228 5666
/proc/meminfo: memFree=22203888/32770624 swapFree=66997112/67108860
[pid=5227] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2400.02 cores=0,2,4,6
/proc/5227/stat : 5227 (java) S 5224 5227 14487 0 -1 1077944320 293034 13259 0 0 239632 363 4 3 20 0 15 0 406619439 11111497728 269805 33554432000 4194304 4196468 140736119381184 140736119363728 139871960403703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
/proc/5227/statm: 2712768 269805 3627 1 0 2674829 0
[pid=5227/tid=5280] ppid=5224 vsize=10851072 memory=1079220 CPUtime=2321.79 cores=0,2,4,6
/proc/5227/task/5280/stat : 5280 (java) R 5224 5227 14487 0 -1 4202560 90073 13259 0 0 232116 56 4 3 20 0 15 0 406619448 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871932238464 139871534153477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5281] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.56 cores=0,2,4,6
/proc/5227/task/5281/stat : 5281 (java) S 5224 5227 14487 0 -1 1077944384 13112 13259 0 0 1197 52 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871964646160 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5282] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.62 cores=0,2,4,6
/proc/5227/task/5282/stat : 5282 (java) S 5224 5227 14487 0 -1 1077944384 21491 13259 0 0 1197 58 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871852919696 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5283] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.56 cores=0,2,4,6
/proc/5227/task/5283/stat : 5283 (java) S 5224 5227 14487 0 -1 1077944384 23814 13259 0 0 1195 54 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871532346384 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5284] ppid=5224 vsize=10851072 memory=1079220 CPUtime=12.6 cores=0,2,4,6
/proc/5227/task/5284/stat : 5284 (java) S 5224 5227 14487 0 -1 1077944384 23783 13259 0 0 1200 53 4 3 20 0 15 0 406619449 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871531293840 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5285] ppid=5224 vsize=10851072 memory=1079220 CPUtime=10.73 cores=0,2,4,6
/proc/5227/task/5285/stat : 5285 (java) S 5224 5227 14487 0 -1 1077944384 20369 13259 0 0 1011 55 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871419901936 139871960414850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5286] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5286/stat : 5286 (java) S 5224 5227 14487 0 -1 1077944384 64 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871418848224 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5287] ppid=5224 vsize=10851072 memory=1077172 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5287/stat : 5287 (java) S 5224 5227 14487 0 -1 1077944384 11 13259 0 0 0 0 4 3 20 0 15 0 406619451 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871314240512 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5288] ppid=5224 vsize=10851072 memory=20652 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5288/stat : 5288 (java) S 5224 5227 14487 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870710261968 139871960422299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5289] ppid=5224 vsize=10851072 memory=1079220 CPUtime=5.89 cores=0,2,4,6
/proc/5227/task/5289/stat : 5289 (java) S 5224 5227 14487 0 -1 1077944384 27359 13259 0 0 576 6 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871385291248 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5290] ppid=5224 vsize=10851072 memory=1079220 CPUtime=6.48 cores=0,2,4,6
/proc/5227/task/5290/stat : 5290 (java) S 5224 5227 14487 0 -1 1077944384 34113 13259 0 0 632 9 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871384238704 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5291] ppid=5224 vsize=10851072 memory=1079220 CPUtime=3.83 cores=0,2,4,6
/proc/5227/task/5291/stat : 5291 (java) S 5224 5227 14487 0 -1 1077944384 35346 13259 0 0 369 7 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871383186160 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5292] ppid=5224 vsize=10851072 memory=1079220 CPUtime=0.07 cores=0,2,4,6
/proc/5227/task/5292/stat : 5292 (java) S 5224 5227 14487 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 406619454 11111497728 269805 33554432000 4194304 4196468 140736119381184 139870240500832 139871960413909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
[pid=5227/tid=5293] ppid=5224 vsize=10851072 memory=2512 CPUtime=1.5 cores=0,2,4,6
/proc/5227/task/5293/stat : 5293 (java) S 5224 5227 14487 0 -1 1077944384 1288 13259 0 0 71 72 4 3 20 0 15 0 406619455 11111497728 269805 33554432000 4194304 4196468 140736119381184 139871280683312 139871960414850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29720576 140736119388918 140736119391429 140736119391429 140736119394255 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1079220 KiB

Child status: 143
Real time (s): 2348.93
CPU time (s): 2400.07
CPU user time (s): 2396.39
CPU system time (s): 3.68377
CPU usage (%): 102.177
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1079220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.39
system time used= 3.68377
maximum resident set size= 1083352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307292
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= 283060
involuntary context switches= 8233


# summary of solver processes directly reported to runsolver:
#   pid: 5227
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.39
#   total CPU system time (s): 3.68377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5426 second user time and 21.8309 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 17:53:25
IDJOB=4392014
IDBENCH=115829
IDSOLVER=2837
FILE ID=node103/4392014-1568303663
RUNJOBID= node103-1568301258-4657
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392014-1568303663/watcher-4392014-1568303663 -o /tmp/evaluation-result-4392014-1568303663/solver-4392014-1568303663 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=424668212 HOME/instance-4392014-1568303663.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=424668212

node103.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.74
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.74
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.74
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.74
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:        22984980 kB
MemAvailable:   31065516 kB
Buffers:          130936 kB
Cached:          8170592 kB
SwapCached:         8920 kB
Active:          2542680 kB
Inactive:        6560260 kB
Active(anon):     790344 kB
Inactive(anon):    53080 kB
Active(file):    1752336 kB
Inactive(file):  6507180 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             34424 kB
Writeback:             0 kB
AnonPages:        786744 kB
Mapped:            56136 kB
Shmem:             32812 kB
Slab:             280292 kB
SReclaimable:     249480 kB
SUnreclaim:        30812 kB
KernelStack:        4032 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2159004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    620544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 18:32:34