Trace number 4302809

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.2-SuperNGSAT (TO)96 252.054 232.638

General information on the benchmark

NameTal/
Tal-03_c18.xml
MD5SUMfb5ba5d4d49d61a1ee3ee3c25fa47163
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark98.6036
Satisfiable
(Un)Satisfiability was proved
Number of variables404
Number of constraints286
Number of domains10
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":63},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":43},{"size":7,"count":9},{"size":8,"count":28},{"size":42,"count":62}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":177},{"degree":1,"count":63},{"degree":2,"count":47},{"degree":3,"count":8},{"degree":4,"count":9},{"degree":5,"count":25},{"degree":6,"count":17},{"degree":7,"count":12},{"degree":8,"count":12},{"degree":9,"count":17},{"degree":10,"count":8},{"degree":11,"count":5},{"degree":12,"count":3},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":88},{"arity":2,"count":90},{"arity":3,"count":30},{"arity":4,"count":10},{"arity":5,"count":16},{"arity":6,"count":15},{"arity":7,"count":14},{"arity":8,"count":12},{"arity":9,"count":9},{"arity":10,"count":2}]
Number of extensional constraints49
Number of intensional constraints225
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":225},{"type":"count","count":12}]
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.98/0.73	c Concrete v3.9.2.1532736233296 running
19.61/7.39	o 152
19.97/7.45	o 140
20.28/7.57	o 136
20.61/7.61	o 128
25.54/10.48	o 120
25.54/10.48	o 116
25.73/10.50	o 108
25.73/10.59	o 104
25.90/10.60	o 100
30.97/14.72	o 96
252.00/232.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/232.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/232.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/232.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.00/232.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/232.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/232.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/232.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.00/232.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/232.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/232.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/232.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/232.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/232.60		at scala.Option.map(Option.scala:146)
252.00/232.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/232.60		at concrete.MAC.mac(MAC.scala:203)
252.00/232.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/232.60		at scala.util.Try$.apply(Try.scala:209)
252.00/232.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/232.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/232.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/232.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/232.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/232.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/232.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/232.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/232.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/232.60		at concrete.MAC.oneRun(MAC.scala:253)
252.00/232.60		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/232.60		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/232.60		at concrete.Solver.hasNext(Solver.scala:166)
252.00/232.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/232.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/232.60		at concrete.Solver.foreach(Solver.scala:68)
252.00/232.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/232.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/232.60		at scala.util.Success.map(Try.scala:209)
252.00/232.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/232.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/232.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/232.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/232.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/232.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/232.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/232.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/232.60		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/232.60		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/232.60		at scala.App.main(App.scala:76)
252.00/232.60		at scala.App.main$(App.scala:74)
252.00/232.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/232.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/232.61	v <instantiation cost="96">
252.00/232.61	v       <list>
252.00/232.61	v         c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[0][6] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[1][6] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[2][6] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[3][6] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[4][6] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[5][6] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[6][6] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[7][6] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[8][6] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] c[9][6] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[10][6] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] c[11][6] c[12][0] c[12][1] c[12][2] c[12][3] c[12][4] c[12][5] c[12][6] c[13][0] c[13][1] c[13][2] c[13][3] c[13][4] c[13][5] c[13][6] l[0][0] l[0][1] l[0][2] l[0][3] l[0][4] l[0][5] l[0][6] l[1][0] l[1][1] l[1][2] l[1][3] l[1][4] l[1][5] l[1][6] l[2][0] l[2][1] l[2][2] l[2][3] l[2][4] l[2][5] l[2][6] l[3][0] l[3][1] l[3][2] l[3][3] l[3][4] l[3][5] l[4][0] l[4][1] l[4][2] l[4][3] l[4][4] l[4][5] l[5][0] l[5][1] l[5][2] l[5][3] l[5][4] l[6][0] l[6][1] l[6][2] l[6][3] l[6][4] l[7][0] l[7][1] l[7][2] l[7][3] l[8][0] l[8][1] l[8][2] l[8][3] l[9][0] l[9][1] l[9][2] l[10][0] l[10][1] l[10][2] l[11][0] l[11][1] l[12][0] l[12][1] l[13][0] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[7][0] a[7][1] a[7][2] a[7][3] a[9][0] a[9][1] a[9][2] a[11][0] a[11][1] a[13][0] i[2][0] i[2][1] i[2][2] i[2][3] i[2][4] i[2][5] i[2][6] i[4][0] i[4][1] i[4][2] i[4][3] i[4][4] i[4][5] i[6][0] i[6][1] i[6][2] i[6][3] i[6][4] i[8][0] i[8][1] i[8][2] i[8][3] i[10][0] i[10][1] i[10][2] i[12][0] i[12][1] cnt[0] cnt[1] cnt[2] cnt[3] cnt[4] cnt[5] cnt[6] cnt[7] cnt[8] cnt[9] cnt[10] cnt[11]
252.00/232.61	v       </list>
252.00/232.61	v       <values>
252.00/232.61	v         0 0 0 0 0 0 0 16 16 0 0 4 16 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 16 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 10 12 13 4 16 8 7 7 0 13 5 4 8 7 7 13 5 4 8 0 7 7 13 8 0 3 7 7 13 8 3 0 7 7 13 3 3 7 7 13 3 3 7 7 2 0 7 7 2 0 4 4 3 4 4 3 6 0 6 0 6 1 2 0 1 1 1 1 1 1 1 2 0 1 1 1 1 1 1 1 1 3 0 1 1 1 3 0 1 0 1 3 4 5 6 6 0 1 2 3 5 5 0 1 2 3 4 0 1 2 3 0 1 2 0 1 1 1 1 1 0 0 1 1 0 0 1 1
252.00/232.61	v       </values>
252.00/232.61	v     </instantiation>
252.00/232.61	s SATISFIABLE

