Trace number 4386973

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)303 2520.11 2467.93

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-6.xml
MD5SUMf9b69c01e6bb1a0d57b760340d1825ed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark303
Best CPU time to get the best result obtained on this benchmark29.4046
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.73/0.67	c Concrete v3.10.1560635388952 running
11.08/4.80	o 404
12.03/5.17	o 403
13.27/5.58	o 398
13.27/5.59	o 396
13.27/5.60	o 395
13.60/5.60	o 394
14.52/5.92	o 393
14.52/5.92	o 389
14.52/5.97	o 385
15.43/6.24	o 383
15.43/6.27	o 376
15.43/6.28	o 375
15.75/6.38	o 374
15.75/6.38	o 373
16.05/6.43	o 372
16.05/6.44	o 370
16.05/6.48	o 369
16.05/6.49	o 363
16.61/6.61	o 362
17.02/6.82	o 361
17.02/6.83	o 360
17.02/6.84	o 358
17.02/6.88	o 356
17.21/6.94	o 355
17.21/6.95	o 354
17.21/6.96	o 353
17.21/6.96	o 352
17.21/7.00	o 346
20.12/8.43	o 345
20.12/8.43	o 344
21.63/9.35	o 343
21.63/9.35	o 341
21.63/9.36	o 337
21.63/9.37	o 330
22.52/9.86	o 329
22.52/9.87	o 328
22.69/9.93	o 327
22.69/9.96	o 326
22.69/9.97	o 325
22.69/9.97	o 323
26.69/12.56	o 322
31.24/16.38	o 321
31.24/16.38	o 320
31.24/16.38	o 319
32.79/17.80	o 318
44.23/29.09	o 316
44.23/29.09	o 313
44.33/29.12	o 310
54.55/38.36	o 309
54.55/38.40	o 308
69.67/53.22	o 307
71.02/54.53	o 305
2296.50/2247.80	o 304
2348.60/2299.16	o 303
2520.07/2467.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2467.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2467.90		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.07/2467.90		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.07/2467.90		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.07/2467.90		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.07/2467.90		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.07/2467.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2467.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2467.90		at scala.Option.map(Option.scala:243)
2520.07/2467.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2467.90		at concrete.MAC.mac(MAC.scala:204)
2520.07/2467.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2467.90		at scala.util.Try$.apply(Try.scala:212)
2520.07/2467.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2467.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2467.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2467.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2467.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2467.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2467.90		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2467.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.90		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2467.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2467.90		at scala.util.Success.map(Try.scala:264)
2520.07/2467.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2467.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2467.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2467.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2467.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2467.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2467.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2467.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2467.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2467.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2467.91		at scala.App.main(App.scala:75)
2520.07/2467.91		at scala.App.main$(App.scala:73)
2520.07/2467.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2467.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.91	v <instantiation
2520.07/2467.91	v         cost = '303'>
2520.07/2467.91	v       <list>
2520.07/2467.91	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.07/2467.91	v       </list>
2520.07/2467.91	v       <values>
2520.07/2467.91	v         0 80 149 225 251 0 61 132 163 254 14 62 161 163 241 0 14 111 206 261 0 80 111 125 214 302 303 303 303 303 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 149 251 0 80 225 61 132 254 163 0 14 163 62 161 241 0 14 206 261 111 214 111 125 0 80
2520.07/2467.91	v       </values>
2520.07/2467.91	v     </instantiation>
2520.07/2467.91	s SATISFIABLE

Verifier Data

