Trace number 4302409

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)2761 252.096 235.946

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had18_c18.xml
MD5SUM2bd2b017ef1b8aef080ffc7cd9cfea3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2679
Best CPU time to get the best result obtained on this benchmark252.092
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints154
Number of domains2
Minimum domain size11
Maximum domain size18
Distribution of domain sizes[{"size":11,"count":153},{"size":18,"count":18}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":153},{"degree":18,"count":18}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":153},{"arity":18,"count":1}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"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
10.13/4.46	o 2938
10.46/4.53	o 2917
10.46/4.58	o 2912
11.47/4.85	o 2892
11.47/4.88	o 2886
11.79/5.00	o 2877
12.14/5.01	o 2865
12.14/5.04	o 2864
13.02/5.36	o 2861
13.02/5.36	o 2856
15.04/6.56	o 2836
15.38/6.76	o 2831
17.01/7.97	o 2826
17.01/7.98	o 2810
17.35/8.13	o 2804
17.58/8.30	o 2801
17.70/8.30	o 2798
17.96/8.54	o 2797
19.39/9.79	o 2794
20.02/10.35	o 2784
28.09/18.18	o 2779
45.77/34.80	o 2776
46.21/35.14	o 2774
46.21/35.18	o 2763
46.21/35.18	o 2761
252.05/235.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.05/235.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.05/235.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.05/235.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.05/235.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.05/235.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.05/235.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.05/235.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.05/235.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.05/235.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/235.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/235.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/235.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.05/235.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.05/235.90		at scala.Option.map(Option.scala:146)
252.05/235.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.05/235.90		at concrete.MAC.mac(MAC.scala:203)
252.05/235.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/235.90		at scala.util.Try$.apply(Try.scala:209)
252.05/235.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/235.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/235.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/235.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/235.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/235.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/235.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/235.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/235.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/235.90		at concrete.MAC.oneRun(MAC.scala:253)
252.05/235.90		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/235.90		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/235.90		at concrete.Solver.hasNext(Solver.scala:166)
252.05/235.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/235.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/235.90		at concrete.Solver.foreach(Solver.scala:68)
252.05/235.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/235.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/235.90		at scala.util.Success.map(Try.scala:209)
252.05/235.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/235.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/235.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/235.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/235.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/235.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/235.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/235.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/235.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/235.90		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/235.90		at scala.App.main(App.scala:76)
252.05/235.90		at scala.App.main$(App.scala:74)
252.05/235.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/235.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/235.91	v <instantiation cost="2761">
252.05/235.91	v       <list>
252.05/235.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[13][14] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
252.05/235.91	v       </list>
252.05/235.91	v       <values>
252.05/235.91	v         17 8 15 9 10 5 11 2 4 1 6 16 14 7 13 12 0 3 7 8 10 3 3 6 7 4 6 6 3 6 4 4 2 8 2 5 4 5 5 2 2 5 2 8 4 4 1 5 4 5 9 5 8 4 5 6 3 2 6 6 8 4 3 4 5 8 7 5 7 6 7 7 4 6 5 5 6 5 1 4 7 9 3 6 4 6 5 1 5 5 6 4 3 5 4 4 9 8 3 5 5 8 1 5 5 6 7 7 7 4 4 3 5 6 6 6 6 6 4 5 2 4 6 5 4 2 7 3 4 3 4 3 7 8 5 9 6 3 2 6 9 3 3 7 5 6 8 1 6 3 5 4 2 5 6 3 9 5 7 4 7 5 7 6 3 5 5 4 1 3 6
252.05/235.91	v       </values>
252.05/235.91	v     </instantiation>
252.05/235.91	s SATISFIABLE

Verifier Data

OK	2761

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302409-1532896169/watcher-4302409-1532896169 -o /tmp/evaluation-result-4302409-1532896169/solver-4302409-1532896169 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1023084922 HOME/instance-4302409-1532896169.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=18350, runsolver pid=18347

