Trace number 4396394

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)303 2400.09 2349.73

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.88/0.63	c Concrete v3.12.2.1568380929293 running
13.18/5.44	o 404
15.35/6.13	o 395
19.28/7.42	o 390
23.67/8.98	o 389
23.87/9.02	o 388
23.87/9.09	o 387
24.09/9.11	o 384
24.09/9.15	o 383
24.09/9.17	o 379
24.36/9.26	o 364
25.40/9.78	o 362
26.20/10.31	o 356
26.32/10.41	o 355
26.32/10.43	o 344
30.45/13.45	o 343
30.71/13.61	o 336
30.84/13.75	o 334
31.11/13.96	o 333
31.11/13.99	o 332
31.11/14.00	o 325
31.29/14.03	o 321
31.65/14.34	o 320
31.65/14.39	o 319
31.91/14.55	o 317
36.52/18.46	o 316
104.48/83.35	o 315
123.45/102.00	o 314
123.56/102.03	o 313
123.56/102.04	o 311
123.56/102.06	o 310
187.05/163.76	o 309
187.05/163.78	o 308
187.05/163.79	o 307
187.15/163.80	o 306
187.15/163.81	o 304
187.47/164.16	o 303
2400.03/2349.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2349.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2349.70		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.03/2349.70		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.03/2349.70		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.03/2349.70		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.03/2349.70		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.03/2349.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2349.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2349.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2349.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2349.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2349.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2349.70		at scala.Option.map(Option.scala:243)
2400.03/2349.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2349.70		at concrete.MAC.mac(MAC.scala:216)
2400.03/2349.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2349.70		at scala.util.Try$.apply(Try.scala:212)
2400.03/2349.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2349.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2349.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2349.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2349.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2349.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2349.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2349.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2349.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2349.70		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2349.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2349.70		at scala.util.Success.map(Try.scala:264)
2400.03/2349.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2349.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2349.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2349.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2349.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2349.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2349.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2349.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2349.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2349.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2349.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2349.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2349.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2349.70		at scala.App.main(App.scala:75)
2400.03/2349.70		at scala.App.main$(App.scala:73)
2400.03/2349.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2349.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2349.71	v <instantiation
2400.03/2349.71	v         cost = '303'>
2400.03/2349.71	v       <list>
2400.03/2349.71	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.03/2349.71	v       </list>
2400.03/2349.71	v       <values>
2400.03/2349.71	v         0 80 145 225 246 0 61 132 169 254 14 62 161 163 241 0 14 111 206 254 0 80 111 125 210 297 303 303 296 299 62 65 65 16 51 58 71 31 85 49 47 63 2 78 62 14 97 95 48 42 80 9 7 76 89 2 3 0 4 1 4 0 1 3 2 0 2 3 1 4 0 1 4 2 3 3 4 1 2 0 145 246 0 80 225 61 132 254 169 0 14 163 62 161 241 0 14 206 254 111 210 111 125 0 80
2400.03/2349.71	v       </values>
2400.03/2349.71	v     </instantiation>
2400.03/2349.71	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: 16375 MiB (13705 MiB free)
  memory of node 1: 16384 MiB (15599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396394-1568393708/watcher-4396394-1568393708 -o /tmp/evaluation-result-4396394-1568393708/solver-4396394-1568393708 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568393667-20486 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=366321568 HOME/instance-4396394-1568393708.xml 

running on 4 cores: 0-3

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=20516, runsolver pid=20513
Current StackSize limit: 8192 KiB


[startup+0.100427 s]*
/proc/loadavg: 0.92 1.00 1.14 5/233 20600
/proc/meminfo: memFree=29978288/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=113256 memory=1620 CPUtime=0.08 cores=0-3
/proc/20516/stat : 20516 (bash) S 20513 20516 17242 0 -1 4202496 955 11945 0 1 0 0 5 3 20 0 1 0 415312546 115974144 405 33554432000 4194304 5098028 140736471677408 140736471670392 140613790485504 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 18526208 140736471684117 140736471684241 140736471684241 140736471687150 0
/proc/20516/statm: 28314 405 321 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.210684 s]*
/proc/loadavg: 0.92 1.00 1.14 4/228 20647
/proc/meminfo: memFree=29966044/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10819664 memory=34552 CPUtime=0.2 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 6444 13306 0 1 10 2 5 3 20 0 15 0 415312546 11079335936 8638 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2704916 8638 3070 1 0 2667149 0
[pid=20516/tid=20620] ppid=20513 vsize=10819664 memory=7022364594140610616 CPUtime=0.17 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 3481 13306 0 1 8 1 5 3 20 0 15 0 415312557 11079335936 8638 33554432000 4194304 4196468 140727325194784 139728250615200 139728278797718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10819664 memory=365 CPUtime=0.08 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 8638 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10819664 memory=139999876696446 CPUtime=0.08 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10819664 memory=139999873672832 CPUtime=0.08 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 33 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727737177632 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727164401008 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 8638 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 430 13306 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 7 13306 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10819664 memory=139999873672832 CPUtime=0.09 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) R 20513 20516 17242 0 -1 4202560 303 13306 0 1 1 0 5 3 20 0 15 0 415312563 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727245142128 139728257921277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11079335936 8638 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10819664 memory=139999873672832 CPUtime=0.08 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312564 11079335936 8638 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 34552 KiB

