Trace number 4302843

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)50 252.132 241.544

General information on the benchmark

NameSumColoring/
SumColoring-myciel5_c18.xml
MD5SUM129cb36d1c9243226923c7f46c8f3d2b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark251.958
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
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

1.00/0.73	c Concrete v3.9.2.1532736233296 running
7.52/3.79	o 117
8.18/3.93	o 116
9.58/4.37	o 115
9.58/4.37	o 114
9.58/4.37	o 72
9.58/4.37	o 71
9.58/4.37	o 68
9.58/4.37	o 67
9.58/4.37	o 66
9.58/4.37	o 65
9.58/4.37	o 64
9.58/4.37	o 63
9.58/4.37	o 61
9.58/4.37	o 59
9.58/4.37	o 58
9.89/4.41	o 56
10.19/4.55	o 55
10.19/4.55	o 54
10.19/4.56	o 53
10.19/4.56	o 52
10.19/4.56	o 51
10.19/4.57	o 50
252.08/241.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/241.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/241.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/241.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/241.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/241.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/241.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/241.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/241.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/241.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/241.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/241.51		at scala.Option.map(Option.scala:146)
252.08/241.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/241.51		at concrete.MAC.mac(MAC.scala:203)
252.08/241.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/241.51		at scala.util.Try$.apply(Try.scala:209)
252.08/241.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/241.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/241.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/241.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/241.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/241.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/241.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/241.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/241.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/241.51		at concrete.MAC.oneRun(MAC.scala:253)
252.08/241.51		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/241.51		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/241.51		at concrete.Solver.hasNext(Solver.scala:166)
252.08/241.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/241.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/241.51		at concrete.Solver.foreach(Solver.scala:68)
252.08/241.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/241.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/241.51		at scala.util.Success.map(Try.scala:209)
252.08/241.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/241.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/241.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/241.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/241.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/241.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/241.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/241.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/241.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/241.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/241.51		at scala.App.main(App.scala:76)
252.08/241.51		at scala.App.main$(App.scala:74)
252.08/241.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/241.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/241.51	v <instantiation cost="50">
252.08/241.51	v       <list>
252.08/241.51	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]
252.08/241.51	v       </list>
252.08/241.51	v       <values>
252.08/241.51	v         3 4 3 5 4 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 2 2 2 2 2 2 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 2 3
252.08/241.51	v       </values>
252.08/241.51	v     </instantiation>
252.08/241.51	s SATISFIABLE

Verifier Data

