Trace number 4392232

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)664 2400.12 2339.74

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.72/0.55	c Concrete v3.10.1560635388952 running
30.34/13.87	o 722
30.50/13.96	o 721
30.50/13.97	o 716
30.50/13.98	o 714
54.30/35.80	o 713
54.72/36.19	o 712
54.82/36.21	o 710
94.98/75.75	o 709
421.63/396.42	o 708
421.63/396.46	o 704
421.76/396.55	o 703
422.59/397.34	o 702
422.80/397.52	o 697
422.80/397.56	o 696
433.25/407.52	o 695
601.43/572.85	o 694
601.71/573.06	o 693
634.15/604.85	o 690
762.75/731.35	o 689
762.75/731.36	o 686
762.86/731.44	o 685
764.09/732.62	o 684
764.09/732.66	o 682
1172.66/1134.29	o 681
1172.76/1134.35	o 680
1346.47/1305.01	o 679
1347.79/1306.31	o 678
1640.06/1593.32	o 677
1640.56/1593.85	o 676
1640.56/1593.89	o 675
1640.77/1594.01	o 674
1893.75/1842.42	o 673
1894.49/1843.15	o 672
1894.49/1843.19	o 671
1894.58/1843.21	o 670
1894.69/1843.39	o 669
1895.20/1843.87	o 664
2400.07/2339.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2339.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2339.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.07/2339.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.07/2339.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.07/2339.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.07/2339.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.07/2339.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2339.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2339.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2339.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2339.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2339.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2339.71		at scala.Option.map(Option.scala:243)
2400.07/2339.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2339.71		at concrete.MAC.mac(MAC.scala:204)
2400.07/2339.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.07/2339.71		at scala.util.Try$.apply(Try.scala:212)
2400.07/2339.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2339.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2339.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2339.71		at concrete.MAC.oneRun(MAC.scala:253)
2400.07/2339.71		at concrete.MAC.nextSolution(MAC.scala:272)
2400.07/2339.71		at concrete.MAC.nextSolution(MAC.scala:355)
2400.07/2339.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2339.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2339.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2339.71		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2339.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.07/2339.71		at scala.util.Success.map(Try.scala:264)
2400.07/2339.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.07/2339.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2339.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2339.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2339.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2339.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2339.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2339.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2339.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2339.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2339.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2339.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2339.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2339.71		at scala.App.main(App.scala:75)
2400.07/2339.71		at scala.App.main$(App.scala:73)
2400.07/2339.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2339.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2339.72	v <instantiation
2400.07/2339.72	v         cost = '664'>
2400.07/2339.72	v       <list>
2400.07/2339.72	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/2339.72	v       </list>
2400.07/2339.72	v       <values>
2400.07/2339.72	v         0 77 149 231 250 264 282 339 424 508 27 125 211 282 336 423 482 546 569 585 0 98 166 254 335 365 387 423 524 605 85 189 245 365 384 502 566 585 621 659 1 63 105 189 254 302 379 445 566 656 0 77 176 274 371 431 486 526 564 646 27 125 186 231 233 317 389 480 556 663 0 147 191 211 328 333 421 459 508 573 0 35 105 190 247 339 431 461 526 625 0 65 139 234 317 339 421 475 546 564 605 663 664 662 659 659 664 621 646 657 64 72 70 19 14 18 20 81 84 97 98 20 43 54 52 11 64 10 16 78 77 68 88 77 30 21 36 88 45 59 77 41 37 19 56 64 19 26 34 3 62 42 31 61 48 77 66 63 90 3 77 99 71 65 60 34 40 38 36 13 71 61 45 2 84 70 56 22 89 1 97 2 20 71 5 38 38 49 53 48 35 70 83 22 92 92 30 65 99 21 27 74 95 83 22 82 54 71 3 93 3 6 2 9 7 5 8 1 4 0 7 9 1 6 0 5 8 3 2 4 6 8 3 1 7 4 5 9 2 0 3 0 6 7 8 1 4 2 5 9 4 2 5 7 3 8 6 0 1 9 0 1 4 9 3 2 5 7 6 8 8 7 9 6 2 5 0 1 3 4 9 2 1 8 0 3 7 6 4 5 1 5 0 6 4 2 3 7 9 8 8 4 5 0 2 9 1 3 6 7 508 339 149 0 424 264 77 250 282 231 336 211 569 546 585 423 282 27 482 125 605 254 524 166 365 387 0 335 98 423 189 502 585 85 566 621 245 365 384 659 445 566 63 254 1 105 379 189 302 656 0 77 431 371 176 486 564 526 646 274 389 480 233 556 663 317 231 125 27 186 328 191 147 333 508 573 459 421 211 0 105 0 339 431 247 35 190 461 625 526 234 421 317 475 65 139 546 564 0 339
2400.07/2339.72	v       </values>
2400.07/2339.72	v     </instantiation>
2400.07/2339.72	s SATISFIABLE

