Trace number 4295994

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.8 2018-06-13SAT (TO)104 2520.09 2480.93

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1250.67
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
7.15/3.72	o 175
7.15/3.77	o 173
7.49/3.88	o 168
7.49/3.89	o 158
7.49/3.90	o 153
7.86/3.91	o 150
7.86/3.92	o 147
8.52/4.18	o 145
8.52/4.19	o 143
9.97/4.75	o 140
9.97/4.75	o 139
9.97/4.75	o 136
9.97/4.75	o 133
9.97/4.75	o 132
10.62/5.18	o 126
10.87/5.32	o 123
11.00/5.41	o 122
11.00/5.42	o 120
22.35/15.16	o 118
22.67/15.49	o 112
22.89/15.66	o 108
41.96/33.63	o 105
41.96/33.68	o 104
2520.04/2480.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2480.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2480.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2480.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2480.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2480.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2480.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2480.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2480.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2480.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2480.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2480.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2480.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2480.90		at scala.Option.map(Option.scala:146)
2520.04/2480.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2480.90		at concrete.MAC.mac(MAC.scala:203)
2520.04/2480.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2480.91		at scala.util.Try$.apply(Try.scala:209)
2520.04/2480.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2480.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2480.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2480.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2480.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2480.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2480.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2480.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2480.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2480.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2480.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2480.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2480.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2480.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2480.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2480.91		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2480.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2480.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2480.91		at scala.util.Success.map(Try.scala:209)
2520.04/2480.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2480.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2480.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2480.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2480.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2480.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2480.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2480.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2480.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2480.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2480.91		at scala.App.main(App.scala:76)
2520.04/2480.91		at scala.App.main$(App.scala:74)
2520.04/2480.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2480.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2480.91	v <instantiation cost="104">
2520.04/2480.91	v       <list>
2520.04/2480.91	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] 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]
2520.04/2480.91	v       </list>
2520.04/2480.91	v       <values>
2520.04/2480.91	v         2 3 5 6 8 10 12 9 11 18 19 17 16 14 15 13 7 4 1 0 2 4 6 8 4 6 7 5 7 12 4 4 3 2 1 8 8 4 7 2
2520.04/2480.91	v       </values>
2520.04/2480.91	v     </instantiation>
2520.04/2480.92	s SATISFIABLE

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295994-1532606802/watcher-4295994-1532606802 -o /tmp/evaluation-result-4295994-1532606802/solver-4295994-1532606802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=469236672 HOME/instance-4295994-1532606802.xml 

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

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


[startup+0.100152 s]*
/proc/loadavg: 1.38 1.34 1.38 3/206 10708
/proc/meminfo: memFree=11921464/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 4369 12976 0 0 1 0 5 2 20 0 6 0 78243419 10212057088 4715 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2493178 4715 1934 1 0 2481616 0
[pid=10651/tid=10704] ppid=10648 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 2190 12976 0 0 1 0 5 2 20 0 6 0 78243428 10212057088 4715 33554432000 4194304 4196468 140729588001088 139949887644240 139949915829405 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=9972712 memory=5793855725668178361 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 78243429 10212057088 4715 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=9972712 memory=140474658285184 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 78243429 10212057088 4715 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 78243429 10212057088 4715 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 6 0 78243429 10212057088 4715 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210244 s]*
/proc/loadavg: 1.38 1.34 1.38 2/215 10717
/proc/meminfo: memFree=11897804/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10818856 memory=41828 CPUtime=0.26 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 8361 12976 0 0 17 2 5 2 20 0 15 0 78243419 11078508544 10457 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2704714 10457 2942 1 0 2667149 0
[pid=10651/tid=10704] ppid=10648 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 4895 12976 0 0 10 1 5 2 20 0 15 0 78243428 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949887605136 139949896082688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10818856 memory=4211974200863075722 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10818856 memory=140474658285184 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 78243429 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 78243430 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 78243431 11078508544 10457 33554432000 4194304 4196468 140729588001088 139948824978336 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243431 11078508544 10457 33554432000 4194304 4196468 140729588001088 139948690760688 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 551 12976 0 0 1 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 65 12976 0 0 1 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10818856 memory=140474658285184 CPUtime=0.1 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 634 12976 0 0 3 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10818856 memory=140474658285184 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243434 11078508544 10457 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41828 KiB