Verifier Data

OK	96

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302809-1532894633/watcher-4302809-1532894633 -o /tmp/evaluation-result-4302809-1532894633/solver-4302809-1532894633 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1616772850 -superng HOME/instance-4302809-1532894633.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
solver pid=15821, runsolver pid=15818
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 1.59 1.72 1.81 3/207 15878
/proc/meminfo: memFree=22654684/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=10005480 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 4328 13202 0 0 1 1 5 2 20 0 6 0 107026460 10245611520 4715 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2501370 4715 1949 1 0 2489808 0
[pid=15821/tid=15874] ppid=15818 vsize=10014100 memory=4279135703913235855 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 2162 13202 0 0 0 0 5 2 20 0 6 0 107026469 10254438400 4715 33554432000 4194304 4196468 140725395761280 139839677772368 139839698173406 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=10021560 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 6 0 107026470 10262077440 4715 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=10021560 memory=139767093155456 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 6 0 107026470 10262077440 4715 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 6 0 107026470 10262077440 4715 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 6 0 107026470 10262077440 4715 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209809 s]*
/proc/loadavg: 1.59 1.72 1.81 3/216 15887
/proc/meminfo: memFree=22633152/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=10985364 memory=46732 CPUtime=0.25 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 8378 13202 0 0 16 2 5 2 20 0 15 0 107026460 11249012736 11617 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2746341 11683 2955 1 0 2708764 0
[pid=15821/tid=15874] ppid=15818 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 5101 13202 0 0 10 1 5 2 20 0 15 0 107026469 11246329856 11208 33554432000 4194304 4196468 140725395761280 139839677760416 139839698652570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=10982776 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246362624 11208 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=10982776 memory=3546782967629371040 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246362624 11208 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246362624 11208 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246362624 11273 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=10982776 memory=139767093155456 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107026471 11246362624 11273 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246362624 11273 33554432000 4194304 4196468 140725395761280 139838565115552 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246362624 11273 33554432000 4194304 4196468 140725395761280 139838363788528 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11246362624 11339 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 423 13202 0 0 1 0 5 2 20 0 15 0 107026474 11246362624 11339 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 191 13202 0 0 1 0 5 2 20 0 15 0 107026474 11246362624 11339 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=10982776 memory=139767093155456 CPUtime=0.1 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 628 13202 0 0 3 0 5 2 20 0 15 0 107026474 11246362624 11405 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246362624 11405 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=10982776 memory=139767093155456 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246362624 11405 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46732 KiB