[startup+0.312507 s]*
/proc/loadavg: 0.92 1.00 1.14 7/228 20647
/proc/meminfo: memFree=29933544/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10820148 memory=47608 CPUtime=0.38 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 10169 13306 0 1 26 4 5 3 20 0 15 0 415312546 11079831552 11902 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2705037 11902 3290 1 0 2667149 0
[pid=20516/tid=20620] ppid=20513 vsize=10820148 memory=576461178948550685 CPUtime=0.27 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 6621 13306 0 1 17 2 5 3 20 0 15 0 415312557 11079831552 11902 33554432000 4194304 4196468 140727325194784 139728250601120 139728259061082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10820148 memory=297237821075488791 CPUtime=0.08 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 11902 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10820148 memory=16241481018844824 CPUtime=0.08 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10820148 memory=8508281403248314509 CPUtime=0.08 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10820148 memory=3472328296225127011 CPUtime=0.08 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10820148 memory=3472468296098799848 CPUtime=0.08 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10820148 memory=3472328296227670329 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 33 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727737177632 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10820148 memory=8547763363015199892 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727164401008 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10820148 memory=6944656592455359580 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11079831552 11902 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10820148 memory=0 CPUtime=0.09 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 481 13306 0 1 1 0 5 3 20 0 15 0 415312563 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10820148 memory=7307199747045421918 CPUtime=0.09 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 197 13306 0 1 1 0 5 3 20 0 15 0 415312563 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10820148 memory=139999873672832 CPUtime=0.13 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 615 13306 0 1 5 0 5 3 20 0 15 0 415312563 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10820148 memory=-1 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11079831552 11902 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10820148 memory=139999873672832 CPUtime=0.08 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312564 11079831552 11902 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 47608 KiB

[startup+0.700781 s]
/proc/loadavg: 0.92 1.00 1.14 6/228 20647
/proc/meminfo: memFree=29878920/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10822312 memory=77192 CPUtime=1.03 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 14562 13306 0 1 89 6 5 3 20 0 15 0 415312546 11082047488 19298 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2705578 19298 3497 1 0 2667661 0
[pid=20516/tid=20620] ppid=20513 vsize=10822312 memory=15159 CPUtime=0.64 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 9845 13306 0 1 52 4 5 3 20 0 15 0 415312557 11082047488 19298 33554432000 4194304 4196468 140727325194784 139728250610432 139728262866270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10822312 memory=566 CPUtime=0.08 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19298 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10822312 memory=4327 CPUtime=0.08 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10822312 memory=382 CPUtime=0.08 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10822312 memory=995 CPUtime=0.08 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 5 13306 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 33 13306 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727737177632 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10822312 memory=7230345996982708564 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727164401008 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10822312 memory=7810487918915055718 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11082047488 19298 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10822312 memory=4638778398333359720 CPUtime=0.16 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 885 13306 0 1 8 0 5 3 20 0 15 0 415312563 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10822312 memory=7747766295893256779 CPUtime=0.19 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 735 13306 0 1 11 0 5 3 20 0 15 0 415312563 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10822312 memory=8370611207639101345 CPUtime=0.24 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 838 13306 0 1 16 0 5 3 20 0 15 0 415312563 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10822312 memory=6944656592455360608 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11082047488 19298 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10822312 memory=14068 CPUtime=0.08 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312564 11082047488 19298 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77192 KiB