Verifier Data

OK	664

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392232-1568303790/watcher-4392232-1568303790 -o /tmp/evaluation-result-4392232-1568303790/solver-4392232-1568303790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=390849954 HOME/instance-4392232-1568303790.xml 

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

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


[startup+0.100084 s]*
/proc/loadavg: 1.34 1.31 1.39 3/223 21623
/proc/meminfo: memFree=30692948/32770624 swapFree=67003320/67108860
[pid=21566] ppid=21563 vsize=9972712 memory=16960 CPUtime=0.09 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 4509 13075 0 0 1 0 5 3 20 0 6 0 406618633 10212057088 4240 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2493178 4240 1935 1 0 2481616 0
[pid=21566/tid=21619] ppid=21563 vsize=9972712 memory=4279135703913236109 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 2321 13075 0 0 0 0 5 3 20 0 6 0 406618642 10212057088 4306 33554432000 4194304 4196468 140720611342272 140158110274128 140158124119859 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 406618643 10212057088 4306 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=9972712 memory=140040411543168 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 406618643 10212057088 4306 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 406618643 10212057088 4306 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 6 0 406618643 10212057088 4306 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16960 KiB

[startup+0.211043 s]*
/proc/loadavg: 1.34 1.31 1.39 3/232 21632
/proc/meminfo: memFree=30673992/32770624 swapFree=67003320/67108860
[pid=21566] ppid=21563 vsize=10818940 memory=36616 CPUtime=0.26 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 7049 13075 0 0 17 1 5 3 20 0 15 0 406618633 11078594560 9154 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2704735 9154 2959 1 0 2667149 0
[pid=21566/tid=21619] ppid=21563 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 3486 13075 0 0 10 1 5 3 20 0 15 0 406618642 11078594560 9154 33554432000 4194304 4196468 140720611342272 140158110263520 140158122517854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11078594560 9154 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10818940 memory=140040411543168 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11078594560 9154 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618643 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10818940 memory=140040411543168 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618644 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 33 13075 0 0 0 0 5 3 20 0 15 0 406618645 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157462226208 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618645 11078594560 9154 33554432000 4194304 4196468 140720611342272 140156996675184 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11078594560 9154 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 455 13075 0 0 1 0 5 3 20 0 15 0 406618648 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 191 13075 0 0 0 0 5 3 20 0 15 0 406618648 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10818940 memory=140040411543168 CPUtime=0.11 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) R 21563 21566 20959 0 -1 4202560 673 13075 0 0 3 0 5 3 20 0 15 0 406618648 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157426563440 140158138458714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11078594560 9154 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10818940 memory=140040411543168 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618648 11078594560 9154 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36616 KiB