[startup+0.100058 s]*
/proc/loadavg: 1.42 1.53 1.49 3/206 18407
/proc/meminfo: memFree=22506996/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=10005480 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 4369 13026 0 0 1 0 5 3 20 0 6 0 107180074 10245611520 4203 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2501370 4203 1935 1 0 2489808 0
[pid=18350/tid=18403] ppid=18347 vsize=10005480 memory=4279135703946462605 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 2184 13026 0 0 1 0 5 3 20 0 6 0 107180084 10245611520 4203 33554432000 4194304 4196468 140731625360880 140427885658704 140427897902430 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 6 0 107180084 10245611520 4203 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=10005480 memory=140198377952896 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 6 0 107180084 10245611520 4203 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 6 0 107180084 10245611520 4203 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 6 0 107180084 10245611520 4203 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210121 s]*
/proc/loadavg: 1.42 1.53 1.49 3/215 18416
/proc/meminfo: memFree=22482628/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=10982696 memory=44624 CPUtime=0.26 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 8538 13026 0 0 17 1 5 3 20 0 15 0 107180074 11246280704 11156 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2745674 11156 2943 1 0 2708109 0
[pid=18350/tid=18403] ppid=18347 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 5085 13026 0 0 11 1 5 3 20 0 15 0 107180084 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427885619600 140427895385529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=10982696 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=10982696 memory=140198378596437 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=10982696 memory=140198377952896 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 13 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246280704 11156 33554432000 4194304 4196468 140731625360880 140426720830752 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246280704 11156 33554432000 4194304 4196468 140731625360880 140426572981872 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246280704 11156 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 409 13026 0 0 1 0 5 3 20 0 15 0 107180089 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 187 13026 0 0 1 0 5 3 20 0 15 0 107180089 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=10982696 memory=140198377952896 CPUtime=0.11 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 635 13026 0 0 3 0 5 3 20 0 15 0 107180089 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246280704 11156 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=10982696 memory=140198377952896 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180090 11246280704 11156 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44624 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.42 1.53 1.49 3/215 18416
/proc/meminfo: memFree=22471980/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=10983192 memory=55968 CPUtime=0.39 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 10559 13026 0 0 29 2 5 3 20 0 15 0 107180074 11246788608 13992 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2745798 13992 3075 1 0 2708109 0
[pid=18350/tid=18403] ppid=18347 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 7100 13026 0 0 20 1 5 3 20 0 15 0 107180084 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427885633952 140427895385503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 13 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 13992 33554432000 4194304 4196468 140731625360880 140426720830752 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 13992 33554432000 4194304 4196468 140731625360880 140426572981872 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246788608 13992 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 409 13026 0 0 1 0 5 3 20 0 15 0 107180089 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 188 13026 0 0 1 0 5 3 20 0 15 0 107180089 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=10983192 memory=140198377952896 CPUtime=0.13 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 640 13026 0 0 5 0 5 3 20 0 15 0 107180089 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246788608 13992 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=10983192 memory=140198377952896 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180090 11246788608 13992 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55968 KiB

[startup+0.700809 s]
/proc/loadavg: 1.42 1.53 1.49 3/215 18416
/proc/meminfo: memFree=22460320/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=10983192 memory=88364 CPUtime=0.99 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 16818 13026 0 0 88 3 5 3 20 0 15 0 107180074 11246788608 22091 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2745798 22091 3236 1 0 2708109 0
[pid=18350/tid=18403] ppid=18347 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 12396 13026 0 0 56 2 5 3 20 0 15 0 107180084 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427885616728 140427897902430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180084 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 5 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=10983192 memory=140198268777168 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 13 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 22091 33554432000 4194304 4196468 140731625360880 140426720830752 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=10983192 memory=140200617443939 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180086 11246788608 22091 33554432000 4194304 4196468 140731625360880 140426572981872 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=10983192 memory=10624 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246788608 22091 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=10983192 memory=7234564758908855872 CPUtime=0.16 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 708 13026 0 0 8 0 5 3 20 0 15 0 107180089 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=10983192 memory=7597685182856913236 CPUtime=0.17 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 787 13026 0 0 9 0 5 3 20 0 15 0 107180089 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 702 13026 0 0 13 0 5 3 20 0 15 0 107180089 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=10983192 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11246788608 22091 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180090 11246788608 22091 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88364 KiB