[startup+0.310484 s]*
/proc/loadavg: 1.59 1.72 1.81 3/216 15887
/proc/meminfo: memFree=22619368/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=10983192 memory=55292 CPUtime=0.38 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 10441 13202 0 0 28 3 5 2 20 0 15 0 107026460 11246788608 13823 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2745798 13823 3074 1 0 2708109 0
[pid=15821/tid=15874] ppid=15818 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 6963 13202 0 0 19 2 5 2 20 0 15 0 107026469 11246788608 13823 33554432000 4194304 4196468 140725395761280 139839677747616 139839690016094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 13823 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 13823 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 13823 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 13823 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107026471 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838565115552 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838363788528 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 425 13202 0 0 1 0 5 2 20 0 15 0 107026474 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 191 13202 0 0 1 0 5 2 20 0 15 0 107026474 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=10983192 memory=139767093155456 CPUtime=0.12 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 647 13202 0 0 5 0 5 2 20 0 15 0 107026474 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246788608 13823 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=10983192 memory=139767093155456 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246788608 13823 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55292 KiB

[startup+0.70075 s]
/proc/loadavg: 1.59 1.72 1.81 3/216 15887
/proc/meminfo: memFree=22609568/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=10983192 memory=88852 CPUtime=0.98 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 16751 13202 0 0 86 5 5 2 20 0 15 0 107026460 11246788608 22213 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2745798 22213 3248 1 0 2708109 0
[pid=15821/tid=15874] ppid=15818 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 12178 13202 0 0 55 4 5 2 20 0 15 0 107026469 11246788608 22213 33554432000 4194304 4196468 140725395761280 139839677756432 139839691101262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 22213 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 22213 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=10983192 memory=487 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 22213 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107026470 11246788608 22213 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=10983192 memory=7229512537422845014 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107026471 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838565115552 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026472 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838363788528 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 1000 13202 0 0 9 0 5 2 20 0 15 0 107026474 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 610 13202 0 0 8 0 5 2 20 0 15 0 107026474 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=10983192 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 741 13202 0 0 12 0 5 2 20 0 15 0 107026474 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246788608 22213 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026475 11246788608 22213 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88852 KiB

[startup+1.50077 s]
/proc/loadavg: 1.59 1.72 1.81 3/216 15887
/proc/meminfo: memFree=22562864/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=10996044 memory=204792 CPUtime=3 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 29107 13202 0 0 282 11 5 2 20 0 15 0 107026460 11259949056 51198 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2749011 51198 3446 1 0 2710669 0
[pid=15821/tid=15874] ppid=15818 vsize=10996044 memory=4951091520830867572 CPUtime=1.44 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) S 15818 15821 12222 0 -1 1077944384 18439 13202 0 0 130 7 5 2 20 0 15 0 107026469 11259949056 51198 33554432000 4194304 4196468 140725395761280 139839677749168 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=10996044 memory=4134606225630022328 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 55 13202 0 0 0 0 5 2 20 0 15 0 107026470 11259949056 51198 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=10996044 memory=-5153075247754915999 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 17 13202 0 0 0 0 5 2 20 0 15 0 107026470 11259949056 51198 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=10996044 memory=-7954583764004941208 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 16 13202 0 0 0 0 5 2 20 0 15 0 107026470 11259949056 51198 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=10996044 memory=119484 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 198 13202 0 0 0 0 5 2 20 0 15 0 107026470 11259949056 51198 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) R 15818 15821 12222 0 -1 4202560 43 13202 0 0 0 0 5 2 20 0 15 0 107026471 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838675612736 139839691627307 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107026472 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838565115552 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=10996044 memory=279533919994144 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026472 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838363788528 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=10996044 memory=279533920409088 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=10996044 memory=139766960006784 CPUtime=0.59 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 3064 13202 0 0 52 0 5 2 20 0 15 0 107026474 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838674546160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=10996044 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 3189 13202 0 0 55 0 5 2 20 0 15 0 107026474 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838673500000 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=10996044 memory=1200 CPUtime=0.48 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 1874 13202 0 0 40 1 5 2 20 0 15 0 107026474 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=10996044 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11259949056 51198 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=10996044 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107026475 11259949056 51198 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10996044 KiB

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

