Trace number 4401162

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.12.2SAT (TO)788 2520.09 2472.72

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-02.xml
MD5SUM0e4189ad20205ae354a6aa8eb292dbdf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark421
Best CPU time to get the best result obtained on this benchmark20120.6
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size60
Maximum domain size100
Distribution of domain sizes[{"size":60,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.55	c Concrete v3.12.2.1568631193530 running
31.33/20.03	o 876
31.33/20.06	o 855
31.33/20.08	o 848
31.33/20.11	o 847
31.99/20.22	o 846
31.99/20.22	o 845
46.87/31.96	o 788
2520.04/2472.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2472.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2472.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2472.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.04/2472.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2472.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2472.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.04/2472.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2472.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2472.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2472.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2472.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2472.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2472.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2472.71		at scala.Option.map(Option.scala:243)
2520.04/2472.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2472.71		at concrete.MAC.mac(MAC.scala:216)
2520.04/2472.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2472.71		at scala.util.Try$.apply(Try.scala:212)
2520.04/2472.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2472.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2472.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2472.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2472.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2472.71		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2472.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2472.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2472.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2472.71		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2472.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2472.71		at scala.util.Success.map(Try.scala:264)
2520.04/2472.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2472.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2472.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2472.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2472.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2472.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2472.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2472.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2472.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2472.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2472.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2472.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2472.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2472.71		at scala.App.main(App.scala:75)
2520.04/2472.71		at scala.App.main$(App.scala:73)
2520.04/2472.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2472.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2472.71	v <instantiation
2520.04/2472.71	v         cost = '788'>
2520.04/2472.71	v       <list>
2520.04/2472.71	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2520.04/2472.71	v       </list>
2520.04/2472.71	v       <values>
2520.04/2472.71	v         89 92 82 40 53 98 93 83 86 78 74 71 69 72 66 67 61 55 49 51 38 32 37 35 41 44 45 97 99 60 42 18 8 11 6 1 0 5 4 9 36 46 43 76 63 81 75 87 84 73 70 64 68 57 52 47 48 7 19 20 79 80 88 90 95 85 77 65 62 58 59 56 54 50 39 27 28 33 29 30 34 31 23 24 25 21 15 12 2 3 10 16 22 17 13 14 26 96 94 91 3 5 23 8 24 4 6 2 6 4 2 3 3 2 1 3 4 4 1 7 2 3 6 9 29 2 37 14 23 11 11 6 4 34 32 1 3 3 4 32 10 1 17 7 12 22 7 3 8 6 4 4 6 3 8 2 19 9 9 29 1 4 3 15 6 5 6 5 4 1 4 1 6 6 4 5 2 2 2 1 4 3 2 2 5 4 3 4 1 9 5 5 4 2 2 6 54 7 7 9
2520.04/2472.71	v       </values>
2520.04/2472.71	v     </instantiation>
2520.04/2472.71	s SATISFIABLE

Verifier Data

OK	788

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401162-1568689610/watcher-4401162-1568689610 -o /tmp/evaluation-result-4401162-1568689610/solver-4401162-1568689610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4401162-1568689610.xml 

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

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


[startup+0.100095 s]*
/proc/loadavg: 1.81 1.47 1.37 3/218 16996
/proc/meminfo: memFree=30134540/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 4477 13059 0 0 1 0 5 2 20 0 6 0 445122642 10212057088 4716 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2493178 4716 1935 1 0 2481616 0
[pid=16939/tid=16992] ppid=16936 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 2266 13059 0 0 1 0 5 2 20 0 6 0 445122651 10212057088 4716 33554432000 4194304 4196468 140723062731648 140262084129360 140262097975091 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 6 0 445122652 10212057088 4716 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=9972712 memory=139745778152650 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 6 0 445122652 10212057088 4716 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 6 0 445122652 10212057088 4716 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 6 0 445122652 10212057088 4716 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209893 s]*
/proc/loadavg: 1.81 1.47 1.37 4/227 17005
/proc/meminfo: memFree=30110944/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10820164 memory=45400 CPUtime=0.26 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 7193 13059 0 0 17 2 5 2 20 0 15 0 445122642 11079847936 11350 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2705041 11350 3240 1 0 2667149 0
[pid=16939/tid=16992] ppid=16936 vsize=10820184 memory=753035770744996145 CPUtime=0.18 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 3712 13059 0 0 10 1 5 2 20 0 15 0 445122651 11079868416 11350 33554432000 4194304 4196468 140723062731648 140262084115760 140262112314525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079868416 11350 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10820184 memory=139745778152650 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079868416 11350 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079872512 11350 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079872512 11350 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079872512 11350 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 13 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079872512 11350 33554432000 4194304 4196468 140723062731648 140261552284576 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079872512 11350 33554432000 4194304 4196468 140723062731648 140261418066928 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11079872512 11350 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 584 13059 0 0 1 0 5 2 20 0 15 0 445122657 11079880704 11350 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) R 16936 16939 11963 0 -1 4202560 65 13059 0 0 0 0 5 2 20 0 15 0 445122657 11079880704 11350 33554432000 4194304 4196468 140723062731648 140261636631152 140262095791440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10820196 memory=139745778136704 CPUtime=0.1 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 609 13059 0 0 3 0 5 2 20 0 15 0 445122657 11079880704 11350 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11079880704 11350 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10820196 memory=139745778136704 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122658 11079880704 11350 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45400 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.81 1.47 1.37 4/227 17005
/proc/meminfo: memFree=30098256/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10820196 memory=54088 CPUtime=0.4 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 10734 13059 0 0 29 4 5 2 20 0 15 0 445122642 11079880704 13522 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2705049 13522 3307 1 0 2667149 0
[pid=16939/tid=16992] ppid=16936 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 7211 13059 0 0 18 3 5 2 20 0 15 0 445122651 11079880704 13522 33554432000 4194304 4196468 140723062731648 140262084101552 140262093856146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079880704 13522 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079880704 13522 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079880704 13522 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122652 11079880704 13522 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10820196 memory=139745778136703 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 13 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261552284576 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122654 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261418066928 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11079880704 13522 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 585 13059 0 0 2 0 5 2 20 0 15 0 445122657 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 74 13059 0 0 1 0 5 2 20 0 15 0 445122657 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10820196 memory=139745778136704 CPUtime=0.12 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 628 13059 0 0 5 0 5 2 20 0 15 0 445122657 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11079880704 13522 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10820196 memory=139745778136704 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122658 11079880704 13522 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54088 KiB

