Trace number 4302360

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.9.2SAT (TO)75 252.13 241.838

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 benchmark75
Best CPU time to get the best result obtained on this benchmark252.13
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.99/0.75	c Concrete v3.9.2.1532736233296 running
9.09/4.25	o 99
9.09/4.28	o 98
9.38/4.31	o 96
9.38/4.36	o 95
9.38/4.37	o 94
9.38/4.39	o 89
9.72/4.42	o 88
10.81/5.04	o 85
11.64/5.57	o 84
15.68/9.07	o 83
16.39/9.65	o 82
17.80/10.81	o 80
19.38/12.33	o 76
19.70/12.66	o 75
252.07/241.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.07/241.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.07/241.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.07/241.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.07/241.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.07/241.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.07/241.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.07/241.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.07/241.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.07/241.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/241.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/241.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/241.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.07/241.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.07/241.80		at scala.Option.map(Option.scala:146)
252.07/241.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.07/241.80		at concrete.MAC.mac(MAC.scala:203)
252.07/241.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/241.81		at scala.util.Try$.apply(Try.scala:209)
252.07/241.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/241.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/241.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/241.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/241.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/241.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/241.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/241.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/241.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/241.81		at concrete.MAC.oneRun(MAC.scala:253)
252.07/241.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/241.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/241.81		at concrete.Solver.hasNext(Solver.scala:166)
252.07/241.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/241.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/241.81		at concrete.Solver.foreach(Solver.scala:68)
252.07/241.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/241.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/241.81		at scala.util.Success.map(Try.scala:209)
252.07/241.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/241.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/241.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/241.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/241.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/241.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/241.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/241.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/241.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/241.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/241.81		at scala.App.main(App.scala:76)
252.07/241.81		at scala.App.main$(App.scala:74)
252.07/241.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/241.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/241.81	v <instantiation cost="75">
252.07/241.81	v       <list>
252.07/241.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]
252.07/241.81	v       </list>
252.07/241.81	v       <values>
252.07/241.81	v         0 3 5 20 29 43 56 64 68 74 75 3 5 20 29 43 56 64 68 74 75 2 17 26 40 53 61 65 71 72 15 24 38 51 59 63 69 70 9 23 36 44 48 54 55 14 27 35 39 45 46 13 21 25 31 32 8 12 18 19 4 10 11 6 7 1
252.07/241.81	v       </values>
252.07/241.81	v     </instantiation>
252.07/241.81	s SATISFIABLE

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302360-1532897223/watcher-4302360-1532897223 -o /tmp/evaluation-result-4302360-1532897223/solver-4302360-1532897223 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1127549273 HOME/instance-4302360-1532897223.xml 

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

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


[startup+0.101281 s]*
/proc/loadavg: 1.72 1.96 1.95 2/206 21134
/proc/meminfo: memFree=25619892/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=10005480 memory=16952 CPUtime=0.08 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 4402 13083 0 0 1 0 4 3 20 0 6 0 107285446 10245611520 4238 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2501370 4238 1935 1 0 2489808 0
[pid=21077/tid=21130] ppid=21074 vsize=10005480 memory=4279135703946725005 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 2234 13083 0 0 0 0 4 3 20 0 6 0 107285455 10245611520 4304 33554432000 4194304 4196468 140727304329344 139830790009424 139830802253150 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 6 0 107285456 10245611520 4304 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=10005480 memory=140715584726656 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 6 0 107285456 10245611520 4304 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 6 0 107285456 10245611520 4304 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 6 0 107285456 10245611520 4304 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16952 KiB

