Trace number 4403292

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.3SAT (TO)682 2400.08 2347.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 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.85/2.27	c Concrete v3.12.3.1568965526260 running
71.17/62.94	o 722
72.07/63.63	o 719
72.21/63.73	o 713
72.21/63.77	o 712
72.39/63.82	o 708
126.16/114.97	o 707
126.27/115.07	o 705
127.18/115.90	o 703
145.73/134.19	o 702
146.59/134.99	o 700
151.33/139.58	o 699
155.77/143.89	o 698
455.34/437.12	o 697
455.34/437.15	o 696
455.34/437.16	o 694
455.34/437.18	o 693
455.52/437.21	o 692
455.52/437.22	o 691
883.18/857.50	o 690
888.18/862.45	o 689
895.80/869.99	o 688
895.91/870.04	o 687
896.02/870.11	o 686
896.02/870.12	o 685
896.02/870.13	o 684
997.54/969.91	o 683
1317.67/1284.59	o 682
2400.02/2347.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2347.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2347.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2347.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2347.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2347.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.02/2347.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2347.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2347.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2347.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2347.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2347.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2347.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2347.30		at scala.Option.map(Option.scala:242)
2400.02/2347.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2347.30		at concrete.MAC.mac(MAC.scala:216)
2400.02/2347.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2347.31		at scala.util.Try$.apply(Try.scala:210)
2400.02/2347.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2347.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2347.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2347.31		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2347.31		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2347.31		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2347.31		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2347.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.02/2347.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.02/2347.31		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2347.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2347.31		at scala.util.Success.map(Try.scala:262)
2400.02/2347.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2347.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2347.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2347.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2347.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2347.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2347.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2347.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2347.31		at scala.App.$anonfun$main$1(App.scala:73)
2400.02/2347.31		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.02/2347.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.02/2347.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.02/2347.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.02/2347.31		at scala.App.main(App.scala:73)
2400.02/2347.31		at scala.App.main$(App.scala:71)
2400.02/2347.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2347.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2347.32	v <instantiation
2400.02/2347.32	v         cost = '682'>
2400.02/2347.32	v       <list>
2400.02/2347.32	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.02/2347.32	v       </list>
2400.02/2347.32	v       <values>
2400.02/2347.32	v         0 21 87 110 180 263 358 457 475 645 0 11 23 87 206 226 291 442 536 584 3 84 144 180 225 303 391 459 541 592 0 47 73 107 163 255 344 408 434 638 80 146 265 296 358 421 489 566 627 639 41 134 278 355 391 431 471 510 570 583 0 56 165 236 258 303 505 589 595 675 11 89 112 240 285 424 473 621 627 677 0 35 143 226 333 356 377 469 520 590 0 35 89 165 239 296 391 473 572 655 664 638 680 675 681 682 677 682 682 682 14 64 20 70 72 81 84 18 97 19 11 10 64 16 20 52 98 78 43 54 77 59 30 45 36 88 68 77 21 88 19 26 34 56 77 3 64 19 41 37 66 90 31 62 63 48 77 61 3 42 71 65 77 36 40 38 34 60 13 99 56 61 71 22 45 89 84 1 70 2 48 20 53 38 71 49 97 2 38 5 35 99 83 65 22 21 92 30 70 92 3 54 71 74 22 95 82 93 83 27 7 3 8 2 6 1 4 5 0 9 5 3 8 2 9 0 7 4 1 6 6 0 7 2 5 9 8 1 4 3 4 2 5 8 3 9 1 7 0 6 6 1 5 4 0 3 8 7 9 2 4 9 0 6 5 7 2 3 8 1 0 7 8 1 9 3 2 4 5 6 5 1 4 3 8 6 9 2 7 0 1 9 0 7 6 8 2 3 5 4 6 1 3 4 2 5 9 7 0 8 475 263 110 21 358 457 180 0 87 645 226 536 87 11 442 0 584 291 23 206 84 459 180 592 541 225 3 144 391 303 434 344 47 163 0 73 638 408 107 255 358 146 639 421 296 265 80 566 489 627 278 583 471 510 41 391 355 431 570 134 0 236 505 303 589 595 675 56 165 258 677 89 621 240 112 11 424 627 285 473 143 0 377 469 590 520 333 226 356 35 572 35 239 89 165 296 0 473 655 391
2400.02/2347.32	v       </values>
2400.02/2347.32	v     </instantiation>
2400.02/2347.32	s SATISFIABLE