[startup+0.702628 s]
/proc/loadavg: 1.81 1.47 1.37 4/227 17005
/proc/meminfo: memFree=30083988/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10824364 memory=87484 CPUtime=1.1 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 15076 13059 0 0 98 5 5 2 20 0 15 0 445122642 11084148736 21871 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2706091 21871 3514 1 0 2668173 0
[pid=16939/tid=16992] ppid=16936 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 10470 13059 0 0 56 4 5 2 20 0 15 0 445122651 11084148736 21871 33554432000 4194304 4196468 140723062731648 140262084122144 140262096373086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11084148736 21871 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10824364 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11084148736 21871 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122652 11084148736 21871 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122652 11084148736 21871 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 6 13059 0 0 0 0 5 2 20 0 15 0 445122654 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 13 13059 0 0 0 0 5 2 20 0 15 0 445122654 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261552284576 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122654 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261418066928 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11084148736 21871 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) R 16936 16939 11963 0 -1 4202560 1048 13059 0 0 13 0 5 2 20 0 15 0 445122657 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261637683696 140262090267981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) R 16936 16939 11963 0 -1 4202560 467 13059 0 0 11 0 5 2 20 0 15 0 445122657 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261636617696 140262095679711 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 852 13059 0 0 17 0 5 2 20 0 15 0 445122657 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11084148736 21871 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10824364 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122658 11084148736 21871 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87484 KiB