OK	303

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (12593 MiB free)
  memory of node 1: 16384 MiB (12454 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386973-1568285964/watcher-4386973-1568285964 -o /tmp/evaluation-result-4386973-1568285964/solver-4386973-1568285964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=864925325 HOME/instance-4386973-1568285964.xml 

running on 4 cores: 0-3

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


[startup+0.100138 s]*
/proc/loadavg: 2.00 2.01 2.05 3/221 1403
/proc/meminfo: memFree=25622812/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=113256 memory=1612 CPUtime=0.01 cores=0-3
/proc/1328/stat : 1328 (bash) S 1323 1328 463 0 -1 4202496 889 5695 1 1 0 0 0 1 20 0 1 0 404602795 115974144 403 33554432000 4194304 5098028 140726852951984 140726852945992 140238776339456 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 2 0 0 7196144 7232144 25505792 140726852953109 140726852953233 140726852953233 140726852956142 0
/proc/1328/statm: 28314 403 320 221 0 119 0
[pid=1383] ppid=1328 vsize=113256 memory=708 CPUtime=0 cores=0-3
/proc/1383/stat : 1383 (bash) S 1328 1328 463 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 404602801 115974144 177 33554432000 4194304 5098028 140726852951984 140726852944664 140238776164988 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25505792 140726852953109 140726852953233 140726852953233 140726852956142 0
/proc/1383/statm: 28314 177 94 221 0 119 0
[pid=1385] ppid=1383 vsize=10260324 memory=19960 CPUtime=0.03 cores=0-3
/proc/1385/stat : 1385 (java) S 1383 1328 463 0 -1 1077944320 3865 0 0 0 3 0 0 0 20 0 9 0 404602801 10506571776 4990 33554432000 4194304 4196468 140725276243840 140725276226384 139788370726647 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
/proc/1385/statm: 2565081 4990 2142 1 0 2527622 0
[pid=1385/tid=1389] ppid=1383 vsize=10260324 memory=5450916479981489962 CPUtime=0.03 cores=0-3
/proc/1385/task/1389/stat : 1389 (java) R 1383 1328 463 0 -1 4202560 2575 0 0 0 3 0 0 0 20 0 9 0 404602802 10506571776 5036 33554432000 4194304 4196468 140725276243840 139788374964592 139788370748573 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1394] ppid=1383 vsize=10260324 memory=664964232733811010 CPUtime=0 cores=0-3
/proc/1385/task/1394/stat : 1394 (java) S 1383 1328 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5036 33554432000 4194304 4196468 140725276243840 139788307418128 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1395] ppid=1383 vsize=10260324 memory=139735800239744 CPUtime=0 cores=0-3
/proc/1385/task/1395/stat : 1395 (java) S 1383 1328 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5036 33554432000 4194304 4196468 140725276243840 139788306365584 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1396] ppid=1383 vsize=10260324 memory=0 CPUtime=0 cores=0-3
/proc/1385/task/1396/stat : 1396 (java) S 1383 1328 463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5036 33554432000 4194304 4196468 140725276243840 139788305312528 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1397] ppid=1383 vsize=10260324 memory=-1 CPUtime=0 cores=0-3
/proc/1385/task/1397/stat : 1397 (java) S 1383 1328 463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5036 33554432000 4194304 4196468 140725276243840 139788304259984 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1399] ppid=1383 vsize=10260324 memory=139735800239744 CPUtime=0 cores=0-3
/proc/1385/task/1399/stat : 1399 (java) S 1383 1328 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602804 10506571776 5036 33554432000 4194304 4196468 140725276243840 139787607415024 139788370737794 0 0 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1401] ppid=1383 vsize=10260324 memory=-1 CPUtime=0 cores=0-3
/proc/1385/task/1401/stat : 1401 (java) S 1383 1328 463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 404602805 10506571776 5036 33554432000 4194304 4196468 140725276243840 139787606361248 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1385/tid=1403] ppid=1383 vsize=10260324 memory=0 CPUtime=0 cores=0-3
/proc/1385/task/1403/stat : 1403 (java) S 1383 1328 463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 404602805 10506571776 5036 33554432000 4194304 4196468 140725276243840 139787605308144 139788370736853 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26980352 140725276251276 140725276251290 140725276251290 140725276254159 0
[pid=1387] ppid=1383 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/1387/stat : 1387 (awk) S 1383 1328 463 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 404602801 116211712 243 33554432000 4194304 4609284 140724707454928 140724707454104 140530233351168 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 8974336 140724707460284 140724707460314 140724707460314 140724707463151 0
/proc/1387/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23252 KiB