[startup+1.50079 s]
/proc/loadavg: 0.92 1.00 1.14 8/228 20647
/proc/meminfo: memFree=29817832/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10834676 memory=171140 CPUtime=2.39 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 21246 13306 0 1 219 12 5 3 20 0 15 0 415312546 11094708224 42785 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2708669 42785 3577 1 0 2670733 0
[pid=20516/tid=20620] ppid=20513 vsize=10834676 memory=15159 CPUtime=1.41 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 14957 13306 0 1 126 7 5 3 20 0 15 0 415312557 11094708224 42785 33554432000 4194304 4196468 140727325194784 139728250614144 139728278807709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 71 13306 0 1 1 0 5 3 20 0 15 0 415312558 11094708224 42785 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10834676 memory=6219559391273702482 CPUtime=0.09 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 308 13306 0 1 1 0 5 3 20 0 15 0 415312558 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10834676 memory=6935653744017170496 CPUtime=0.09 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 23 13306 0 1 1 0 5 3 20 0 15 0 415312558 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10834676 memory=5787213827063244903 CPUtime=0.09 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 53 13306 0 1 1 0 5 3 20 0 15 0 415312558 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10834676 memory=4638778398332829792 CPUtime=0.09 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 96 13306 0 1 1 0 5 3 20 0 15 0 415312560 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10834676 memory=5787213827096864849 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 34 13306 0 1 0 0 5 3 20 0 15 0 415312560 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727737177696 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10834676 memory=4638778398332834401 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 1 13306 0 1 0 0 5 3 20 0 15 0 415312560 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727164401024 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10834676 memory=5787213827046593132 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11094708224 42785 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10834676 memory=4638778398333359720 CPUtime=0.31 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 1128 13306 0 1 23 0 5 3 20 0 15 0 415312563 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10834676 memory=4640203369697263712 CPUtime=0.35 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 954 13306 0 1 26 1 5 3 20 0 15 0 415312563 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10834676 memory=4641054318950109264 CPUtime=0.44 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 1406 13306 0 1 36 0 5 3 20 0 15 0 415312563 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10834676 memory=7588935152971044181 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11094708224 42785 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10834676 memory=13756780252015 CPUtime=0.08 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312564 11094708224 42785 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 171140 KiB

[startup+3.11099 s]
/proc/loadavg: 0.92 1.00 1.14 7/228 20647
/proc/meminfo: memFree=29604468/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10844936 memory=223412 CPUtime=6.39 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 33200 13306 0 1 612 19 5 3 20 0 15 0 415312546 11105214464 55853 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2711234 55853 3597 1 0 2673293 0
[pid=20516/tid=20620] ppid=20513 vsize=10844936 memory=164 CPUtime=3.01 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 19240 13306 0 1 284 9 5 3 20 0 15 0 415312557 11105214464 55853 33554432000 4194304 4196468 140727325194784 139728250618128 139728278797718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0

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

/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 81579 13306 0 1 223985 45 5 3 20 0 15 0 415312557 11111518208 208473 33554432000 4194304 4196468 140727325194784 139728250621328 139727853944832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10851092 memory=833892 CPUtime=9.68 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 15374 13306 0 1 914 46 5 3 20 0 15 0 415312558 11111518208 208473 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10851092 memory=833892 CPUtime=9.71 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 18269 13306 0 1 919 44 5 3 20 0 15 0 415312558 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10851092 memory=833892 CPUtime=9.68 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 17407 13306 0 1 915 45 5 3 20 0 15 0 415312558 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10851092 memory=833892 CPUtime=9.68 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 16982 13306 0 1 915 45 5 3 20 0 15 0 415312558 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10851092 memory=833892 CPUtime=8.91 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 16551 13306 0 1 838 45 5 3 20 0 15 0 415312560 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10851092 memory=3612 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 47 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727737177696 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10851092 memory=8 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727164401024 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10851092 memory=833892 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11111518208 208473 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10851092 memory=833892 CPUtime=8.83 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 37532 13306 0 1 869 6 5 3 20 0 15 0 415312563 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10851092 memory=833892 CPUtime=9.1 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 37300 13306 0 1 895 7 5 3 20 0 15 0 415312563 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10851092 memory=6933690305039933585 CPUtime=4.92 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 38233 13306 0 1 477 7 5 3 20 0 15 0 415312563 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10851092 memory=7885917771067058259 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11111518208 208473 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10851092 memory=1380 CPUtime=1.26 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1188 13306 0 1 57 61 5 3 20 0 15 0 415312564 11111518208 208473 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 2311.55 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 833892 KiB