[startup+0.210007 s]*
/proc/loadavg: 1.72 1.96 1.95 3/215 21143
/proc/meminfo: memFree=25598376/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=10982744 memory=42980 CPUtime=0.25 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 7398 13083 0 0 16 2 4 3 20 0 15 0 107285446 11246329856 10745 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2745686 10745 2982 1 0 2708109 0
[pid=21077/tid=21130] ppid=21074 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 4090 13083 0 0 10 1 4 3 20 0 15 0 107285455 11246329856 10877 33554432000 4194304 4196468 140727304329344 139830789996544 139830798448370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246329856 10877 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=10982744 memory=140715584745717 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246329856 10877 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246329856 10877 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246329856 10877 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=10982744 memory=140715584726656 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 107285457 11246329856 10943 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 13 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246329856 10943 33554432000 4194304 4196468 140727304329344 139829639636640 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246329856 10943 33554432000 4194304 4196468 140727304329344 139829438309616 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 543 13083 0 0 1 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 72 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=10982744 memory=140715584726656 CPUtime=0.1 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 609 13083 0 0 3 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=10982744 memory=140715584726656 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246329856 10943 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42980 KiB

[startup+0.310193 s]*
/proc/loadavg: 1.72 1.96 1.95 3/215 21143
/proc/meminfo: memFree=25585732/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=10983192 memory=56688 CPUtime=0.38 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 10675 13083 0 0 28 3 4 3 20 0 15 0 107285446 11246788608 14172 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2745798 14172 3101 1 0 2708109 0
[pid=21077/tid=21130] ppid=21074 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 7231 13083 0 0 19 2 4 3 20 0 15 0 107285455 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830789984672 139830818186527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 107285457 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 13 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246788608 14172 33554432000 4194304 4196468 140727304329344 139829639636640 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246788608 14172 33554432000 4194304 4196468 140727304329344 139829438309616 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 546 13083 0 0 1 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 74 13083 0 0 1 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=10983192 memory=140715584726656 CPUtime=0.11 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 615 13083 0 0 4 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=10983192 memory=140715584726656 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 14172 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56688 KiB

[startup+0.700836 s]
/proc/loadavg: 1.72 1.96 1.95 3/215 21143
/proc/meminfo: memFree=25578612/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=10983192 memory=88356 CPUtime=0.99 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 16764 13083 0 0 87 5 4 3 20 0 15 0 107285446 11246788608 22089 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2745798 22089 3226 1 0 2708109 0
[pid=21077/tid=21130] ppid=21074 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 12290 13083 0 0 56 3 4 3 20 0 15 0 107285455 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830789995664 139830802253150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=10983192 memory=140715476792112 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=10983192 memory=140716013519449 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 107285456 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 5 13083 0 0 0 0 4 3 20 0 15 0 107285457 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 13 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246788608 22089 33554432000 4194304 4196468 140727304329344 139829639636640 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285458 11246788608 22089 33554432000 4194304 4196468 140727304329344 139829438309616 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=10983192 memory=17468 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=10983192 memory=16148 CPUtime=0.14 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 919 13083 0 0 7 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=10983192 memory=4004 CPUtime=0.16 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 680 13083 0 0 9 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 657 13083 0 0 13 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285461 11246788608 22089 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88356 KiB