Verifier Data

OK	682

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403292-1568967638/watcher-4403292-1568967638 -o /tmp/evaluation-result-4403292-1568967638/solver-4403292-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403292-1568967638.xml 

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

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

solver pid=6508, runsolver pid=6501

[startup+0.100163 s]*
/proc/loadavg: 0.38 0.10 0.07 2/205 6519
/proc/meminfo: memFree=3301248/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6508/stat : 6508 (bash) S 6501 6508 6440 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473031582 115974144 363 33554432000 4194304 5098028 140720412072784 140720412070424 139697746091008 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6508/statm: 28314 363 289 221 0 119 0
[pid=6511] ppid=6508 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (bash) S 6508 6508 6440 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 473031584 115974144 176 33554432000 4194304 5098028 140720412072784 140720412068952 139697745916540 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6511/statm: 28314 176 101 221 0 119 0
[pid=6513] ppid=6511 vsize=113256 memory=884 CPUtime=0 cores=0,2,4,6
/proc/6513/stat : 6513 (bash) S 6511 6508 6440 0 -1 4202560 212 428 0 1 0 0 0 0 20 0 1 0 473031584 115974144 221 33554432000 4194304 5098028 140720412072784 140720412066248 139697746091008 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6513/statm: 28314 221 145 221 0 119 0
[pid=6518] ppid=6513 vsize=113256 memory=484 CPUtime=0 cores=0,2,4,6
/proc/6518/stat : 6518 (bash) D 6513 6508 6440 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 1 0 473031589 115974144 121 33554432000 4194304 5098028 140720412072784 140720412065304 139697746089333 0 0 4096 65538 18446744072101731876 0 0 17 0 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6518/statm: 28314 121 45 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3524 KiB

[startup+0.209688 s]*
/proc/loadavg: 0.38 0.10 0.07 2/205 6565
/proc/meminfo: memFree=3299424/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/6508/stat : 6508 (bash) S 6501 6508 6440 0 -1 4202496 886 5699 0 1 0 0 0 1 20 0 1 0 473031582 115974144 403 33554432000 4194304 5098028 140720412072784 140720412066792 139697746091008 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6508/statm: 28314 403 320 221 0 119 0
[pid=6561] ppid=6508 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6561/stat : 6561 (bash) S 6508 6508 6440 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 177 33554432000 4194304 5098028 140720412072784 140720412065464 139697745916540 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6561/statm: 28314 177 94 221 0 119 0
[pid=6564] ppid=6561 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/6564/stat : 6564 (bash) D 6561 6508 6440 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 131 33554432000 4194304 5098028 140720412072784 140720412065240 139697746089333 0 0 4096 65538 18446744072101731876 0 0 17 6 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6564/statm: 28314 131 48 221 0 119 0
[pid=6565] ppid=6561 vsize=113256 memory=520 CPUtime=0 cores=0,2,4,6
/proc/6565/stat : 6565 (bash) D 6561 6508 6440 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 130 33554432000 4194304 5098028 140720412072784 140720412065240 139697746089333 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6565/statm: 28314 130 47 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3364 KiB

