Trace number 4401492

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)671 2400.12 2338.23

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1752.82
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
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.78/0.63	c Concrete v3.12.2.1568631193530 running
58.75/40.54	o 722
71.21/52.21	o 721
72.33/53.22	o 720
72.33/53.30	o 719
72.56/53.38	o 718
72.71/53.41	o 717
72.71/53.42	o 715
85.03/65.00	o 714
109.97/89.69	o 713
110.08/89.79	o 708
137.76/117.09	o 707
138.90/118.15	o 706
138.90/118.16	o 705
192.70/171.12	o 704
193.50/171.83	o 703
193.50/171.84	o 696
226.96/204.47	o 694
227.07/204.55	o 693
232.81/210.13	o 692
232.81/210.14	o 691
232.81/210.15	o 690
1079.11/1040.54	o 689
1161.54/1121.59	o 688
1161.64/1121.65	o 687
1162.26/1122.25	o 686
1162.47/1122.48	o 684
1162.69/1122.61	o 683
1278.75/1236.73	o 682
1902.08/1849.18	o 681
2178.83/2120.95	o 680
2333.67/2273.02	o 679
2338.14/2277.41	o 678
2355.77/2294.76	o 675
2355.77/2294.77	o 672
2355.88/2294.80	o 671
2400.07/2338.20	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2338.20		at concrete.MAC.mac(MAC.scala:192)
2400.07/2338.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2338.20		at scala.util.Try$.apply(Try.scala:212)
2400.07/2338.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2338.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2338.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2338.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2338.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2338.21		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2338.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2338.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2338.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2338.21		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2338.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2338.21		at scala.util.Success.map(Try.scala:264)
2400.07/2338.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2338.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2338.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2338.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2338.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2338.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2338.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2338.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2338.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2338.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2338.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2338.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2338.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2338.21		at scala.App.main(App.scala:75)
2400.07/2338.21		at scala.App.main$(App.scala:73)
2400.07/2338.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2338.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2338.21	v <instantiation
2400.07/2338.21	v         cost = '671'>
2400.07/2338.21	v       <list>
2400.07/2338.21	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9]
2400.07/2338.22	v       </list>
2400.07/2338.22	v       <values>
2400.07/2338.22	v         0 30 107 204 295 328 348 367 448 559 5 21 107 204 256 273 326 529 604 658 5 79 107 185 273 328 399 487 564 594 0 40 61 64 108 185 214 341 479 602 37 99 189 293 359 428 505 547 550 598 0 113 174 214 250 288 373 438 598 658 4 14 59 147 231 310 445 515 572 669 37 88 288 357 428 465 488 526 579 622 0 21 120 185 215 250 272 368 438 579 5 79 215 286 355 438 531 558 640 662 629 668 671 658 661 671 671 670 671 665 14 64 97 84 18 20 19 72 81 70 16 64 78 52 11 20 98 43 54 10 59 21 68 88 45 36 88 77 30 77 37 19 3 41 77 19 34 64 26 56 31 90 61 66 62 77 42 3 48 63 99 34 40 36 38 71 65 77 60 13 1 45 61 84 71 89 70 56 22 2 49 97 38 71 20 2 38 53 5 48 21 92 65 30 35 22 83 70 99 92 74 95 71 54 83 93 27 82 22 3 7 3 0 4 5 8 9 6 1 2 2 8 4 0 5 9 7 1 6 3 0 4 8 9 2 5 3 6 7 1 6 7 9 0 3 4 5 1 2 8 5 1 7 6 4 8 2 9 3 0 1 2 5 6 7 4 9 0 3 8 4 9 7 2 8 3 5 0 1 6 6 9 7 8 1 2 3 4 0 5 8 2 7 3 1 6 0 5 9 4 4 5 3 1 0 7 8 9 2 6 107 448 559 30 204 295 367 0 328 348 204 529 5 658 107 256 604 326 21 273 5 594 273 399 79 328 487 564 107 185 64 341 479 108 185 214 0 40 602 61 598 99 505 550 359 37 293 189 428 547 438 0 113 598 288 174 214 250 658 373 515 572 147 310 4 445 669 59 231 14 579 428 465 488 526 622 37 288 357 88 272 215 21 185 579 368 250 120 0 438 355 286 640 215 5 79 662 438 531 558
2400.07/2338.22	v       </values>
2400.07/2338.22	v     </instantiation>
2400.07/2338.22	s SATISFIABLE