[startup+1.50126 s]
/proc/loadavg: 1.42 1.53 1.49 4/215 18416
/proc/meminfo: memFree=22414588/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=10998092 memory=183072 CPUtime=2.84 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 27410 13026 0 0 268 8 5 3 20 0 15 0 107180074 11262046208 45768 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2749523 45768 3467 1 0 2711181 0
[pid=18350/tid=18403] ppid=18347 vsize=10998092 memory=12813 CPUtime=1.42 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 18017 13026 0 0 130 4 5 3 20 0 15 0 107180084 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427885631088 140427897017881 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 49 13026 0 0 1 0 5 3 20 0 15 0 107180084 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 21 13026 0 0 1 0 5 3 20 0 15 0 107180084 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=10998092 memory=306 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 227 13026 0 0 0 0 5 3 20 0 15 0 107180084 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=10998092 memory=88364 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 32 13026 0 0 1 0 5 3 20 0 15 0 107180084 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 68 13026 0 0 1 0 5 3 20 0 15 0 107180086 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=10998092 memory=280396537496048 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 14 13026 0 0 0 0 5 3 20 0 15 0 107180086 11262046208 45768 33554432000 4194304 4196468 140731625360880 140426720830752 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=10998092 memory=280396537546848 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 2 13026 0 0 0 0 5 3 20 0 15 0 107180086 11262046208 45768 33554432000 4194304 4196468 140731625360880 140426572981872 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11262046208 45768 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=10998092 memory=4638778398332698720 CPUtime=0.53 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 2608 13026 0 0 45 0 5 3 20 0 15 0 107180089 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=10998092 memory=280396537830272 CPUtime=0.58 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 2749 13026 0 0 50 0 5 3 20 0 15 0 107180089 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=10998092 memory=-7531822216213012384 CPUtime=0.42 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 1427 13026 0 0 34 0 5 3 20 0 15 0 107180089 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11262046208 45768 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 1 13026 0 0 0 0 5 3 20 0 15 0 107180090 11262046208 45768 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10998092 KiB

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

/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 57467 13026 0 0 16082 21 5 3 20 0 15 0 107180084 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427885655888 140427476970491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.54 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 1140 13026 0 0 41 5 5 3 20 0 15 0 107180084 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.55 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 2587 13026 0 0 42 5 5 3 20 0 15 0 107180084 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.53 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 2834 13026 0 0 42 3 5 3 20 0 15 0 107180084 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=11080032 memory=4128 CPUtime=0.54 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 3004 13026 0 0 42 4 5 3 20 0 15 0 107180084 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.54 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 3429 13026 0 0 44 2 5 3 20 0 15 0 107180086 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=11080032 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 15 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223131 33554432000 4194304 4196468 140731625360880 140426720830880 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 4 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223131 33554432000 4194304 4196468 140731625360880 140426572981888 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223131 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=11080032 memory=5408 CPUtime=5.19 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 22945 13026 0 0 508 3 5 3 20 0 15 0 107180089 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=11080032 memory=1008 CPUtime=5.64 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 21623 13026 0 0 553 3 5 3 20 0 15 0 107180089 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=11080032 memory=892524 CPUtime=2.27 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 17974 13026 0 0 214 5 5 3 20 0 15 0 107180089 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=11080032 memory=892524 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223131 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=11080032 memory=4128 CPUtime=0.16 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 168 13026 0 0 3 5 5 3 20 0 15 0 107180090 11345952768 223131 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 176.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 892524 KiB