[startup+0.309662 s]*
/proc/loadavg: 0.38 0.10 0.07 2/205 6565
/proc/meminfo: memFree=3299084/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/6508/stat : 6508 (bash) S 6501 6508 6440 0 -1 4202496 886 5699 0 1 0 0 0 1 20 0 1 0 473031582 115974144 403 33554432000 4194304 5098028 140720412072784 140720412066792 139697746091008 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6508/statm: 28314 403 320 221 0 119 0
[pid=6561] ppid=6508 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6561/stat : 6561 (bash) S 6508 6508 6440 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 177 33554432000 4194304 5098028 140720412072784 140720412065464 139697745916540 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6561/statm: 28314 177 94 221 0 119 0
[pid=6564] ppid=6561 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/6564/stat : 6564 (java) D 6561 6508 6440 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 473031600 303104 1 33554432000 4194304 4196468 140729989187408 140729989184680 139904840304327 0 0 4096 0 18446744072101731876 0 0 17 0 0 0 0 0 0 6293624 6294260 17879040 140729989190796 140729989190810 140729989190810 140729989193679 0
/proc/6564/statm: 74 1 0 1 0 38 0
[pid=6565] ppid=6561 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/6565/stat : 6565 (awk) S 6561 6508 6440 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473031600 116211712 243 33554432000 4194304 4609284 140733997310336 140733997309512 139829768391680 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 25432064 140733997319356 140733997319386 140733997319386 140733997322223 0
/proc/6565/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3296 KiB

[startup+0.700527 s]
/proc/loadavg: 0.38 0.10 0.07 2/205 6565
/proc/meminfo: memFree=3271444/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/6508/stat : 6508 (bash) S 6501 6508 6440 0 -1 4202496 886 5699 0 1 0 0 0 1 20 0 1 0 473031582 115974144 403 33554432000 4194304 5098028 140720412072784 140720412066792 139697746091008 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6508/statm: 28314 403 320 221 0 119 0
[pid=6561] ppid=6508 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6561/stat : 6561 (bash) S 6508 6508 6440 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 177 33554432000 4194304 5098028 140720412072784 140720412065464 139697745916540 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10387456 140720412079124 140720412079249 140720412079249 140720412082158 0
/proc/6561/statm: 28314 177 94 221 0 119 0
[pid=6564] ppid=6561 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6564/stat : 6564 (java) D 6561 6508 6440 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 473031600 30912512 199 33554432000 4194304 4196468 140729989187408 140729989168888 139904840251017 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 1 0 0 6293624 6294260 17879040 140729989190796 140729989190810 140729989190810 140729989193679 0
/proc/6564/statm: 7547 199 161 1 0 159 0
[pid=6565] ppid=6561 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/6565/stat : 6565 (awk) S 6561 6508 6440 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473031600 116211712 243 33554432000 4194304 4609284 140733997310336 140733997309512 139829768391680 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 25432064 140733997319356 140733997319386 140733997319386 140733997322223 0
/proc/6565/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4088 KiB

[startup+1.50119 s]
/proc/loadavg: 0.38 0.10 0.07 2/221 6581
/proc/meminfo: memFree=3259536/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=10818432 memory=30324 CPUtime=0.15 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 5936 13450 0 3 6 1 5 3 20 0 15 0 473031582 11078074368 7581 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2704608 7581 2716 1 0 2667149 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10818432 KiB
Current children cumulated memory: 30324 KiB

