Trace number 4392066

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)300 2400.07 2349.53

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark28.1231
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"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.75/0.54	c Concrete v3.10.1560635388952 running
9.07/3.96	o 395
9.41/4.03	o 394
10.37/4.31	o 381
10.37/4.33	o 374
10.37/4.37	o 373
11.38/4.66	o 370
11.38/4.67	o 367
11.70/4.71	o 361
12.34/4.97	o 360
12.34/4.98	o 356
12.34/4.99	o 355
12.34/4.99	o 354
13.25/5.24	o 343
13.25/5.29	o 340
13.57/5.32	o 333
13.87/5.42	o 332
13.87/5.43	o 331
13.87/5.43	o 330
13.87/5.45	o 327
14.16/5.59	o 325
14.88/5.81	o 324
14.88/5.81	o 323
14.88/5.82	o 322
14.88/5.83	o 321
16.03/6.31	o 320
16.03/6.32	o 319
16.03/6.32	o 318
16.03/6.33	o 313
16.03/6.33	o 305
16.03/6.39	o 304
16.03/6.40	o 303
16.31/6.46	o 302
26.34/12.85	o 301
30.74/16.80	o 300
2400.02/2349.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2349.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2349.50		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.02/2349.50		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.02/2349.50		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.02/2349.50		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.02/2349.50		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.02/2349.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2349.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2349.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2349.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2349.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2349.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2349.50		at scala.Option.map(Option.scala:243)
2400.02/2349.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2349.50		at concrete.MAC.mac(MAC.scala:204)
2400.02/2349.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.02/2349.50		at scala.util.Try$.apply(Try.scala:212)
2400.02/2349.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2349.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2349.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2349.50		at concrete.MAC.oneRun(MAC.scala:253)
2400.02/2349.50		at concrete.MAC.nextSolution(MAC.scala:272)
2400.02/2349.50		at concrete.MAC.nextSolution(MAC.scala:355)
2400.02/2349.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2349.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2349.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2349.50		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2349.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.02/2349.50		at scala.util.Success.map(Try.scala:264)
2400.02/2349.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.02/2349.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2349.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2349.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2349.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2349.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2349.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2349.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2349.50		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2349.50		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2349.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2349.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2349.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2349.50		at scala.App.main(App.scala:75)
2400.02/2349.50		at scala.App.main$(App.scala:73)
2400.02/2349.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2349.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2349.51	v <instantiation
2400.02/2349.51	v         cost = '300'>
2400.02/2349.51	v       <list>
2400.02/2349.51	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/2349.51	v       </list>
2400.02/2349.51	v       <values>
2400.02/2349.51	v         4 35 120 164 234 45 170 261 279 293 0 90 164 238 298 0 50 148 233 287 10 114 160 170 264 300 300 299 300 279 31 85 44 64 66 69 68 18 14 7 90 74 70 60 1 45 98 76 54 13 80 45 10 91 15 2 3 4 0 1 1 2 4 3 0 4 0 1 2 3 1 2 3 0 4 0 1 2 4 3 164 234 4 35 120 293 45 170 279 261 90 164 238 298 0 233 0 50 148 287 10 114 160 264 170
2400.02/2349.51	v       </values>
2400.02/2349.51	v     </instantiation>
2400.02/2349.51	s SATISFIABLE

Verifier Data

OK	300

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

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

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

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

solver pid=5098, runsolver pid=5095

