Trace number 4304727

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)113 2520.06 2483.63

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.74	c Concrete v3.9.2.1532736233296 running
7.66/3.87	o 195
7.66/3.89	o 176
7.66/3.90	o 170
7.92/3.91	o 169
7.92/3.93	o 168
7.92/4.00	o 164
9.76/4.50	o 163
9.76/4.51	o 162
9.76/4.51	o 153
11.15/5.35	o 152
11.15/5.36	o 151
11.15/5.37	o 147
11.15/5.37	o 145
11.61/5.61	o 144
11.61/5.64	o 142
12.98/6.88	o 141
12.98/6.89	o 140
13.15/6.97	o 139
13.15/6.97	o 138
13.81/7.45	o 137
13.81/7.46	o 136
13.81/7.46	o 133
14.22/7.70	o 130
14.22/7.71	o 126
14.39/7.85	o 125
18.11/10.89	o 124
18.23/10.90	o 123
18.23/10.92	o 121
18.23/10.94	o 118
21.32/13.85	o 117
21.32/13.85	o 116
21.32/13.85	o 115
21.32/13.86	o 113
2520.02/2483.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2483.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2483.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2483.61		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2483.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2483.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2483.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2483.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2483.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2483.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2483.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2483.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2483.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2483.61		at scala.Option.map(Option.scala:146)
2520.02/2483.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2483.61		at concrete.MAC.mac(MAC.scala:203)
2520.02/2483.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2483.61		at scala.util.Try$.apply(Try.scala:209)
2520.02/2483.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2483.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2483.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2483.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2483.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2483.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2483.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2483.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2483.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2483.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2483.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2483.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2483.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2483.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2483.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2483.61		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2483.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2483.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2483.61		at scala.util.Success.map(Try.scala:209)
2520.02/2483.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2483.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2483.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2483.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2483.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2483.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2483.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2483.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2483.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2483.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2483.61		at scala.App.main(App.scala:76)
2520.02/2483.61		at scala.App.main$(App.scala:74)
2520.02/2483.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2483.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2483.62	v <instantiation cost="113">
2520.02/2483.62	v       <list>
2520.02/2483.62	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24]
2520.02/2483.62	v       </list>
2520.02/2483.62	v       <values>
2520.02/2483.62	v         4 3 2 0 1 5 10 17 19 18 20 21 23 24 22 16 15 13 9 12 14 11 8 7 6 2 1 2 7 4 8 8 1 2 3 4 2 3 12 8 5 5 6 4 4 4 8 1 5 4
2520.02/2483.62	v       </values>
2520.02/2483.62	v     </instantiation>
2520.02/2483.62	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304727-1534143735/watcher-4304727-1534143735 -o /tmp/evaluation-result-4304727-1534143735/solver-4304727-1534143735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=44670453 HOME/instance-4304727-1534143735.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 1.32 1.42 1.42 3/205 21656
/proc/meminfo: memFree=18007044/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 4296 13251 0 0 1 0 5 3 20 0 6 0 231936654 10245611520 4137 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2501370 4137 1932 1 0 2489808 0
[pid=21601/tid=21654] ppid=21598 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 2132 13251 0 0 0 0 5 3 20 0 6 0 231936663 10245611520 4203 33554432000 4194304 4196468 140724854094960 140650674426448 140650688283109 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=10005480 memory=5793855004725643705 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 6 0 231936664 10245611520 4203 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=10005480 memory=139753715750528 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 6 0 231936664 10245611520 4203 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 6 0 231936664 10245611520 4203 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 6 0 231936664 10245611520 4203 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210073 s]*
/proc/loadavg: 1.32 1.42 1.42 3/216 21667
/proc/meminfo: memFree=17982944/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=10982744 memory=43960 CPUtime=0.26 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 7672 13251 0 0 16 2 5 3 20 0 15 0 231936654 11246329856 10990 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2745686 10990 2966 1 0 2708109 0
[pid=21601/tid=21654] ppid=21598 vsize=10982744 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 4383 13251 0 0 10 1 5 3 20 0 15 0 231936663 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650674424608 140650682865447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=10982744 memory=4211973479920541066 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=10982744 memory=139753715750528 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=10982744 memory=139753715750528 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936665 11246329856 11122 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246329856 11122 33554432000 4194304 4196468 140724854094960 140649508627616 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246329856 11122 33554432000 4194304 4196468 140724854094960 140649307300592 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11246329856 11188 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 564 13251 0 0 1 0 5 3 20 0 15 0 231936668 11246329856 11188 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 58 13251 0 0 0 0 5 3 20 0 15 0 231936668 11246329856 11188 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=10982744 memory=139753715750528 CPUtime=0.11 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 598 13251 0 0 3 0 5 3 20 0 15 0 231936668 11246329856 11188 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246329856 11188 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=10982744 memory=139753715750528 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246329856 11188 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43960 KiB