/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 58225 13202 0 0 10157 25 5 2 20 0 15 0 107026469 11348049920 303031 33554432000 4194304 4196468 140725395761280 139839677771104 139839260136264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=11082080 memory=1220332 CPUtime=0.25 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 971 13202 0 0 14 4 5 2 20 0 15 0 107026470 11348049920 303031 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=11082080 memory=1220332 CPUtime=0.27 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1820 13202 0 0 15 5 5 2 20 0 15 0 107026470 11348049920 303031 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=11082080 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 1244 13202 0 0 15 5 5 2 20 0 15 0 107026470 11348049920 303031 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=11082080 memory=977316 CPUtime=0.29 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 3570 13202 0 0 16 6 5 2 20 0 15 0 107026470 11348049920 303031 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=11082080 memory=4012 CPUtime=0.18 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 4373 13202 0 0 10 1 5 2 20 0 15 0 107026471 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=11082080 memory=30540 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 18 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838565115616 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=11082080 memory=279533920432504 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838363788544 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=11082080 memory=1256304 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=11082080 memory=1256304 CPUtime=7.73 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 29087 13202 0 0 762 4 5 2 20 0 15 0 107026474 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=11082080 memory=0 CPUtime=7.24 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 17535 13202 0 0 714 3 5 2 20 0 15 0 107026474 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=11082080 memory=6655300316396806240 CPUtime=2.71 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 16614 13202 0 0 259 5 5 2 20 0 15 0 107026474 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=11082080 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11348049920 303031 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=11082080 memory=1220332 CPUtime=0.11 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 598 13202 0 0 2 2 5 2 20 0 15 0 107026475 11348049920 303031 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 120.42 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1212124 KiB

[startup+162.301 s]
/proc/loadavg: 1.66 1.65 1.77 6/215 16020
/proc/meminfo: memFree=20956512/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=11082080 memory=1157232 CPUtime=180.82 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 149257 13202 0 0 18009 66 5 2 20 0 15 0 107026460 11348049920 289308 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2770520 289308 3529 1 0 2732173 0
[pid=15821/tid=15874] ppid=15818 vsize=11082080 memory=1157232 CPUtime=161.77 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 59885 13202 0 0 16145 25 5 2 20 0 15 0 107026469 11348049920 289308 33554432000 4194304 4196468 140725395761280 139839677769552 139839257136319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=11082080 memory=1159284 CPUtime=0.32 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 1622 13202 0 0 20 5 5 2 20 0 15 0 107026470 11348049920 289308 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=11082080 memory=1159284 CPUtime=0.33 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1891 13202 0 0 21 5 5 2 20 0 15 0 107026470 11348049920 289308 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=11082080 memory=1157232 CPUtime=0.33 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 2402 13202 0 0 20 6 5 2 20 0 15 0 107026470 11348049920 289308 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=11082080 memory=1161336 CPUtime=0.34 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 3693 13202 0 0 21 6 5 2 20 0 15 0 107026470 11348049920 289308 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=11082080 memory=4012 CPUtime=0.23 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 4714 13202 0 0 15 1 5 2 20 0 15 0 107026471 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=11082080 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 18 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838565115616 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=11082080 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838363788544 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=11082080 memory=1158260 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=11082080 memory=1158260 CPUtime=7.84 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 33555 13202 0 0 773 4 5 2 20 0 15 0 107026474 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=11082080 memory=1161336 CPUtime=7.31 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 19591 13202 0 0 721 3 5 2 20 0 15 0 107026474 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=11082080 memory=4012 CPUtime=2.75 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 19062 13202 0 0 262 6 5 2 20 0 15 0 107026474 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=11082080 memory=207983925707438 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11348049920 289308 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=11082080 memory=8747226831578988619 CPUtime=0.14 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 622 13202 0 0 3 4 5 2 20 0 15 0 107026475 11348049920 289308 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 180.82 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1157232 KiB

