Trace number 4396312

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)687 2520.08 2457.33

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 benchmark1735.1
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.54	c Concrete v3.12.2.1568380929293 running
149.76/126.46	o 722
150.02/126.68	o 721
155.88/132.39	o 720
156.36/132.80	o 712
222.76/197.35	o 711
312.84/285.51	o 710
342.78/314.96	o 708
344.22/316.34	o 707
347.37/319.36	o 706
349.45/321.38	o 705
349.86/321.80	o 703
355.00/326.71	o 702
355.73/327.47	o 701
475.58/445.06	o 700
480.45/449.78	o 697
813.78/778.01	o 696
829.82/793.82	o 692
832.87/796.81	o 691
841.21/804.71	o 689
849.43/812.85	o 688
2109.43/2053.04	o 687
2520.03/2457.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2457.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.03/2457.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.03/2457.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2457.30		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2520.03/2457.30		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.03/2457.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2457.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2457.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2457.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2457.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2457.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2457.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.03/2457.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2457.30		at scala.Option.map(Option.scala:243)
2520.03/2457.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2457.30		at concrete.MAC.mac(MAC.scala:216)
2520.03/2457.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2457.30		at scala.util.Try$.apply(Try.scala:212)
2520.03/2457.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2457.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2457.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2457.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2457.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2457.31		at concrete.MAC.nextSolution(MAC.scala:369)
2520.03/2457.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2457.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2457.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2457.31		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2457.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.03/2457.31		at scala.util.Success.map(Try.scala:264)
2520.03/2457.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2457.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2457.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2457.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2457.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2457.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2457.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2457.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2457.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2457.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2457.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2457.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2457.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2457.31		at scala.App.main(App.scala:75)
2520.03/2457.31		at scala.App.main$(App.scala:73)
2520.03/2457.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2457.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2457.31	v <instantiation
2520.03/2457.31	v         cost = '687'>
2520.03/2457.31	v       <list>
2520.03/2457.31	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]
2520.03/2457.31	v       </list>
2520.03/2457.31	v       <values>
2520.03/2457.31	v         0 21 39 78 115 212 284 368 482 563 76 143 253 309 388 404 466 530 543 641 0 63 140 208 297 389 425 513 543 604 6 92 118 178 212 318 374 451 601 641 0 93 158 221 283 435 466 529 595 684 0 90 218 270 283 354 389 513 578 627 157 218 263 333 451 453 454 476 547 603 0 78 83 121 341 389 460 568 588 638 0 92 157 249 284 306 429 477 547 578 40 135 189 243 281 363 366 459 530 604 627 684 625 660 687 687 687 687 677 687 19 18 20 14 97 72 70 84 81 64 64 78 52 54 16 20 11 10 98 43 59 77 68 88 77 36 88 30 45 21 77 19 3 34 41 56 64 26 37 19 90 42 48 62 61 31 63 66 77 3 36 99 38 13 71 34 77 65 40 60 61 45 70 89 2 1 22 71 56 84 38 5 38 97 48 71 53 20 2 49 92 65 92 35 22 83 30 70 21 99 95 22 54 27 82 3 93 71 74 83 9 5 8 7 0 6 2 4 1 3 8 4 0 6 2 9 5 3 7 1 0 6 8 3 1 5 9 7 2 4 3 4 9 5 0 8 1 2 6 7 1 2 3 4 7 5 0 6 8 9 6 1 7 8 4 2 0 9 5 3 7 9 5 3 6 4 1 8 0 2 7 0 3 9 5 8 4 1 2 6 4 7 2 1 6 0 3 5 8 9 5 2 1 8 9 6 7 3 4 0 115 482 284 563 368 21 212 78 39 0 253 641 388 530 143 466 309 543 76 404 0 297 543 208 604 389 63 513 140 425 212 374 451 6 92 178 601 641 318 118 466 0 93 158 221 435 529 283 595 684 389 90 354 627 283 578 0 218 270 513 547 454 603 333 453 263 451 157 476 218 78 568 588 83 460 341 638 0 389 121 306 249 157 429 0 477 284 92 547 578 604 189 135 459 530 40 363 366 243 281
2520.03/2457.31	v       </values>
2520.03/2457.31	v     </instantiation>
2520.03/2457.31	s SATISFIABLE