[startup+1.5007 s]
/proc/loadavg: 1.72 1.96 1.95 3/215 21143
/proc/meminfo: memFree=25536100/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=10998092 memory=179124 CPUtime=2.28 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 23910 13083 0 0 211 10 4 3 20 0 15 0 107285446 11262046208 44781 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2749523 44781 3473 1 0 2711181 0
[pid=21077/tid=21130] ppid=21074 vsize=10998092 memory=65192 CPUtime=1.42 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 17808 13083 0 0 129 6 4 3 20 0 15 0 107285455 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830790004672 139830818194589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 27 13083 0 0 1 0 4 3 20 0 15 0 107285456 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=10998092 memory=281430953615520 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 56 13083 0 0 1 0 4 3 20 0 15 0 107285456 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 17 13083 0 0 1 0 4 3 20 0 15 0 107285456 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 247 13083 0 0 0 0 4 3 20 0 15 0 107285456 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 50 13083 0 0 1 0 4 3 20 0 15 0 107285457 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 14 13083 0 0 0 0 4 3 20 0 15 0 107285458 11262046208 44781 33554432000 4194304 4196468 140727304329344 139829639636704 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285458 11262046208 44781 33554432000 4194304 4196468 140727304329344 139829438309632 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=10998092 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 1133 13083 0 0 20 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 1141 13083 0 0 21 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=10998092 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 1221 13083 0 0 32 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=10998092 memory=281430953859968 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 107285461 11262046208 44781 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 52070 13083 0 0 10134 19 4 3 20 0 15 0 107285455 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830790007392 139830400977927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=11077984 memory=1059888 CPUtime=0.35 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 384 13083 0 0 24 4 4 3 20 0 15 0 107285456 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=11077984 memory=56 CPUtime=0.35 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 2788 13083 0 0 25 3 4 3 20 0 15 0 107285456 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=11077984 memory=281430953848688 CPUtime=0.35 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 2200 13083 0 0 25 3 4 3 20 0 15 0 107285456 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=11077984 memory=281430953442016 CPUtime=0.35 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2120 13083 0 0 24 4 4 3 20 0 15 0 107285456 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=11077984 memory=492 CPUtime=0.33 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 2205 13083 0 0 25 1 4 3 20 0 15 0 107285457 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=11077984 memory=281430954057120 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 19 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 264995 33554432000 4194304 4196468 140727304329344 139829639636704 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=11077984 memory=30584 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 6 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 264995 33554432000 4194304 4196468 140727304329344 139829438309632 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=11077984 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=11077984 memory=2412 CPUtime=2.91 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 11209 13083 0 0 283 1 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=11077984 memory=1784 CPUtime=3.17 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 11282 13083 0 0 308 2 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=11077984 memory=1059888 CPUtime=1.69 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 11660 13083 0 0 160 2 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=11077984 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=11077984 memory=981060 CPUtime=0.12 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 247 13083 0 0 2 3 4 3 20 0 15 0 107285461 11343855616 264995 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 110.71 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1059980 KiB

[startup+162.301 s]
/proc/loadavg: 1.68 1.84 1.91 3/215 21276
/proc/meminfo: memFree=25976768/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=11077984 memory=1060288 CPUtime=171.47 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 106380 13083 0 0 17088 52 4 3 20 0 15 0 107285446 11343855616 265072 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2769496 265072 3526 1 0 2731149 0
[pid=21077/tid=21130] ppid=21074 vsize=11077984 memory=1060076 CPUtime=161 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 54224 13083 0 0 16072 21 4 3 20 0 15 0 107285455 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830790007264 139830401759076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.61 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1036 13083 0 0 49 5 4 3 20 0 15 0 107285456 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.61 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 4466 13083 0 0 50 4 4 3 20 0 15 0 107285456 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.62 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 2341 13083 0 0 50 5 4 3 20 0 15 0 107285456 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.61 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2254 13083 0 0 49 5 4 3 20 0 15 0 107285456 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.58 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 2842 13083 0 0 49 2 4 3 20 0 15 0 107285457 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 19 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265072 33554432000 4194304 4196468 140727304329344 139829639636704 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=11077984 memory=1060288 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 6 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265072 33554432000 4194304 4196468 140727304329344 139829438309632 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=11077984 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=11077984 memory=8076 CPUtime=2.93 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 12640 13083 0 0 285 1 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=11077984 memory=11648 CPUtime=3.18 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 12399 13083 0 0 309 2 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=11077984 memory=796 CPUtime=1.69 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 11666 13083 0 0 160 2 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=11077984 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=11077984 memory=30584 CPUtime=0.15 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 293 13083 0 0 3 5 4 3 20 0 15 0 107285461 11343855616 265072 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 171.47 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1060288 KiB

