Trace number 4304555

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)75 2520.04 2474.83

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2519.5
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
10.43/4.81	o 104
10.43/4.83	o 99
10.43/4.85	o 96
10.43/4.86	o 95
10.43/4.87	o 94
10.43/4.89	o 93
10.75/4.95	o 87
11.02/5.11	o 83
11.22/5.18	o 80
65.18/57.10	o 78
174.58/165.17	o 77
184.01/174.50	o 76
1536.40/1506.64	o 75
2520.00/2474.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2474.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2474.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2474.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2474.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2474.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2474.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2474.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2474.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2474.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2474.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2474.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.00/2474.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2474.80		at scala.Option.map(Option.scala:146)
2520.00/2474.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2474.80		at concrete.MAC.mac(MAC.scala:203)
2520.00/2474.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2474.80		at scala.util.Try$.apply(Try.scala:209)
2520.00/2474.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2474.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2474.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2474.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2474.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2474.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2474.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2474.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2474.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2474.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2474.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2474.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2474.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2474.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2474.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2474.80		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2474.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2474.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2474.80		at scala.util.Success.map(Try.scala:209)
2520.00/2474.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2474.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2474.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2474.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2474.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2474.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2474.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2474.81		at scala.App.main(App.scala:76)
2520.00/2474.81		at scala.App.main$(App.scala:74)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2474.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2474.81	v <instantiation cost="75">
2520.00/2474.81	v       <list>
2520.00/2474.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2520.00/2474.81	v       </list>
2520.00/2474.81	v       <values>
2520.00/2474.81	v         0 1 4 15 28 37 44 49 67 69 75 1 4 15 28 37 44 49 67 69 75 3 14 27 36 43 48 66 68 74 11 24 33 40 45 63 65 71 13 22 29 34 52 54 60 9 16 21 39 41 47 7 12 30 32 38 5 23 25 31 18 20 26 2 8 6
2520.00/2474.81	v       </values>
2520.00/2474.81	v     </instantiation>
2520.00/2474.81	s SATISFIABLE

Verifier Data

OK	75

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13109 MiB free)
  memory of node 1: 16384 MiB (14412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304555-1534101955/watcher-4304555-1534101955 -o /tmp/evaluation-result-4304555-1534101955/solver-4304555-1534101955 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1961 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1625830247 HOME/instance-4304555-1534101955.xml 

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

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

solver pid=2671, runsolver pid=2668

[startup+0.100092 s]*
/proc/loadavg: 1.55 1.46 1.42 6/206 2728
/proc/meminfo: memFree=28173908/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=10005480 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 4334 13304 0 0 1 1 5 2 20 0 6 0 227758644 10245611520 4203 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2501370 4203 1934 1 0 2489808 0
[pid=2671/tid=2724] ppid=2668 vsize=10005480 memory=-8960601696899481541 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 2153 13304 0 0 0 0 5 2 20 0 6 0 227758653 10245611520 4715 33554432000 4194304 4196468 140728508315040 140298090918480 140298119103645 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 227758654 10245611520 4715 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=10005480 memory=140643961251456 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 227758654 10245611520 4715 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 227758654 10245611520 4715 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 6 0 227758654 10245611520 4715 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209922 s]*
/proc/loadavg: 1.55 1.46 1.42 5/215 2737
/proc/meminfo: memFree=28147208/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=10982744 memory=44620 CPUtime=0.25 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 7906 13304 0 0 16 2 5 2 20 0 15 0 227758644 11246329856 11155 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2745686 11155 2947 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10985364 memory=8514701219931451533 CPUtime=0.19 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 4831 13304 0 0 11 1 5 2 20 0 15 0 227758653 11249012736 11551 33554432000 4194304 4196468 140728508315040 140298090906528 140298111761437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=10985364 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11249012736 11551 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=10985364 memory=140643961251456 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11249012736 11617 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11249012736 11617 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 227758654 11249012736 11617 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=10985364 memory=140643961251456 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 227758656 11249012736 11617 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 227758656 11249012736 11617 33554432000 4194304 4196468 140728508315040 140296865179040 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758656 11249012736 11683 33554432000 4194304 4196468 140728508315040 140296717329904 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11249012736 11683 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 355 13304 0 0 1 0 5 2 20 0 15 0 227758659 11249012736 11683 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 263 13304 0 0 1 0 5 2 20 0 15 0 227758659 11249012736 11683 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=10985364 memory=140643961251456 CPUtime=0.1 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 617 13304 0 0 3 0 5 2 20 0 15 0 227758659 11249012736 11749 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11249012736 11749 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=10985364 memory=140643961251456 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758659 11249012736 11749 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44620 KiB