[startup+1.50066 s]
/proc/loadavg: 1.81 1.47 1.37 3/227 17005
/proc/meminfo: memFree=30035596/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10834680 memory=189240 CPUtime=2.6 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 24269 13059 0 0 243 10 5 2 20 0 15 0 445122642 11094712320 47310 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2708670 47310 3581 1 0 2670733 0
[pid=16939/tid=16992] ppid=16936 vsize=10834680 memory=139745619350104 CPUtime=1.42 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 15969 13059 0 0 129 6 5 2 20 0 15 0 445122651 11094712320 47310 33554432000 4194304 4196468 140723062731648 140262084117392 140262093333953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 317 13059 0 0 1 0 5 2 20 0 15 0 445122652 11094712320 47310 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10834680 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 43 13059 0 0 1 0 5 2 20 0 15 0 445122652 11094712320 47310 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10834680 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 92 13059 0 0 1 0 5 2 20 0 15 0 445122652 11094712320 47310 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10834680 memory=279491239106976 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 40 13059 0 0 1 0 5 2 20 0 15 0 445122652 11094712320 47310 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10834680 memory=212484917068940 CPUtime=0.08 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 1430 13059 0 0 1 0 5 2 20 0 15 0 445122654 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 13 13059 0 0 0 0 5 2 20 0 15 0 445122654 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261552284640 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10834680 memory=6011695425293022006 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122654 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261418066944 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11094712320 47310 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10834680 memory=-7668917182949848256 CPUtime=0.42 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 1574 13059 0 0 35 0 5 2 20 0 15 0 445122657 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10834680 memory=8514726395714956677 CPUtime=0.38 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 954 13059 0 0 31 0 5 2 20 0 15 0 445122657 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10834680 memory=7100839870004429938 CPUtime=0.45 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 1621 13059 0 0 38 0 5 2 20 0 15 0 445122657 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11094712320 47310 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 1 13059 0 0 0 0 5 2 20 0 15 0 445122658 11094712320 47310 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 10834680 KiB

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

/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 82397 13059 0 0 236505 40 5 2 20 0 15 0 445122651 11111522304 97080 33554432000 4194304 4196468 140723062731648 140262084117488 140261717573180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10851096 memory=388320 CPUtime=8.84 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 15372 13059 0 0 828 49 5 2 20 0 15 0 445122652 11111522304 97080 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10851096 memory=388832 CPUtime=8.83 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 10330 13059 0 0 832 44 5 2 20 0 15 0 445122652 11111522304 97080 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10851096 memory=388832 CPUtime=8.82 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 10817 13059 0 0 828 47 5 2 20 0 15 0 445122652 11111522304 97080 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10851096 memory=389856 CPUtime=8.85 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 14089 13059 0 0 830 48 5 2 20 0 15 0 445122652 11111522304 97080 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10851096 memory=389856 CPUtime=6.19 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 10009 13059 0 0 577 35 5 2 20 0 15 0 445122654 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10851096 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 23 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261552284640 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10851096 memory=388320 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 14 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261418066944 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10851096 memory=388320 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 97080 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10851096 memory=388320 CPUtime=7.77 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 40135 13059 0 0 759 11 5 2 20 0 15 0 445122657 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10851096 memory=388320 CPUtime=7.49 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 33033 13059 0 0 735 7 5 2 20 0 15 0 445122657 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10851096 memory=388320 CPUtime=5.63 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 39588 13059 0 0 547 9 5 2 20 0 15 0 445122657 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10851096 memory=47692 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 97080 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10851096 memory=388320 CPUtime=1.18 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 882 13059 0 0 59 52 5 2 20 0 15 0 445122658 11111522304 97080 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 2428.58 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 388320 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.56 1.52 3/227 18134
/proc/meminfo: memFree=23996372/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10851096 memory=387292 CPUtime=2489.29 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 259791 13059 0 0 248611 311 5 2 20 0 15 0 445122642 11111522304 96823 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2712774 96823 3638 1 0 2674829 0
[pid=16939/tid=16992] ppid=16936 vsize=10851096 memory=387292 CPUtime=2425.11 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 82689 13059 0 0 242463 41 5 2 20 0 15 0 445122651 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262084107456 140261717573581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.06 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 15444 13059 0 0 850 49 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.07 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 10468 13059 0 0 855 45 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.06 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 10884 13059 0 0 851 48 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.08 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 14203 13059 0 0 853 48 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10851096 memory=387292 CPUtime=6.35 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 10198 13059 0 0 592 36 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 23 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261552284640 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 14 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261418066944 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.77 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 40135 13059 0 0 759 11 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.49 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 33034 13059 0 0 735 7 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10851096 memory=387292 CPUtime=5.63 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 39588 13059 0 0 547 9 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10851096 memory=387292 CPUtime=1.2 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 897 13059 0 0 60 53 5 2 20 0 15 0 445122658 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 2489.29 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.7 s]
/proc/loadavg: 1.47 1.54 1.51 3/227 18137
/proc/meminfo: memFree=23994032/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10851096 memory=387292 CPUtime=2520.04 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 261001 13059 0 0 251684 313 5 2 20 0 15 0 445122642 11111522304 96823 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2712774 96823 3638 1 0 2674829 0
[pid=16939/tid=16992] ppid=16936 vsize=10851096 memory=387292 CPUtime=2455.28 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 83043 13059 0 0 245480 41 5 2 20 0 15 0 445122651 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262084106416 140261717574723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.19 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 15522 13059 0 0 862 50 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.18 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 10860 13059 0 0 866 45 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.17 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 11070 13059 0 0 862 48 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.2 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 14364 13059 0 0 864 49 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10851096 memory=387292 CPUtime=6.43 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 10227 13059 0 0 600 36 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 23 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261552284640 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 14 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261418066944 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10851096 memory=4004 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.77 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 40137 13059 0 0 759 11 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.49 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 33036 13059 0 0 735 7 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10851096 memory=387292 CPUtime=5.63 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 39590 13059 0 0 547 9 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10851096 memory=2608 CPUtime=1.22 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 901 13059 0 0 61 54 5 2 20 0 15 0 445122658 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387292 KiB

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