[startup+0.100151 s]*
/proc/loadavg: 1.35 1.44 1.48 3/218 5155
/proc/meminfo: memFree=21990576/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 4507 13011 0 0 1 1 4 3 20 0 6 0 406617931 10212057088 4270 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5098/tid=5151] ppid=5095 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 2348 13011 0 0 1 0 4 3 20 0 6 0 406617940 10212057088 4336 33554432000 4194304 4196468 140730000974576 140462139933264 140462153412542 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 6 0 406617941 10212057088 4336 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=9972712 memory=4123240790964795040 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 6 0 406617941 10212057088 4336 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 6 0 406617941 10212057088 4336 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 6 0 406617941 10212057088 4336 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210056 s]*
/proc/loadavg: 1.35 1.44 1.48 3/227 5164
/proc/meminfo: memFree=21972256/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10818940 memory=39160 CPUtime=0.26 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 7102 13011 0 0 17 2 4 3 20 0 15 0 406617931 11078594560 9790 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2704735 9790 2986 1 0 2667149 0
[pid=5098/tid=5151] ppid=5095 vsize=10818940 memory=734403540614644017 CPUtime=0.19 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 3642 13011 0 0 11 1 4 3 20 0 15 0 406617940 11078594560 9855 33554432000 4194304 4196468 140730000974576 140462139928704 140462168120093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11078594560 9855 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10818940 memory=4123240790964795040 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11078594560 9855 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11078594560 9855 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617942 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 13 13011 0 0 0 0 4 3 20 0 15 0 406617943 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461603808032 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11078594560 9855 33554432000 4194304 4196468 140730000974576 140460999828592 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 348 13011 0 0 0 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 267 13011 0 0 1 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10818940 memory=140149544941184 CPUtime=0.1 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) R 5095 5098 14487 0 -1 4202560 627 13011 0 0 3 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461691624304 140462168117850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10818940 memory=140149544941184 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617946 11078594560 9855 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39160 KiB

[startup+0.318712 s]*
/proc/loadavg: 1.35 1.44 1.48 4/227 5164
/proc/meminfo: memFree=21959036/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10820244 memory=50780 CPUtime=0.41 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 10897 13011 0 0 30 4 4 3 20 0 15 0 406617931 11079929856 12695 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2705061 12695 3305 1 0 2667149 0
[pid=5098/tid=5151] ppid=5095 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 7393 13011 0 0 20 2 4 3 20 0 15 0 406617940 11079929856 12695 33554432000 4194304 4196468 140730000974576 140462139916520 140462168118429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10820244 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11079929856 12695 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10820244 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11079929856 12695 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11079929856 12695 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617942 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 13 13011 0 0 0 0 4 3 20 0 15 0 406617943 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461603808032 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11079929856 12695 33554432000 4194304 4196468 140730000974576 140460999828592 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 348 13011 0 0 1 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 278 13011 0 0 2 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 641 13011 0 0 5 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617946 11079929856 12695 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50780 KiB

[startup+0.700668 s]
/proc/loadavg: 1.35 1.44 1.48 5/227 5164
/proc/meminfo: memFree=21946456/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10824340 memory=80768 CPUtime=1.14 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 14879 13011 0 0 101 6 4 3 20 0 15 0 406617931 11084124160 20192 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2706085 20192 3508 1 0 2668173 0
[pid=5098/tid=5151] ppid=5095 vsize=10824340 memory=3504 CPUtime=0.66 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 10593 13011 0 0 55 4 4 3 20 0 15 0 406617940 11084124160 20192 33554432000 4194304 4196468 140730000974576 140462139923488 140462168108438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10824340 memory=37600 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11084124160 20192 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10824340 memory=3028 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11084124160 20192 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10824340 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617941 11084124160 20192 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10824340 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 2 13011 0 0 0 0 4 3 20 0 15 0 406617941 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 5 13011 0 0 0 0 4 3 20 0 15 0 406617942 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 13 13011 0 0 0 0 4 3 20 0 15 0 406617943 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461603808032 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11084124160 20192 33554432000 4194304 4196468 140730000974576 140460999828592 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10824340 memory=8996 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10824340 memory=4026532099 CPUtime=0.19 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 597 13011 0 0 12 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10824340 memory=20952 CPUtime=0.22 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 640 13011 0 0 15 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) R 5095 5098 14487 0 -1 4202560 809 13011 0 0 17 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461691624304 140462168117850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617946 11084124160 20192 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80768 KiB