[startup+222.301 s]
/proc/loadavg: 1.36 1.72 1.86 3/216 21285
/proc/meminfo: memFree=25974316/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=11077984 memory=1062616 CPUtime=232.31 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 110500 13083 0 0 23163 61 4 3 20 0 15 0 107285446 11343855616 265654 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2769496 265654 3526 1 0 2731149 0
[pid=21077/tid=21130] ppid=21074 vsize=11077984 memory=1062616 CPUtime=220.34 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 55173 13083 0 0 22006 21 4 3 20 0 15 0 107285455 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830790007264 139830401759174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=11077984 memory=1060532 CPUtime=0.9 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 1102 13083 0 0 77 6 4 3 20 0 15 0 107285456 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=11077984 memory=1060532 CPUtime=0.9 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 5571 13083 0 0 78 5 4 3 20 0 15 0 107285456 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.91 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 2931 13083 0 0 77 7 4 3 20 0 15 0 107285456 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.9 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2458 13083 0 0 77 6 4 3 20 0 15 0 107285456 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.86 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 3181 13083 0 0 75 4 4 3 20 0 15 0 107285457 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=11077984 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 19 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265654 33554432000 4194304 4196468 140727304329344 139829639636704 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 6 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265654 33554432000 4194304 4196468 140727304329344 139829438309632 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=11077984 memory=1062616 CPUtime=2.94 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 12642 13083 0 0 285 2 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=11077984 memory=17468 CPUtime=3.18 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 12402 13083 0 0 309 2 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=11077984 memory=11648 CPUtime=1.69 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 12504 13083 0 0 160 2 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=11077984 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=11077984 memory=1062616 CPUtime=0.2 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 317 13083 0 0 4 9 4 3 20 0 15 0 107285461 11343855616 265654 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 232.31 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1062616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.801 s]
/proc/loadavg: 1.54 1.73 1.86 3/216 21285
/proc/meminfo: memFree=25973000/32770624 swapFree=67108436/67108860
[pid=21077] ppid=21074 vsize=11077984 memory=1062828 CPUtime=252.07 cores=0,2,4,6
/proc/21077/stat : 21077 (java) S 21074 21077 9814 0 -1 1077944320 112620 13083 0 0 25137 63 4 3 20 0 15 0 107285446 11343855616 265707 33554432000 4194304 4196468 140727304329344 140727304311888 139830818172663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
/proc/21077/statm: 2769496 265707 3526 1 0 2731149 0
[pid=21077/tid=21130] ppid=21074 vsize=11077984 memory=6791534058613427641 CPUtime=239.61 cores=0,2,4,6
/proc/21077/task/21130/stat : 21130 (java) R 21074 21077 9814 0 -1 4202560 56011 13083 0 0 23933 21 4 3 20 0 15 0 107285455 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830790007488 139830401759041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21131] ppid=21074 vsize=11077984 memory=17468 CPUtime=1 cores=0,2,4,6
/proc/21077/task/21131/stat : 21131 (java) S 21074 21077 9814 0 -1 1077944384 2179 13083 0 0 86 7 4 3 20 0 15 0 107285456 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830822414864 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21132] ppid=21074 vsize=11077984 memory=16148 CPUtime=1 cores=0,2,4,6
/proc/21077/task/21132/stat : 21132 (java) S 21074 21077 9814 0 -1 1077944384 5632 13083 0 0 87 6 4 3 20 0 15 0 107285456 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830357580432 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21133] ppid=21074 vsize=11077984 memory=4004 CPUtime=1 cores=0,2,4,6
/proc/21077/task/21133/stat : 21133 (java) S 21074 21077 9814 0 -1 1077944384 3006 13083 0 0 86 7 4 3 20 0 15 0 107285456 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830356527376 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21134] ppid=21074 vsize=11077984 memory=636 CPUtime=1 cores=0,2,4,6
/proc/21077/task/21134/stat : 21134 (java) S 21074 21077 9814 0 -1 1077944384 2488 13083 0 0 86 7 4 3 20 0 15 0 107285456 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830355474832 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21135] ppid=21074 vsize=11077984 memory=1780 CPUtime=0.96 cores=0,2,4,6
/proc/21077/task/21135/stat : 21135 (java) S 21074 21077 9814 0 -1 1077944384 3220 13083 0 0 85 4 4 3 20 0 15 0 107285457 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830243617520 139830818183810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21136] ppid=21074 vsize=11077984 memory=1062824 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21136/stat : 21136 (java) S 21074 21077 9814 0 -1 1077944384 19 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265707 33554432000 4194304 4196468 140727304329344 139829639636704 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21137] ppid=21074 vsize=11077984 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21137/stat : 21137 (java) S 21074 21077 9814 0 -1 1077944384 6 13083 0 0 0 0 4 3 20 0 15 0 107285458 11343855616 265707 33554432000 4194304 4196468 140727304329344 139829438309632 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21138] ppid=21074 vsize=11077984 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21138/stat : 21138 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139829130910160 139830818191259 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21139] ppid=21074 vsize=11077984 memory=6504 CPUtime=2.94 cores=0,2,4,6
/proc/21077/task/21139/stat : 21139 (java) S 21074 21077 9814 0 -1 1077944384 12642 13083 0 0 285 2 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830242564336 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21140] ppid=21074 vsize=11077984 memory=1576 CPUtime=3.18 cores=0,2,4,6
/proc/21077/task/21140/stat : 21140 (java) S 21074 21077 9814 0 -1 1077944384 12402 13083 0 0 309 2 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830241511792 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21141] ppid=21074 vsize=11077984 memory=932 CPUtime=1.69 cores=0,2,4,6
/proc/21077/task/21141/stat : 21141 (java) S 21074 21077 9814 0 -1 1077944384 12504 13083 0 0 160 2 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830240458736 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21142] ppid=21074 vsize=11077984 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/21077/task/21142/stat : 21142 (java) S 21074 21077 9814 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139828700113248 139830818182869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
[pid=21077/tid=21143] ppid=21074 vsize=11077984 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/21077/task/21143/stat : 21143 (java) S 21074 21077 9814 0 -1 1077944384 317 13083 0 0 5 9 4 3 20 0 15 0 107285461 11343855616 265707 33554432000 4194304 4196468 140727304329344 139830239407152 139830818183810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140727304338033 140727304340833 140727304340833 140727304343503 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1062828 KiB

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