[startup+2472.72 s]
# the end of solver process 16939 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.92 s, system=3.17061 s

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

[startup+2472.7 s]
/proc/loadavg: 1.47 1.54 1.51 3/227 18137
/proc/meminfo: memFree=23994032/32770624 swapFree=67004308/67108860
[pid=16939] ppid=16936 vsize=10851096 memory=387292 CPUtime=2520.04 cores=0,2,4,6
/proc/16939/stat : 16939 (java) S 16936 16939 11963 0 -1 1077944320 261001 13059 0 0 251684 313 5 2 20 0 15 0 445122642 11111522304 96823 33554432000 4194304 4196468 140723062731648 140723062714192 140262112292599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
/proc/16939/statm: 2712774 96823 3638 1 0 2674829 0
[pid=16939/tid=16992] ppid=16936 vsize=10851096 memory=387292 CPUtime=2455.28 cores=0,2,4,6
/proc/16939/task/16992/stat : 16992 (java) R 16936 16939 11963 0 -1 4202560 83043 13059 0 0 245480 41 5 2 20 0 15 0 445122651 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262084106416 140261717574723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16993] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.19 cores=0,2,4,6
/proc/16939/task/16993/stat : 16993 (java) S 16936 16939 11963 0 -1 1077944384 15522 13059 0 0 862 50 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262116535056 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16994] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.18 cores=0,2,4,6
/proc/16939/task/16994/stat : 16994 (java) S 16936 16939 11963 0 -1 1077944384 10860 13059 0 0 866 45 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262031354768 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16995] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.17 cores=0,2,4,6
/proc/16939/task/16995/stat : 16995 (java) S 16936 16939 11963 0 -1 1077944384 11070 13059 0 0 862 48 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262030302224 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16996] ppid=16936 vsize=10851096 memory=387292 CPUtime=9.2 cores=0,2,4,6
/proc/16939/task/16996/stat : 16996 (java) S 16936 16939 11963 0 -1 1077944384 14364 13059 0 0 864 49 5 2 20 0 15 0 445122652 11111522304 96823 33554432000 4194304 4196468 140723062731648 140262029249680 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16997] ppid=16936 vsize=10851096 memory=387292 CPUtime=6.43 cores=0,2,4,6
/proc/16939/task/16997/stat : 16997 (java) S 16936 16939 11963 0 -1 1077944384 10227 13059 0 0 600 36 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261638735856 140262112303746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16998] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16998/stat : 16998 (java) S 16936 16939 11963 0 -1 1077944384 23 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261552284640 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=16999] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/16999/stat : 16999 (java) S 16936 16939 11963 0 -1 1077944384 14 13059 0 0 0 0 5 2 20 0 15 0 445122654 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261418066944 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17000] ppid=16936 vsize=10851096 memory=4004 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17000/stat : 17000 (java) S 16936 16939 11963 0 -1 1077944384 2 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260814088400 140262112311195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17001] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.77 cores=0,2,4,6
/proc/16939/task/17001/stat : 17001 (java) S 16936 16939 11963 0 -1 1077944384 40137 13059 0 0 759 11 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261637683696 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17002] ppid=16936 vsize=10851096 memory=387292 CPUtime=7.49 cores=0,2,4,6
/proc/16939/task/17002/stat : 17002 (java) S 16936 16939 11963 0 -1 1077944384 33036 13059 0 0 735 7 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261636631152 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17003] ppid=16936 vsize=10851096 memory=387292 CPUtime=5.63 cores=0,2,4,6
/proc/16939/task/17003/stat : 17003 (java) S 16936 16939 11963 0 -1 1077944384 39590 13059 0 0 547 9 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261635578608 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17004] ppid=16936 vsize=10851096 memory=387292 CPUtime=0.07 cores=0,2,4,6
/proc/16939/task/17004/stat : 17004 (java) S 16936 16939 11963 0 -1 1077944384 3 13059 0 0 0 0 5 2 20 0 15 0 445122657 11111522304 96823 33554432000 4194304 4196468 140723062731648 140260344327264 140262112302805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
[pid=16939/tid=17005] ppid=16936 vsize=10851096 memory=2608 CPUtime=1.22 cores=0,2,4,6
/proc/16939/task/17005/stat : 17005 (java) S 16936 16939 11963 0 -1 1077944384 901 13059 0 0 61 54 5 2 20 0 15 0 445122658 11111522304 96823 33554432000 4194304 4196468 140723062731648 140261634525488 140262112303746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 19935232 140723062737647 140723062740165 140723062740165 140723062742991 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387292 KiB