Verifier Data

OK	687

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396312-1568393312/watcher-4396312-1568393312 -o /tmp/evaluation-result-4396312-1568393312/solver-4396312-1568393312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=532827311 HOME/instance-4396312-1568393312.xml 

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

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


[startup+0.100119 s]*
/proc/loadavg: 1.00 1.01 1.21 2/205 2817
/proc/meminfo: memFree=31462512/32770624 swapFree=66981568/67108860
[pid=2703] ppid=2699 vsize=9972712 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 4438 13005 0 0 1 0 5 2 20 0 6 0 415593956 10212057088 4204 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2493178 4204 1935 1 0 2481616 0
[pid=2703/tid=2811] ppid=2699 vsize=9972712 memory=7822038051842263955 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 2293 13005 0 0 0 0 5 2 20 0 6 0 415593965 10212057088 4270 33554432000 4194304 4196468 140725849981728 140135638712912 140135650956638 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 6 0 415593965 10212057088 4270 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=9972712 memory=139857667389056 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 6 0 415593965 10212057088 4270 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 6 0 415593965 10212057088 4270 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 6 0 415593965 10212057088 4270 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210027 s]*
/proc/loadavg: 1.00 1.01 1.21 3/227 2839
/proc/meminfo: memFree=31420248/32770624 swapFree=66981568/67108860
[pid=2703] ppid=2699 vsize=10819664 memory=39780 CPUtime=0.25 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 7208 13005 0 0 16 2 5 2 20 0 15 0 415593956 11079335936 9945 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2704916 9945 3184 1 0 2667149 0
[pid=2703/tid=2811] ppid=2699 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 3707 13005 0 0 10 1 5 2 20 0 15 0 415593965 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135638691544 140135666888086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10819664 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10819664 memory=139857670385015 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10819664 memory=139857667389056 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 13 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079335936 9945 33554432000 4194304 4196468 140725849981728 140134649423264 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079335936 9945 33554432000 4194304 4196468 140725849981728 140134448096752 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11079335936 9945 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 601 13005 0 0 1 0 5 2 20 0 15 0 415593970 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 72 13005 0 0 1 0 5 2 20 0 15 0 415593970 11079335936 9945 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10819664 memory=139857667389056 CPUtime=0.1 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) R 2699 2703 1949 0 -1 4202560 606 13005 0 0 3 0 5 2 20 0 15 0 415593970 11079335936 10457 33554432000 4194304 4196468 140725849981728 140135190345968 140135645415225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11079335936 10457 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10819664 memory=139857667389056 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593971 11079335936 10457 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39780 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.00 1.01 1.21 3/227 2839
/proc/meminfo: memFree=31393188/32770624 swapFree=66981568/67108860
[pid=2703] ppid=2699 vsize=10820148 memory=51956 CPUtime=0.39 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 10659 13005 0 0 28 4 5 2 20 0 15 0 415593956 11079831552 12989 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2705037 12989 3316 1 0 2667149 0
[pid=2703/tid=2811] ppid=2699 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 7136 13005 0 0 18 3 5 2 20 0 15 0 415593965 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135638689472 140135666898077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10820148 memory=139857667396049 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 15 0 415593965 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 13 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079831552 12989 33554432000 4194304 4196468 140725849981728 140134649423264 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593967 11079831552 12989 33554432000 4194304 4196468 140725849981728 140134448096752 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11079831552 12989 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 607 13005 0 0 2 0 5 2 20 0 15 0 415593970 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 73 13005 0 0 1 0 5 2 20 0 15 0 415593970 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) S 2699 2703 1949 0 -1 1077944384 615 13005 0 0 5 0 5 2 20 0 15 0 415593970 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11079831552 12989 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593971 11079831552 12989 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51956 KiB