OK	50

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302843-1532895983/watcher-4302843-1532895983 -o /tmp/evaluation-result-4302843-1532895983/solver-4302843-1532895983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1484201023 -superng HOME/instance-4302843-1532895983.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=25896, runsolver pid=25893
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.99 1.88 1.88 3/206 25953
/proc/meminfo: memFree=25718376/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=10005480 memory=18860 CPUtime=0.1 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 4383 13033 0 0 1 1 5 3 20 0 6 0 107161483 10245611520 4715 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2501370 4715 1935 1 0 2489808 0
[pid=25896/tid=25949] ppid=25893 vsize=10005480 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 2191 13033 0 0 0 0 5 3 20 0 6 0 107161492 10245611520 4715 33554432000 4194304 4196468 140735536185344 139684577313360 139684605498525 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 6 0 107161493 10245611520 4715 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=10005480 memory=140236395951744 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 6 0 107161493 10245611520 4715 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 6 0 107161493 10245611520 4715 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 6 0 107161493 10245611520 4715 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209917 s]*
/proc/loadavg: 1.99 1.88 1.88 3/215 25962
/proc/meminfo: memFree=25694720/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=10985364 memory=46044 CPUtime=0.27 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 8204 13033 0 0 17 2 5 3 20 0 15 0 107161483 11249012736 11511 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2746341 11511 2949 1 0 2708764 0
[pid=25896/tid=25949] ppid=25893 vsize=10985364 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 4890 13033 0 0 11 1 5 3 20 0 15 0 107161492 11249012736 11643 33554432000 4194304 4196468 140735536185344 139684577301408 139684598156317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=10985364 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11249012736 11643 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=10985364 memory=3617997701273400992 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11249012736 11643 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11249012736 11643 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161493 11249012736 11709 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=10985364 memory=140236395951744 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161495 11249012736 11709 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 107161495 11249012736 11709 33554432000 4194304 4196468 140735536185344 139683409421344 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161495 11249012736 11709 33554432000 4194304 4196468 140735536185344 139683208094576 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11249012736 11775 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=10985364 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 357 13033 0 0 1 0 5 3 20 0 15 0 107161498 11249012736 11775 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=10985364 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 240 13033 0 0 1 0 5 3 20 0 15 0 107161498 11249012736 11775 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=10985364 memory=140236395951744 CPUtime=0.11 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 628 13033 0 0 3 0 5 3 20 0 15 0 107161498 11249012736 11775 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11249012736 11775 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=10985364 memory=140236395951744 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161498 11249012736 11841 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46044 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.99 1.88 1.88 3/215 25962
/proc/meminfo: memFree=25680704/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=10983192 memory=55428 CPUtime=0.39 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 10446 13033 0 0 29 2 5 3 20 0 15 0 107161483 11246788608 13857 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2745798 13857 3068 1 0 2708109 0
[pid=25896/tid=25949] ppid=25893 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 6995 13033 0 0 20 1 5 3 20 0 15 0 107161492 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684577288608 139684597713726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 13857 33554432000 4194304 4196468 140735536185344 139683409421344 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 13857 33554432000 4194304 4196468 140735536185344 139683208094576 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 358 13033 0 0 2 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 240 13033 0 0 1 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=10983192 memory=140236395951744 CPUtime=0.13 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) R 25893 25896 13514 0 -1 4202560 636 13033 0 0 5 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684095371888 139684597713726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=10983192 memory=140236395951744 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 13857 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55428 KiB

[startup+0.700778 s]
/proc/loadavg: 1.99 1.88 1.88 3/215 25962
/proc/meminfo: memFree=25671400/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=10983192 memory=88596 CPUtime=1 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 16762 13033 0 0 88 4 5 3 20 0 15 0 107161483 11246788608 22149 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2745798 22149 3247 1 0 2708109 0
[pid=25896/tid=25949] ppid=25893 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 12178 13033 0 0 56 3 5 3 20 0 15 0 107161492 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684577297424 139684587040174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161493 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 5 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=10983192 memory=140236252394160 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 22149 33554432000 4194304 4196468 140735536185344 139683409421344 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=10983192 memory=140239272149584 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161495 11246788608 22149 33554432000 4194304 4196468 140735536185344 139683208094576 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=10983192 memory=1020 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=10983192 memory=7089042195949315648 CPUtime=0.15 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 732 13033 0 0 7 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=10983192 memory=7881696724453321575 CPUtime=0.18 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 906 13033 0 0 10 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 725 13033 0 0 13 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161498 11246788608 22149 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88596 KiB

