Trace number 4396338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)115 2520.06 2480.03

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark20009.2
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
11.32/5.63	o 156
11.65/5.72	o 154
11.65/5.74	o 143
11.94/5.84	o 140
13.31/6.86	o 138
13.81/7.20	o 135
14.15/7.52	o 131
14.38/7.72	o 129
19.28/12.32	o 128
22.20/15.14	o 122
51.11/43.47	o 120
51.23/43.52	o 119
133.05/124.69	o 116
2144.15/2109.52	o 115
2520.01/2480.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2480.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2480.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2480.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2480.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2480.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2480.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2480.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2480.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2480.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2480.01		at scala.Option.map(Option.scala:243)
2520.01/2480.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2480.01		at concrete.MAC.mac(MAC.scala:216)
2520.01/2480.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2480.01		at scala.util.Try$.apply(Try.scala:212)
2520.01/2480.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2480.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2480.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2480.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2480.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2480.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2480.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2480.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2480.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2480.01		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2480.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2480.01		at scala.util.Success.map(Try.scala:264)
2520.01/2480.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2480.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2480.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2480.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2480.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2480.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2480.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2480.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2480.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2480.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2480.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2480.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2480.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2480.01		at scala.App.main(App.scala:75)
2520.01/2480.01		at scala.App.main$(App.scala:73)
2520.01/2480.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2480.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2480.02	v <instantiation
2520.01/2480.02	v         cost = '115'>
2520.01/2480.02	v       <list>
2520.01/2480.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.01/2480.02	v       </list>
2520.01/2480.02	v       <values>
2520.01/2480.02	v         0 2 5 16 35 59 63 69 86 95 107 108 115 2 5 16 35 59 63 69 86 95 107 108 115 3 14 33 57 61 67 84 93 105 106 113 11 30 54 58 64 81 90 102 103 110 19 43 47 53 70 79 91 92 99 24 28 34 51 60 72 73 80 4 10 27 36 48 49 56 6 23 32 44 45 52 17 26 38 39 46 9 21 22 29 12 13 20 1 8 7
2520.01/2480.02	v       </values>
2520.01/2480.02	v     </instantiation>
2520.01/2480.02	s SATISFIABLE

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396338-1568413108/watcher-4396338-1568413108 -o /tmp/evaluation-result-4396338-1568413108/solver-4396338-1568413108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568409956-516 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=952568900 HOME/instance-4396338-1568413108.xml 

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

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

solver pid=1508, runsolver pid=1505

[startup+0.100103 s]*
/proc/loadavg: 1.92 1.70 1.53 4/215 1561
/proc/meminfo: memFree=30077084/32770624 swapFree=67000420/67108860
[pid=1508] ppid=1505 vsize=9972712 memory=14388 CPUtime=0.09 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 4347 13384 0 0 1 0 5 3 20 0 6 0 417224845 10212057088 3597 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2493178 3597 1920 1 0 2481616 0
[pid=1508/tid=1561] ppid=1505 vsize=9972712 memory=4627829660337606006 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 2226 13384 0 0 0 0 5 3 20 0 6 0 417224854 10212057088 3663 33554432000 4194304 4196468 140736448705232 140072608281168 140072636466333 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 6 0 417224855 10212057088 3663 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=9972712 memory=140583592273536 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 6 0 417224855 10212057088 3663 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 6 0 417224855 10212057088 3663 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 6 0 417224855 10212057088 3663 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14388 KiB