[startup+0.211831 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 1449
/proc/meminfo: memFree=25614332/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10388332 memory=24948 CPUtime=0.15 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 4982 13018 1 1 5 1 6 3 20 0 9 0 404602795 10637651968 6237 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2597083 6237 2179 1 0 2559624 0
[pid=1328/tid=1435] ppid=1323 vsize=10653560 memory=8389772277269004345 CPUtime=0.13 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 2807 13018 0 1 4 0 6 3 20 0 13 0 404602811 10909245440 7078 33554432000 4194304 4196468 140735700451488 139652736889112 139652765064598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10653560 memory=4294967660 CPUtime=0.09 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 13 0 404602812 10909245440 7078 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10653560 memory=139735800258088 CPUtime=0.09 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 13 0 404602812 10909245440 7143 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10653560 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 13 0 404602812 10909245440 7143 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10653560 memory=-1 CPUtime=0.09 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 13 0 404602812 10909245440 7143 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10653560 memory=139735800239744 CPUtime=0.09 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 13 0 404602813 10909245440 7143 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10653560 memory=-1 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 13 13018 0 1 0 0 6 3 20 0 13 0 404602814 10909245440 7143 33554432000 4194304 4196468 140735700451488 139652203799584 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10653560 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 13 0 404602814 10909245440 7209 33554432000 4194304 4196468 140735700451488 139652069581680 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10653560 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 13 0 404602817 10909245440 7209 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10686332 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) R 1323 1328 463 0 -1 4202560 285 13018 0 1 0 0 6 3 20 0 13 0 404602817 10942803968 7209 33554432000 4194304 4196468 140735700451488 139652290622544 139652748948675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10686332 memory=-1 CPUtime=0.09 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 4 13018 0 1 0 0 6 3 20 0 13 0 404602817 10942803968 7209 33554432000 4194304 4196468 140735700451488 139652289575360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10686332 memory=139735800239744 CPUtime=0.09 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) R 1323 1328 463 0 -1 4202560 175 13018 0 1 0 0 6 3 20 0 13 0 404602817 10942803968 7209 33554432000 4194304 4196468 140735700451488 139652288522784 139652749583520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10388332 KiB
Current children cumulated memory: 24948 KiB

[startup+0.311442 s]*
/proc/loadavg: 2.00 2.01 2.05 4/227 1461
/proc/meminfo: memFree=25584752/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10818940 memory=44916 CPUtime=0.3 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 7010 13018 1 1 20 1 6 3 20 0 15 0 404602795 11078594560 11229 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2704735 11229 2982 1 0 2667149 0
[pid=1328/tid=1435] ppid=1323 vsize=10818940 memory=6944656592455360604 CPUtime=0.23 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 3509 13018 0 1 13 1 6 3 20 0 15 0 404602811 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652736883504 139652745327972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10818940 memory=4126316290023845779 CPUtime=0.09 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602812 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602812 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602812 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602812 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10818940 memory=6944656592455097440 CPUtime=0.09 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602813 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10818940 memory=6656426216303648864 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 13 13018 0 1 0 0 6 3 20 0 15 0 404602814 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652203799584 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602814 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652069581680 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11078594560 11229 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10818940 memory=0 CPUtime=0.1 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) S 1323 1328 463 0 -1 1077944384 351 13018 0 1 1 0 6 3 20 0 15 0 404602817 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652290628464 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10818940 memory=0 CPUtime=0.1 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 287 13018 0 1 1 0 6 3 20 0 15 0 404602817 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10818940 memory=0 CPUtime=0.12 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) S 1323 1328 463 0 -1 1077944384 634 13018 0 1 3 0 6 3 20 0 15 0 404602817 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652288522864 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11078594560 11229 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10818940 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602819 11078594560 11229 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 44916 KiB

[startup+0.70071 s]
/proc/loadavg: 2.00 2.01 2.05 5/227 1461
/proc/meminfo: memFree=25555628/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10822292 memory=73876 CPUtime=0.92 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 13632 13018 1 1 79 4 6 3 20 0 15 0 404602795 11082027008 18469 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2705573 18469 3465 1 0 2667661 0
[pid=1328/tid=1435] ppid=1323 vsize=10822292 memory=2020 CPUtime=0.61 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 9551 13018 0 1 49 3 6 3 20 0 15 0 404602811 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652736887024 139652757289790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602812 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602812 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602812 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602812 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 5 13018 0 1 0 0 6 3 20 0 15 0 404602813 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 13 13018 0 1 0 0 6 3 20 0 15 0 404602814 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652203799584 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602814 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652069581680 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11082027008 18469 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10822292 memory=180 CPUtime=0.16 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) R 1323 1328 463 0 -1 4202560 563 13018 0 1 7 0 6 3 20 0 15 0 404602817 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652290628464 139652749342833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10822292 memory=288230591755977018 CPUtime=0.16 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) R 1323 1328 463 0 -1 1077944384 520 13018 0 1 7 0 6 3 20 0 15 0 404602817 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10822292 memory=13564894817551928 CPUtime=0.23 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) R 1323 1328 463 0 -1 4202560 766 13018 0 1 14 0 6 3 20 0 15 0 404602817 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652288522864 139652744037886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11082027008 18469 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10822292 memory=6944656592455097440 CPUtime=0.09 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602819 11082027008 18469 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 73876 KiB