[startup+0.31032 s]*
/proc/loadavg: 1.38 1.34 1.38 3/215 10717
/proc/meminfo: memFree=11888748/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10819352 memory=53412 CPUtime=0.37 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 10382 12976 0 0 28 2 5 2 20 0 15 0 78243419 11079016448 13353 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2704838 13353 3102 1 0 2667149 0
[pid=10651/tid=10704] ppid=10648 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 6921 12976 0 0 19 2 5 2 20 0 15 0 78243428 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949887619488 139949899887966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10819352 memory=140474658285183 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 78243430 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 78243431 11079016448 13353 33554432000 4194304 4196468 140729588001088 139948824978336 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10819352 memory=140474658285184 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243431 11079016448 13353 33554432000 4194304 4196468 140729588001088 139948690760688 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 551 12976 0 0 1 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 66 12976 0 0 1 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) R 10648 10651 6157 0 -1 4202560 639 12976 0 0 5 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949439245040 139949897371039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 13353 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53412 KiB

[startup+0.700779 s]
/proc/loadavg: 1.38 1.34 1.38 3/215 10717
/proc/meminfo: memFree=11876584/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10819352 memory=86732 CPUtime=0.99 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 16832 12976 0 0 87 5 5 2 20 0 15 0 78243419 11079016448 21683 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2704838 21683 3237 1 0 2667149 0
[pid=10651/tid=10704] ppid=10648 vsize=10819352 memory=23308 CPUtime=0.66 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 12384 12976 0 0 55 4 5 2 20 0 15 0 78243428 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949887628304 139949896083360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10819352 memory=140474556129777 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10819352 memory=140475495351161 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10819352 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 78243429 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10819352 memory=7157735280213842257 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 6 12976 0 0 0 0 5 2 20 0 15 0 78243430 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10819352 memory=7739276948478388840 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 78243431 11079016448 21683 33554432000 4194304 4196468 140729588001088 139948824978336 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10819352 memory=5787220445994897765 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243431 11079016448 21683 33554432000 4194304 4196468 140729588001088 139948690760688 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 1202 12976 0 0 9 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10819352 memory=-8990767739041718176 CPUtime=0.14 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 307 12976 0 0 7 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 719 12976 0 0 13 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10819352 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243434 11079016448 21683 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86732 KiB