[startup+1.50161 s]
/proc/loadavg: 1.99 1.88 1.88 3/215 25962
/proc/meminfo: memFree=25624760/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=10998092 memory=179276 CPUtime=2.31 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 23953 13033 0 0 214 9 5 3 20 0 15 0 107161483 11262046208 44819 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2749523 44819 3467 1 0 2711181 0
[pid=25896/tid=25949] ppid=25893 vsize=10998092 memory=10757 CPUtime=1.43 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 17729 13033 0 0 130 5 5 3 20 0 15 0 107161492 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684577308000 139684590642185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 64 13033 0 0 1 0 5 3 20 0 15 0 107161493 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 25 13033 0 0 1 0 5 3 20 0 15 0 107161493 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=10998092 memory=2952 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 220 13033 0 0 1 0 5 3 20 0 15 0 107161493 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=10998092 memory=88596 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 40 13033 0 0 0 0 5 3 20 0 15 0 107161493 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 50 13033 0 0 1 0 5 3 20 0 15 0 107161495 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 107161495 11262046208 44819 33554432000 4194304 4196468 140735536185344 139683409421408 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 107161495 11262046208 44819 33554432000 4194304 4196468 140735536185344 139683208094592 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=10998092 memory=4638778398332698720 CPUtime=0.26 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 905 13033 0 0 18 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=10998092 memory=280472505064320 CPUtime=0.32 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 1384 13033 0 0 24 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=10998092 memory=6944656592452807323 CPUtime=0.43 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 1324 13033 0 0 35 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 107161498 11262046208 44819 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 50730 13033 0 0 16152 16 5 3 20 0 15 0 107161492 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684577311136 139684180992555 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=11077984 memory=4140 CPUtime=0.31 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 2141 13033 0 0 19 4 5 3 20 0 15 0 107161493 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=11077984 memory=288230574492221466 CPUtime=0.3 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 1462 13033 0 0 18 4 5 3 20 0 15 0 107161493 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=11077984 memory=288230617509003574 CPUtime=0.3 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 2523 13033 0 0 18 4 5 3 20 0 15 0 107161493 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=11077984 memory=669956 CPUtime=0.31 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 4077 13033 0 0 18 5 5 3 20 0 15 0 107161493 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=11077984 memory=662772 CPUtime=0.25 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 3148 13033 0 0 15 2 5 3 20 0 15 0 107161495 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=11077984 memory=659720 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164544 33554432000 4194304 4196468 140735536185344 139683409421472 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=11077984 memory=30452 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 8 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164544 33554432000 4194304 4196468 140735536185344 139683208094592 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=11077984 memory=659208 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=11077984 memory=4140 CPUtime=3.5 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 19411 13033 0 0 338 4 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=11077984 memory=1812 CPUtime=3.84 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 22772 13033 0 0 372 4 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=11077984 memory=1020 CPUtime=1.99 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 15781 13033 0 0 188 3 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=11077984 memory=658176 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=11077984 memory=916 CPUtime=0.16 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 669 13033 0 0 4 4 5 3 20 0 15 0 107161498 11343855616 164544 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 172.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 658176 KiB