[startup+0.310258 s]*
/proc/loadavg: 1.55 1.46 1.42 6/215 2737
/proc/meminfo: memFree=28132544/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=10983192 memory=55596 CPUtime=0.37 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 10426 13304 0 0 28 2 5 2 20 0 15 0 227758644 11246788608 13899 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2745798 13899 3100 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 6966 13304 0 0 20 1 5 2 20 0 15 0 227758653 11246788608 13899 33554432000 4194304 4196468 140728508315040 140298090893728 140298119103645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=10983192 memory=7374476518377017424 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 13899 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 13899 33554432000 4194304 4196468 140728508315040 140296865179040 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 13899 33554432000 4194304 4196468 140728508315040 140296717329904 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 358 13304 0 0 1 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 265 13304 0 0 1 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) R 2668 2671 1929 0 -1 4202560 633 13304 0 0 4 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297609050352 140298098220008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 13899 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55596 KiB

[startup+0.700781 s]
/proc/loadavg: 1.55 1.46 1.42 6/215 2737
/proc/meminfo: memFree=28099400/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=10983192 memory=88552 CPUtime=0.98 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 16745 13304 0 0 88 3 5 2 20 0 15 0 227758644 11246788608 22138 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2745798 22138 3247 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 12168 13304 0 0 57 2 5 2 20 0 15 0 227758653 11246788608 22138 33554432000 4194304 4196468 140728508315040 140298090902544 140298100646672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 22138 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=10983192 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 227758654 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 5 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 22138 33554432000 4194304 4196468 140728508315040 140296865179040 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758656 11246788608 22138 33554432000 4194304 4196468 140728508315040 140296717329904 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 733 13304 0 0 7 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 902 13304 0 0 9 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=10983192 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 718 13304 0 0 12 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758659 11246788608 22138 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88552 KiB

[startup+1.50066 s]
/proc/loadavg: 1.55 1.46 1.42 6/215 2737
/proc/meminfo: memFree=27993592/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=11000140 memory=182216 CPUtime=2.28 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 24156 13304 0 0 212 9 5 2 20 0 15 0 227758644 11264143360 45554 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2750035 45554 3471 1 0 2711693 0
[pid=2671/tid=2724] ppid=2668 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 17913 13304 0 0 131 5 5 2 20 0 15 0 227758653 11264143360 45554 33554432000 4194304 4196468 140728508315040 140298090910752 140298119093654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 25 13304 0 0 1 0 5 2 20 0 15 0 227758654 11264143360 45554 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 268 13304 0 0 0 0 5 2 20 0 15 0 227758654 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 20 13304 0 0 1 0 5 2 20 0 15 0 227758654 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 78 13304 0 0 0 0 5 2 20 0 15 0 227758654 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=11000140 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 50 13304 0 0 1 0 5 2 20 0 15 0 227758656 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=11000140 memory=281287608838400 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 227758656 11264143360 45554 33554432000 4194304 4196468 140728508315040 140296865179104 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758656 11264143360 45554 33554432000 4194304 4196468 140728508315040 140296717329920 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=11000140 memory=1084 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=11000140 memory=1600 CPUtime=0.27 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) R 2668 2671 1929 0 -1 1077944384 969 13304 0 0 20 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=11000140 memory=7952 CPUtime=0.29 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 1361 13304 0 0 22 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=11000140 memory=4088 CPUtime=0.39 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) R 2668 2671 1929 0 -1 4202560 1257 13304 0 0 32 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297609046032 140298119103066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=11000140 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=11000140 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 227758659 11264143360 45554 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 11000140 KiB

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