[startup+1.50076 s]
/proc/loadavg: 1.38 1.34 1.38 3/215 10717
/proc/meminfo: memFree=11830128/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10834252 memory=177824 CPUtime=2.26 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 24093 12976 0 0 211 8 5 2 20 0 15 0 78243419 11094274048 44456 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2708563 44456 3469 1 0 2670221 0
[pid=10651/tid=10704] ppid=10648 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 18078 12976 0 0 130 6 5 2 20 0 15 0 78243428 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949887641920 139949901175626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10834252 memory=101344 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 34 12976 0 0 1 0 5 2 20 0 15 0 78243429 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 287 12976 0 0 1 0 5 2 20 0 15 0 78243429 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 24 12976 0 0 1 0 5 2 20 0 15 0 78243429 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 81 12976 0 0 1 0 5 2 20 0 15 0 78243429 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 61 12976 0 0 1 0 5 2 20 0 15 0 78243430 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 14 12976 0 0 0 0 5 2 20 0 15 0 78243431 11094274048 44456 33554432000 4194304 4196468 140729588001088 139948824978400 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10834252 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243431 11094274048 44456 33554432000 4194304 4196468 140729588001088 139948690760688 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10834252 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 1689 12976 0 0 23 1 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10834252 memory=186469360656372 CPUtime=0.27 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 438 12976 0 0 20 0 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10834252 memory=442166 CPUtime=0.37 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 1191 12976 0 0 30 0 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10834252 memory=4638778402627666016 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 78243434 11094274048 44456 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 83623 12976 0 0 236125 39 5 2 20 0 15 0 78243428 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949887641904 139949524132743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10916192 memory=705012 CPUtime=8.91 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 9501 12976 0 0 839 45 5 2 20 0 15 0 78243429 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10916192 memory=704900 CPUtime=8.88 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 6620 12976 0 0 835 46 5 2 20 0 15 0 78243429 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10916192 memory=704956 CPUtime=8.89 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 12966 12976 0 0 835 47 5 2 20 0 15 0 78243429 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10916192 memory=704956 CPUtime=8.9 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 15148 12976 0 0 834 49 5 2 20 0 15 0 78243429 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10916192 memory=704956 CPUtime=8.52 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 11495 12976 0 0 804 41 5 2 20 0 15 0 78243430 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10916192 memory=705012 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 15 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176253 33554432000 4194304 4196468 140729588001088 139948824978464 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176253 33554432000 4194304 4196468 140729588001088 139948690760704 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10916192 memory=704956 CPUtime=5.1 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 19473 12976 0 0 498 5 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10916192 memory=705012 CPUtime=5.77 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 21877 12976 0 0 566 4 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10916192 memory=4140 CPUtime=2.88 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 22041 12976 0 0 276 5 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10916192 memory=705012 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10916192 memory=4140 CPUtime=1.4 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1458 12976 0 0 61 72 5 2 20 0 15 0 78243434 11178180608 176253 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 2420.44 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 705012 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.56 1.50 3/215 10922
/proc/meminfo: memFree=10003976/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10916192 memory=705084 CPUtime=2481.05 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 207195 12976 0 0 247797 301 5 2 20 0 15 0 78243419 11178180608 176271 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2729048 176271 3518 1 0 2690701 0
[pid=10651/tid=10704] ppid=10648 vsize=10916192 memory=705084 CPUtime=2421.22 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 84004 12976 0 0 242075 40 5 2 20 0 15 0 78243428 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949887642512 139949525220624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10916192 memory=705084 CPUtime=9.11 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 9509 12976 0 0 859 45 5 2 20 0 15 0 78243429 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10916192 memory=705012 CPUtime=9.1 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 6630 12976 0 0 855 48 5 2 20 0 15 0 78243429 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10916192 memory=705056 CPUtime=9.11 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 12977 12976 0 0 856 48 5 2 20 0 15 0 78243429 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10916192 memory=705056 CPUtime=9.12 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 15494 12976 0 0 855 50 5 2 20 0 15 0 78243429 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10916192 memory=705056 CPUtime=8.73 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 11516 12976 0 0 824 42 5 2 20 0 15 0 78243430 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10916192 memory=705056 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 15 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176271 33554432000 4194304 4196468 140729588001088 139948824978464 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10916192 memory=705084 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176271 33554432000 4194304 4196468 140729588001088 139948690760704 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10916192 memory=705084 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10916192 memory=705084 CPUtime=5.1 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 19473 12976 0 0 498 5 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10916192 memory=4140 CPUtime=5.77 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 21877 12976 0 0 566 4 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10916192 memory=705084 CPUtime=2.88 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 22042 12976 0 0 276 5 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10916192 memory=705056 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10916192 memory=13044 CPUtime=1.43 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1461 12976 0 0 62 74 5 2 20 0 15 0 78243434 11178180608 176271 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 2481.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 705084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.9 s]
/proc/loadavg: 1.55 1.57 1.51 3/215 10923
/proc/meminfo: memFree=10003092/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10916192 memory=705092 CPUtime=2520.04 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 207886 12976 0 0 251692 305 5 2 20 0 15 0 78243419 11178180608 176273 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2729048 176273 3518 1 0 2690701 0
[pid=10651/tid=10704] ppid=10648 vsize=10916192 memory=705092 CPUtime=2459.5 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 84360 12976 0 0 245903 40 5 2 20 0 15 0 78243428 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949887641584 139949524135527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.26 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 9550 12976 0 0 873 46 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.24 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 6638 12976 0 0 868 49 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.25 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 12990 12976 0 0 869 49 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.26 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 15566 12976 0 0 868 51 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10916192 memory=705092 CPUtime=8.86 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 11696 12976 0 0 836 43 5 2 20 0 15 0 78243430 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 15 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948824978464 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948690760704 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10916192 memory=7 CPUtime=5.1 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 19475 12976 0 0 498 5 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10916192 memory=705092 CPUtime=5.77 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 21879 12976 0 0 566 4 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10916192 memory=1296 CPUtime=2.88 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 22044 12976 0 0 276 5 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10916192 memory=1836 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10916192 memory=705092 CPUtime=1.45 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1476 12976 0 0 63 75 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 705092 KiB

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

[startup+2480.93 s]
# the end of solver process 10651 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.99 s, system=3.09263 s

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