[startup+1.50075 s]
/proc/loadavg: 2.00 2.01 2.05 7/227 1461
/proc/meminfo: memFree=25490564/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10832608 memory=166200 CPUtime=2.3 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 20260 13018 1 1 212 9 6 3 20 0 15 0 404602795 11092590592 41550 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2708152 41550 3568 1 0 2670221 0
[pid=1328/tid=1435] ppid=1323 vsize=10832608 memory=1915854 CPUtime=1.36 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 14712 13018 0 1 122 5 6 3 20 0 15 0 404602811 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652736883376 139652749106715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10832608 memory=1917223 CPUtime=0.1 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 34 13018 0 1 1 0 6 3 20 0 15 0 404602812 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10832608 memory=3624 CPUtime=0.1 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 307 13018 0 1 1 0 6 3 20 0 15 0 404602812 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10832608 memory=2241 CPUtime=0.1 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 64 13018 0 1 1 0 6 3 20 0 15 0 404602812 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10832608 memory=2244 CPUtime=0.1 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 40 13018 0 1 1 0 6 3 20 0 15 0 404602812 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10832608 memory=139735687297463 CPUtime=0.1 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 101 13018 0 1 1 0 6 3 20 0 15 0 404602813 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10832608 memory=279471374554560 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 14 13018 0 1 0 0 6 3 20 0 15 0 404602814 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652203799648 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10832608 memory=0 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 1 13018 0 1 0 0 6 3 20 0 15 0 404602814 11092590592 41550 33554432000 4194304 4196468 140735700451488 139652069581696 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10832608 memory=6944652177228980320 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11092590592 41602 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10832608 memory=6944656592455097440 CPUtime=0.34 cores=0-3

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