[startup+0.209965 s]*
/proc/loadavg: 1.92 1.70 1.53 4/228 1574
/proc/meminfo: memFree=30057328/32770624 swapFree=67000420/67108860
[pid=1508] ppid=1505 vsize=10819664 memory=36548 CPUtime=0.25 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 7473 13384 0 0 16 1 5 3 20 0 15 0 417224845 11079335936 9137 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2704916 9137 3165 1 0 2667149 0
[pid=1508/tid=1561] ppid=1505 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 3887 13384 0 0 10 1 5 3 20 0 15 0 417224854 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072608277424 140072619631216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10819664 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10819664 memory=140583594633645 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10819664 memory=140583592273536 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224856 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 33 13384 0 0 0 0 5 3 20 0 15 0 417224857 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072094488096 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224857 11079335936 9137 33554432000 4194304 4196468 140736448705232 140071499982192 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 348 13384 0 0 1 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 319 13384 0 0 1 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10819664 memory=140583592273536 CPUtime=0.11 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 669 13384 0 0 3 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10819664 memory=140583592273536 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079335936 9137 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36548 KiB

[startup+0.310407 s]*
/proc/loadavg: 1.92 1.70 1.53 3/228 1574
/proc/meminfo: memFree=30043880/32770624 swapFree=67000420/67108860
[pid=1508] ppid=1505 vsize=10820148 memory=47964 CPUtime=0.4 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 11215 13384 0 0 29 3 5 3 20 0 15 0 417224845 11079831552 11991 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2705037 11991 3322 1 0 2667149 0
[pid=1508/tid=1561] ppid=1505 vsize=10820148 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 7567 13384 0 0 18 3 5 3 20 0 15 0 417224854 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072608244320 140072620524894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10820148 memory=4294969568 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10820148 memory=140587887240831 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10820148 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10820148 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224856 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 33 13384 0 0 0 0 5 3 20 0 15 0 417224857 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072094488096 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224857 11079831552 11991 33554432000 4194304 4196468 140736448705232 140071499982192 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 354 13384 0 0 1 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 334 13384 0 0 2 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10820148 memory=140583592273536 CPUtime=0.13 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 713 13384 0 0 5 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10820148 memory=140583592273536 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224860 11079831552 11991 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 47964 KiB

[startup+0.700641 s]
/proc/loadavg: 1.92 1.70 1.53 3/228 1574
/proc/meminfo: memFree=30031400/32770624 swapFree=67000420/67108860
[pid=1508] ppid=1505 vsize=10824360 memory=80528 CPUtime=1.14 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 15355 13384 0 0 101 5 5 3 20 0 15 0 417224845 11084144640 20132 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2706090 20132 3508 1 0 2668173 0
[pid=1508/tid=1561] ppid=1505 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 10377 13384 0 0 55 4 5 3 20 0 15 0 417224854 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072608275424 140072620524894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10824360 memory=140583592272369 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224855 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224855 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 5 13384 0 0 0 0 5 3 20 0 15 0 417224856 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10824360 memory=2483095078657 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 33 13384 0 0 0 0 5 3 20 0 15 0 417224857 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072094488096 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10824360 memory=448690042 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224857 11084144640 20132 33554432000 4194304 4196468 140736448705232 140071499982192 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10824360 memory=4639367908363508643 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10824360 memory=5860416051628626000 CPUtime=0.23 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 969 13384 0 0 15 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10824360 memory=1056 CPUtime=0.21 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 743 13384 0 0 13 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10824360 memory=964 CPUtime=0.25 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 1010 13384 0 0 17 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10824360 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10824360 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224860 11084144640 20132 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80528 KiB