[startup+0.311051 s]*
/proc/loadavg: 1.34 1.31 1.39 3/232 21632
/proc/meminfo: memFree=30664352/32770624 swapFree=67003320/67108860
[pid=21566] ppid=21563 vsize=10820096 memory=48032 CPUtime=0.4 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 10799 13075 0 0 29 3 5 3 20 0 15 0 406618633 11079778304 12008 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2705024 12008 3234 1 0 2667149 0
[pid=21566/tid=21619] ppid=21563 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 7169 13075 0 0 19 2 5 3 20 0 15 0 406618642 11079778304 12008 33554432000 4194304 4196468 140720611342272 140158110253648 140158138459293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10820096 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11079778304 12008 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10820096 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11079778304 12008 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618643 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618644 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 33 13075 0 0 0 0 5 3 20 0 15 0 406618645 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157462226208 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618645 11079778304 12008 33554432000 4194304 4196468 140720611342272 140156996675184 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11079778304 12008 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 458 13075 0 0 2 0 5 3 20 0 15 0 406618648 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 201 13075 0 0 1 0 5 3 20 0 15 0 406618648 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 717 13075 0 0 5 0 5 3 20 0 15 0 406618648 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11079778304 12008 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618648 11079778304 12008 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48032 KiB

[startup+0.700715 s]
/proc/loadavg: 1.34 1.31 1.39 6/232 21632
/proc/meminfo: memFree=30650480/32770624 swapFree=67003320/67108860
[pid=21566] ppid=21563 vsize=10824340 memory=79144 CPUtime=1.14 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 15110 13075 0 0 100 6 5 3 20 0 15 0 406618633 11084124160 19786 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2706085 19786 3486 1 0 2668173 0
[pid=21566/tid=21619] ppid=21563 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 10524 13075 0 0 55 4 5 3 20 0 15 0 406618642 11084124160 19786 33554432000 4194304 4196468 140720611342272 140158110266944 140158138459293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11084124160 19786 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10824340 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11084124160 19786 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618643 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618643 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10824340 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 5 13075 0 0 0 0 5 3 20 0 15 0 406618644 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10824340 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 33 13075 0 0 0 0 5 3 20 0 15 0 406618645 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157462226208 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10824340 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618645 11084124160 19786 33554432000 4194304 4196468 140720611342272 140156996675184 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10824340 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11084124160 19786 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10824340 memory=13252 CPUtime=0.23 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 852 13075 0 0 15 0 5 3 20 0 15 0 406618648 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10824340 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) R 21563 21566 20959 0 -1 4202560 452 13075 0 0 12 0 5 3 20 0 15 0 406618648 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157427615728 140158121805569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10824340 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 1028 13075 0 0 17 0 5 3 20 0 15 0 406618648 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10824340 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11084124160 19786 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10824340 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618648 11084124160 19786 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79144 KiB

[startup+1.50069 s]
/proc/loadavg: 1.34 1.31 1.39 3/231 21632
/proc/meminfo: memFree=30610668/32770624 swapFree=67003320/67108860
[pid=21566] ppid=21563 vsize=10834656 memory=169128 CPUtime=2.54 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 22355 13075 0 0 235 11 5 3 20 0 15 0 406618633 11094687744 42282 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2708664 42282 3571 1 0 2670733 0
[pid=21566/tid=21619] ppid=21563 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 15772 13075 0 0 129 6 5 3 20 0 15 0 406618642 11094687744 42282 33554432000 4194304 4196468 140720611342272 140158110251840 140158138458714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 326 13075 0 0 0 0 5 3 20 0 15 0 406618643 11094687744 42282 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 68 13075 0 0 0 0 5 3 20 0 15 0 406618643 11094687744 42282 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 27 13075 0 0 1 0 5 3 20 0 15 0 406618643 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 51 13075 0 0 1 0 5 3 20 0 15 0 406618643 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10834656 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 322 13075 0 0 1 0 5 3 20 0 15 0 406618644 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10834656 memory=280080588810496 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 33 13075 0 0 0 0 5 3 20 0 15 0 406618645 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157462226272 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 406618645 11094687744 42282 33554432000 4194304 4196468 140720611342272 140156996675200 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10834656 memory=8252 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11094687744 42282 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10834656 memory=5912 CPUtime=0.35 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 979 13075 0 0 27 0 5 3 20 0 15 0 406618648 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10834656 memory=1056 CPUtime=0.38 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) R 21563 21566 20959 0 -1 4202560 846 13075 0 0 30 0 5 3 20 0 15 0 406618648 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10834656 memory=1540 CPUtime=0.5 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 1717 13075 0 0 42 0 5 3 20 0 15 0 406618648 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10834656 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11094687744 42282 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10834656 memory=3436 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 406618648 11094687744 42282 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834656 KiB

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