[startup+222.301 s]
/proc/loadavg: 1.50 1.63 1.78 3/216 26102
/proc/meminfo: memFree=26785088/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=11077984 memory=658232 CPUtime=232.67 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 129219 13033 0 0 23206 53 5 3 20 0 15 0 107161483 11343855616 164558 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2769496 164558 3521 1 0 2731149 0
[pid=25896/tid=25949] ppid=25893 vsize=11077984 memory=658232 CPUtime=221.48 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 51395 13033 0 0 22124 16 5 3 20 0 15 0 107161492 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684577311024 139684175785097 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=11077984 memory=658232 CPUtime=0.43 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 2190 13033 0 0 31 4 5 3 20 0 15 0 107161493 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=11077984 memory=3472328296227679313 CPUtime=0.42 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 2567 13033 0 0 29 5 5 3 20 0 15 0 107161493 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=11077984 memory=658232 CPUtime=0.43 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 2556 13033 0 0 31 4 5 3 20 0 15 0 107161493 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=11077984 memory=2204 CPUtime=0.43 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 4122 13033 0 0 30 5 5 3 20 0 15 0 107161493 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=11077984 memory=1240 CPUtime=0.35 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 3193 13033 0 0 25 2 5 3 20 0 15 0 107161495 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164558 33554432000 4194304 4196468 140735536185344 139683409421472 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=11077984 memory=7528 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 8 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164558 33554432000 4194304 4196468 140735536185344 139683208094592 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=11077984 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=11077984 memory=30460 CPUtime=3.59 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 20205 13033 0 0 347 4 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=11077984 memory=4140 CPUtime=3.93 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 23462 13033 0 0 381 4 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=11077984 memory=30452 CPUtime=2.03 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 16631 13033 0 0 192 3 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=11077984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=11077984 memory=2940 CPUtime=0.18 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 680 13033 0 0 5 5 5 3 20 0 15 0 107161498 11343855616 164558 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 232.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 658232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.501 s]
/proc/loadavg: 1.29 1.58 1.75 3/216 26103
/proc/meminfo: memFree=26803084/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=11077984 memory=658276 CPUtime=252.08 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 136037 13033 0 0 25146 54 5 3 20 0 15 0 107161483 11343855616 164569 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2769496 164569 3521 1 0 2731149 0
[pid=25896/tid=25949] ppid=25893 vsize=11077984 memory=658276 CPUtime=240.59 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 52302 13033 0 0 24035 16 5 3 20 0 15 0 107161492 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684577310760 139684180629244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=11077984 memory=3472328296227679313 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 2697 13033 0 0 35 4 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 2606 13033 0 0 33 6 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=11077984 memory=658232 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 2611 13033 0 0 35 4 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=11077984 memory=280472504665632 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 4260 13033 0 0 34 5 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=11077984 memory=658264 CPUtime=0.39 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 3476 13033 0 0 29 2 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=11077984 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139683409421472 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 8 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139683208094592 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=11077984 memory=1992 CPUtime=3.63 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 21963 13033 0 0 351 4 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=11077984 memory=658276 CPUtime=3.96 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 24485 13033 0 0 384 4 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=11077984 memory=4140 CPUtime=2.05 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 18720 13033 0 0 194 3 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=11077984 memory=30460 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=11077984 memory=658264 CPUtime=0.2 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 699 13033 0 0 6 6 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 658276 KiB

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

[startup+241.544 s]
# the end of solver process 25896 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.537 s, system=0.594729 s

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