[startup+3.10967 s]
/proc/loadavg: 0.38 0.10 0.07 2/227 6639
/proc/meminfo: memFree=3168024/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=10822316 memory=77156 CPUtime=0.96 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 14523 13450 0 3 83 5 5 3 20 0 15 0 473031582 11082051584 19289 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2705579 19289 3484 1 0 2667661 0
[pid=6508/tid=6613] ppid=6501 vsize=10822316 memory=164 CPUtime=0.59 cores=0,2,4,6
/proc/6508/task/6613/stat : 6613 (java) D 6501 6508 6440 0 -1 4202560 9957 13450 0 3 48 3 5 3 20 0 15 0 473031716 11082051584 19289 33554432000 4194304 4196468 140737451281296 139687436654720 139687464854685 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 108 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10822316 memory=9318 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 19289 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10822316 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 19289 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10822316 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 19289 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10822316 memory=-2672971630493134941 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 2 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 19289 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10822316 memory=287752013 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 5 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 13 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686496429600 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686227993968 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10822316 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11082051584 19289 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10822316 memory=1612 CPUtime=0.19 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 1142 13450 0 3 11 0 5 3 20 0 15 0 473031728 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10822316 memory=708 CPUtime=0.15 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 522 13450 0 3 7 0 5 3 20 0 15 0 473031728 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10822316 memory=4828 CPUtime=0.23 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 665 13450 0 3 15 0 5 3 20 0 15 0 473031728 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10822316 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11082051584 19289 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10822316 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031732 11082051584 19289 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77156 KiB
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 0.51 0.13 0.08 7/227 6639
/proc/meminfo: memFree=3138632/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=10822316 memory=81116 CPUtime=1.08 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 14985 13450 0 3 94 6 5 3 20 0 15 0 473031582 11082051584 20279 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2705579 20279 3502 1 0 2667661 0
[pid=6508/tid=6613] ppid=6501 vsize=10822316 memory=55 CPUtime=0.65 cores=0,2,4,6
/proc/6508/task/6613/stat : 6613 (java) D 6501 6508 6440 0 -1 4202560 10369 13450 0 3 53 4 5 3 20 0 15 0 473031716 11082051584 20279 33554432000 4194304 4196468 140737451281296 139687436659312 139687464854685 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 399 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10822316 memory=7235425685136892779 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 20279 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10822316 memory=427523749 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 20279 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 20279 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 2 13450 0 3 0 0 5 3 20 0 15 0 473031717 11082051584 20279 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10822316 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 5 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10822316 memory=53860 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 13 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686496429600 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10822316 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 1 13450 0 3 0 0 5 3 20 0 15 0 473031719 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686227993968 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10822316 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11082051584 20279 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10822316 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 1149 13450 0 3 14 0 5 3 20 0 15 0 473031728 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10822316 memory=2292 CPUtime=0.16 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 531 13450 0 3 8 0 5 3 20 0 15 0 473031728 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10822316 memory=32500 CPUtime=0.25 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 697 13450 0 3 17 0 5 3 20 0 15 0 473031728 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11082051584 20279 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10822316 memory=3636 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031732 11082051584 20279 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 81116 KiB
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.63 0.16 0.09 9/227 6639
/proc/meminfo: memFree=2770404/32770624 swapFree=66974352/67108860
[pid=6508] ppid=6501 vsize=10844940 memory=287088 CPUtime=9.64 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 43161 13450 2 3 936 20 5 3 20 0 15 0 473031582 11105218560 71772 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2711235 71772 3612 1 0 2673293 0

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

/proc/6508/task/6613/stat : 6613 (java) R 6501 6508 6440 0 -1 4202560 171830 13450 2 3 222924 90 5 3 20 0 15 0 473031716 11113619456 417540 33554432000 4194304 4196468 140737451281296 139687436667600 139687056522007 0 4 0 16800975 0 0 0 -1 4 0 0 668 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10853144 memory=1670160 CPUtime=12.95 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 55912 13450 0 3 1235 52 5 3 20 0 15 0 473031717 11113619456 417540 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10853144 memory=1670160 CPUtime=12.98 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 56908 13450 0 3 1237 53 5 3 20 0 15 0 473031717 11113619456 417540 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10853144 memory=1670160 CPUtime=12.95 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 50235 13450 0 3 1233 54 5 3 20 0 15 0 473031717 11113619456 417540 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10853144 memory=1670160 CPUtime=12.93 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 40370 13450 0 3 1233 52 5 3 20 0 15 0 473031717 11113619456 417540 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10853144 memory=1670160 CPUtime=8.15 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 32928 13450 0 3 757 50 5 3 20 0 15 0 473031719 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10853144 memory=1670160 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 32 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686496429664 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10853144 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 15 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686227993984 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10853144 memory=1670160 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11113619456 417540 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10853144 memory=1670160 CPUtime=8.49 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 61392 13450 0 3 831 10 5 3 20 0 15 0 473031728 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10853144 memory=1670160 CPUtime=9.03 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 66196 13450 0 3 887 8 5 3 20 0 15 0 473031728 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10853144 memory=1670160 CPUtime=4.98 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 75016 13450 0 3 480 10 5 3 20 0 15 0 473031728 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10853144 memory=1670160 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11113619456 417540 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10853144 memory=841 CPUtime=1.42 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 1947 13450 0 3 59 75 5 3 20 0 15 0 473031732 11113619456 417540 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 2313.48 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1670160 KiB