/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 84726 13018 1 1 235547 54 6 3 20 0 15 0 404602811 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652736888208 139652372486945 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.09 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 23241 13018 0 1 1149 51 6 3 20 0 15 0 404602812 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.09 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 15808 13018 0 1 1146 54 6 3 20 0 15 0 404602812 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10851072 memory=279471375173312 CPUtime=12.06 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 19947 13018 0 1 1144 53 6 3 20 0 15 0 404602812 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.1 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 21861 13018 0 1 1148 53 6 3 20 0 15 0 404602812 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10851072 memory=1057004 CPUtime=11.14 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 20047 13018 0 1 1053 52 6 3 20 0 15 0 404602813 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10851072 memory=1057004 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 20 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652203799648 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10851072 memory=1057004 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 8 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652069581696 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10851072 memory=1057004 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11111497728 264251 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10851072 memory=1057004 CPUtime=6.56 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) S 1323 1328 463 0 -1 1077944384 24097 13018 0 1 642 5 6 3 20 0 15 0 404602817 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652290628464 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10851072 memory=1057004 CPUtime=6.23 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 25664 13018 0 1 608 6 6 3 20 0 15 0 404602817 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10851072 memory=1057004 CPUtime=4.02 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) S 1323 1328 463 0 -1 1077944384 29953 13018 0 1 385 8 6 3 20 0 15 0 404602817 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652288522864 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10851072 memory=1057004 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11111497728 264251 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10851072 memory=1057004 CPUtime=1.41 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1236 13018 0 1 68 64 6 3 20 0 15 0 404602819 11111497728 264251 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 2433.1 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1057004 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.36 1.43 4/228 1699
/proc/meminfo: memFree=23493756/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2494.05 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 270391 13018 2 1 249037 359 6 3 20 0 15 0 404602795 11111497728 264763 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2712768 264763 3628 1 0 2674829 0
[pid=1328/tid=1435] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2415.39 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 85553 13018 1 1 241475 55 6 3 20 0 15 0 404602811 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652736887968 139652355898156 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.43 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 23322 13018 0 1 1181 53 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.42 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 15822 13018 0 1 1177 56 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10851072 memory=1057004 CPUtime=12.4 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 20262 13018 0 1 1176 55 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10851072 memory=1176 CPUtime=12.43 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 21959 13018 0 1 1180 54 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10851072 memory=1059052 CPUtime=11.44 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 20260 13018 0 1 1081 54 6 3 20 0 15 0 404602813 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 20 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652203799648 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 8 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652069581696 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.56 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) S 1323 1328 463 0 -1 1077944384 24099 13018 0 1 642 5 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652290628464 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.23 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 25666 13018 0 1 608 6 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10851072 memory=1059052 CPUtime=4.02 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) S 1323 1328 463 0 -1 1077944384 29955 13018 0 1 385 8 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652288522864 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11111497728 264763 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10851072 memory=1059052 CPUtime=1.44 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1256 13018 0 1 69 66 6 3 20 0 15 0 404602819 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 2494.05 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1059052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.9 s]
/proc/loadavg: 1.46 1.38 1.43 5/228 1833
/proc/meminfo: memFree=23895504/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2520.07 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 270646 13018 2 1 251632 366 6 3 20 0 15 0 404602795 11111497728 264763 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2712768 264763 3628 1 0 2674829 0
[pid=1328/tid=1435] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2440.71 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 85770 13018 1 1 244003 59 6 3 20 0 15 0 404602811 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652736888096 139652361885353 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 23323 13018 0 1 1194 53 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 15842 13018 0 1 1191 56 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.55 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 20266 13018 0 1 1190 56 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 21962 13018 0 1 1193 54 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10851072 memory=279471374512832 CPUtime=11.57 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 20268 13018 0 1 1093 55 6 3 20 0 15 0 404602813 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 20 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652203799648 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 8 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652069581696 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.56 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) S 1323 1328 463 0 -1 1077944384 24099 13018 0 1 642 5 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652290628464 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.23 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 25666 13018 0 1 608 6 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10851072 memory=924 CPUtime=4.02 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) S 1323 1328 463 0 -1 1077944384 29955 13018 0 1 385 8 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652288522864 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10851072 memory=3848 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11111497728 264763 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10851072 memory=1059052 CPUtime=1.46 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1258 13018 0 1 70 67 6 3 20 0 15 0 404602819 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1059052 KiB

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

[startup+2467.93 s]
# the end of solver process 1328 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.71073 s

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