[startup+2322.3 s]
/proc/loadavg: 1.11 1.24 1.30 4/227 20887
/proc/meminfo: memFree=28761296/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10851092 memory=835940 CPUtime=2372.29 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 284237 13306 0 1 236913 308 5 3 20 0 15 0 415312546 11111518208 208985 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2712773 208985 3632 1 0 2674829 0
[pid=20516/tid=20620] ppid=20513 vsize=10851092 memory=835940 CPUtime=2299.86 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 82316 13306 0 1 229932 46 5 3 20 0 15 0 415312557 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728250621856 139727853622400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.93 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 15424 13306 0 1 938 47 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.97 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 18378 13306 0 1 944 45 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.93 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 17495 13306 0 1 939 46 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.93 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 17317 13306 0 1 939 46 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.14 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 16769 13306 0 1 860 46 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 47 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727737177696 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727164401024 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10851092 memory=3612 CPUtime=8.83 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 37534 13306 0 1 869 6 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.1 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 37302 13306 0 1 895 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10851092 memory=835940 CPUtime=4.92 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 38235 13306 0 1 477 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10851092 memory=1056 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10851092 memory=764 CPUtime=1.29 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1205 13306 0 1 59 62 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 2372.29 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 835940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.7 s]
/proc/loadavg: 1.29 1.27 1.31 3/227 21020
/proc/meminfo: memFree=28859024/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10851092 memory=835940 CPUtime=2400.03 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 285464 13306 0 1 239683 312 5 3 20 0 15 0 415312546 11111518208 208985 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2712773 208985 3632 1 0 2674829 0
[pid=20516/tid=20620] ppid=20513 vsize=10851092 memory=835940 CPUtime=2327.03 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 82786 13306 0 1 232649 46 5 3 20 0 15 0 415312557 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728250620496 139727861049669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.05 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 15509 13306 0 1 949 48 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.07 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 18404 13306 0 1 954 45 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.05 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 17847 13306 0 1 950 47 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.04 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 17386 13306 0 1 949 47 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.24 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 16973 13306 0 1 870 46 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 47 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727737177696 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10851092 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727164401024 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10851092 memory=5924 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10851092 memory=1088 CPUtime=8.83 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 37536 13306 0 1 869 6 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.1 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 37304 13306 0 1 895 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10851092 memory=3612 CPUtime=4.92 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 38237 13306 0 1 477 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10851092 memory=3612 CPUtime=1.3 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1220 13306 0 1 59 63 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 835940 KiB

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

[startup+2349.73 s]
# the end of solver process 20516 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.91 s, system=3.1731 s

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