Child status: 143
Real time (s): 2472.72
CPU time (s): 2520.09
CPU user time (s): 2516.92
CPU system time (s): 3.17061
CPU usage (%): 101.916
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 872432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.92
system time used= 3.17061
maximum resident set size= 872432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201522
involuntary context switches= 6193


# summary of solver processes directly reported to runsolver:
#   pid: 16939
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.92
#   total CPU system time (s): 3.17061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0898 second user time and 24.232 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 05:06:14
IDJOB=4401162
IDBENCH=135901
IDSOLVER=2857
FILE ID=node148/4401162-1568689610
RUNJOBID= node148-1568673294-11994
PBS_JOBID= 21703774
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401162-1568689610/watcher-4401162-1568689610 -o /tmp/evaluation-result-4401162-1568689610/solver-4401162-1568689610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4401162-1568689610.xml

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

MD5SUM BENCH= 0e4189ad20205ae354a6aa8eb292dbdf
RANDOM SEED=1863610876

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.13
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.13
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.13
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.13
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:        30140144 kB
MemAvailable:   31067812 kB
Buffers:          153128 kB
Cached:          1077128 kB
SwapCached:         3736 kB
Active:          1363568 kB
Inactive:         705080 kB
Active(anon):     834980 kB
Inactive(anon):    52652 kB
Active(file):     528588 kB
Inactive(file):   652428 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004308 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:        943392 kB
Mapped:            61728 kB
Shmem:             40620 kB
Slab:             154208 kB
SReclaimable:     124976 kB
SUnreclaim:        29232 kB
KernelStack:        3776 kB
PageTables:         7796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2069612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 05:47:27