[startup+0.310283 s]*
/proc/loadavg: 1.32 1.42 1.42 5/216 21667
/proc/meminfo: memFree=17971316/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=10983192 memory=55452 CPUtime=0.39 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 10419 13251 0 0 28 3 5 3 20 0 15 0 231936654 11246788608 13863 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2745798 13863 3085 1 0 2708109 0
[pid=21601/tid=21654] ppid=21598 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 6965 13251 0 0 19 2 5 3 20 0 15 0 231936663 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650674401696 140650684142992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=10983192 memory=139753715750527 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936665 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246788608 13863 33554432000 4194304 4196468 140724854094960 140649508627616 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=10983192 memory=139753715750528 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246788608 13863 33554432000 4194304 4196468 140724854094960 140649307300592 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11246788608 13863 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 564 13251 0 0 1 0 5 3 20 0 15 0 231936668 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 59 13251 0 0 1 0 5 3 20 0 15 0 231936668 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 609 13251 0 0 4 0 5 3 20 0 15 0 231936668 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246788608 13863 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246788608 13863 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700791 s]
/proc/loadavg: 1.32 1.42 1.42 4/216 21667
/proc/meminfo: memFree=17959532/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=10983192 memory=88248 CPUtime=0.99 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 16749 13251 0 0 87 4 5 3 20 0 15 0 231936654 11246788608 22062 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2745798 22062 3238 1 0 2708109 0
[pid=21601/tid=21654] ppid=21598 vsize=10983192 memory=62916 CPUtime=0.66 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) S 21598 21601 19646 0 -1 1077944384 12207 13251 0 0 55 3 5 3 20 0 15 0 231936663 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650674410512 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=10983192 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=10983192 memory=139753605603843 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=10983192 memory=139753940845451 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=10983192 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936664 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=10983192 memory=7305218370954421849 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 5 13251 0 0 0 0 5 3 20 0 15 0 231936665 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=10983192 memory=8025788839814059116 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246788608 22062 33554432000 4194304 4196468 140724854094960 140649508627616 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=10983192 memory=6220993253238723945 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936666 11246788608 22062 33554432000 4194304 4196468 140724854094960 140649307300592 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=10983192 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11246788608 22062 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=10983192 memory=8326441112149131689 CPUtime=0.15 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 971 13251 0 0 7 0 5 3 20 0 15 0 231936668 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=10983192 memory=7679937539659563834 CPUtime=0.17 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 651 13251 0 0 9 0 5 3 20 0 15 0 231936668 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=10983192 memory=6944656425123485561 CPUtime=0.21 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 695 13251 0 0 13 0 5 3 20 0 15 0 231936668 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=10983192 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246788608 22062 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936669 11246788608 22062 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88248 KiB