[startup+2322.3 s]
/proc/loadavg: 1.55 1.42 1.28 4/227 6848
/proc/meminfo: memFree=776632/32770624 swapFree=66974364/67108860
[pid=6508] ppid=6501 vsize=10853144 memory=1679416 CPUtime=2374.59 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 620395 13450 2 3 237037 414 5 3 20 0 15 0 473031582 11113619456 419854 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2713286 419854 3636 1 0 2675341 0
[pid=6508/tid=6613] ppid=6501 vsize=10853144 memory=1679416 CPUtime=2289.52 cores=0,2,4,6
/proc/6508/task/6613/stat : 6613 (java) R 6501 6508 6440 0 -1 4202560 173855 13450 2 3 228853 91 5 3 20 0 15 0 473031716 11113619456 419854 33554432000 4194304 4196468 140737451281296 139687436668304 139687072102365 0 4 0 16800975 0 0 0 -1 2 0 0 668 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.34 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 56188 13450 0 3 1272 54 5 3 20 0 15 0 473031717 11113619456 419854 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.38 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 58080 13450 0 3 1275 55 5 3 20 0 15 0 473031717 11113619456 419854 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.34 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 50336 13450 0 3 1271 55 5 3 20 0 15 0 473031717 11113619456 419854 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.31 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 41462 13450 0 3 1270 53 5 3 20 0 15 0 473031717 11113619456 419854 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10853144 memory=1679416 CPUtime=8.36 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 33610 13450 0 3 777 51 5 3 20 0 15 0 473031719 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10853144 memory=1679416 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 32 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686496429664 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10853144 memory=279575663974208 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 15 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686227993984 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10853144 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11113619456 419854 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10853144 memory=1679416 CPUtime=8.49 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 61398 13450 0 3 831 10 5 3 20 0 15 0 473031728 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10853144 memory=1679416 CPUtime=9.03 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 66200 13450 0 3 887 8 5 3 20 0 15 0 473031728 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10853144 memory=1679416 CPUtime=4.98 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 75020 13450 0 3 480 10 5 3 20 0 15 0 473031728 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10853144 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11113619456 419854 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10853144 memory=1679416 CPUtime=1.46 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 1987 13450 0 3 61 77 5 3 20 0 15 0 473031732 11113619456 419854 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 2374.59 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1679416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.3 s]
/proc/loadavg: 1.44 1.40 1.28 4/227 6850
/proc/meminfo: memFree=774328/32770624 swapFree=66974364/67108860
[pid=6508] ppid=6501 vsize=10853144 memory=1679800 CPUtime=2400.02 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 621765 13450 2 3 239578 416 5 3 20 0 15 0 473031582 11113619456 419950 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2713286 419950 3636 1 0 2675341 0
[pid=6508/tid=6613] ppid=6501 vsize=10853144 memory=1679800 CPUtime=2314.23 cores=0,2,4,6
/proc/6508/task/6613/stat : 6613 (java) R 6501 6508 6440 0 -1 4202560 174410 13450 2 3 231324 91 5 3 20 0 15 0 473031716 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687436667984 139687059100682 0 4 0 16800975 0 0 0 -1 2 0 0 668 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.49 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 56219 13450 0 3 1287 54 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.52 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 58538 13450 0 3 1289 55 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.49 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 50346 13450 0 3 1286 55 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.46 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 41545 13450 0 3 1285 53 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10853144 memory=1679800 CPUtime=8.46 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 33821 13450 0 3 786 52 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10853144 memory=1679800 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 32 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686496429664 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10853144 memory=1679800 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 15 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686227993984 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10853144 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10853144 memory=279575663974208 CPUtime=8.49 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 61400 13450 0 3 831 10 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10853144 memory=1679800 CPUtime=9.03 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 66203 13450 0 3 887 8 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10853144 memory=1060 CPUtime=4.98 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 75022 13450 0 3 480 10 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10853144 memory=1679416 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11113619456 419950 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10853144 memory=1679800 CPUtime=1.47 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 2002 13450 0 3 61 78 5 3 20 0 15 0 473031732 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1679800 KiB

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