/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 94582 13304 0 0 229470 58 5 2 20 0 15 0 227758653 11343855616 288367 33554432000 4194304 4196468 140728508315040 140298090916336 140298103396956 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=1153468 CPUtime=12.18 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 14708 13304 0 0 1150 61 5 2 20 0 15 0 227758654 11343855616 288367 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1153468 CPUtime=12.18 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 11632 13304 0 0 1149 62 5 2 20 0 15 0 227758654 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=281287609383600 CPUtime=12.17 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 17216 13304 0 0 1150 60 5 2 20 0 15 0 227758654 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1153468 CPUtime=12.19 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 12744 13304 0 0 1151 61 5 2 20 0 15 0 227758654 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1153468 CPUtime=11.61 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 14610 13304 0 0 1096 58 5 2 20 0 15 0 227758656 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=1153468 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 14 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288367 33554432000 4194304 4196468 140728508315040 140296865179168 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=1153468 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 7 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288367 33554432000 4194304 4196468 140728508315040 140296717329920 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=1153468 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=0 CPUtime=3.42 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 16911 13304 0 0 333 2 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=1153468 CPUtime=3.28 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 18137 13304 0 0 318 3 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=1153468 CPUtime=1.75 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 21526 13304 0 0 164 4 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=2257 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1153468 CPUtime=1.53 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1068 13304 0 0 68 78 5 2 20 0 15 0 227758659 11343855616 288367 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 2365.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1153468 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.33 1.38 3/216 3467
/proc/meminfo: memFree=24383692/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1155516 CPUtime=2426.06 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 227192 13304 0 0 242214 385 5 2 20 0 15 0 227758644 11343855616 288879 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2769496 288879 3526 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=3708 CPUtime=2354.58 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 95421 13304 0 0 235393 58 5 2 20 0 15 0 227758653 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298090916416 140297674752726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=281287611074256 CPUtime=12.52 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 14751 13304 0 0 1182 63 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.52 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 11733 13304 0 0 1181 64 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.5 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 17529 13304 0 0 1181 62 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.53 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 13053 13304 0 0 1184 62 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1155516 CPUtime=11.93 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 14821 13304 0 0 1126 60 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 14 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296865179168 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=281287609779968 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 7 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296717329920 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=1153468 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=2080 CPUtime=3.42 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 16913 13304 0 0 333 2 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=1155516 CPUtime=3.28 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 18139 13304 0 0 318 3 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=1155516 CPUtime=1.75 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 21528 13304 0 0 164 4 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=1155516 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1153468 CPUtime=1.57 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1084 13304 0 0 70 80 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 2426.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1155516 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.33 1.38 3/215 3468
/proc/meminfo: memFree=24383816/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1155516 CPUtime=2486.97 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 229204 13304 0 0 248295 395 5 2 20 0 15 0 227758644 11343855616 288879 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2769496 288879 3526 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=1155516 CPUtime=2413.83 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 96460 13304 0 0 241316 60 5 2 20 0 15 0 227758653 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298090917040 140297686948907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.85 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 15091 13304 0 0 1214 64 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.85 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 11750 13304 0 0 1213 65 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.83 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 17670 13304 0 0 1212 64 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.86 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 13118 13304 0 0 1215 64 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1155516 CPUtime=12.23 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 15176 13304 0 0 1155 61 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=1155516 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 14 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296865179168 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=1155516 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 7 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296717329920 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=836 CPUtime=3.42 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 16917 13304 0 0 333 2 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=8112282956445269571 CPUtime=3.28 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 18143 13304 0 0 318 3 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=7453288528561334592 CPUtime=1.75 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 21532 13304 0 0 164 4 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=7453288528561334592 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1155516 CPUtime=1.6 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1127 13304 0 0 71 82 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 2486.97 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1155516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.23 1.32 1.37 3/215 3469
/proc/meminfo: memFree=24383180/32770624 swapFree=67108804/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1155516 CPUtime=2520 cores=1,3,5,7
/proc/2671/stat : 2671 (java) S 2668 2671 1929 0 -1 1077944320 229953 13304 0 0 251593 400 5 2 20 0 15 0 227758644 11343855616 288879 33554432000 4194304 4196468 140728508315040 140728508297584 140298119081719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
/proc/2671/statm: 2769496 288879 3526 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=288230583166042425 CPUtime=2445.94 cores=1,3,5,7
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 1929 0 -1 4202560 96844 13304 0 0 244526 61 5 2 20 0 15 0 227758653 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298090916336 140297673974892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=14976693517420733 CPUtime=13.03 cores=1,3,5,7
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 1929 0 -1 1077944384 15099 13304 0 0 1231 65 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140298123323664 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1168 CPUtime=13.03 cores=1,3,5,7
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 1929 0 -1 1077944384 11771 13304 0 0 1230 66 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297993972112 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1984 CPUtime=13.02 cores=1,3,5,7
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 1929 0 -1 1077944384 17972 13304 0 0 1230 65 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297657702928 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1692 CPUtime=13.03 cores=1,3,5,7
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 1929 0 -1 1077944384 13127 13304 0 0 1232 64 5 2 20 0 15 0 227758654 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297656650384 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=916 CPUtime=12.4 cores=1,3,5,7
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 1929 0 -1 1077944384 15197 13304 0 0 1171 62 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297612208624 140298119092866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 1929 0 -1 1077944384 14 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296865179168 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=2868 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 1929 0 -1 1077944384 7 13304 0 0 0 0 5 2 20 0 15 0 227758656 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296717329920 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=2604 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140296409930448 140298119100315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=920 CPUtime=3.42 cores=1,3,5,7
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 1929 0 -1 1077944384 16917 13304 0 0 333 2 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297611155440 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=1572 CPUtime=3.28 cores=1,3,5,7
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 1929 0 -1 1077944384 18143 13304 0 0 318 3 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297610102896 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=2176 CPUtime=1.75 cores=1,3,5,7
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 1929 0 -1 1077944384 21532 13304 0 0 164 4 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297609050352 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 1929 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140295979133536 140298119091925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=2939832 CPUtime=1.63 cores=1,3,5,7
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 1929 0 -1 1077944384 1131 13304 0 0 73 83 5 2 20 0 15 0 227758659 11343855616 288879 33554432000 4194304 4196468 140728508315040 140297607998256 140298119092866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32894976 140728508320364 140728508323164 140728508323164 140728508325839 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1155516 KiB

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