[startup+1.5042 s]
/proc/loadavg: 1.35 1.44 1.48 3/227 5164
/proc/meminfo: memFree=21903984/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10834656 memory=166580 CPUtime=2.49 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 21450 13011 0 0 232 10 4 3 20 0 15 0 406617931 11094687744 41645 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2708664 41645 3578 1 0 2670733 0
[pid=5098/tid=5151] ppid=5095 vsize=10834656 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 15424 13011 0 0 130 6 4 3 20 0 15 0 406617940 11094687744 41645 33554432000 4194304 4196468 140730000974576 140462139894128 140462168108438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10834656 memory=37600 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 359 13011 0 0 1 0 4 3 20 0 15 0 406617941 11094687744 41645 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10834656 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 86 13011 0 0 1 0 4 3 20 0 15 0 406617941 11094687744 41645 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10834656 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 17 13011 0 0 1 0 4 3 20 0 15 0 406617941 11094687744 41645 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 74 13011 0 0 1 0 4 3 20 0 15 0 406617941 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 154 13011 0 0 1 0 4 3 20 0 15 0 406617942 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 14 13011 0 0 0 0 4 3 20 0 15 0 406617943 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461603808032 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11094687744 41645 33554432000 4194304 4196468 140730000974576 140460999828608 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10834656 memory=8695499410603221111 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10834656 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 692 13011 0 0 22 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10834656 memory=2 CPUtime=0.34 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 845 13011 0 0 27 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10834656 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 1568 13011 0 0 43 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617946 11094687744 41645 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 72613 13011 1 0 223680 52 4 3 20 0 15 0 406617940 11111497728 268776 33554432000 4194304 4196468 140730000974576 140462139931968 140462148118990 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10851072 memory=0 CPUtime=11.94 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 15726 13011 0 0 1132 55 4 3 20 0 15 0 406617941 11111497728 268776 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10851072 memory=1075104 CPUtime=11.92 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 10488 13011 0 0 1121 64 4 3 20 0 15 0 406617941 11111497728 268776 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10851072 memory=1075104 CPUtime=11.9 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 13762 13011 0 0 1127 56 4 3 20 0 15 0 406617941 11111497728 268776 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10851072 memory=1075104 CPUtime=11.95 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 12542 13011 0 0 1131 57 4 3 20 0 15 0 406617941 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10851072 memory=1075104 CPUtime=10.44 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 16608 13011 0 0 981 56 4 3 20 0 15 0 406617942 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10851072 memory=1075104 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 15 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461603808096 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10851072 memory=1075104 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 268776 33554432000 4194304 4196468 140730000974576 140460999828608 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10851072 memory=1075104 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10851072 memory=111628 CPUtime=5.66 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 20856 13011 0 0 555 4 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10851072 memory=796 CPUtime=5.77 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 21493 13011 0 0 567 3 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10851072 memory=1075104 CPUtime=3.68 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 27288 13011 0 0 354 7 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10851072 memory=1075104 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10851072 memory=1075104 CPUtime=1.35 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1053 13011 0 0 63 65 4 3 20 0 15 0 406617946 11111497728 268776 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 2311.48 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1075104 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.47 1.48 3/228 5532
/proc/meminfo: memFree=21631024/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2372.44 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 217014 13011 1 0 236865 372 4 3 20 0 15 0 406617931 11111497728 269288 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2712768 269288 3626 1 0 2674829 0
[pid=5098/tid=5151] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2296.71 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 73690 13011 1 0 229610 54 4 3 20 0 15 0 406617940 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462139932304 140461777585709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.26 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 15963 13011 0 0 1163 56 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.26 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 10825 13011 0 0 1153 66 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.23 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 14110 13011 0 0 1159 57 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10851072 memory=676 CPUtime=12.29 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 12625 13011 0 0 1164 58 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10851072 memory=2828 CPUtime=10.72 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 16848 13011 0 0 1007 58 4 3 20 0 15 0 406617942 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10851072 memory=676 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 15 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461603808096 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10851072 memory=3504 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460999828608 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10851072 memory=37680 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.66 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 20860 13011 0 0 555 4 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.77 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 21497 13011 0 0 567 3 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10851072 memory=1077152 CPUtime=3.68 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 27292 13011 0 0 354 7 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10851072 memory=1656 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10851072 memory=1077152 CPUtime=1.38 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1073 13011 0 0 64 67 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 2372.44 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1077152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.5 s]
/proc/loadavg: 1.41 1.47 1.48 3/228 5532
/proc/meminfo: memFree=21631336/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2400.02 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 217672 13011 1 0 239619 376 4 3 20 0 15 0 406617931 11111497728 269288 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2712768 269288 3626 1 0 2674829 0
[pid=5098/tid=5151] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2323.62 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 73937 13011 1 0 232301 54 4 3 20 0 15 0 406617940 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462139931984 140461770219340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.4 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 16137 13011 0 0 1176 57 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.39 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 10829 13011 0 0 1166 66 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.37 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 14125 13011 0 0 1172 58 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.42 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 12644 13011 0 0 1176 59 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10851072 memory=1077152 CPUtime=10.83 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 17037 13011 0 0 1017 59 4 3 20 0 15 0 406617942 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 15 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461603808096 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10851072 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460999828608 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.66 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 20860 13011 0 0 555 4 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.77 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 21497 13011 0 0 567 3 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10851072 memory=3504 CPUtime=3.68 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 27292 13011 0 0 354 7 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10851072 memory=8317482817917895235 CPUtime=1.4 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1083 13011 0 0 65 68 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1077152 KiB

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