[startup+0.701625 s]
/proc/loadavg: 1.00 1.01 1.21 3/227 2839
/proc/meminfo: memFree=31364108/32770624 swapFree=66981568/67108860
[pid=2703] ppid=2699 vsize=10824360 memory=84812 CPUtime=1.12 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 14871 13005 0 0 99 6 5 2 20 0 15 0 415593956 11084144640 21203 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2706090 21203 3512 1 0 2668173 0
[pid=2703/tid=2811] ppid=2699 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 10100 13005 0 0 55 4 5 2 20 0 15 0 415593965 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135638703104 140135270322176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10824360 memory=279715113863920 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10824360 memory=279715113864944 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593965 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10824360 memory=218126129 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 2 13005 0 0 0 0 5 2 20 0 15 0 415593965 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10824360 memory=-6510923483710009956 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 5 13005 0 0 0 0 5 2 20 0 15 0 415593967 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10824360 memory=5794541058820694358 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 13 13005 0 0 0 0 5 2 20 0 15 0 415593967 11084144640 21203 33554432000 4194304 4196468 140725849981728 140134649423264 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10824360 memory=7810746329648818265 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593967 11084144640 21203 33554432000 4194304 4196468 140725849981728 140134448096752 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10824360 memory=10 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11084144640 21203 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10824360 memory=139857667387921 CPUtime=0.22 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 1131 13005 0 0 15 0 5 2 20 0 15 0 415593970 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10824360 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) R 2699 2703 1949 0 -1 4202560 553 13005 0 0 10 0 5 2 20 0 15 0 415593970 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135191398512 140135651801054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) R 2699 2703 1949 0 -1 1077944384 851 13005 0 0 17 0 5 2 20 0 15 0 415593970 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11084144640 21203 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593971 11084144640 21203 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84812 KiB