Verifier Data

OK	671

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401492-1568673331/watcher-4401492-1568673331 -o /tmp/evaluation-result-4401492-1568673331/solver-4401492-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401492-1568673331.xml 

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

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

solver pid=15766, runsolver pid=15761

[startup+0.100135 s]*
/proc/loadavg: 0.16 1.18 2.42 4/217 15837
/proc/meminfo: memFree=31788292/32770624 swapFree=66976424/67108860
[pid=15766] ppid=15761 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/15766/stat : 15766 (bash) S 15761 15766 15707 0 -1 4202496 888 5701 1 0 0 0 0 1 20 0 1 0 443596593 115974144 404 33554432000 4194304 5098028 140726250224240 140726250218248 140627180854272 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 18427904 140726250230804 140726250230929 140726250230929 140726250233838 0
/proc/15766/statm: 28314 404 320 221 0 119 0
[pid=15822] ppid=15766 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/15822/stat : 15822 (bash) S 15766 15766 15707 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443596600 115974144 178 33554432000 4194304 5098028 140726250224240 140726250216920 140627180679804 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18427904 140726250230804 140726250230929 140726250230929 140726250233838 0
/proc/15822/statm: 28314 178 94 221 0 119 0
[pid=15824] ppid=15822 vsize=10260324 memory=18068 CPUtime=0.02 cores=0,2,4,6
/proc/15824/stat : 15824 (java) S 15822 15766 15707 0 -1 1077944320 3874 0 0 0 2 0 0 0 20 0 9 0 443596600 10506571776 4517 33554432000 4194304 4196468 140732749602448 140732749584992 140058378116855 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
/proc/15824/statm: 2565081 4517 2149 1 0 2527622 0
[pid=15824/tid=15827] ppid=15822 vsize=10260324 memory=-6877121556232578236 CPUtime=0.02 cores=0,2,4,6
/proc/15824/task/15827/stat : 15827 (java) R 15822 15766 15707 0 -1 4202560 2533 0 0 0 2 0 0 0 20 0 9 0 443596600 10506571776 4517 33554432000 4194304 4196468 140732749602448 140058382352240 140058362197342 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15829] ppid=15822 vsize=10260324 memory=1414370859846324153 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15829/stat : 15829 (java) S 15822 15766 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443596601 10506571776 4517 33554432000 4194304 4196468 140732749602448 140058347830416 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15830] ppid=15822 vsize=10260324 memory=140358580778624 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15830/stat : 15830 (java) S 15822 15766 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443596601 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057984240656 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15832] ppid=15822 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15832/stat : 15832 (java) S 15822 15766 15707 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443596601 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057983187856 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15834] ppid=15822 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15834/stat : 15834 (java) S 15822 15766 15707 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443596601 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057982135056 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15836] ppid=15822 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15836/stat : 15836 (java) S 15822 15766 15707 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443596603 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057869515120 140058378128002 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15838] ppid=15822 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15838/stat : 15838 (java) S 15822 15766 15707 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443596603 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057868461088 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15824/tid=15840] ppid=15822 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15824/task/15840/stat : 15840 (java) S 15822 15766 15707 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443596603 10506571776 4517 33554432000 4194304 4196468 140732749602448 140057867408304 140058378127061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18595840 140732749608076 140732749608090 140732749608090 140732749610959 0
[pid=15825] ppid=15822 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/15825/stat : 15825 (awk) S 15822 15766 15707 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443596600 116211712 243 33554432000 4194304 4609284 140735738500352 140735738499528 139664257584128 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 7262208 140735738508476 140735738508506 140735738508506 140735738511343 0
/proc/15825/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 21368 KiB