[startup+1.50069 s]
/proc/loadavg: 1.32 1.42 1.42 4/216 21667
/proc/meminfo: memFree=17913696/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=10998092 memory=178420 CPUtime=2.36 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 24856 13251 0 0 219 9 5 3 20 0 15 0 231936654 11262046208 44605 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2749523 44605 3468 1 0 2711181 0
[pid=21601/tid=21654] ppid=21598 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 17874 13251 0 0 129 6 5 3 20 0 15 0 231936663 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650674421696 140650680592192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=10998092 memory=102516 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 53 13251 0 0 1 0 5 3 20 0 15 0 231936664 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=10998092 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 26 13251 0 0 1 0 5 3 20 0 15 0 231936664 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 175 13251 0 0 1 0 5 3 20 0 15 0 231936664 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 31 13251 0 0 0 0 5 3 20 0 15 0 231936664 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 163 13251 0 0 1 0 5 3 20 0 15 0 231936665 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=10998092 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11262046208 44605 33554432000 4194304 4196468 140724854094960 140649508627680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=10998092 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936666 11262046208 44605 33554432000 4194304 4196468 140724854094960 140649307300608 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=10998092 memory=2092 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11262046208 44605 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 1758 13251 0 0 23 0 5 3 20 0 15 0 231936668 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=10998092 memory=232778302032570 CPUtime=0.34 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) R 21598 21601 19646 0 -1 4202560 1113 13251 0 0 26 0 5 3 20 0 15 0 231936668 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650193558384 140650695574729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=10998092 memory=1289166 CPUtime=0.4 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) R 21598 21601 19646 0 -1 1077944384 1448 13251 0 0 32 0 5 3 20 0 15 0 231936668 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11262046208 44605 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=10998092 memory=4640205495973466192 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 1 13251 0 0 0 0 5 3 20 0 15 0 231936669 11262046208 44605 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 74199 13251 0 0 230332 34 5 3 20 0 15 0 231936663 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650674420816 140650276993148 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.79 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 12326 13251 0 0 731 40 5 3 20 0 15 0 231936664 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.79 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 9693 13251 0 0 729 42 5 3 20 0 15 0 231936664 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.79 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 10265 13251 0 0 730 41 5 3 20 0 15 0 231936664 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.77 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 13782 13251 0 0 728 41 5 3 20 0 15 0 231936664 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.74 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 12276 13251 0 0 726 40 5 3 20 0 15 0 231936665 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=11080032 memory=627648 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 156912 33554432000 4194304 4196468 140724854094960 140649508627744 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=11080032 memory=627648 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 156912 33554432000 4194304 4196468 140724854094960 140649307300608 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=11080032 memory=279507210600688 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11345952768 156912 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=11080032 memory=627648 CPUtime=5.4 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 21608 13251 0 0 527 5 5 3 20 0 15 0 231936668 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=11080032 memory=627648 CPUtime=5.73 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 27613 13251 0 0 561 4 5 3 20 0 15 0 231936668 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=11080032 memory=792 CPUtime=2.95 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 20076 13251 0 0 283 4 5 3 20 0 15 0 231936668 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=11080032 memory=1128 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11345952768 156912 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=11080032 memory=6791534058613427641 CPUtime=1.21 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 817 13251 0 0 65 48 5 3 20 0 15 0 231936669 11345952768 156912 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 2357.29 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627648 KiB