[startup+2349.7 s]
/proc/loadavg: 1.29 1.27 1.31 3/227 21020
/proc/meminfo: memFree=28859024/32770688 swapFree=66961080/67108860
[pid=20516] ppid=20513 vsize=10851092 memory=835940 CPUtime=2400.03 cores=0-3
/proc/20516/stat : 20516 (java) S 20513 20516 17242 0 -1 1077944320 285464 13306 0 1 239683 312 5 3 20 0 15 0 415312546 11111518208 208985 33554432000 4194304 4196468 140727325194784 140727325177328 139728278785783 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
/proc/20516/statm: 2712773 208985 3632 1 0 2674829 0
[pid=20516/tid=20620] ppid=20513 vsize=10851092 memory=835940 CPUtime=2327.03 cores=0-3
/proc/20516/task/20620/stat : 20620 (java) R 20513 20516 17242 0 -1 4202560 82786 13306 0 1 232649 46 5 3 20 0 15 0 415312557 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728250620496 139727861049669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20624] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.05 cores=0-3
/proc/20516/task/20624/stat : 20624 (java) S 20513 20516 17242 0 -1 1077944384 15509 13306 0 1 949 48 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139728283028112 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20626] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.07 cores=0-3
/proc/20516/task/20626/stat : 20626 (java) S 20513 20516 17242 0 -1 1077944384 18404 13306 0 1 954 45 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727852268048 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20628] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.05 cores=0-3
/proc/20516/task/20628/stat : 20628 (java) S 20513 20516 17242 0 -1 1077944384 17847 13306 0 1 950 47 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727851215248 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20629] ppid=20513 vsize=10851092 memory=835940 CPUtime=10.04 cores=0-3
/proc/20516/task/20629/stat : 20629 (java) S 20513 20516 17242 0 -1 1077944384 17386 13306 0 1 949 47 5 3 20 0 15 0 415312558 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727850162448 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20630] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.24 cores=0-3
/proc/20516/task/20630/stat : 20630 (java) S 20513 20516 17242 0 -1 1077944384 16973 13306 0 1 870 46 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727738231664 139728278796930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20632] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20632/stat : 20632 (java) S 20513 20516 17242 0 -1 1077944384 47 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727737177696 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20634] ppid=20513 vsize=10851092 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/20516/task/20634/stat : 20634 (java) S 20513 20516 17242 0 -1 1077944384 2 13306 0 1 0 0 5 3 20 0 15 0 415312560 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727164401024 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20636] ppid=20513 vsize=10851092 memory=5924 CPUtime=0.08 cores=0-3
/proc/20516/task/20636/stat : 20636 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726857001296 139728278804379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20637] ppid=20513 vsize=10851092 memory=1088 CPUtime=8.83 cores=0-3
/proc/20516/task/20637/stat : 20637 (java) S 20513 20516 17242 0 -1 1077944384 37536 13306 0 1 869 6 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727703619952 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20638] ppid=20513 vsize=10851092 memory=835940 CPUtime=9.1 cores=0-3
/proc/20516/task/20638/stat : 20638 (java) S 20513 20516 17242 0 -1 1077944384 37304 13306 0 1 895 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727702567152 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20639] ppid=20513 vsize=10851092 memory=3612 CPUtime=4.92 cores=0-3
/proc/20516/task/20639/stat : 20639 (java) S 20513 20516 17242 0 -1 1077944384 38237 13306 0 1 477 7 5 3 20 0 15 0 415312563 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727245142128 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20644] ppid=20513 vsize=10851092 memory=835940 CPUtime=0.08 cores=0-3
/proc/20516/task/20644/stat : 20644 (java) S 20513 20516 17242 0 -1 1077944384 3 13306 0 1 0 0 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139726823442656 139728278795989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
[pid=20516/tid=20646] ppid=20513 vsize=10851092 memory=3612 CPUtime=1.3 cores=0-3
/proc/20516/task/20646/stat : 20646 (java) S 20513 20516 17242 0 -1 1077944384 1220 13306 0 1 59 63 5 3 20 0 15 0 415312564 11111518208 208985 33554432000 4194304 4196468 140727325194784 139727244090544 139728278796930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22454272 140727325203184 140727325205701 140727325205701 140727325208527 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 835940 KiB

Child status: 143
Real time (s): 2349.73
CPU time (s): 2400.09
CPU user time (s): 2396.91
CPU system time (s): 3.1731
CPU usage (%): 102.143
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 874084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 3.1731
maximum resident set size= 875612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299991
page faults= 1
swaps= 0
block input operations= 32
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241282
involuntary context switches= 7638


# summary of solver processes directly reported to runsolver:
#   pid: 20516
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.91
#   total CPU system time (s): 3.1731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2372 second user time and 24.4131 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-13 18:54:27
IDJOB=4396394
IDBENCH=115829
IDSOLVER=2847
FILE ID=node116/4396394-1568393708
RUNJOBID= node116-1568393667-20486
PBS_JOBID= 21701846
Free space on /tmp= 61244 MiB

SOLVER NAME= Concrete 3.12.2
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-4396394-1568393708/watcher-4396394-1568393708 -o /tmp/evaluation-result-4396394-1568393708/solver-4396394-1568393708 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568393667-20486 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=366321568 HOME/instance-4396394-1568393708.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=366321568

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30009096 kB
MemAvailable:   31859924 kB
Buffers:          127764 kB
Cached:          2008724 kB
SwapCached:        46632 kB
Active:           829588 kB
Inactive:        1358048 kB
Active(anon):       3504 kB
Inactive(anon):    87964 kB
Active(file):     826084 kB
Inactive(file):  1270084 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       66961080 kB
Dirty:             70124 kB
Writeback:             0 kB
AnonPages:        114748 kB
Mapped:            43536 kB
Shmem:             31984 kB
Slab:             169044 kB
SReclaimable:     140988 kB
SUnreclaim:        28056 kB
KernelStack:        3408 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     503056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61172 MiB
End job on node116 at 2019-09-13 19:33:38