[startup+1.50078 s]
/proc/loadavg: 1.00 1.01 1.21 3/227 2839
/proc/meminfo: memFree=31281812/32770624 swapFree=66981568/67108860
[pid=2703] ppid=2699 vsize=10834676 memory=174024 CPUtime=2.49 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 21703 13005 0 0 232 10 5 2 20 0 15 0 415593956 11094708224 43506 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2708669 43506 3579 1 0 2670733 0
[pid=2703/tid=2811] ppid=2699 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 14869 13005 0 0 129 6 5 2 20 0 15 0 415593965 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135638683584 140135270322435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10834676 memory=3473738901061120054 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 63 13005 0 0 1 0 5 2 20 0 15 0 415593965 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10834676 memory=84812 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 26 13005 0 0 1 0 5 2 20 0 15 0 415593965 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10834676 memory=279715113935712 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 323 13005 0 0 1 0 5 2 20 0 15 0 415593965 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10834676 memory=151449136797069 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 74 13005 0 0 1 0 5 2 20 0 15 0 415593965 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 142 13005 0 0 1 0 5 2 20 0 15 0 415593967 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 15 13005 0 0 0 0 5 2 20 0 15 0 415593967 11094708224 43506 33554432000 4194304 4196468 140725849981728 140134649423328 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10834676 memory=7451889928229246060 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593967 11094708224 43506 33554432000 4194304 4196468 140725849981728 140134448096752 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10834676 memory=7668895049166442592 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11094708224 43506 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10834676 memory=7957689449132282197 CPUtime=0.35 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) R 2699 2703 1949 0 -1 1077944384 1477 13005 0 0 28 0 5 2 20 0 15 0 415593970 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10834676 memory=7734493033750358616 CPUtime=0.31 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 819 13005 0 0 24 0 5 2 20 0 15 0 415593970 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10834676 memory=7019467088040376370 CPUtime=0.49 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) R 2699 2703 1949 0 -1 4202560 1683 13005 0 0 42 0 5 2 20 0 15 0 415593970 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135190345968 140135650956638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11094708224 43506 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10834676 memory=4497735258614049687 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1 13005 0 0 0 0 5 2 20 0 15 0 415593971 11094708224 43506 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 72596 13005 0 0 235975 50 5 2 20 0 15 0 415593965 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135638711904 140135277785392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10853140 memory=443388 CPUtime=12.12 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 14124 13005 0 0 1161 44 5 2 20 0 15 0 415593965 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10853140 memory=279715115648080 CPUtime=12.14 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 12956 13005 0 0 1159 48 5 2 20 0 15 0 415593965 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10853140 memory=164 CPUtime=12.2 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 11578 13005 0 0 1169 44 5 2 20 0 15 0 415593965 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10853140 memory=8112282956445269571 CPUtime=12.13 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 10920 13005 0 0 1161 45 5 2 20 0 15 0 415593965 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10853140 memory=11976 CPUtime=7.96 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 14815 13005 0 0 730 59 5 2 20 0 15 0 415593967 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110847 33554432000 4194304 4196468 140725849981728 140134649423328 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10853140 memory=1692 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110847 33554432000 4194304 4196468 140725849981728 140134448096768 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110847 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10853140 memory=443388 CPUtime=10.44 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 53755 13005 0 0 1030 7 5 2 20 0 15 0 415593970 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10853140 memory=443388 CPUtime=10.56 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 49582 13005 0 0 1042 7 5 2 20 0 15 0 415593970 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10853140 memory=2004 CPUtime=5.13 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) S 2699 2703 1949 0 -1 1077944384 45891 13005 0 0 497 9 5 2 20 0 15 0 415593970 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10853140 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110847 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10853140 memory=3848 CPUtime=1.31 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1704 13005 0 0 55 69 5 2 20 0 15 0 415593971 11113615360 110847 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 2443.81 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 443388 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.41 1.37 3/227 3087
/proc/meminfo: memFree=30078908/32770624 swapFree=66981636/67108860
[pid=2703] ppid=2699 vsize=10853140 memory=445436 CPUtime=2504.76 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 292004 13005 0 0 250121 348 5 2 20 0 15 0 415593956 11113615360 111359 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2713285 111359 3636 1 0 2675341 0
[pid=2703/tid=2811] ppid=2699 vsize=10853140 memory=443388 CPUtime=2419.75 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 73316 13005 0 0 241917 51 5 2 20 0 15 0 415593965 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135638711344 140135271458326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10853140 memory=443388 CPUtime=12.45 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 14330 13005 0 0 1193 45 5 2 20 0 15 0 415593965 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10853140 memory=443388 CPUtime=12.47 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 13147 13005 0 0 1191 49 5 2 20 0 15 0 415593965 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10853140 memory=443388 CPUtime=12.53 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 11715 13005 0 0 1201 45 5 2 20 0 15 0 415593965 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10853140 memory=443388 CPUtime=12.46 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 11230 13005 0 0 1193 46 5 2 20 0 15 0 415593965 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10853140 memory=445436 CPUtime=8.16 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 15040 13005 0 0 749 60 5 2 20 0 15 0 415593967 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10853140 memory=445436 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 111359 33554432000 4194304 4196468 140725849981728 140134649423328 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10853140 memory=445436 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 111359 33554432000 4194304 4196468 140725849981728 140134448096768 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 111359 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10853140 memory=445436 CPUtime=10.44 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 53757 13005 0 0 1030 7 5 2 20 0 15 0 415593970 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10853140 memory=3620 CPUtime=10.56 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 49584 13005 0 0 1042 7 5 2 20 0 15 0 415593970 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10853140 memory=443388 CPUtime=5.13 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) S 2699 2703 1949 0 -1 1077944384 45893 13005 0 0 497 9 5 2 20 0 15 0 415593970 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 111359 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10853140 memory=445436 CPUtime=1.34 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1723 13005 0 0 57 70 5 2 20 0 15 0 415593971 11113615360 111359 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 2504.76 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 445436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.3 s]
/proc/loadavg: 1.45 1.43 1.38 3/228 3089
/proc/meminfo: memFree=30079076/32770624 swapFree=66981636/67108860
[pid=2703] ppid=2699 vsize=10853140 memory=443904 CPUtime=2520.03 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 292385 13005 0 0 251646 350 5 2 20 0 15 0 415593956 11113615360 110976 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2713285 110976 3636 1 0 2675341 0
[pid=2703/tid=2811] ppid=2699 vsize=10853140 memory=2828 CPUtime=2434.59 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 73487 13005 0 0 243401 51 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135638711216 140135285617586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10853140 memory=443896 CPUtime=12.54 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 14352 13005 0 0 1201 46 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10853140 memory=444408 CPUtime=12.55 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 13180 13005 0 0 1199 49 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10853140 memory=445436 CPUtime=12.62 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 11782 13005 0 0 1210 45 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10853140 memory=445436 CPUtime=12.55 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 11311 13005 0 0 1202 46 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10853140 memory=445436 CPUtime=8.21 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 15047 13005 0 0 754 60 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134649423328 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10853140 memory=445436 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134448096768 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10853140 memory=445436 CPUtime=10.44 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 53757 13005 0 0 1030 7 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10853140 memory=445436 CPUtime=10.56 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 49584 13005 0 0 1042 7 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10853140 memory=444924 CPUtime=5.13 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) S 2699 2703 1949 0 -1 1077944384 45893 13005 0 0 497 9 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10853140 memory=443896 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10853140 memory=443388 CPUtime=1.34 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1723 13005 0 0 57 70 5 2 20 0 15 0 415593971 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 443904 KiB

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