[startup+2382.3 s]
/proc/loadavg: 1.57 1.42 1.40 3/215 21737
/proc/meminfo: memFree=17408216/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=11080032 memory=627676 CPUtime=2417.81 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 205609 13251 0 0 241514 259 5 3 20 0 15 0 231936654 11345952768 156919 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2770008 156919 3526 1 0 2731661 0
[pid=21601/tid=21654] ppid=21598 vsize=11080032 memory=15244 CPUtime=2363.27 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 74571 13251 0 0 236284 35 5 3 20 0 15 0 231936663 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650674424352 140650274182844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=11080032 memory=627676 CPUtime=7.98 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 12329 13251 0 0 749 41 5 3 20 0 15 0 231936664 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=11080032 memory=17816 CPUtime=7.97 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 9700 13251 0 0 747 42 5 3 20 0 15 0 231936664 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=11080032 memory=627676 CPUtime=7.99 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 10286 13251 0 0 749 42 5 3 20 0 15 0 231936664 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=11080032 memory=627468 CPUtime=7.97 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 14087 13251 0 0 746 43 5 3 20 0 15 0 231936664 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=11080032 memory=627648 CPUtime=7.93 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 12304 13251 0 0 744 41 5 3 20 0 15 0 231936665 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=11080032 memory=627648 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 156919 33554432000 4194304 4196468 140724854094960 140649508627744 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=11080032 memory=627648 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 156919 33554432000 4194304 4196468 140724854094960 140649307300608 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=11080032 memory=627676 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11345952768 156919 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=11080032 memory=627648 CPUtime=5.4 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 21608 13251 0 0 527 5 5 3 20 0 15 0 231936668 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=11080032 memory=627676 CPUtime=5.73 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 27613 13251 0 0 561 4 5 3 20 0 15 0 231936668 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=11080032 memory=627676 CPUtime=2.95 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 20076 13251 0 0 283 4 5 3 20 0 15 0 231936668 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=11080032 memory=627676 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11345952768 156919 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=11080032 memory=627676 CPUtime=1.24 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 821 13251 0 0 67 49 5 3 20 0 15 0 231936669 11345952768 156919 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 2417.81 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627676 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.46 1.41 3/215 21738
/proc/meminfo: memFree=17403812/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=11080032 memory=629828 CPUtime=2478.37 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 206520 13251 0 0 247566 263 5 3 20 0 15 0 231936654 11345952768 157457 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2770008 157457 3526 1 0 2731661 0
[pid=21601/tid=21654] ppid=21598 vsize=11080032 memory=627648 CPUtime=2422.8 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 74995 13251 0 0 242236 36 5 3 20 0 15 0 231936663 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650674420656 140650274182863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=11080032 memory=629828 CPUtime=8.18 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 12366 13251 0 0 768 42 5 3 20 0 15 0 231936664 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=11080032 memory=627740 CPUtime=8.18 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 9754 13251 0 0 767 43 5 3 20 0 15 0 231936664 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=11080032 memory=629828 CPUtime=8.2 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 10299 13251 0 0 769 43 5 3 20 0 15 0 231936664 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=11080032 memory=629828 CPUtime=8.16 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 14104 13251 0 0 765 43 5 3 20 0 15 0 231936664 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=11080032 memory=629828 CPUtime=8.12 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 12476 13251 0 0 763 41 5 3 20 0 15 0 231936665 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=11080032 memory=629828 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 157457 33554432000 4194304 4196468 140724854094960 140649508627744 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=11080032 memory=629828 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 157457 33554432000 4194304 4196468 140724854094960 140649307300608 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=11080032 memory=629828 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11345952768 157457 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=11080032 memory=629828 CPUtime=5.4 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 21610 13251 0 0 527 5 5 3 20 0 15 0 231936668 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=11080032 memory=629828 CPUtime=5.73 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 27785 13251 0 0 561 4 5 3 20 0 15 0 231936668 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=11080032 memory=629828 CPUtime=2.95 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 20078 13251 0 0 283 4 5 3 20 0 15 0 231936668 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=11080032 memory=629828 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11345952768 157457 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=11080032 memory=976 CPUtime=1.27 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 839 13251 0 0 69 50 5 3 20 0 15 0 231936669 11345952768 157457 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 2478.37 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.6 s]
/proc/loadavg: 2.06 1.59 1.46 6/215 21999
/proc/meminfo: memFree=16263876/32770624 swapFree=67108196/67108860
[pid=21601] ppid=21598 vsize=11080032 memory=629884 CPUtime=2520.02 cores=0,2,4,6
/proc/21601/stat : 21601 (java) S 21598 21601 19646 0 -1 1077944320 207534 13251 0 0 251726 268 5 3 20 0 15 0 231936654 11345952768 157471 33554432000 4194304 4196468 140724854094960 140724854077504 140650702589687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
/proc/21601/statm: 2770008 157471 3526 1 0 2731661 0
[pid=21601/tid=21654] ppid=21598 vsize=11080032 memory=0 CPUtime=2463.75 cores=0,2,4,6
/proc/21601/task/21654/stat : 21654 (java) R 21598 21601 19646 0 -1 4202560 75377 13251 0 0 246330 37 5 3 20 0 15 0 231936663 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650674419024 140650276189026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21655] ppid=21598 vsize=11080032 memory=7595723469378578535 CPUtime=8.3 cores=0,2,4,6
/proc/21601/task/21655/stat : 21655 (java) S 21598 21601 19646 0 -1 1077944384 12408 13251 0 0 780 42 5 3 20 0 15 0 231936664 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650706832400 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21656] ppid=21598 vsize=11080032 memory=7584167765345855849 CPUtime=8.32 cores=0,2,4,6
/proc/21601/task/21656/stat : 21656 (java) S 21598 21601 19646 0 -1 1077944384 9803 13251 0 0 780 44 5 3 20 0 15 0 231936664 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650588097680 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21657] ppid=21598 vsize=11080032 memory=6791534058613427641 CPUtime=8.33 cores=0,2,4,6
/proc/21601/task/21657/stat : 21657 (java) S 21598 21601 19646 0 -1 1077944384 10309 13251 0 0 782 43 5 3 20 0 15 0 231936664 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650587044624 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21658] ppid=21598 vsize=11080032 memory=1236 CPUtime=8.31 cores=0,2,4,6
/proc/21601/task/21658/stat : 21658 (java) S 21598 21601 19646 0 -1 1077944384 14420 13251 0 0 779 44 5 3 20 0 15 0 231936664 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650585992080 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21659] ppid=21598 vsize=11080032 memory=960 CPUtime=8.25 cores=0,2,4,6
/proc/21601/task/21659/stat : 21659 (java) S 21598 21601 19646 0 -1 1077944384 12670 13251 0 0 775 42 5 3 20 0 15 0 231936665 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650195663088 140650702600834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21660] ppid=21598 vsize=11080032 memory=2096 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21660/stat : 21660 (java) S 21598 21601 19646 0 -1 1077944384 13 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 157471 33554432000 4194304 4196468 140724854094960 140649508627744 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21661] ppid=21598 vsize=11080032 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21661/stat : 21661 (java) S 21598 21601 19646 0 -1 1077944384 2 13251 0 0 0 0 5 3 20 0 15 0 231936666 11345952768 157471 33554432000 4194304 4196468 140724854094960 140649307300608 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21662] ppid=21598 vsize=11080032 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21662/stat : 21662 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936668 11345952768 157471 33554432000 4194304 4196468 140724854094960 140648999901136 140650702608283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21663] ppid=21598 vsize=11080032 memory=629828 CPUtime=5.4 cores=0,2,4,6
/proc/21601/task/21663/stat : 21663 (java) S 21598 21601 19646 0 -1 1077944384 21612 13251 0 0 527 5 5 3 20 0 15 0 231936668 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650194610928 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21664] ppid=21598 vsize=11080032 memory=629828 CPUtime=5.73 cores=0,2,4,6
/proc/21601/task/21664/stat : 21664 (java) S 21598 21601 19646 0 -1 1077944384 27787 13251 0 0 561 4 5 3 20 0 15 0 231936668 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650193558384 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21665] ppid=21598 vsize=11080032 memory=976 CPUtime=2.95 cores=0,2,4,6
/proc/21601/task/21665/stat : 21665 (java) S 21598 21601 19646 0 -1 1077944384 20080 13251 0 0 283 4 5 3 20 0 15 0 231936668 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650192505328 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21666] ppid=21598 vsize=11080032 memory=629884 CPUtime=0.08 cores=0,2,4,6
/proc/21601/task/21666/stat : 21666 (java) S 21598 21601 19646 0 -1 1077944384 3 13251 0 0 0 0 5 3 20 0 15 0 231936669 11345952768 157471 33554432000 4194304 4196468 140724854094960 140648569105248 140650702599893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
[pid=21601/tid=21667] ppid=21598 vsize=11080032 memory=629884 CPUtime=1.29 cores=0,2,4,6
/proc/21601/task/21667/stat : 21667 (java) S 21598 21601 19646 0 -1 1077944384 854 13251 0 0 70 51 5 3 20 0 15 0 231936669 11345952768 157471 33554432000 4194304 4196468 140724854094960 140650191452720 140650702600834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8704000 140724854098542 140724854101340 140724854101340 140724854104015 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629884 KiB

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