/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 101908 13075 0 0 223723 59 5 3 20 0 15 0 406618642 11111497728 355006 33554432000 4194304 4196468 140720611342272 140158110272464 140157761373709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10851072 memory=1420024 CPUtime=13.13 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 23922 13075 0 0 1257 48 5 3 20 0 15 0 406618643 11111497728 355006 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10851072 memory=1424640 CPUtime=13.14 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 28248 13075 0 0 1254 52 5 3 20 0 15 0 406618643 11111497728 355006 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10851072 memory=1423616 CPUtime=13.16 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 23549 13075 0 0 1255 53 5 3 20 0 15 0 406618643 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10851072 memory=1424640 CPUtime=13.14 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 18740 13075 0 0 1256 50 5 3 20 0 15 0 406618643 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10851072 memory=1420536 CPUtime=9.15 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 22529 13075 0 0 861 46 5 3 20 0 15 0 406618644 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10851072 memory=1420024 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 50 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157462226336 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10851072 memory=1420024 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 24 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 355006 33554432000 4194304 4196468 140720611342272 140156996675200 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10851072 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11111497728 355006 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10851072 memory=1425664 CPUtime=8.15 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 51032 13075 0 0 801 6 5 3 20 0 15 0 406618648 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10851072 memory=1425664 CPUtime=8.36 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 64339 13075 0 0 821 7 5 3 20 0 15 0 406618648 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10851072 memory=2052 CPUtime=4.35 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 38592 13075 0 0 419 8 5 3 20 0 15 0 406618648 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10851072 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11111497728 355006 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10851072 memory=1425152 CPUtime=1.4 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 2122 13075 0 0 61 71 5 3 20 0 15 0 406618648 11111497728 355006 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 2321.27 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1420024 KiB

[startup+2322.3 s]
/proc/loadavg: 1.57 1.39 1.39 3/231 22009
/proc/meminfo: memFree=29232332/32770624 swapFree=67003324/67108860
[pid=21566] ppid=21563 vsize=10851072 memory=1422072 CPUtime=2382.36 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 380191 13075 0 0 237860 368 5 3 20 0 15 0 406618633 11111497728 355518 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2712768 355518 3635 1 0 2674829 0
[pid=21566/tid=21619] ppid=21563 vsize=10851072 memory=1422072 CPUtime=2297.19 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 102983 13075 0 0 229651 60 5 3 20 0 15 0 406618642 11111497728 355518 33554432000 4194304 4196468 140720611342272 140158110273552 140157743292224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.51 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 24119 13075 0 0 1294 49 5 3 20 0 15 0 406618643 11111497728 355518 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.52 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 28364 13075 0 0 1291 53 5 3 20 0 15 0 406618643 11111497728 355518 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.53 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 23843 13075 0 0 1291 54 5 3 20 0 15 0 406618643 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.52 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 19500 13075 0 0 1293 51 5 3 20 0 15 0 406618643 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10851072 memory=1422072 CPUtime=9.41 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 22970 13075 0 0 885 48 5 3 20 0 15 0 406618644 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10851072 memory=1422072 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 50 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157462226336 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10851072 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 24 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 355518 33554432000 4194304 4196468 140720611342272 140156996675200 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10851072 memory=1422072 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11111497728 355518 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10851072 memory=1422072 CPUtime=8.15 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 51036 13075 0 0 801 6 5 3 20 0 15 0 406618648 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10851072 memory=1422072 CPUtime=8.36 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 64343 13075 0 0 821 7 5 3 20 0 15 0 406618648 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10851072 memory=1422072 CPUtime=4.35 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 38596 13075 0 0 419 8 5 3 20 0 15 0 406618648 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10851072 memory=1422072 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11111497728 355518 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10851072 memory=1422072 CPUtime=1.43 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 2151 13075 0 0 62 73 5 3 20 0 15 0 406618648 11111497728 355518 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 2382.36 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1422072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.7 s]
/proc/loadavg: 1.49 1.38 1.39 3/232 22011
/proc/meminfo: memFree=29235856/32770624 swapFree=67003324/67108860
[pid=21566] ppid=21563 vsize=10851072 memory=1417968 CPUtime=2400.07 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 380428 13075 0 0 239629 370 5 3 20 0 15 0 406618633 11111497728 354492 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2712768 354492 3635 1 0 2674829 0
[pid=21566/tid=21619] ppid=21563 vsize=10851072 memory=1417968 CPUtime=2314.37 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 103110 13075 0 0 231369 60 5 3 20 0 15 0 406618642 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158110272832 140157761835606 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10851072 memory=1417968 CPUtime=13.62 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 24130 13075 0 0 1305 49 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.63 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 28439 13075 0 0 1301 54 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10851072 memory=1417968 CPUtime=13.64 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 23847 13075 0 0 1302 54 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.63 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 19512 13075 0 0 1304 51 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10851072 memory=1417968 CPUtime=9.48 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 22978 13075 0 0 892 48 5 3 20 0 15 0 406618644 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10851072 memory=1417968 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 50 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157462226336 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10851072 memory=1417968 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 24 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156996675200 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10851072 memory=1422072 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10851072 memory=3280 CPUtime=8.15 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 51036 13075 0 0 801 6 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10851072 memory=3280 CPUtime=8.36 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 64343 13075 0 0 821 7 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10851072 memory=37148 CPUtime=4.35 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 38596 13075 0 0 419 8 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10851072 memory=5912 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10851072 memory=1056 CPUtime=1.45 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 2151 13075 0 0 63 74 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1417968 KiB

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

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

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