[startup+241.838 s]
# the end of solver process 21077 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.44 s, system=0.689274 s

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

Child status: 143
Real time (s): 241.838
CPU time (s): 252.13
CPU user time (s): 251.44
CPU system time (s): 0.689274
CPU usage (%): 104.256
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1062828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.44
system time used= 0.689274
maximum resident set size= 1065264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30176
involuntary context switches= 930


# summary of solver processes directly reported to runsolver:
#   pid: 21077
#   total CPU time (s): 252.13
#   total CPU user time (s): 251.44
#   total CPU system time (s): 0.689274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40634 second user time and 2.33959 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:47:03
IDJOB=4302360
IDBENCH=141375
IDSOLVER=2776
FILE ID=node137/4302360-1532897223
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302360-1532897223/watcher-4302360-1532897223 -o /tmp/evaluation-result-4302360-1532897223/solver-4302360-1532897223 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1127549273 HOME/instance-4302360-1532897223.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=1127549273

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25629200 kB
MemAvailable:   29442272 kB
Buffers:          220252 kB
Cached:          3828852 kB
SwapCached:           32 kB
Active:          4289528 kB
Inactive:        2302476 kB
Active(anon):    2490908 kB
Inactive(anon):    79972 kB
Active(file):    1798620 kB
Inactive(file):  2222504 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:       2550164 kB
Mapped:            55644 kB
Shmem:             25052 kB
Slab:             243876 kB
SReclaimable:     215568 kB
SUnreclaim:        28308 kB
KernelStack:        3808 kB
PageTables:        10248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3624000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2330624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:51:05