[startup+2483.63 s]
# the end of solver process 21601 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.34 s, system=2.72447 s

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

Child status: 143
Real time (s): 2483.63
CPU time (s): 2520.06
CPU user time (s): 2517.34
CPU system time (s): 2.72447
CPU usage (%): 101.467
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 629884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.34
system time used= 2.72447
maximum resident set size= 632316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236836
involuntary context switches= 8864


# summary of solver processes directly reported to runsolver:
#   pid: 21601
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.34
#   total CPU system time (s): 2.72447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0116 second user time and 25.8026 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 09:02:15
IDJOB=4304727
IDBENCH=141622
IDSOLVER=2780
FILE ID=node151/4304727-1534143735
RUNJOBID= node151-1534138766-20507
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304727-1534143735/watcher-4304727-1534143735 -o /tmp/evaluation-result-4304727-1534143735/solver-4304727-1534143735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=44670453 HOME/instance-4304727-1534143735.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=44670453

node151.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.87
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.87
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.87
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.87
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:        18011784 kB
MemAvailable:   31325916 kB
Buffers:          219800 kB
Cached:         13206840 kB
SwapCached:           16 kB
Active:          6462108 kB
Inactive:        7598832 kB
Active(anon):     583500 kB
Inactive(anon):   102564 kB
Active(file):    5878608 kB
Inactive(file):  7496268 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26572 kB
Writeback:             0 kB
AnonPages:        739580 kB
Mapped:            73204 kB
Shmem:             49524 kB
Slab:             395604 kB
SReclaimable:     367716 kB
SUnreclaim:        27888 kB
KernelStack:        3824 kB
PageTables:         6732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1852536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 09:43:38