[startup+0.210823 s]*
/proc/loadavg: 0.16 1.18 2.42 4/215 15887
/proc/meminfo: memFree=31778200/32770624 swapFree=66976424/67108860
[pid=15766] ppid=15761 vsize=10686332 memory=27316 CPUtime=0.14 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 5642 13049 1 0 5 1 5 3 20 0 14 0 443596593 10942803968 6829 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2687967 6829 2596 1 0 2650508 0
[pid=15766/tid=15873] ppid=15761 vsize=10751868 memory=7900017517374083699 CPUtime=0.13 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 2894 13049 0 0 4 1 5 3 20 0 14 0 443596609 11009912832 6829 33554432000 4194304 4196468 140725755319552 140240521385792 140240152700984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10751868 memory=4211974084785569162 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 14 0 443596610 11009912832 6829 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10751868 memory=140358580778624 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 14 0 443596610 11009912832 6829 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 14 0 443596610 11009912832 6829 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10751868 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 14 0 443596610 11009912832 6829 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10751868 memory=140358580778624 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 14 0 443596611 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10751868 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 14 0 443596612 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239473468704 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 14 0 443596612 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239339251312 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 14 0 443596615 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 304 13049 0 0 0 0 5 3 20 0 14 0 443596615 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10751868 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 4 13049 0 0 0 0 5 3 20 0 14 0 443596615 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10751868 memory=140358580778624 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 218 13049 0 0 0 0 5 3 20 0 14 0 443596615 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10751868 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 14 0 443596615 11009912832 6829 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10686332 KiB
Current children cumulated memory: 27316 KiB

[startup+0.310348 s]*
/proc/loadavg: 0.16 1.18 2.42 3/227 15899
/proc/meminfo: memFree=31737944/32770624 swapFree=66976424/67108860
[pid=15766] ppid=15761 vsize=10820196 memory=45036 CPUtime=0.3 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 9807 13049 1 0 20 2 5 3 20 0 15 0 443596593 11079880704 11259 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2705049 11259 3319 1 0 2667149 0
[pid=15766/tid=15873] ppid=15761 vsize=10820196 memory=140358457591214 CPUtime=0.22 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 6286 13049 0 0 12 2 5 3 20 0 15 0 443596609 11079880704 11259 33554432000 4194304 4196468 140725755319552 140240521361952 140240532734576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11079880704 11259 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11079880704 11259 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11079880704 11259 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443596610 11079880704 11259 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10820196 memory=140358580778624 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443596611 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 15 0 443596612 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239473468704 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596612 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239339251312 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10820196 memory=3472328296227697329 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 344 13049 0 0 1 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10820196 memory=140358457611951 CPUtime=0.09 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 334 13049 0 0 1 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10820196 memory=140358580780832 CPUtime=0.12 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 608 13049 0 0 4 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10820196 memory=140358457616559 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10820196 memory=140358580864256 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596615 11079880704 11259 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45036 KiB

[startup+0.700666 s]
/proc/loadavg: 0.16 1.18 2.42 5/227 15899
/proc/meminfo: memFree=31709396/32770624 swapFree=66976424/67108860
[pid=15766] ppid=15761 vsize=10822316 memory=76680 CPUtime=0.93 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 14293 13049 1 0 80 5 5 3 20 0 15 0 443596593 11082051584 19170 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2705579 19170 3487 1 0 2667661 0
[pid=15766/tid=15873] ppid=15761 vsize=10822316 memory=29856 CPUtime=0.6 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 9724 13049 0 0 48 4 5 3 20 0 15 0 443596609 11082051584 19170 33554432000 4194304 4196468 140725755319552 140240521373552 140240549569693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10822316 memory=4088 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11082051584 19170 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10822316 memory=1580 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11082051584 19170 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10822316 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596610 11082051584 19170 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10822316 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443596610 11082051584 19170 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10822316 memory=280716915339968 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 5 13049 0 0 0 0 5 3 20 0 15 0 443596611 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 15 0 443596612 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239473468704 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10822316 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596612 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239339251312 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10822316 memory=3979270158240265504 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10822316 memory=3834595404593248311 CPUtime=0.15 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 820 13049 0 0 7 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239551041680 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10822316 memory=3467830198554146101 CPUtime=0.15 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) R 15761 15766 15707 0 -1 1077944384 735 13049 0 0 7 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239549988080 140240549557973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10822316 memory=280716914983152 CPUtime=0.23 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) R 15761 15766 15707 0 -1 4202560 776 13049 0 0 15 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239548946800 140240528985766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10822316 memory=8514701219242344867 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596615 11082051584 19170 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76680 KiB

