Trace number 4294372

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.8 2018-06-13SAT (TO)76 2520.06 2476.84

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2519.5
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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.98/0.74	c Concrete v3.8.1528841891564 running
11.34/5.53	o 121
11.34/5.59	o 87
11.99/5.83	o 86
14.15/7.69	o 85
16.39/9.65	o 84
19.86/12.67	o 79
58.15/50.11	o 77
69.61/61.59	o 76
2520.01/2476.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2476.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2476.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2476.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2476.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2476.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2476.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2476.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2476.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2476.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2476.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2476.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.01/2476.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2476.80		at scala.Option.map(Option.scala:146)
2520.01/2476.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2476.80		at concrete.MAC.mac(MAC.scala:203)
2520.01/2476.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2476.80		at scala.util.Try$.apply(Try.scala:209)
2520.01/2476.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2476.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2476.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2476.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2476.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2476.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2476.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2476.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2476.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2476.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2476.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2476.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2476.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2476.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2476.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2476.81		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2476.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2476.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2476.81		at scala.util.Success.map(Try.scala:209)
2520.01/2476.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2476.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2476.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2476.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2476.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2476.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2476.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2476.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2476.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2476.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2476.81		at scala.App.main(App.scala:76)
2520.01/2476.81		at scala.App.main$(App.scala:74)
2520.01/2476.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2476.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2476.81	v <instantiation cost="76">
2520.01/2476.81	v       <list>
2520.01/2476.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[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[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2520.01/2476.81	v       </list>
2520.01/2476.81	v       <values>
2520.01/2476.81	v         0 10 16 24 35 47 56 69 73 74 76 10 16 24 35 47 56 69 73 74 76 6 14 25 37 46 59 63 64 66 8 19 31 40 53 57 58 60 11 23 32 45 49 50 52 12 21 34 38 39 41 9 22 26 27 29 13 17 18 20 4 5 7 1 3 2
2520.01/2476.81	v       </values>
2520.01/2476.81	v     </instantiation>
2520.01/2476.81	s SATISFIABLE

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294372-1532470140/watcher-4294372-1532470140 -o /tmp/evaluation-result-4294372-1532470140/solver-4294372-1532470140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1879196811 HOME/instance-4294372-1532470140.xml 

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

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

solver pid=22494, runsolver pid=22491

[startup+0.10014 s]*
/proc/loadavg: 1.58 1.64 1.51 4/209 22551
/proc/meminfo: memFree=14848220/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=9972712 memory=18952 CPUtime=0.08 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 4412 12835 0 0 1 0 5 2 20 0 6 0 64577169 10212057088 4738 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2493178 4738 1934 1 0 2481616 0
[pid=22494/tid=22547] ppid=22491 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 2213 12835 0 0 1 0 5 2 20 0 6 0 64577178 10212057088 4738 33554432000 4194304 4196468 140731321338640 140061616132688 140061629607929 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=9972712 memory=5793855843735554489 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 6 0 64577178 10212057088 4738 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=9972712 memory=140592725661312 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 6 0 64577178 10212057088 4738 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 6 0 64577178 10212057088 4738 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 6 0 64577178 10212057088 4738 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.58 1.64 1.51 3/218 22560
/proc/meminfo: memFree=14826644/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10818936 memory=45084 CPUtime=0.25 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 8660 12835 0 0 17 1 5 2 20 0 15 0 64577169 11078590464 11271 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2704734 11271 2946 1 0 2667157 0
[pid=22494/tid=22547] ppid=22491 vsize=10818936 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 5381 12835 0 0 11 1 5 2 20 0 15 0 64577178 11078590464 11469 33554432000 4194304 4196468 140731321338640 140061616120736 140061636975645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10818936 memory=4211974318930451850 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11078590464 11469 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10818936 memory=140592725661312 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11078590464 11469 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11078590464 11535 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 15 0 64577178 11078590464 11535 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 15 0 64577180 11078590464 11535 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 13 12835 0 0 0 0 5 2 20 0 15 0 64577180 11078590464 11535 33554432000 4194304 4196468 140731321338640 140060561237280 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11078590464 11601 33554432000 4194304 4196468 140731321338640 140060427019888 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11078590464 11601 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 486 12835 0 0 1 0 5 2 20 0 15 0 64577183 11078590464 11601 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 123 12835 0 0 0 0 5 2 20 0 15 0 64577183 11078590464 11601 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10818936 memory=140592725661312 CPUtime=0.1 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 631 12835 0 0 3 0 5 2 20 0 15 0 64577183 11078590464 11667 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11078590464 11667 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10818936 memory=140592725661312 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577184 11078590464 11667 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45084 KiB

[startup+0.310417 s]*
/proc/loadavg: 1.58 1.64 1.51 3/218 22560
/proc/meminfo: memFree=14813000/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10819352 memory=55288 CPUtime=0.38 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 10442 12835 0 0 29 2 5 2 20 0 15 0 64577169 11079016448 13822 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2704838 13822 3065 1 0 2667149 0
[pid=22494/tid=22547] ppid=22491 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 6960 12835 0 0 20 1 5 2 20 0 15 0 64577178 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061616107936 140061636533054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10819352 memory=140592725661311 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 15 0 64577180 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 13 12835 0 0 0 0 5 2 20 0 15 0 64577180 11079016448 13822 33554432000 4194304 4196468 140731321338640 140060561237280 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10819352 memory=140592725661312 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11079016448 13822 33554432000 4194304 4196468 140731321338640 140060427019888 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11079016448 13822 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 486 12835 0 0 2 0 5 2 20 0 15 0 64577183 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 126 12835 0 0 1 0 5 2 20 0 15 0 64577183 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) R 22491 22494 21303 0 -1 4202560 649 12835 0 0 5 0 5 2 20 0 15 0 64577183 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061167765872 140061636516794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11079016448 13822 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577184 11079016448 13822 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55288 KiB

[startup+0.70079 s]
/proc/loadavg: 1.58 1.64 1.51 3/218 22560
/proc/meminfo: memFree=14803572/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10819352 memory=88620 CPUtime=0.98 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 16723 12835 0 0 87 4 5 2 20 0 15 0 64577169 11079016448 22155 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2704838 22155 3237 1 0 2667149 0
[pid=22494/tid=22547] ppid=22491 vsize=10819352 memory=19836 CPUtime=0.66 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 12184 12835 0 0 56 3 5 2 20 0 15 0 64577178 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061616116752 140061625860034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10819352 memory=140592600621555 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10819352 memory=140595754435467 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 2 12835 0 0 0 0 5 2 20 0 15 0 64577178 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 5 12835 0 0 0 0 5 2 20 0 15 0 64577180 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 13 12835 0 0 0 0 5 2 20 0 15 0 64577180 11079016448 22155 33554432000 4194304 4196468 140731321338640 140060561237280 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11079016448 22155 33554432000 4194304 4196468 140731321338640 140060427019888 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11079016448 22155 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 840 12835 0 0 7 0 5 2 20 0 15 0 64577183 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10819352 memory=-7025452035940392864 CPUtime=0.17 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 747 12835 0 0 10 0 5 2 20 0 15 0 64577183 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 727 12835 0 0 13 0 5 2 20 0 15 0 64577183 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11079016448 22155 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577184 11079016448 22155 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88620 KiB

[startup+1.50816 s]
/proc/loadavg: 1.58 1.64 1.51 3/218 22560
/proc/meminfo: memFree=14756868/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10836300 memory=179956 CPUtime=2.29 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 24152 12835 0 0 212 10 5 2 20 0 15 0 64577169 11096371200 44989 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2709075 44989 3464 1 0 2670733 0
[pid=22494/tid=22547] ppid=22491 vsize=10836300 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 17919 12835 0 0 131 5 5 2 20 0 15 0 64577178 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061616105312 140061627488632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10836300 memory=102620 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 57 12835 0 0 0 0 5 2 20 0 15 0 64577178 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10836300 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 17 12835 0 0 1 0 5 2 20 0 15 0 64577178 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 300 12835 0 0 0 0 5 2 20 0 15 0 64577178 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 43 12835 0 0 0 0 5 2 20 0 15 0 64577178 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 54 12835 0 0 1 0 5 2 20 0 15 0 64577180 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10836300 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 14 12835 0 0 0 0 5 2 20 0 15 0 64577180 11096371200 44989 33554432000 4194304 4196468 140731321338640 140060561237344 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10836300 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11096371200 44989 33554432000 4194304 4196468 140731321338640 140060427019904 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10836300 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11096371200 44989 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10836300 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 1071 12835 0 0 18 0 5 2 20 0 15 0 64577183 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10836300 memory=237452702846519 CPUtime=0.3 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 1193 12835 0 0 23 0 5 2 20 0 15 0 64577183 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10836300 memory=3843371840305377312 CPUtime=0.39 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 1282 12835 0 0 32 0 5 2 20 0 15 0 64577183 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10836300 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11096371200 44989 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10836300 memory=4638778402627666016 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577184 11096371200 44989 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10836300 KiB

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

/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 96614 12835 0 0 229441 57 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061616130400 140061259607205 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.7 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 16074 12835 0 0 1102 61 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.69 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 17908 12835 0 0 1102 60 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.68 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 18892 12835 0 0 1099 62 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.67 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 27658 12835 0 0 1099 61 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.09 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 18164 12835 0 0 1148 54 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 15 12835 0 0 0 0 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060561237408 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10914144 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060427019904 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.24 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 16478 12835 0 0 314 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.27 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 18211 12835 0 0 317 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10914144 memory=1084420 CPUtime=1.75 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 21231 12835 0 0 164 4 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10914144 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10914144 memory=12656 CPUtime=1.53 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1276 12835 0 0 64 82 5 2 20 0 15 0 64577184 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 2363.15 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1084420 KiB

[startup+2382.3 s]
/proc/loadavg: 1.60 1.35 1.37 3/218 22767
/proc/meminfo: memFree=13054392/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10914144 memory=1084420 CPUtime=2424.05 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 256550 12835 0 0 242016 382 5 2 20 0 15 0 64577169 11176083456 271105 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2728536 271105 3519 1 0 2690189 0
[pid=22494/tid=22547] ppid=22491 vsize=10914144 memory=1084420 CPUtime=2354.35 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 97643 12835 0 0 235369 59 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061616131536 140061249735085 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.01 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 16115 12835 0 0 1132 62 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10914144 memory=281185201635136 CPUtime=12.01 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 17999 12835 0 0 1133 61 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.99 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 19215 12835 0 0 1129 63 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10914144 memory=1084420 CPUtime=11.99 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 27737 12835 0 0 1129 63 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.41 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 18393 12835 0 0 1179 55 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 15 12835 0 0 0 0 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060561237408 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060427019904 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.24 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 16480 12835 0 0 314 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10914144 memory=1572 CPUtime=3.27 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 18213 12835 0 0 317 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10914144 memory=19864 CPUtime=1.75 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 21234 12835 0 0 164 4 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10914144 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10914144 memory=3828 CPUtime=1.57 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1305 12835 0 0 66 84 5 2 20 0 15 0 64577184 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 2424.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1084420 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.33 1.36 3/218 22768
/proc/meminfo: memFree=12944344/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10914144 memory=1084420 CPUtime=2484.98 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 258085 12835 0 0 248100 391 5 2 20 0 15 0 64577169 11176083456 271105 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2728536 271105 3519 1 0 2690189 0
[pid=22494/tid=22547] ppid=22491 vsize=10914144 memory=1084420 CPUtime=2413.63 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 98429 12835 0 0 241296 60 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061616130592 140061259017199 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.33 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 16198 12835 0 0 1162 64 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.33 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 18088 12835 0 0 1164 62 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.32 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 19239 12835 0 0 1160 65 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.31 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 28067 12835 0 0 1159 65 5 2 20 0 15 0 64577178 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10914144 memory=0 CPUtime=12.73 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 18592 12835 0 0 1210 56 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 15 12835 0 0 0 0 5 2 20 0 15 0 64577180 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060561237408 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060427019904 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10914144 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.24 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 16482 12835 0 0 314 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.27 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 18215 12835 0 0 317 3 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10914144 memory=1084420 CPUtime=1.75 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 21236 12835 0 0 164 4 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10914144 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271105 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10914144 memory=1084420 CPUtime=1.6 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1323 12835 0 0 68 85 5 2 20 0 15 0 64577184 11176083456 271105 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 2484.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1084420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.8 s]
/proc/loadavg: 1.33 1.33 1.36 3/219 22776
/proc/meminfo: memFree=12955544/32770624 swapFree=67108860/67108860
[pid=22494] ppid=22491 vsize=10914144 memory=1086468 CPUtime=2520.01 cores=1,3,5,7
/proc/22494/stat : 22494 (java) S 22491 22494 21303 0 -1 1077944320 259376 12835 0 0 251599 395 5 2 20 0 15 0 64577169 11176083456 271617 33554432000 4194304 4196468 140731321338640 140731321321184 140061644295927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
/proc/22494/statm: 2728536 271617 3519 1 0 2690189 0
[pid=22494/tid=22547] ppid=22491 vsize=10914144 memory=1086468 CPUtime=2447.72 cores=1,3,5,7
/proc/22494/task/22547/stat : 22547 (java) R 22491 22494 21303 0 -1 4202560 99028 12835 0 0 244705 60 5 2 20 0 15 0 64577178 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061616131536 140061258738272 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22548] ppid=22491 vsize=10914144 memory=1086468 CPUtime=12.51 cores=1,3,5,7
/proc/22494/task/22548/stat : 22548 (java) S 22491 22494 21303 0 -1 1077944384 16266 12835 0 0 1179 65 5 2 20 0 15 0 64577178 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061648538000 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22549] ppid=22491 vsize=10914144 memory=100 CPUtime=12.52 cores=1,3,5,7
/proc/22494/task/22549/stat : 22549 (java) S 22491 22494 21303 0 -1 1077944384 18114 12835 0 0 1182 63 5 2 20 0 15 0 64577178 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061569497360 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22550] ppid=22491 vsize=10914144 memory=7373100951891782291 CPUtime=12.5 cores=1,3,5,7
/proc/22494/task/22550/stat : 22550 (java) S 22491 22494 21303 0 -1 1077944384 19546 12835 0 0 1178 65 5 2 20 0 15 0 64577178 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061216418448 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22551] ppid=22491 vsize=10914144 memory=1084420 CPUtime=12.49 cores=1,3,5,7
/proc/22494/task/22551/stat : 22551 (java) S 22491 22494 21303 0 -1 1077944384 28143 12835 0 0 1176 66 5 2 20 0 15 0 64577178 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061215365648 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22552] ppid=22491 vsize=10914144 memory=2716 CPUtime=12.92 cores=1,3,5,7
/proc/22494/task/22552/stat : 22552 (java) S 22491 22494 21303 0 -1 1077944384 18786 12835 0 0 1228 57 5 2 20 0 15 0 64577180 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061170924144 140061644307074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22553] ppid=22491 vsize=10914144 memory=1084420 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22553/stat : 22553 (java) S 22491 22494 21303 0 -1 1077944384 15 12835 0 0 0 0 5 2 20 0 15 0 64577180 11176083456 271617 33554432000 4194304 4196468 140731321338640 140060561237408 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22554] ppid=22491 vsize=10914144 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22554/stat : 22554 (java) S 22491 22494 21303 0 -1 1077944384 1 12835 0 0 0 0 5 2 20 0 15 0 64577181 11176083456 271617 33554432000 4194304 4196468 140731321338640 140060427019904 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22555] ppid=22491 vsize=10914144 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22555/stat : 22555 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271617 33554432000 4194304 4196468 140731321338640 140060186729040 140061644314523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22556] ppid=22491 vsize=10914144 memory=1084420 CPUtime=3.24 cores=1,3,5,7
/proc/22494/task/22556/stat : 22556 (java) S 22491 22494 21303 0 -1 1077944384 16484 12835 0 0 314 3 5 2 20 0 15 0 64577183 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061169870960 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22557] ppid=22491 vsize=10914144 memory=1086468 CPUtime=3.27 cores=1,3,5,7
/proc/22494/task/22557/stat : 22557 (java) S 22491 22494 21303 0 -1 1077944384 18217 12835 0 0 317 3 5 2 20 0 15 0 64577183 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061168818160 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22558] ppid=22491 vsize=10914144 memory=3828 CPUtime=1.75 cores=1,3,5,7
/proc/22494/task/22558/stat : 22558 (java) S 22491 22494 21303 0 -1 1077944384 21238 12835 0 0 164 4 5 2 20 0 15 0 64577183 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061167765872 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22559] ppid=22491 vsize=10914144 memory=5524 CPUtime=0.07 cores=1,3,5,7
/proc/22494/task/22559/stat : 22559 (java) S 22491 22494 21303 0 -1 1077944384 3 12835 0 0 0 0 5 2 20 0 15 0 64577183 11176083456 271617 33554432000 4194304 4196468 140731321338640 140060153170400 140061644306133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
[pid=22494/tid=22560] ppid=22491 vsize=10914144 memory=1444 CPUtime=1.63 cores=1,3,5,7
/proc/22494/task/22560/stat : 22560 (java) S 22491 22494 21303 0 -1 1077944384 1338 12835 0 0 69 87 5 2 20 0 15 0 64577184 11176083456 271617 33554432000 4194304 4196468 140731321338640 140061166713776 140061644307074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 38772736 140731321346670 140731321349468 140731321349468 140731321352143 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1086468 KiB

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