[startup+222.301 s]
/proc/loadavg: 2.45 1.85 1.84 6/215 16021
/proc/meminfo: memFree=17134448/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=11082080 memory=1159296 CPUtime=241.55 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 160083 13202 0 0 24075 73 5 2 20 0 15 0 107026460 11348049920 289824 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2770520 289824 3529 1 0 2732173 0
[pid=15821/tid=15874] ppid=15818 vsize=11082080 memory=1159296 CPUtime=221.35 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 61469 13202 0 0 22103 25 5 2 20 0 15 0 107026469 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839677771152 139839272287008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.5 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 2875 13202 0 0 37 6 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.53 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1963 13202 0 0 39 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=11082080 memory=4012 CPUtime=0.52 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 2563 13202 0 0 38 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.53 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 4377 13202 0 0 39 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.4 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 5085 13202 0 0 31 2 5 2 20 0 15 0 107026471 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 18 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838565115616 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=11082080 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838363788544 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=11082080 memory=4012 CPUtime=7.9 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 35261 13202 0 0 779 4 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=11082080 memory=30540 CPUtime=7.4 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 22714 13202 0 0 729 4 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=11082080 memory=2396 CPUtime=2.79 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 20905 13202 0 0 266 6 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=11082080 memory=1159296 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11348049920 289824 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=11082080 memory=7228952860318393920 CPUtime=0.18 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 651 13202 0 0 5 6 5 2 20 0 15 0 107026475 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 241.55 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1159296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.601 s]
/proc/loadavg: 2.77 1.94 1.86 6/215 16021
/proc/meminfo: memFree=16711684/32770624 swapFree=67108404/67108860
[pid=15821] ppid=15818 vsize=11082080 memory=1159296 CPUtime=252 cores=1,3,5,7
/proc/15821/stat : 15821 (java) S 15818 15821 12222 0 -1 1077944320 161230 13202 0 0 25118 75 5 2 20 0 15 0 107026460 11348049920 289824 33554432000 4194304 4196468 140725395761280 140725395743824 139839705935607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
/proc/15821/statm: 2770520 289824 3529 1 0 2732173 0
[pid=15821/tid=15874] ppid=15818 vsize=11082080 memory=1159296 CPUtime=231.57 cores=1,3,5,7
/proc/15821/task/15874/stat : 15874 (java) R 15818 15821 12222 0 -1 4202560 61544 13202 0 0 23125 25 5 2 20 0 15 0 107026469 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839677770896 139839263022766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15875] ppid=15818 vsize=11082080 memory=6791534058613427641 CPUtime=0.55 cores=1,3,5,7
/proc/15821/task/15875/stat : 15875 (java) S 15818 15821 12222 0 -1 1077944384 2880 13202 0 0 41 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839710177808 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15876] ppid=15818 vsize=11082080 memory=4612 CPUtime=0.56 cores=1,3,5,7
/proc/15821/task/15876/stat : 15876 (java) S 15818 15821 12222 0 -1 1077944384 1965 13202 0 0 42 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839575513744 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15877] ppid=15818 vsize=11082080 memory=1200 CPUtime=0.56 cores=1,3,5,7
/proc/15821/task/15877/stat : 15877 (java) S 15818 15821 12222 0 -1 1077944384 2566 13202 0 0 42 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839574460688 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15878] ppid=15818 vsize=11082080 memory=15876 CPUtime=0.57 cores=1,3,5,7
/proc/15821/task/15878/stat : 15878 (java) S 15818 15821 12222 0 -1 1077944384 4378 13202 0 0 43 7 5 2 20 0 15 0 107026470 11348049920 289824 33554432000 4194304 4196468 140725395761280 139839573408144 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15879] ppid=15818 vsize=11082080 memory=4044 CPUtime=0.43 cores=1,3,5,7
/proc/15821/task/15879/stat : 15879 (java) S 15818 15821 12222 0 -1 1077944384 5092 13202 0 0 34 2 5 2 20 0 15 0 107026471 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838675614448 139839705946754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15880] ppid=15818 vsize=11082080 memory=17460 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15880/stat : 15880 (java) S 15818 15821 12222 0 -1 1077944384 18 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838565115616 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15881] ppid=15818 vsize=11082080 memory=16240 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15881/stat : 15881 (java) S 15818 15821 12222 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107026472 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838363788544 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15882] ppid=15818 vsize=11082080 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15882/stat : 15882 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838056389072 139839705954203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15883] ppid=15818 vsize=11082080 memory=644 CPUtime=7.91 cores=1,3,5,7
/proc/15821/task/15883/stat : 15883 (java) S 15818 15821 12222 0 -1 1077944384 35578 13202 0 0 780 4 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838674561264 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15884] ppid=15818 vsize=11082080 memory=956 CPUtime=7.41 cores=1,3,5,7
/proc/15821/task/15884/stat : 15884 (java) S 15818 15821 12222 0 -1 1077944384 23022 13202 0 0 730 4 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838673508720 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15885] ppid=15818 vsize=11082080 memory=1232 CPUtime=2.79 cores=1,3,5,7
/proc/15821/task/15885/stat : 15885 (java) S 15818 15821 12222 0 -1 1077944384 21332 13202 0 0 266 6 5 2 20 0 15 0 107026474 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838672455664 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15886] ppid=15818 vsize=11082080 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/15821/task/15886/stat : 15886 (java) S 15818 15821 12222 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107026475 11348049920 289824 33554432000 4194304 4196468 140725395761280 139837625592160 139839705945813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
[pid=15821/tid=15887] ppid=15818 vsize=11082080 memory=1580 CPUtime=0.18 cores=1,3,5,7
/proc/15821/task/15887/stat : 15887 (java) S 15818 15821 12222 0 -1 1077944384 653 13202 0 0 5 6 5 2 20 0 15 0 107026475 11348049920 289824 33554432000 4194304 4196468 140725395761280 139838671404080 139839705946754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21770240 140725395769960 140725395772769 140725395772769 140725395775439 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1159296 KiB

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