[startup+1.50074 s]
/proc/loadavg: 0.16 1.18 2.42 5/227 15899
/proc/meminfo: memFree=31638516/32770624 swapFree=66976424/67108860
[pid=15766] ppid=15761 vsize=10834680 memory=173500 CPUtime=2.39 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 21451 13049 1 0 219 12 5 3 20 0 15 0 443596593 11094712320 43375 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2708670 43375 3583 1 0 2670733 0
[pid=15766/tid=15873] ppid=15761 vsize=10834680 memory=280716915624208 CPUtime=1.35 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 15107 13049 0 0 120 7 5 3 20 0 15 0 443596609 11094712320 43375 33554432000 4194304 4196468 140725755319552 140240521374096 140240533628254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 78 13049 0 0 1 0 5 3 20 0 15 0 443596610 11094712320 43375 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 77 13049 0 0 0 0 5 3 20 0 15 0 443596610 11094712320 43375 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 31 13049 0 0 1 0 5 3 20 0 15 0 443596610 11094712320 43375 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 281 13049 0 0 0 0 5 3 20 0 15 0 443596610 11094712320 43375 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 133 13049 0 0 1 0 5 3 20 0 15 0 443596611 11094712320 43375 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 14 13049 0 0 0 0 5 3 20 0 15 0 443596612 11094712320 43375 33554432000 4194304 4196468 140725755319552 140239473468768 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443596612 11094712320 43375 33554432000 4194304 4196468 140725755319552 140239339251328 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 122669 13049 0 0 217739 73 5 3 20 0 15 0 443596609 11113619456 457673 33554432000 4194304 4196468 140725755319552 140240521382816 140240156745732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10853144 memory=1830692 CPUtime=12.7 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 38577 13049 0 0 1217 45 5 3 20 0 15 0 443596610 11113619456 457673 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10853144 memory=1830692 CPUtime=12.75 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 31986 13049 0 0 1225 42 5 3 20 0 15 0 443596610 11113619456 457673 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10853144 memory=1830692 CPUtime=12.69 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 36450 13049 0 0 1216 45 5 3 20 0 15 0 443596610 11113619456 457673 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10853144 memory=1830692 CPUtime=12.7 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 38531 13049 0 0 1220 42 5 3 20 0 15 0 443596610 11113619456 457673 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10853144 memory=1830692 CPUtime=8.71 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 30717 13049 0 0 815 48 5 3 20 0 15 0 443596611 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10853144 memory=1830692 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239473468832 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10853144 memory=1830692 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 18 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239339251328 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10853144 memory=140358458114296 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10853144 memory=1865588 CPUtime=9.23 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 65065 13049 0 0 907 8 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10853144 memory=280716916148592 CPUtime=8.85 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 76529 13049 0 0 867 10 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10853144 memory=1830692 CPUtime=5.09 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 70648 13049 0 0 491 10 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10853144 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10853144 memory=1830692 CPUtime=1.37 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 1981 13049 0 0 63 66 5 3 20 0 15 0 443596615 11113619456 457673 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 2261.67 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1830692 KiB

[startup+2262.3 s]
/proc/loadavg: 1.34 1.38 1.48 4/228 16133
/proc/meminfo: memFree=28857204/32770624 swapFree=66976500/67108860
[pid=15766] ppid=15761 vsize=10853144 memory=1830700 CPUtime=2322.76 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 519417 13049 1 0 231909 359 5 3 20 0 15 0 443596593 11113619456 457675 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2713286 457675 3639 1 0 2675341 0
[pid=15766/tid=15873] ppid=15761 vsize=10853144 memory=1830700 CPUtime=2237.51 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 124259 13049 0 0 223669 74 5 3 20 0 15 0 443596609 11113619456 457675 33554432000 4194304 4196468 140725755319552 140240521383040 140240155879559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10853144 memory=1830700 CPUtime=13.07 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 39279 13049 0 0 1253 46 5 3 20 0 15 0 443596610 11113619456 457675 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10853144 memory=1830700 CPUtime=13.12 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 32299 13049 0 0 1261 43 5 3 20 0 15 0 443596610 11113619456 457675 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10853144 memory=1830700 CPUtime=13.07 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 37075 13049 0 0 1252 47 5 3 20 0 15 0 443596610 11113619456 457675 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10853144 memory=8996 CPUtime=13.07 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 38828 13049 0 0 1256 43 5 3 20 0 15 0 443596610 11113619456 457675 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10853144 memory=0 CPUtime=8.96 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 31166 13049 0 0 838 50 5 3 20 0 15 0 443596611 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10853144 memory=15479062137908 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239473468832 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10853144 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 18 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239339251328 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10853144 memory=2528 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10853144 memory=288230574492221466 CPUtime=9.23 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 65070 13049 0 0 907 8 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10853144 memory=288230617509003574 CPUtime=8.85 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 76533 13049 0 0 867 10 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10853144 memory=1830700 CPUtime=5.09 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 70652 13049 0 0 491 10 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10853144 memory=1830700 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10853144 memory=1830700 CPUtime=1.41 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 2004 13049 0 0 65 68 5 3 20 0 15 0 443596615 11113619456 457675 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 2322.76 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1830700 KiB