[startup+1.50271 s]
/proc/loadavg: 2.01 1.72 1.54 3/228 1574
/proc/meminfo: memFree=29985976/32770624 swapFree=67000420/67108860
[pid=1508] ppid=1505 vsize=10834676 memory=169892 CPUtime=2.45 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 22061 13384 0 0 227 10 5 3 20 0 15 0 417224845 11094708224 42473 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2708669 42473 3578 1 0 2670733 0
[pid=1508/tid=1561] ppid=1505 vsize=10834676 memory=4481 CPUtime=1.44 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 15366 13384 0 0 130 6 5 3 20 0 15 0 417224854 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072608248576 140072636456342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10834676 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 350 13384 0 0 1 0 5 3 20 0 15 0 417224855 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 25 13384 0 0 0 0 5 3 20 0 15 0 417224855 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10834676 memory=6943526294502006880 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 77 13384 0 0 1 0 5 3 20 0 15 0 417224855 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10834676 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 55 13384 0 0 1 0 5 3 20 0 15 0 417224855 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10834676 memory=-2895008908443415148 CPUtime=0.09 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 125 13384 0 0 1 0 5 3 20 0 15 0 417224856 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10834676 memory=11041 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 33 13384 0 0 0 0 5 3 20 0 15 0 417224857 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072094488160 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10834676 memory=9124 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 417224857 11094708224 42473 33554432000 4194304 4196468 140736448705232 140071499982208 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10834676 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10834676 memory=8 CPUtime=0.34 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) R 1505 1508 31467 0 -1 1077944384 1195 13384 0 0 26 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10834676 memory=8112282956445269571 CPUtime=0.31 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 879 13384 0 0 23 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10834676 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 1741 13384 0 0 40 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10834676 memory=31396 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10834676 memory=8028676333680759155 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 417224860 11094708224 42473 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 61425 13384 0 0 229772 40 5 3 20 0 15 0 417224854 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072608279600 140072252609920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.58 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 12273 13384 0 0 996 54 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.55 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 7972 13384 0 0 991 56 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.53 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 12619 13384 0 0 993 52 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.56 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 14688 13384 0 0 999 49 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.12 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 11918 13384 0 0 950 54 5 3 20 0 15 0 417224856 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 46 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072094488224 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071499982208 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10846984 memory=2116 CPUtime=3.33 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 24414 13384 0 0 322 3 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10846984 memory=20356 CPUtime=3.42 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 22517 13384 0 0 332 2 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10846984 memory=715416 CPUtime=1.76 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 18544 13384 0 0 165 3 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10846984 memory=715416 CPUtime=1.5 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1076 13384 0 0 72 70 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 2359.95 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 715416 KiB

[startup+2382.3 s]
/proc/loadavg: 0.72 0.82 1.09 2/206 1843
/proc/meminfo: memFree=30711072/32770624 swapFree=67000436/67108860
[pid=1508] ppid=1505 vsize=10846984 memory=715416 CPUtime=2420.84 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 190397 13384 0 0 241752 324 5 3 20 0 15 0 417224845 11107311616 178854 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2711746 178854 3628 1 0 2673805 0
[pid=1508/tid=1561] ppid=1505 vsize=10846984 memory=715416 CPUtime=2357.59 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 61898 13384 0 0 235710 41 5 3 20 0 15 0 417224854 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072608280464 140072252325901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.88 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 12302 13384 0 0 1024 56 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.85 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 7975 13384 0 0 1019 58 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10846984 memory=715416 CPUtime=10.83 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 12624 13384 0 0 1022 53 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10846984 memory=164 CPUtime=10.85 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 14841 13384 0 0 1028 49 5 3 20 0 15 0 417224855 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10846984 memory=7681905605394137875 CPUtime=10.4 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 11932 13384 0 0 977 55 5 3 20 0 15 0 417224856 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 46 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072094488224 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071499982208 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10846984 memory=715416 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10846984 memory=772 CPUtime=3.33 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 24414 13384 0 0 322 3 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10846984 memory=-6292868621481580279 CPUtime=3.42 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 22517 13384 0 0 332 2 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10846984 memory=36676 CPUtime=1.76 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 18544 13384 0 0 165 3 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10846984 memory=715416 CPUtime=1.54 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1079 13384 0 0 74 72 5 3 20 0 15 0 417224860 11107311616 178854 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 2420.84 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 715416 KiB