[startup+241.501 s]
/proc/loadavg: 1.29 1.58 1.75 3/216 26103
/proc/meminfo: memFree=26803084/32770624 swapFree=67108860/67108860
[pid=25896] ppid=25893 vsize=11077984 memory=658276 CPUtime=252.08 cores=1,3,5,7
/proc/25896/stat : 25896 (java) S 25893 25896 13514 0 -1 1077944320 136037 13033 0 0 25146 54 5 3 20 0 15 0 107161483 11343855616 164569 33554432000 4194304 4196468 140735536185344 140735536167888 139684605476599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
/proc/25896/statm: 2769496 164569 3521 1 0 2731149 0
[pid=25896/tid=25949] ppid=25893 vsize=11077984 memory=658276 CPUtime=240.59 cores=1,3,5,7
/proc/25896/task/25949/stat : 25949 (java) R 25893 25896 13514 0 -1 4202560 52302 13033 0 0 24035 16 5 3 20 0 15 0 107161492 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684577310760 139684180629244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25950] ppid=25893 vsize=11077984 memory=3472328296227679313 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25950/stat : 25950 (java) S 25893 25896 13514 0 -1 1077944384 2697 13033 0 0 35 4 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684609719440 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25951] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25951/stat : 25951 (java) S 25893 25896 13514 0 -1 1077944384 2606 13033 0 0 33 6 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684490984464 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25952] ppid=25893 vsize=11077984 memory=658232 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25952/stat : 25952 (java) S 25893 25896 13514 0 -1 1077944384 2611 13033 0 0 35 4 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684489931664 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25953] ppid=25893 vsize=11077984 memory=280472504665632 CPUtime=0.47 cores=1,3,5,7
/proc/25896/task/25953/stat : 25953 (java) S 25893 25896 13514 0 -1 1077944384 4260 13033 0 0 34 5 5 3 20 0 15 0 107161493 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684488878864 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25954] ppid=25893 vsize=11077984 memory=658264 CPUtime=0.39 cores=1,3,5,7
/proc/25896/task/25954/stat : 25954 (java) S 25893 25896 13514 0 -1 1077944384 3476 13033 0 0 29 2 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684098529648 139684605487746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25955] ppid=25893 vsize=11077984 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25955/stat : 25955 (java) S 25893 25896 13514 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139683409421472 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25956] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25956/stat : 25956 (java) S 25893 25896 13514 0 -1 1077944384 8 13033 0 0 0 0 5 3 20 0 15 0 107161495 11343855616 164569 33554432000 4194304 4196468 140735536185344 139683208094592 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25957] ppid=25893 vsize=11077984 memory=658276 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25957/stat : 25957 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139682900694864 139684605495195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25958] ppid=25893 vsize=11077984 memory=1992 CPUtime=3.63 cores=1,3,5,7
/proc/25896/task/25958/stat : 25958 (java) S 25893 25896 13514 0 -1 1077944384 21963 13033 0 0 351 4 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684097477488 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25959] ppid=25893 vsize=11077984 memory=658276 CPUtime=3.96 cores=1,3,5,7
/proc/25896/task/25959/stat : 25959 (java) S 25893 25896 13514 0 -1 1077944384 24485 13033 0 0 384 4 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684096424688 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25960] ppid=25893 vsize=11077984 memory=4140 CPUtime=2.05 cores=1,3,5,7
/proc/25896/task/25960/stat : 25960 (java) S 25893 25896 13514 0 -1 1077944384 18720 13033 0 0 194 3 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684095371888 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25961] ppid=25893 vsize=11077984 memory=30460 CPUtime=0.08 cores=1,3,5,7
/proc/25896/task/25961/stat : 25961 (java) S 25893 25896 13514 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139682469898976 139684605486805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
[pid=25896/tid=25962] ppid=25893 vsize=11077984 memory=658264 CPUtime=0.2 cores=1,3,5,7
/proc/25896/task/25962/stat : 25962 (java) S 25893 25896 13514 0 -1 1077944384 699 13033 0 0 6 6 5 3 20 0 15 0 107161498 11343855616 164569 33554432000 4194304 4196468 140735536185344 139684094319280 139684605487746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8765440 140735536188008 140735536190817 140735536190817 140735536193487 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 658276 KiB

Child status: 143
Real time (s): 241.544
CPU time (s): 252.132
CPU user time (s): 251.537
CPU system time (s): 0.594729
CPU usage (%): 104.384
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 733572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.537
system time used= 0.594729
maximum resident set size= 734916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19059
involuntary context switches= 393


# summary of solver processes directly reported to runsolver:
#   pid: 25896
#   total CPU time (s): 252.132
#   total CPU user time (s): 251.537
#   total CPU system time (s): 0.594729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54858 second user time and 2.21652 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:26:23
IDJOB=4302843
IDBENCH=141221
IDSOLVER=2777
FILE ID=node136/4302843-1532895983
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302843-1532895983/watcher-4302843-1532895983 -o /tmp/evaluation-result-4302843-1532895983/solver-4302843-1532895983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1484201023 -superng HOME/instance-4302843-1532895983.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=1484201023

node136.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:        25724548 kB
MemAvailable:   29135224 kB
Buffers:          218180 kB
Cached:          3462764 kB
SwapCached:            0 kB
Active:          4609672 kB
Inactive:        1957420 kB
Active(anon):    2837460 kB
Inactive(anon):    76480 kB
Active(file):    1772212 kB
Inactive(file):  1880940 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26400 kB
Writeback:            52 kB
AnonPages:       2821812 kB
Mapped:            48320 kB
Shmem:             25228 kB
Slab:             174380 kB
SReclaimable:     146716 kB
SUnreclaim:        27664 kB
KernelStack:        3712 kB
PageTables:        10956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3900000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2654208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:30:25