[startup+222.301 s]
/proc/loadavg: 1.51 1.59 1.52 3/216 18577
/proc/meminfo: memFree=22440672/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=11080032 memory=892596 CPUtime=238.12 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 144801 13026 0 0 23739 65 5 3 20 0 15 0 107180074 11345952768 223149 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2770008 223149 3528 1 0 2731661 0
[pid=18350/tid=18403] ppid=18347 vsize=11080032 memory=892596 CPUtime=220.46 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 58759 13026 0 0 22017 21 5 3 20 0 15 0 107180084 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427885657216 140427478034162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=11080032 memory=892596 CPUtime=0.8 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2381 13026 0 0 65 7 5 3 20 0 15 0 107180084 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=11080032 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 2624 13026 0 0 66 7 5 3 20 0 15 0 107180084 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=11080032 memory=892596 CPUtime=0.81 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3409 13026 0 0 68 5 5 3 20 0 15 0 107180084 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=11080032 memory=1200 CPUtime=0.8 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 3024 13026 0 0 67 5 5 3 20 0 15 0 107180084 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=11080032 memory=892568 CPUtime=0.82 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 3759 13026 0 0 71 3 5 3 20 0 15 0 107180086 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=11080032 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 15 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223149 33554432000 4194304 4196468 140731625360880 140426720830880 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=11080032 memory=2344 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 4 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223149 33554432000 4194304 4196468 140731625360880 140426572981888 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=11080032 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223149 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=11080032 memory=892596 CPUtime=5.56 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 24283 13026 0 0 545 3 5 3 20 0 15 0 107180089 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=11080032 memory=892596 CPUtime=6.01 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 24143 13026 0 0 589 4 5 3 20 0 15 0 107180089 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=11080032 memory=892596 CPUtime=2.45 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 20009 13026 0 0 232 5 5 3 20 0 15 0 107180089 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=11080032 memory=892596 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223149 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=11080032 memory=892596 CPUtime=0.21 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 196 13026 0 0 5 8 5 3 20 0 15 0 107180090 11345952768 223149 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 238.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 892596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.901 s]
/proc/loadavg: 1.47 1.57 1.52 3/216 18577
/proc/meminfo: memFree=22465784/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=11080032 memory=894644 CPUtime=252.05 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 144915 13026 0 0 25130 67 5 3 20 0 15 0 107180074 11345952768 223661 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2770008 223661 3528 1 0 2731661 0
[pid=18350/tid=18403] ppid=18347 vsize=11080032 memory=894644 CPUtime=233.92 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 58841 13026 0 0 23362 22 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427885657408 140427898137180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.87 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2383 13026 0 0 71 8 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.87 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 2626 13026 0 0 72 7 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.86 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3413 13026 0 0 73 5 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.86 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 3027 13026 0 0 73 5 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.89 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 3759 13026 0 0 77 4 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 15 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426720830880 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 4 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426572981888 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=11080032 memory=894644 CPUtime=5.62 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 24286 13026 0 0 551 3 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=11080032 memory=894644 CPUtime=6.08 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 24144 13026 0 0 596 4 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=11080032 memory=894644 CPUtime=2.48 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 20026 13026 0 0 235 5 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=11080032 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.21 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 196 13026 0 0 5 8 5 3 20 0 15 0 107180090 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 894644 KiB

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

[startup+235.946 s]
# the end of solver process 18350 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.374 s, system=0.722294 s

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