[startup+2349.53 s]
# the end of solver process 5098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.26 s, system=3.80587 s

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

[startup+2349.5 s]
/proc/loadavg: 1.41 1.47 1.48 3/228 5532
/proc/meminfo: memFree=21631336/32770624 swapFree=66997112/67108860
[pid=5098] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2400.02 cores=1,3,5,7
/proc/5098/stat : 5098 (java) S 5095 5098 14487 0 -1 1077944320 217672 13011 1 0 239619 376 4 3 20 0 15 0 406617931 11111497728 269288 33554432000 4194304 4196468 140730000974576 140730000957120 140462168096503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
/proc/5098/statm: 2712768 269288 3626 1 0 2674829 0
[pid=5098/tid=5151] ppid=5095 vsize=10851072 memory=1077152 CPUtime=2323.62 cores=1,3,5,7
/proc/5098/task/5151/stat : 5151 (java) R 5095 5098 14487 0 -1 4202560 73937 13011 1 0 232301 54 4 3 20 0 15 0 406617940 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462139931984 140461770219340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5152] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.4 cores=1,3,5,7
/proc/5098/task/5152/stat : 5152 (java) S 5095 5098 14487 0 -1 1077944384 16137 13011 0 0 1176 57 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462172339088 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5153] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.39 cores=1,3,5,7
/proc/5098/task/5153/stat : 5153 (java) S 5095 5098 14487 0 -1 1077944384 10829 13011 0 0 1166 66 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462076541712 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5154] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.37 cores=1,3,5,7
/proc/5098/task/5154/stat : 5154 (java) S 5095 5098 14487 0 -1 1077944384 14125 13011 0 0 1172 58 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140462075489424 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5155] ppid=5095 vsize=10851072 memory=1077152 CPUtime=12.42 cores=1,3,5,7
/proc/5098/task/5155/stat : 5155 (java) S 5095 5098 14487 0 -1 1077944384 12644 13011 0 0 1176 59 4 3 20 0 15 0 406617941 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461738875920 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5156] ppid=5095 vsize=10851072 memory=1077152 CPUtime=10.83 cores=1,3,5,7
/proc/5098/task/5156/stat : 5156 (java) S 5095 5098 14487 0 -1 1077944384 17037 13011 0 0 1017 59 4 3 20 0 15 0 406617942 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461694781552 140462168107650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5157] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5157/stat : 5157 (java) S 5095 5098 14487 0 -1 1077944384 15 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461603808096 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5158] ppid=5095 vsize=10851072 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5158/stat : 5158 (java) S 5095 5098 14487 0 -1 1077944384 1 13011 0 0 0 0 4 3 20 0 15 0 406617943 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460999828608 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5159] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5159/stat : 5159 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460692428880 140462168115099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5160] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.66 cores=1,3,5,7
/proc/5098/task/5160/stat : 5160 (java) S 5095 5098 14487 0 -1 1077944384 20860 13011 0 0 555 4 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461693729392 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5161] ppid=5095 vsize=10851072 memory=1077152 CPUtime=5.77 cores=1,3,5,7
/proc/5098/task/5161/stat : 5161 (java) S 5095 5098 14487 0 -1 1077944384 21497 13011 0 0 567 3 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461692676592 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5162] ppid=5095 vsize=10851072 memory=3504 CPUtime=3.68 cores=1,3,5,7
/proc/5098/task/5162/stat : 5162 (java) S 5095 5098 14487 0 -1 1077944384 27292 13011 0 0 354 7 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461691624304 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5163] ppid=5095 vsize=10851072 memory=1077152 CPUtime=0.07 cores=1,3,5,7
/proc/5098/task/5163/stat : 5163 (java) S 5095 5098 14487 0 -1 1077944384 3 13011 0 0 0 0 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140460658871264 140462168106709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
[pid=5098/tid=5164] ppid=5095 vsize=10851072 memory=8317482817917895235 CPUtime=1.4 cores=1,3,5,7
/proc/5098/task/5164/stat : 5164 (java) S 5095 5098 14487 0 -1 1077944384 1083 13011 0 0 65 68 4 3 20 0 15 0 406617946 11111497728 269288 33554432000 4194304 4196468 140730000974576 140461690571184 140462168107650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140730000980726 140730000983237 140730000983237 140730000986063 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1077152 KiB