[startup+2339.7 s]
/proc/loadavg: 1.49 1.38 1.39 3/232 22011
/proc/meminfo: memFree=29235856/32770624 swapFree=67003324/67108860
[pid=21566] ppid=21563 vsize=10851072 memory=1417968 CPUtime=2400.07 cores=1,3,5,7
/proc/21566/stat : 21566 (java) S 21563 21566 20959 0 -1 1077944320 380428 13075 0 0 239629 370 5 3 20 0 15 0 406618633 11111497728 354492 33554432000 4194304 4196468 140720611342272 140720611324816 140158138437367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
/proc/21566/statm: 2712768 354492 3635 1 0 2674829 0
[pid=21566/tid=21619] ppid=21563 vsize=10851072 memory=1417968 CPUtime=2314.37 cores=1,3,5,7
/proc/21566/task/21619/stat : 21619 (java) R 21563 21566 20959 0 -1 4202560 103110 13075 0 0 231369 60 5 3 20 0 15 0 406618642 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158110272832 140157761835606 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21620] ppid=21563 vsize=10851072 memory=1417968 CPUtime=13.62 cores=1,3,5,7
/proc/21566/task/21620/stat : 21620 (java) S 21563 21566 20959 0 -1 1077944384 24130 13075 0 0 1305 49 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158142679440 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21621] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.63 cores=1,3,5,7
/proc/21566/task/21621/stat : 21621 (java) S 21563 21566 20959 0 -1 1077944384 28439 13075 0 0 1301 54 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140158072437008 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21622] ppid=21563 vsize=10851072 memory=1417968 CPUtime=13.64 cores=1,3,5,7
/proc/21566/task/21622/stat : 21622 (java) S 21563 21566 20959 0 -1 1077944384 23847 13075 0 0 1302 54 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157710166672 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21623] ppid=21563 vsize=10851072 memory=1422072 CPUtime=13.63 cores=1,3,5,7
/proc/21566/task/21623/stat : 21623 (java) S 21563 21566 20959 0 -1 1077944384 19512 13075 0 0 1304 51 5 3 20 0 15 0 406618643 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157709113872 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21624] ppid=21563 vsize=10851072 memory=1417968 CPUtime=9.48 cores=1,3,5,7
/proc/21566/task/21624/stat : 21624 (java) S 21563 21566 20959 0 -1 1077944384 22978 13075 0 0 892 48 5 3 20 0 15 0 406618644 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157463280240 140158138448514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21625] ppid=21563 vsize=10851072 memory=1417968 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21625/stat : 21625 (java) S 21563 21566 20959 0 -1 1077944384 50 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157462226336 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21626] ppid=21563 vsize=10851072 memory=1417968 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21626/stat : 21626 (java) S 21563 21566 20959 0 -1 1077944384 24 13075 0 0 0 0 5 3 20 0 15 0 406618645 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156996675200 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21627] ppid=21563 vsize=10851072 memory=1422072 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21627/stat : 21627 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618647 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156689275472 140158138455963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21628] ppid=21563 vsize=10851072 memory=3280 CPUtime=8.15 cores=1,3,5,7
/proc/21566/task/21628/stat : 21628 (java) S 21563 21566 20959 0 -1 1077944384 51036 13075 0 0 801 6 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157428668528 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21629] ppid=21563 vsize=10851072 memory=3280 CPUtime=8.36 cores=1,3,5,7
/proc/21566/task/21629/stat : 21629 (java) S 21563 21566 20959 0 -1 1077944384 64343 13075 0 0 821 7 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157427615728 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21630] ppid=21563 vsize=10851072 memory=37148 CPUtime=4.35 cores=1,3,5,7
/proc/21566/task/21630/stat : 21630 (java) S 21563 21566 20959 0 -1 1077944384 38596 13075 0 0 419 8 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157426563440 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21631] ppid=21563 vsize=10851072 memory=5912 CPUtime=0.08 cores=1,3,5,7
/proc/21566/task/21631/stat : 21631 (java) S 21563 21566 20959 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140156655716832 140158138447573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
[pid=21566/tid=21632] ppid=21563 vsize=10851072 memory=1056 CPUtime=1.45 cores=1,3,5,7
/proc/21566/task/21632/stat : 21632 (java) S 21563 21566 20959 0 -1 1077944384 2151 13075 0 0 63 74 5 3 20 0 15 0 406618648 11111497728 354492 33554432000 4194304 4196468 140720611342272 140157425511344 140158138448514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140720611351286 140720611353797 140720611353797 140720611356623 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1417968 KiB