[startup+235.901 s]
/proc/loadavg: 1.47 1.57 1.52 3/216 18577
/proc/meminfo: memFree=22465784/32770624 swapFree=67108860/67108860
[pid=18350] ppid=18347 vsize=11080032 memory=894644 CPUtime=252.05 cores=1,3,5,7
/proc/18350/stat : 18350 (java) S 18347 18350 6396 0 -1 1077944320 144915 13026 0 0 25130 67 5 3 20 0 15 0 107180074 11345952768 223661 33554432000 4194304 4196468 140731625360880 140731625343424 140427913821943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
/proc/18350/statm: 2770008 223661 3528 1 0 2731661 0
[pid=18350/tid=18403] ppid=18347 vsize=11080032 memory=894644 CPUtime=233.92 cores=1,3,5,7
/proc/18350/task/18403/stat : 18403 (java) R 18347 18350 6396 0 -1 4202560 58841 13026 0 0 23362 22 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427885657408 140427898137180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18404] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.87 cores=1,3,5,7
/proc/18350/task/18404/stat : 18404 (java) S 18347 18350 6396 0 -1 1077944384 2383 13026 0 0 71 8 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427918064016 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18405] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.87 cores=1,3,5,7
/proc/18350/task/18405/stat : 18405 (java) S 18347 18350 6396 0 -1 1077944384 2626 13026 0 0 72 7 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427783399696 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18406] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.86 cores=1,3,5,7
/proc/18350/task/18406/stat : 18406 (java) S 18347 18350 6396 0 -1 1077944384 3413 13026 0 0 73 5 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427782347408 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18407] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.86 cores=1,3,5,7
/proc/18350/task/18407/stat : 18407 (java) S 18347 18350 6396 0 -1 1077944384 3027 13026 0 0 73 5 5 3 20 0 15 0 107180084 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427451558416 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18408] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.89 cores=1,3,5,7
/proc/18350/task/18408/stat : 18408 (java) S 18347 18350 6396 0 -1 1077944384 3759 13026 0 0 77 4 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427339750000 140427913833090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18409] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18409/stat : 18409 (java) S 18347 18350 6396 0 -1 1077944384 15 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426720830880 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18410] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18410/stat : 18410 (java) S 18347 18350 6396 0 -1 1077944384 4 13026 0 0 0 0 5 3 20 0 15 0 107180086 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426572981888 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18411] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18411/stat : 18411 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140426265582160 140427913840539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18412] ppid=18347 vsize=11080032 memory=894644 CPUtime=5.62 cores=1,3,5,7
/proc/18350/task/18412/stat : 18412 (java) S 18347 18350 6396 0 -1 1077944384 24286 13026 0 0 551 3 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427338696816 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18413] ppid=18347 vsize=11080032 memory=894644 CPUtime=6.08 cores=1,3,5,7
/proc/18350/task/18413/stat : 18413 (java) S 18347 18350 6396 0 -1 1077944384 24144 13026 0 0 596 4 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427337644016 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18414] ppid=18347 vsize=11080032 memory=894644 CPUtime=2.48 cores=1,3,5,7
/proc/18350/task/18414/stat : 18414 (java) S 18347 18350 6396 0 -1 1077944384 20026 13026 0 0 235 5 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427336591728 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18415] ppid=18347 vsize=11080032 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/18350/task/18415/stat : 18415 (java) S 18347 18350 6396 0 -1 1077944384 3 13026 0 0 0 0 5 3 20 0 15 0 107180089 11345952768 223661 33554432000 4194304 4196468 140731625360880 140425834785248 140427913832149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
[pid=18350/tid=18416] ppid=18347 vsize=11080032 memory=894644 CPUtime=0.21 cores=1,3,5,7
/proc/18350/task/18416/stat : 18416 (java) S 18347 18350 6396 0 -1 1077944384 196 13026 0 0 5 8 5 3 20 0 15 0 107180090 11345952768 223661 33554432000 4194304 4196468 140731625360880 140427335539632 140427913833090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29937664 140731625364081 140731625366881 140731625366881 140731625369551 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 894644 KiB

Child status: 143
Real time (s): 235.946
CPU time (s): 252.096
CPU user time (s): 251.374
CPU system time (s): 0.722294
CPU usage (%): 106.845
Max. virtual memory (cumulated for all children) (KiB): 11080748
Max. memory (cumulated for all children) (KiB): 914008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.374
system time used= 0.722294
maximum resident set size= 915552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29423
involuntary context switches= 727


# summary of solver processes directly reported to runsolver:
#   pid: 18350
#   total CPU time (s): 252.096
#   total CPU user time (s): 251.374
#   total CPU system time (s): 0.722294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57773 second user time and 2.05333 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:29:29
IDJOB=4302409
IDBENCH=141243
IDSOLVER=2776
FILE ID=node139/4302409-1532896169
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302409-1532896169/watcher-4302409-1532896169 -o /tmp/evaluation-result-4302409-1532896169/solver-4302409-1532896169 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1023084922 HOME/instance-4302409-1532896169.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=1023084922

node139.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.80
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.80
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.80
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.80
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:        22513004 kB
MemAvailable:   30571556 kB
Buffers:          253284 kB
Cached:          7918896 kB
SwapCached:            0 kB
Active:          4434604 kB
Inactive:        5145732 kB
Active(anon):    1362548 kB
Inactive(anon):    73544 kB
Active(file):    3072056 kB
Inactive(file):  5072188 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:       1413564 kB
Mapped:            58140 kB
Shmem:             25228 kB
Slab:             371972 kB
SReclaimable:     342768 kB
SUnreclaim:        29204 kB
KernelStack:        3584 kB
PageTables:         8352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2520272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:33:25