[startup+2457.32 s]
# the end of solver process 2703 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.53653 s

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

[startup+2457.3 s]
/proc/loadavg: 1.45 1.43 1.38 3/228 3089
/proc/meminfo: memFree=30079076/32770624 swapFree=66981636/67108860
[pid=2703] ppid=2699 vsize=10853140 memory=443904 CPUtime=2520.03 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2699 2703 1949 0 -1 1077944320 292385 13005 0 0 251646 350 5 2 20 0 15 0 415593956 11113615360 110976 33554432000 4194304 4196468 140725849981728 140725849964272 140135666876151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
/proc/2703/statm: 2713285 110976 3636 1 0 2675341 0
[pid=2703/tid=2811] ppid=2699 vsize=10853140 memory=2828 CPUtime=2434.59 cores=1,3,5,7
/proc/2703/task/2811/stat : 2811 (java) R 2699 2703 1949 0 -1 4202560 73487 13005 0 0 243401 51 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135638711216 140135285617586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2814] ppid=2699 vsize=10853140 memory=443896 CPUtime=12.54 cores=1,3,5,7
/proc/2703/task/2814/stat : 2814 (java) S 2699 2703 1949 0 -1 1077944384 14352 13005 0 0 1201 46 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135671118096 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2815] ppid=2699 vsize=10853140 memory=444408 CPUtime=12.55 cores=1,3,5,7
/proc/2703/task/2815/stat : 2815 (java) S 2699 2703 1949 0 -1 1077944384 13180 13005 0 0 1199 49 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135239702928 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2816] ppid=2699 vsize=10853140 memory=445436 CPUtime=12.62 cores=1,3,5,7
/proc/2703/task/2816/stat : 2816 (java) S 2699 2703 1949 0 -1 1077944384 11782 13005 0 0 1210 45 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135238650384 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2817] ppid=2699 vsize=10853140 memory=445436 CPUtime=12.55 cores=1,3,5,7
/proc/2703/task/2817/stat : 2817 (java) S 2699 2703 1949 0 -1 1077944384 11311 13005 0 0 1202 46 5 2 20 0 15 0 415593965 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135237597840 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2822] ppid=2699 vsize=10853140 memory=445436 CPUtime=8.21 cores=1,3,5,7
/proc/2703/task/2822/stat : 2822 (java) S 2699 2703 1949 0 -1 1077944384 15047 13005 0 0 754 60 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135193504240 140135666887298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2824] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2824/stat : 2824 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134649423328 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2825] ppid=2699 vsize=10853140 memory=445436 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2825/stat : 2825 (java) S 2699 2703 1949 0 -1 1077944384 29 13005 0 0 0 0 5 2 20 0 15 0 415593967 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134448096768 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2828] ppid=2699 vsize=10853140 memory=443388 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2828/stat : 2828 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134207806160 140135666894747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2829] ppid=2699 vsize=10853140 memory=445436 CPUtime=10.44 cores=1,3,5,7
/proc/2703/task/2829/stat : 2829 (java) S 2699 2703 1949 0 -1 1077944384 53757 13005 0 0 1030 7 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135192451056 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2830] ppid=2699 vsize=10853140 memory=445436 CPUtime=10.56 cores=1,3,5,7
/proc/2703/task/2830/stat : 2830 (java) S 2699 2703 1949 0 -1 1077944384 49584 13005 0 0 1042 7 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135191398512 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2831] ppid=2699 vsize=10853140 memory=444924 CPUtime=5.13 cores=1,3,5,7
/proc/2703/task/2831/stat : 2831 (java) S 2699 2703 1949 0 -1 1077944384 45893 13005 0 0 497 9 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135190345968 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2832] ppid=2699 vsize=10853140 memory=443896 CPUtime=0.07 cores=1,3,5,7
/proc/2703/task/2832/stat : 2832 (java) S 2699 2703 1949 0 -1 1077944384 3 13005 0 0 0 0 5 2 20 0 15 0 415593970 11113615360 110976 33554432000 4194304 4196468 140725849981728 140134174247520 140135666886357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
[pid=2703/tid=2833] ppid=2699 vsize=10853140 memory=443388 CPUtime=1.34 cores=1,3,5,7
/proc/2703/task/2833/stat : 2833 (java) S 2699 2703 1949 0 -1 1077944384 1723 13005 0 0 57 70 5 2 20 0 15 0 415593971 11113615360 110976 33554432000 4194304 4196468 140725849981728 140135189293872 140135666887298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18636800 140725849987824 140725849990341 140725849990341 140725849993167 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 443904 KiB