[startup+2322.3 s]
/proc/loadavg: 1.24 1.34 1.46 4/228 16139
/proc/meminfo: memFree=28896872/32770624 swapFree=66976500/67108860
[pid=15766] ppid=15761 vsize=10853144 memory=1789612 CPUtime=2383.89 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 529380 13049 1 0 238014 367 5 3 20 0 15 0 443596593 11113619456 447403 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2713286 447403 3639 1 0 2675341 0
[pid=15766/tid=15873] ppid=15761 vsize=10853144 memory=1789612 CPUtime=2296.8 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 126972 13049 0 0 229598 74 5 3 20 0 15 0 443596609 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240521383312 140240167983079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10853144 memory=1791696 CPUtime=13.46 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 39835 13049 0 0 1291 47 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10853144 memory=1797852 CPUtime=13.5 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 33713 13049 0 0 1298 44 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10853144 memory=1796824 CPUtime=13.45 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 37457 13049 0 0 1289 48 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10853144 memory=1793748 CPUtime=13.45 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 39694 13049 0 0 1293 44 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10853144 memory=1787592 CPUtime=9.2 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 31830 13049 0 0 861 51 5 3 20 0 15 0 443596611 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10853144 memory=1789612 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239473468832 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10853144 memory=1789612 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 18 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239339251328 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10853144 memory=1787592 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10853144 memory=1789612 CPUtime=9.23 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 65496 13049 0 0 907 8 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10853144 memory=1789612 CPUtime=8.86 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 76535 13049 0 0 868 10 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10853144 memory=1789612 CPUtime=5.1 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 73556 13049 0 0 492 10 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10853144 memory=1789612 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10853144 memory=303430223234596890 CPUtime=1.45 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 2040 13049 0 0 67 70 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 2383.89 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1789612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.2 s]
/proc/loadavg: 1.26 1.34 1.46 4/228 16140
/proc/meminfo: memFree=28896592/32770624 swapFree=66976500/67108860
[pid=15766] ppid=15761 vsize=10853144 memory=1789612 CPUtime=2400.07 cores=0,2,4,6
/proc/15766/stat : 15766 (java) S 15761 15766 15707 0 -1 1077944320 530234 13049 1 0 239629 370 5 3 20 0 15 0 443596593 11113619456 447403 33554432000 4194304 4196468 140725755319552 140725755302096 140240549547767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
/proc/15766/statm: 2713286 447403 3639 1 0 2675341 0
[pid=15766/tid=15873] ppid=15761 vsize=10853144 memory=288230617509003574 CPUtime=2312.52 cores=0,2,4,6
/proc/15766/task/15873/stat : 15873 (java) R 15761 15766 15707 0 -1 4202560 127408 13049 0 0 231169 75 5 3 20 0 15 0 443596609 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240521382752 140240155061296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15878] ppid=15761 vsize=10853144 memory=15252640887999028 CPUtime=13.55 cores=0,2,4,6
/proc/15766/task/15878/stat : 15878 (java) S 15761 15766 15707 0 -1 1077944384 40125 13049 0 0 1300 47 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240553789840 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15879] ppid=15761 vsize=10853144 memory=7776 CPUtime=13.6 cores=0,2,4,6
/proc/15766/task/15879/stat : 15879 (java) S 15761 15766 15707 0 -1 1077944384 33753 13049 0 0 1307 45 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240481270032 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15880] ppid=15761 vsize=10853144 memory=1164 CPUtime=13.56 cores=0,2,4,6
/proc/15766/task/15880/stat : 15880 (java) S 15761 15766 15707 0 -1 1077944384 37482 13049 0 0 1299 49 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240122129040 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15881] ppid=15761 vsize=10853144 memory=9448 CPUtime=13.55 cores=0,2,4,6
/proc/15766/task/15881/stat : 15881 (java) S 15761 15766 15707 0 -1 1077944384 39722 13049 0 0 1302 45 5 3 20 0 15 0 443596610 11113619456 447403 33554432000 4194304 4196468 140725755319552 140240121076240 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15883] ppid=15761 vsize=10853144 memory=14004 CPUtime=9.26 cores=0,2,4,6
/proc/15766/task/15883/stat : 15883 (java) S 15761 15766 15707 0 -1 1077944384 31863 13049 0 0 867 51 5 3 20 0 15 0 443596611 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239552105072 140240549558914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15885] ppid=15761 vsize=10853144 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15885/stat : 15885 (java) S 15761 15766 15707 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239473468832 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15887] ppid=15761 vsize=10853144 memory=11976 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15887/stat : 15887 (java) S 15761 15766 15707 0 -1 1077944384 18 13049 0 0 0 0 5 3 20 0 15 0 443596612 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239339251328 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15892] ppid=15761 vsize=10853144 memory=11084 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15892/stat : 15892 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239098960464 140240549566363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15893] ppid=15761 vsize=10853144 memory=512 CPUtime=9.23 cores=0,2,4,6
/proc/15766/task/15893/stat : 15893 (java) S 15761 15766 15707 0 -1 1077944384 65496 13049 0 0 907 8 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239551051888 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15894] ppid=15761 vsize=10853144 memory=1564 CPUtime=8.86 cores=0,2,4,6
/proc/15766/task/15894/stat : 15894 (java) S 15761 15766 15707 0 -1 1077944384 76535 13049 0 0 868 10 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239549999088 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15895] ppid=15761 vsize=10853144 memory=928 CPUtime=5.1 cores=0,2,4,6
/proc/15766/task/15895/stat : 15895 (java) S 15761 15766 15707 0 -1 1077944384 73556 13049 0 0 492 10 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239548946800 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15897] ppid=15761 vsize=10853144 memory=3784 CPUtime=0.08 cores=0,2,4,6
/proc/15766/task/15897/stat : 15897 (java) S 15761 15766 15707 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239065401824 140240549557973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
[pid=15766/tid=15899] ppid=15761 vsize=10853144 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/15766/task/15899/stat : 15899 (java) S 15761 15766 15707 0 -1 1077944384 2042 13049 0 0 67 70 5 3 20 0 15 0 443596615 11113619456 447403 33554432000 4194304 4196468 140725755319552 140239547894704 140240549558914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17039360 140725755325167 140725755327685 140725755327685 140725755330511 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1789612 KiB

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