Child status: 143
Real time (s): 2349.53
CPU time (s): 2400.07
CPU user time (s): 2396.26
CPU system time (s): 3.80587
CPU usage (%): 102.151
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1077152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.26
system time used= 3.80587
maximum resident set size= 1081376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231776
page faults= 1
swaps= 0
block input operations= 3776
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280844
involuntary context switches= 6978


# summary of solver processes directly reported to runsolver:
#   pid: 5098
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.26
#   total CPU system time (s): 3.80587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4427 second user time and 21.7665 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 17:53:09
IDJOB=4392066
IDBENCH=115827
IDSOLVER=2837
FILE ID=node103/4392066-1568303648
RUNJOBID= node103-1568301258-4658
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-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392066-1568303648/watcher-4392066-1568303648 -o /tmp/evaluation-result-4392066-1568303648/solver-4392066-1568303648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=424668212 HOME/instance-4392066-1568303648.xml

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
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:        21998856 kB
MemAvailable:   30078724 kB
Buffers:          130788 kB
Cached:          8169236 kB
SwapCached:         8920 kB
Active:          3524908 kB
Inactive:        6559036 kB
Active(anon):    1772140 kB
Inactive(anon):    53080 kB
Active(file):    1752768 kB
Inactive(file):  6505956 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             35056 kB
Writeback:             0 kB
AnonPages:       1887136 kB
Mapped:            56184 kB
Shmem:             32812 kB
Slab:             279960 kB
SReclaimable:     249604 kB
SUnreclaim:        30356 kB
KernelStack:        3984 kB
PageTables:        10264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2834612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1728512 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:19