[startup+232.638 s]
# the end of solver process 15821 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.252 s, system=0.802478 s

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

Child status: 143
Real time (s): 232.638
CPU time (s): 252.054
CPU user time (s): 251.252
CPU system time (s): 0.802478
CPU usage (%): 108.346
Max. virtual memory (cumulated for all children) (KiB): 11082080
Max. memory (cumulated for all children) (KiB): 1256752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.252
system time used= 0.802478
maximum resident set size= 1258892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20070
involuntary context switches= 410


# summary of solver processes directly reported to runsolver:
#   pid: 15821
#   total CPU time (s): 252.054
#   total CPU user time (s): 251.252
#   total CPU system time (s): 0.802478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08055 second user time and 2.52652 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:03:53
IDJOB=4302809
IDBENCH=141106
IDSOLVER=2777
FILE ID=node148/4302809-1532894633
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47776 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Tal/Tal-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302809-1532894633/watcher-4302809-1532894633 -o /tmp/evaluation-result-4302809-1532894633/solver-4302809-1532894633 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1616772850 -superng HOME/instance-4302809-1532894633.xml

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

MD5SUM BENCH= fb5ba5d4d49d61a1ee3ee3c25fa47163
RANDOM SEED=1616772850

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22662836 kB
MemAvailable:   30707332 kB
Buffers:          245620 kB
Cached:          7949536 kB
SwapCached:          352 kB
Active:          3097536 kB
Inactive:        6374072 kB
Active(anon):    1229808 kB
Inactive(anon):    74228 kB
Active(file):    1867728 kB
Inactive(file):  6299844 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26816 kB
Writeback:             0 kB
AnonPages:       1331676 kB
Mapped:            58120 kB
Shmem:             25016 kB
Slab:             334088 kB
SReclaimable:     305384 kB
SUnreclaim:        28704 kB
KernelStack:        3824 kB
PageTables:         7832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2362296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:07:46