[startup+2467.9 s]
/proc/loadavg: 1.46 1.38 1.43 5/228 1833
/proc/meminfo: memFree=23895504/32770688 swapFree=66919608/67108860
[pid=1328] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2520.07 cores=0-3
/proc/1328/stat : 1328 (java) S 1323 1328 463 0 -1 1077944320 270646 13018 2 1 251632 366 6 3 20 0 15 0 404602795 11111497728 264763 33554432000 4194304 4196468 140735700451488 140735700434032 139652765052663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
/proc/1328/statm: 2712768 264763 3628 1 0 2674829 0
[pid=1328/tid=1435] ppid=1323 vsize=10851072 memory=1059052 CPUtime=2440.71 cores=0-3
/proc/1328/task/1435/stat : 1435 (java) R 1323 1328 463 0 -1 4202560 85770 13018 1 1 244003 59 6 3 20 0 15 0 404602811 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652736888096 139652361885353 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1440] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1440/stat : 1440 (java) S 1323 1328 463 0 -1 1077944384 23323 13018 0 1 1194 53 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652769295504 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1441] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1441/stat : 1441 (java) S 1323 1328 463 0 -1 1077944384 15842 13018 0 1 1191 56 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652684114960 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1442] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.55 cores=0-3
/proc/1328/task/1442/stat : 1442 (java) S 1323 1328 463 0 -1 1077944384 20266 13018 0 1 1190 56 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652683062160 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1443] ppid=1323 vsize=10851072 memory=1059052 CPUtime=12.56 cores=0-3
/proc/1328/task/1443/stat : 1443 (java) S 1323 1328 463 0 -1 1077944384 21962 13018 0 1 1193 54 6 3 20 0 15 0 404602812 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652682009360 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1445] ppid=1323 vsize=10851072 memory=279471374512832 CPUtime=11.57 cores=0-3
/proc/1328/task/1445/stat : 1445 (java) S 1323 1328 463 0 -1 1077944384 20268 13018 0 1 1093 55 6 3 20 0 15 0 404602813 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652291680624 139652765063810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1447] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1447/stat : 1447 (java) S 1323 1328 463 0 -1 1077944384 20 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652203799648 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1449] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1449/stat : 1449 (java) S 1323 1328 463 0 -1 1077944384 8 13018 0 1 0 0 6 3 20 0 15 0 404602814 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652069581696 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1454] ppid=1323 vsize=10851072 memory=1059052 CPUtime=0.09 cores=0-3
/proc/1328/task/1454/stat : 1454 (java) S 1323 1328 463 0 -1 1077944384 2 13018 0 1 0 0 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139651465602896 139652765071259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1455] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.56 cores=0-3
/proc/1328/task/1455/stat : 1455 (java) S 1323 1328 463 0 -1 1077944384 24099 13018 0 1 642 5 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652290628464 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1457] ppid=1323 vsize=10851072 memory=1059052 CPUtime=6.23 cores=0-3
/proc/1328/task/1457/stat : 1457 (java) S 1323 1328 463 0 -1 1077944384 25666 13018 0 1 608 6 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652289575664 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1458] ppid=1323 vsize=10851072 memory=924 CPUtime=4.02 cores=0-3
/proc/1328/task/1458/stat : 1458 (java) S 1323 1328 463 0 -1 1077944384 29955 13018 0 1 385 8 6 3 20 0 15 0 404602817 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652288522864 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1459] ppid=1323 vsize=10851072 memory=3848 CPUtime=0.09 cores=0-3
/proc/1328/task/1459/stat : 1459 (java) S 1323 1328 463 0 -1 1077944384 3 13018 0 1 0 0 6 3 20 0 15 0 404602818 11111497728 264763 33554432000 4194304 4196468 140735700451488 139650995841760 139652765062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
[pid=1328/tid=1461] ppid=1323 vsize=10851072 memory=1059052 CPUtime=1.46 cores=0-3
/proc/1328/task/1461/stat : 1461 (java) S 1323 1328 463 0 -1 1077944384 1258 13018 0 1 70 67 6 3 20 0 15 0 404602819 11111497728 264763 33554432000 4194304 4196468 140735700451488 139652287470256 139652765063810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21094400 140735700458230 140735700460741 140735700460741 140735700463567 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1059052 KiB

Child status: 143
Real time (s): 2467.93
CPU time (s): 2520.11
CPU user time (s): 2516.4
CPU system time (s): 3.71073
CPU usage (%): 102.115
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1059052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.71073
maximum resident set size= 1063180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284811
page faults= 3
swaps= 0
block input operations= 1552
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288017
involuntary context switches= 11956


# summary of solver processes directly reported to runsolver:
#   pid: 1328
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.71073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5292 second user time and 25.6726 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-13 19:19:46
IDJOB=4386973
IDBENCH=115829
IDSOLVER=2823
FILE ID=node120/4386973-1568285964
RUNJOBID= node120-1323800386-1292
PBS_JOBID= 21701083
Free space on /tmp= 54720 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386973-1568285964/watcher-4386973-1568285964 -o /tmp/evaluation-result-4386973-1568285964/solver-4386973-1568285964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=864925325 HOME/instance-4386973-1568285964.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=864925325

node120.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.49
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.49
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.49
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.49
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	: 5329.69
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	: 5329.69
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	: 5329.69
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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25649900 kB
MemAvailable:   31809768 kB
Buffers:          118548 kB
Cached:          6305804 kB
SwapCached:        77012 kB
Active:          1475272 kB
Inactive:        5027412 kB
Active(anon):       3508 kB
Inactive(anon):   116560 kB
Active(file):    1471764 kB
Inactive(file):  4910852 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             70000 kB
Writeback:             0 kB
AnonPages:        111892 kB
Mapped:            45632 kB
Shmem:             32812 kB
Slab:             214364 kB
SReclaimable:     186176 kB
SUnreclaim:        28188 kB
KernelStack:        3392 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     510528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 54652 MiB
End job on node120 at 2011-12-13 20:00:55