[startup+2442.3 s]
/proc/loadavg: 0.80 0.82 1.07 2/206 1848
/proc/meminfo: memFree=30709256/32770624 swapFree=67000436/67108860
[pid=1508] ppid=1505 vsize=10846984 memory=717464 CPUtime=2481.75 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 191442 13384 0 0 247837 330 5 3 20 0 15 0 417224845 11107311616 179366 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2711746 179366 3628 1 0 2673805 0
[pid=1508/tid=1561] ppid=1505 vsize=10846984 memory=717464 CPUtime=2416.94 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 62505 13384 0 0 241645 41 5 3 20 0 15 0 417224854 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072608279488 140072251137846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10846984 memory=717464 CPUtime=11.19 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 12412 13384 0 0 1054 57 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10846984 memory=717464 CPUtime=11.15 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 7980 13384 0 0 1049 58 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10846984 memory=717464 CPUtime=11.13 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 12716 13384 0 0 1051 54 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10846984 memory=717464 CPUtime=11.16 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 14848 13384 0 0 1058 50 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10846984 memory=717464 CPUtime=10.68 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 12132 13384 0 0 1004 56 5 3 20 0 15 0 417224856 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10846984 memory=717464 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 46 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072094488224 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10846984 memory=717464 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071499982208 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10846984 memory=717464 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10846984 memory=717464 CPUtime=3.33 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 24416 13384 0 0 322 3 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10846984 memory=717464 CPUtime=3.42 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 22519 13384 0 0 332 2 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10846984 memory=717464 CPUtime=1.76 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 18546 13384 0 0 165 3 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10846984 memory=717464 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10846984 memory=20356 CPUtime=1.57 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1097 13384 0 0 76 73 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 2481.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 717464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 0.56 0.76 1.04 2/206 1852
/proc/meminfo: memFree=30709228/32770624 swapFree=67000436/67108860
[pid=1508] ppid=1505 vsize=10846984 memory=717464 CPUtime=2520.01 cores=0,2,4,6
/proc/1508/stat : 1508 (java) S 1505 1508 31467 0 -1 1077944320 192511 13384 0 0 251659 334 5 3 20 0 15 0 417224845 11107311616 179366 33554432000 4194304 4196468 140736448705232 140736448687776 140072636444407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
/proc/1508/statm: 2711746 179366 3628 1 0 2673805 0
[pid=1508/tid=1561] ppid=1505 vsize=10846984 memory=717464 CPUtime=2454.29 cores=0,2,4,6
/proc/1508/task/1561/stat : 1561 (java) R 1505 1508 31467 0 -1 4202560 63009 13384 0 0 245379 42 5 3 20 0 15 0 417224854 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072608279680 140072253861935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1562] ppid=1505 vsize=10846984 memory=4126316290023845779 CPUtime=11.38 cores=0,2,4,6
/proc/1508/task/1562/stat : 1562 (java) S 1505 1508 31467 0 -1 1077944384 12421 13384 0 0 1072 58 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072640686736 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1563] ppid=1505 vsize=10846984 memory=14008 CPUtime=11.34 cores=0,2,4,6
/proc/1508/task/1563/stat : 1563 (java) S 1505 1508 31467 0 -1 1077944384 8024 13384 0 0 1067 59 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072209189392 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1564] ppid=1505 vsize=10846984 memory=2116 CPUtime=11.32 cores=0,2,4,6
/proc/1508/task/1564/stat : 1564 (java) S 1505 1508 31467 0 -1 1077944384 12784 13384 0 0 1069 55 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072208136592 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1565] ppid=1505 vsize=10846984 memory=20356 CPUtime=11.36 cores=0,2,4,6
/proc/1508/task/1565/stat : 1565 (java) S 1505 1508 31467 0 -1 1077944384 15077 13384 0 0 1077 51 5 3 20 0 15 0 417224855 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072207083792 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1566] ppid=1505 vsize=10846984 memory=11852 CPUtime=10.84 cores=0,2,4,6
/proc/1508/task/1566/stat : 1566 (java) S 1505 1508 31467 0 -1 1077944384 12325 13384 0 0 1019 57 5 3 20 0 15 0 417224856 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072095542128 140072636455554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1567] ppid=1505 vsize=10846984 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1567/stat : 1567 (java) S 1505 1508 31467 0 -1 1077944384 46 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072094488224 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1568] ppid=1505 vsize=10846984 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1568/stat : 1568 (java) S 1505 1508 31467 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 417224857 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071499982208 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1569] ppid=1505 vsize=10846984 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1569/stat : 1569 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071192582480 140072636463003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1570] ppid=1505 vsize=10846984 memory=1412 CPUtime=3.33 cores=0,2,4,6
/proc/1508/task/1570/stat : 1570 (java) S 1505 1508 31467 0 -1 1077944384 24418 13384 0 0 322 3 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072060930416 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1571] ppid=1505 vsize=10846984 memory=3844 CPUtime=3.43 cores=0,2,4,6
/proc/1508/task/1571/stat : 1571 (java) S 1505 1508 31467 0 -1 1077944384 22521 13384 0 0 332 3 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072059877616 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1572] ppid=1505 vsize=10846984 memory=6935054825532540783 CPUtime=1.76 cores=0,2,4,6
/proc/1508/task/1572/stat : 1572 (java) S 1505 1508 31467 0 -1 1077944384 18548 13384 0 0 165 3 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072058824816 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1573] ppid=1505 vsize=10846984 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/1508/task/1573/stat : 1573 (java) S 1505 1508 31467 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140071159023840 140072636454613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
[pid=1508/tid=1574] ppid=1505 vsize=10846984 memory=20356 CPUtime=1.59 cores=0,2,4,6
/proc/1508/task/1574/stat : 1574 (java) S 1505 1508 31467 0 -1 1077944384 1113 13384 0 0 77 74 5 3 20 0 15 0 417224860 11107311616 179366 33554432000 4194304 4196468 140736448705232 140072057773232 140072636455554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 34590720 140736448711408 140736448713925 140736448713925 140736448716751 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 717464 KiB

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