Child status: 143
Real time (s): 2457.33
CPU time (s): 2520.08
CPU user time (s): 2516.54
CPU system time (s): 3.53653
CPU usage (%): 102.554
Max. virtual memory (cumulated for all children) (KiB): 10853140
Max. memory (cumulated for all children) (KiB): 1366528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.53653
maximum resident set size= 1368608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226089
involuntary context switches= 4931


# summary of solver processes directly reported to runsolver:
#   pid: 2703
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.53653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4547 second user time and 26.4778 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 18:47:50
IDJOB=4396312
IDBENCH=115840
IDSOLVER=2846
FILE ID=node121/4396312-1568393312
RUNJOBID= node121-1568393270-2679
PBS_JOBID= 21701860
Free space on /tmp= 61412 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-4396312-1568393312/watcher-4396312-1568393312 -o /tmp/evaluation-result-4396312-1568393312/solver-4396312-1568393312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=532827311 HOME/instance-4396312-1568393312.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=532827311

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:        31475140 kB
MemAvailable:   31919720 kB
Buffers:          155784 kB
Cached:           585712 kB
SwapCached:        18920 kB
Active:           413312 kB
Inactive:         349156 kB
Active(anon):       7936 kB
Inactive(anon):    44216 kB
Active(file):     405376 kB
Inactive(file):   304940 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981568 kB
Dirty:             70616 kB
Writeback:             0 kB
AnonPages:        125124 kB
Mapped:            34316 kB
Shmem:             22000 kB
Slab:             128960 kB
SReclaimable:     100200 kB
SUnreclaim:        28760 kB
KernelStack:        3648 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 61344 MiB
End job on node121 at 2019-09-13 19:28:48