[startup+2474.83 s]
# the end of solver process 2671 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516 s, system=4.03753 s

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

Child status: 143
Real time (s): 2474.83
CPU time (s): 2520.04
CPU user time (s): 2516
CPU system time (s): 4.03753
CPU usage (%): 101.827
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1155516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516
system time used= 4.03753
maximum resident set size= 1157888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313647
involuntary context switches= 7324


# summary of solver processes directly reported to runsolver:
#   pid: 2671
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516
#   total CPU system time (s): 4.03753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8202 second user time and 21.3244 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 21:25:55
IDJOB=4304555
IDBENCH=141375
IDSOLVER=2780
FILE ID=node105/4304555-1534101955
RUNJOBID= node105-1534099504-1961
PBS_JOBID= 21037006
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304555-1534101955/watcher-4304555-1534101955 -o /tmp/evaluation-result-4304555-1534101955/solver-4304555-1534101955 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1961 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1625830247 HOME/instance-4304555-1534101955.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=1625830247

node105.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.32
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.32
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.32
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.32
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:        28182812 kB
MemAvailable:   31624808 kB
Buffers:          150408 kB
Cached:          3548528 kB
SwapCached:           16 kB
Active:          2161744 kB
Inactive:        1873036 kB
Active(anon):     287948 kB
Inactive(anon):   100472 kB
Active(file):    1873796 kB
Inactive(file):  1772564 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             53100 kB
Writeback:             0 kB
AnonPages:        427924 kB
Mapped:            63788 kB
Shmem:             49748 kB
Slab:             250520 kB
SReclaimable:     222944 kB
SUnreclaim:        27576 kB
KernelStack:        3808 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1651824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-12 22:07:10