[startup+2480.9 s]
/proc/loadavg: 1.55 1.57 1.51 3/215 10923
/proc/meminfo: memFree=10003092/32770624 swapFree=67108860/67108860
[pid=10651] ppid=10648 vsize=10916192 memory=705092 CPUtime=2520.04 cores=1,3,5,7
/proc/10651/stat : 10651 (java) S 10648 10651 6157 0 -1 1077944320 207886 12976 0 0 251692 305 5 2 20 0 15 0 78243419 11178180608 176273 33554432000 4194304 4196468 140729588001088 140729587983632 139949915807479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
/proc/10651/statm: 2729048 176273 3518 1 0 2690701 0
[pid=10651/tid=10704] ppid=10648 vsize=10916192 memory=705092 CPUtime=2459.5 cores=1,3,5,7
/proc/10651/task/10704/stat : 10704 (java) R 10648 10651 6157 0 -1 4202560 84360 12976 0 0 245903 40 5 2 20 0 15 0 78243428 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949887641584 139949524135527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10705] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.26 cores=1,3,5,7
/proc/10651/task/10705/stat : 10705 (java) S 10648 10651 6157 0 -1 1077944384 9550 12976 0 0 873 46 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949920049936 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10706] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.24 cores=1,3,5,7
/proc/10651/task/10706/stat : 10706 (java) S 10648 10651 6157 0 -1 1077944384 6638 12976 0 0 868 49 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949834869648 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10707] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.25 cores=1,3,5,7
/proc/10651/task/10707/stat : 10707 (java) S 10648 10651 6157 0 -1 1077944384 12990 12976 0 0 869 49 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949833817104 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10708] ppid=10648 vsize=10916192 memory=705092 CPUtime=9.26 cores=1,3,5,7
/proc/10651/task/10708/stat : 10708 (java) S 10648 10651 6157 0 -1 1077944384 15566 12976 0 0 868 51 5 2 20 0 15 0 78243429 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949832764560 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10709] ppid=10648 vsize=10916192 memory=705092 CPUtime=8.86 cores=1,3,5,7
/proc/10651/task/10709/stat : 10709 (java) S 10648 10651 6157 0 -1 1077944384 11696 12976 0 0 836 43 5 2 20 0 15 0 78243430 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949442402288 139949915818626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10710] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10710/stat : 10710 (java) S 10648 10651 6157 0 -1 1077944384 15 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948824978464 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10711] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10711/stat : 10711 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243431 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948690760704 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10712] ppid=10648 vsize=10916192 memory=705092 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10712/stat : 10712 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948450470096 139949915826075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10713] ppid=10648 vsize=10916192 memory=7 CPUtime=5.1 cores=1,3,5,7
/proc/10651/task/10713/stat : 10713 (java) S 10648 10651 6157 0 -1 1077944384 19475 12976 0 0 498 5 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949441350128 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10714] ppid=10648 vsize=10916192 memory=705092 CPUtime=5.77 cores=1,3,5,7
/proc/10651/task/10714/stat : 10714 (java) S 10648 10651 6157 0 -1 1077944384 21879 12976 0 0 566 4 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949440297584 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10715] ppid=10648 vsize=10916192 memory=1296 CPUtime=2.88 cores=1,3,5,7
/proc/10651/task/10715/stat : 10715 (java) S 10648 10651 6157 0 -1 1077944384 22044 12976 0 0 276 5 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949439245040 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10716] ppid=10648 vsize=10916192 memory=1836 CPUtime=0.07 cores=1,3,5,7
/proc/10651/task/10716/stat : 10716 (java) S 10648 10651 6157 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139948416912480 139949915817685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
[pid=10651/tid=10717] ppid=10648 vsize=10916192 memory=705092 CPUtime=1.45 cores=1,3,5,7
/proc/10651/task/10717/stat : 10717 (java) S 10648 10651 6157 0 -1 1077944384 1476 12976 0 0 63 75 5 2 20 0 15 0 78243434 11178180608 176273 33554432000 4194304 4196468 140729588001088 139949438191920 139949915818626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21307392 140729588009583 140729588012380 140729588012380 140729588015055 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 705092 KiB

Child status: 143
Real time (s): 2480.93
CPU time (s): 2520.09
CPU user time (s): 2516.99
CPU system time (s): 3.09263
CPU usage (%): 101.578
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 705092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.99
system time used= 3.09263
maximum resident set size= 709304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250718
involuntary context switches= 6944


# summary of solver processes directly reported to runsolver:
#   pid: 10651
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.99
#   total CPU system time (s): 3.09263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7206 second user time and 23.1394 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 14:06:42
IDJOB=4295994
IDBENCH=141631
IDSOLVER=2750
FILE ID=node107/4295994-1532606802
RUNJOBID= node107-1532598730-8939
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295994-1532606802/watcher-4295994-1532606802 -o /tmp/evaluation-result-4295994-1532606802/solver-4295994-1532606802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=469236672 HOME/instance-4295994-1532606802.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=469236672

node107.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.40
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.40
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.40
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.40
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:        11927880 kB
MemAvailable:   30890380 kB
Buffers:          297556 kB
Cached:         18783152 kB
SwapCached:            0 kB
Active:          5332964 kB
Inactive:       14838744 kB
Active(anon):    1094012 kB
Inactive(anon):    25036 kB
Active(file):    4238952 kB
Inactive(file): 14813708 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:       1113028 kB
Mapped:            54092 kB
Shmem:             25228 kB
Slab:             365464 kB
SReclaimable:     338300 kB
SUnreclaim:        27164 kB
KernelStack:        3792 kB
PageTables:         7364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1934180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 14:48:03