[startup+2347.33 s]
# the end of solver process 6508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.86 s, system=4.21894 s

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

[startup+2347.3 s]
/proc/loadavg: 1.44 1.40 1.28 4/227 6850
/proc/meminfo: memFree=774328/32770624 swapFree=66974364/67108860
[pid=6508] ppid=6501 vsize=10853144 memory=1679800 CPUtime=2400.02 cores=0,2,4,6
/proc/6508/stat : 6508 (java) S 6501 6508 6440 0 -1 1077944320 621765 13450 2 3 239578 416 5 3 20 0 15 0 473031582 11113619456 419950 33554432000 4194304 4196468 140737451281296 140737451263840 139687464832759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
/proc/6508/statm: 2713286 419950 3636 1 0 2675341 0
[pid=6508/tid=6613] ppid=6501 vsize=10853144 memory=1679800 CPUtime=2314.23 cores=0,2,4,6
/proc/6508/task/6613/stat : 6613 (java) R 6501 6508 6440 0 -1 4202560 174410 13450 2 3 231324 91 5 3 20 0 15 0 473031716 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687436667984 139687059100682 0 4 0 16800975 0 0 0 -1 2 0 0 668 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6618] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.49 cores=0,2,4,6
/proc/6508/task/6618/stat : 6618 (java) S 6501 6508 6440 0 -1 1077944384 56219 13450 0 3 1287 54 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687469075088 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6619] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.52 cores=0,2,4,6
/proc/6508/task/6619/stat : 6619 (java) S 6501 6508 6440 0 -1 1077944384 58538 13450 0 3 1289 55 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687373277712 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6620] ppid=6501 vsize=10853144 memory=1679800 CPUtime=13.49 cores=0,2,4,6
/proc/6508/task/6620/stat : 6620 (java) S 6501 6508 6440 0 -1 1077944384 50346 13450 0 3 1286 55 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687372224912 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6621] ppid=6501 vsize=10853144 memory=1679416 CPUtime=13.46 cores=0,2,4,6
/proc/6508/task/6621/stat : 6621 (java) S 6501 6508 6440 0 -1 1077944384 41545 13450 0 3 1285 53 5 3 20 0 15 0 473031717 11113619456 419950 33554432000 4194304 4196468 140737451281296 139687371172112 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6623] ppid=6501 vsize=10853144 memory=1679800 CPUtime=8.46 cores=0,2,4,6
/proc/6508/task/6623/stat : 6623 (java) S 6501 6508 6440 0 -1 1077944384 33821 13450 0 3 786 52 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686924151664 139687464843906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6625] ppid=6501 vsize=10853144 memory=1679800 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6625/stat : 6625 (java) S 6501 6508 6440 0 -1 1077944384 32 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686496429664 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6627] ppid=6501 vsize=10853144 memory=1679800 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6627/stat : 6627 (java) S 6501 6508 6440 0 -1 1077944384 15 13450 0 3 0 0 5 3 20 0 15 0 473031719 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686227993984 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6633] ppid=6501 vsize=10853144 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6633/stat : 6633 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139685987703120 139687464851355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6634] ppid=6501 vsize=10853144 memory=279575663974208 CPUtime=8.49 cores=0,2,4,6
/proc/6508/task/6634/stat : 6634 (java) S 6501 6508 6440 0 -1 1077944384 61400 13450 0 3 831 10 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686923098480 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6635] ppid=6501 vsize=10853144 memory=1679800 CPUtime=9.03 cores=0,2,4,6
/proc/6508/task/6635/stat : 6635 (java) S 6501 6508 6440 0 -1 1077944384 66203 13450 0 3 887 8 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686922045680 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6636] ppid=6501 vsize=10853144 memory=1060 CPUtime=4.98 cores=0,2,4,6
/proc/6508/task/6636/stat : 6636 (java) S 6501 6508 6440 0 -1 1077944384 75022 13450 0 3 480 10 5 3 20 0 15 0 473031728 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686920992880 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6637] ppid=6501 vsize=10853144 memory=1679416 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6637/stat : 6637 (java) S 6501 6508 6440 0 -1 1077944384 3 13450 0 3 0 0 5 3 20 0 15 0 473031729 11113619456 419950 33554432000 4194304 4196468 140737451281296 139685954144480 139687464842965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
[pid=6508/tid=6639] ppid=6501 vsize=10853144 memory=1679800 CPUtime=1.47 cores=0,2,4,6
/proc/6508/task/6639/stat : 6639 (java) S 6501 6508 6440 0 -1 1077944384 2002 13450 0 3 61 78 5 3 20 0 15 0 473031732 11113619456 419950 33554432000 4194304 4196468 140737451281296 139686919941296 139687464843906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140737451289327 140737451291845 140737451291845 140737451294671 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1679800 KiB