Child status: 143
Real time (s): 2339.74
CPU time (s): 2400.12
CPU user time (s): 2396.37
CPU system time (s): 3.74987
CPU usage (%): 102.581
Max. virtual memory (cumulated for all children) (KiB): 10853872
Max. memory (cumulated for all children) (KiB): 1888380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.37
system time used= 3.74987
maximum resident set size= 1890948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237747
involuntary context switches= 6391


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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9059 second user time and 21.9273 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 17:55:50
IDJOB=4392232
IDBENCH=115840
IDSOLVER=2837
FILE ID=node133/4392232-1568303790
RUNJOBID= node133-1568301421-20991
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
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-4392232-1568303790/watcher-4392232-1568303790 -o /tmp/evaluation-result-4392232-1568303790/solver-4392232-1568303790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=390849954 HOME/instance-4392232-1568303790.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=390849954

node133.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.18
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.18
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.18
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.18
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:        30698192 kB
MemAvailable:   30929212 kB
Buffers:          108116 kB
Cached:           407072 kB
SwapCached:         3564 kB
Active:          1286324 kB
Inactive:         203764 kB
Active(anon):     999172 kB
Inactive(anon):    15664 kB
Active(file):     287152 kB
Inactive(file):   188100 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003320 kB
Dirty:             35048 kB
Writeback:             0 kB
AnonPages:       1075880 kB
Mapped:            55896 kB
Shmem:             31184 kB
Slab:             171816 kB
SReclaimable:     143204 kB
SUnreclaim:        28612 kB
KernelStack:        4064 kB
PageTables:         7740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2177368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 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= 55044 MiB
End job on node133 at 2019-09-12 18:34:51