[startup+2338.23 s]
# the end of solver process 15766 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.37 s, system=3.75049 s

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

Child status: 143
Real time (s): 2338.23
CPU time (s): 2400.12
CPU user time (s): 2396.37
CPU system time (s): 3.75049
CPU usage (%): 102.647
Max. virtual memory (cumulated for all children) (KiB): 10854016
Max. memory (cumulated for all children) (KiB): 2847348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.37
system time used= 3.75049
maximum resident set size= 2847348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 546818
page faults= 1
swaps= 0
block input operations= 304
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232749
involuntary context switches= 10674


# summary of solver processes directly reported to runsolver:
#   pid: 15766
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.37
#   total CPU system time (s): 3.75049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9169 second user time and 22.6727 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 00:34:49
IDJOB=4401492
IDBENCH=115840
IDSOLVER=2858
FILE ID=node121/4401492-1568673331
RUNJOBID= node121-1568673289-15738
PBS_JOBID= 21703788
Free space on /tmp= 61408 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401492-1568673331/watcher-4401492-1568673331 -o /tmp/evaluation-result-4401492-1568673331/solver-4401492-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401492-1568673331.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1889038206

node121.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.75
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.75
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.75
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.75
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:        31809936 kB
MemAvailable:   31924220 kB
Buffers:           31824 kB
Cached:           381068 kB
SwapCached:        10356 kB
Active:           189596 kB
Inactive:         235200 kB
Active(anon):       3876 kB
Inactive(anon):    40788 kB
Active(file):     185720 kB
Inactive(file):   194412 kB
Unevictable:      109604 kB
Mlocked:          109604 kB
SwapTotal:      67108860 kB
SwapFree:       66976424 kB
Dirty:             64360 kB
Writeback:             0 kB
AnonPages:        112576 kB
Mapped:            41276 kB
Shmem:             23240 kB
Slab:             129416 kB
SReclaimable:      99976 kB
SUnreclaim:        29440 kB
KernelStack:        3392 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 01:13:56