Child status: 143
Real time (s): 2347.33
CPU time (s): 2400.08
CPU user time (s): 2395.86
CPU system time (s): 4.21894
CPU usage (%): 102.247
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2317852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.86
system time used= 4.21894
maximum resident set size= 2320932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 636546
page faults= 5
swaps= 0
block input operations= 59792
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233491
involuntary context switches= 7256


# summary of solver processes directly reported to runsolver:
#   pid: 6508
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2395.86
#   total CPU system time (s): 4.21894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0845 second user time and 23.1723 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 10:19:56
IDJOB=4403292
IDBENCH=115840
IDSOLVER=2862
FILE ID=node125/4403292-1568967638
RUNJOBID= node125-1568967595-6471
PBS_JOBID= 21704623
Free space on /tmp= 4160 MiB

SOLVER NAME= Concrete 3.12.3
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-4403292-1568967638/watcher-4403292-1568967638 -o /tmp/evaluation-result-4403292-1568967638/solver-4403292-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403292-1568967638.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1159292332

node125.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.29
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.29
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.29
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.29
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:         3302744 kB
MemAvailable:   31826892 kB
Buffers:          113000 kB
Cached:         28291336 kB
SwapCached:        29868 kB
Active:         14078232 kB
Inactive:       14357992 kB
Active(anon):       3504 kB
Inactive(anon):    75116 kB
Active(file):   14074728 kB
Inactive(file): 14282876 kB
Unevictable:      109196 kB
Mlocked:          109196 kB
SwapTotal:      67108860 kB
SwapFree:       66974352 kB
Dirty:             48240 kB
Writeback:             0 kB
AnonPages:        113148 kB
Mapped:            51392 kB
Shmem:             38004 kB
Slab:             624328 kB
SReclaimable:     595004 kB
SUnreclaim:        29324 kB
KernelStack:        3392 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4092 MiB
End job on node125 at 2019-09-20 10:59:13