[startup+2480.03 s]
# the end of solver process 1508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.67 s, system=3.38821 s

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

Child status: 143
Real time (s): 2480.03
CPU time (s): 2520.06
CPU user time (s): 2516.67
CPU system time (s): 3.38821
CPU usage (%): 101.614
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 717464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.67
system time used= 3.38821
maximum resident set size= 721676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282223
involuntary context switches= 10034


# summary of solver processes directly reported to runsolver:
#   pid: 1508
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.67
#   total CPU system time (s): 3.38821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4287 second user time and 23.5574 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 00:17:48
IDJOB=4396338
IDBENCH=141368
IDSOLVER=2846
FILE ID=node146/4396338-1568413108
RUNJOBID= node146-1568409956-516
PBS_JOBID= 21702189
Free space on /tmp= 58996 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396338-1568413108/watcher-4396338-1568413108 -o /tmp/evaluation-result-4396338-1568413108/solver-4396338-1568413108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568409956-516 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=952568900 HOME/instance-4396338-1568413108.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=952568900

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30079120 kB
MemAvailable:   30583108 kB
Buffers:          175892 kB
Cached:           593720 kB
SwapCached:         4792 kB
Active:          1739796 kB
Inactive:         335444 kB
Active(anon):    1321544 kB
Inactive(anon):    22596 kB
Active(file):     418252 kB
Inactive(file):   312848 kB
Unevictable:      109396 kB
Mlocked:          109396 kB
SwapTotal:      67108860 kB
SwapFree:       67000420 kB
Dirty:             35380 kB
Writeback:             0 kB
AnonPages:       1581784 kB
Mapped:            55832 kB
Shmem:             29768 kB
Slab:             208012 kB
SReclaimable:     177448 kB
SUnreclaim:        30564 kB
KernelStack:        4048 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2400740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1372160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58996 MiB
End job on node146 at 2019-09-14 00:59:08