[startup+2476.84 s]
# the end of solver process 22494 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.07 s, system=3.99037 s

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

Child status: 143
Real time (s): 2476.84
CPU time (s): 2520.06
CPU user time (s): 2516.07
CPU system time (s): 3.99037
CPU usage (%): 101.745
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1086468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 3.99037
maximum resident set size= 1090688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273594
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304583
involuntary context switches= 8272


# summary of solver processes directly reported to runsolver:
#   pid: 22494
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.07
#   total CPU system time (s): 3.99037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.213 second user time and 23.4982 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 00:09:00
IDJOB=4294372
IDBENCH=141375
IDSOLVER=2750
FILE ID=node135/4294372-1532470140
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294372-1532470140/watcher-4294372-1532470140 -o /tmp/evaluation-result-4294372-1532470140/solver-4294372-1532470140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1879196811 HOME/instance-4294372-1532470140.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=1879196811

node135.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.50
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.50
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.50
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.50
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:        14856088 kB
MemAvailable:   30880080 kB
Buffers:          215456 kB
Cached:         15858120 kB
SwapCached:            0 kB
Active:          3526152 kB
Inactive:       13659264 kB
Active(anon):    1061696 kB
Inactive(anon):    69900 kB
Active(file):    2464456 kB
Inactive(file): 13589364 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:       1195104 kB
Mapped:            52164 kB
Shmem:             17056 kB
Slab:             427148 kB
SReclaimable:     398632 kB
SUnreclaim:        28516 kB
KernelStack:        3856 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2095728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 00:50:17