Trace number 4396098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)116 2520.15 2471.34

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark83.9978
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.77/0.55	c Concrete v3.12.2.1568380929293 running
7.45/3.34	o 167
7.45/3.38	o 165
7.45/3.38	o 152
9.11/3.85	o 150
9.77/4.03	o 145
9.77/4.10	o 144
10.09/4.13	o 143
10.40/4.29	o 141
10.72/4.30	o 136
10.72/4.32	o 134
10.72/4.36	o 133
10.99/4.45	o 128
10.99/4.46	o 126
10.99/4.48	o 125
12.94/5.47	o 124
17.25/8.13	o 119
17.25/8.16	o 118
18.04/8.67	o 116
2520.09/2471.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2471.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.09/2471.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.09/2471.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2471.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2471.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2471.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2471.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2471.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2471.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2471.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2471.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2471.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.09/2471.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2471.30		at scala.Option.map(Option.scala:243)
2520.09/2471.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2471.30		at concrete.MAC.mac(MAC.scala:216)
2520.09/2471.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2471.30		at scala.util.Try$.apply(Try.scala:212)
2520.09/2471.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2471.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2471.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2471.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2471.30		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2471.30		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2471.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2471.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2471.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2471.30		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2471.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2471.30		at scala.util.Success.map(Try.scala:264)
2520.09/2471.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2471.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2471.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2471.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2471.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2471.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2471.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2471.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2471.30		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2471.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2471.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2471.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2471.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2471.30		at scala.App.main(App.scala:75)
2520.09/2471.30		at scala.App.main$(App.scala:73)
2520.09/2471.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2471.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2471.31	v <instantiation
2520.09/2471.31	v         cost = '116'>
2520.09/2471.31	v       <list>
2520.09/2471.31	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] 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]
2520.09/2471.31	v       </list>
2520.09/2471.31	v       <values>
2520.09/2471.31	v         2 5 9 6 7 10 11 14 12 13 8 1 4 3 0 6 7 6 6 6 5 8 8 10 13 14 9 4 10 4
2520.09/2471.31	v       </values>
2520.09/2471.31	v     </instantiation>
2520.09/2471.31	s SATISFIABLE

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396098-1568408764/watcher-4396098-1568408764 -o /tmp/evaluation-result-4396098-1568408764/solver-4396098-1568408764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1409722601 HOME/instance-4396098-1568408764.xml 

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

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

solver pid=2663, runsolver pid=2660

[startup+0.100116 s]*
/proc/loadavg: 1.36 1.37 1.40 3/221 2720
/proc/meminfo: memFree=30785768/32770624 swapFree=67004216/67108860
[pid=2663] ppid=2660 vsize=9972712 memory=16952 CPUtime=0.09 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 4508 13080 0 0 1 1 4 3 20 0 6 0 417038047 10212057088 4238 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2493178 4238 1935 1 0 2481616 0
[pid=2663/tid=2716] ppid=2660 vsize=9972712 memory=576460756329955604 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 2363 13080 0 0 1 0 4 3 20 0 6 0 417038056 10212057088 4304 33554432000 4194304 4196468 140733134264816 139712773747280 139712785103243 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 417038057 10212057088 4304 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=9972712 memory=14417037873445194 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 417038057 10212057088 4304 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 6 0 417038057 10212057088 4304 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 6 0 417038057 10212057088 4304 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16952 KiB

[startup+0.210047 s]*
/proc/loadavg: 1.36 1.37 1.40 4/230 2729
/proc/meminfo: memFree=30771292/32770624 swapFree=67004216/67108860
[pid=2663] ppid=2660 vsize=10819664 memory=37392 CPUtime=0.26 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 7204 13080 0 0 17 2 4 3 20 0 15 0 417038047 11079335936 9348 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2704916 9348 3154 1 0 2667149 0
[pid=2663/tid=2716] ppid=2660 vsize=10819664 memory=607825706133684500 CPUtime=0.19 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 3611 13080 0 0 11 1 4 3 20 0 15 0 417038056 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712773716320 139712785097328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10819664 memory=14417037873445194 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 417038058 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 33 13080 0 0 0 0 4 3 20 0 15 0 417038059 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712259917216 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038059 11079335936 9348 33554432000 4194304 4196468 140733134264816 139711662253552 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 349 13080 0 0 1 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 329 13080 0 0 1 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10819664 memory=140384022201984 CPUtime=0.1 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 664 13080 0 0 3 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10819664 memory=140384022201984 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079335936 9348 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37392 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.36 1.37 1.40 3/230 2729
/proc/meminfo: memFree=30757884/32770624 swapFree=67004216/67108860
[pid=2663] ppid=2660 vsize=10820148 memory=48764 CPUtime=0.4 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 10943 13080 0 0 29 4 4 3 20 0 15 0 417038047 11079831552 12191 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2705037 12191 3315 1 0 2667149 0
[pid=2663/tid=2716] ppid=2660 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 7287 13080 0 0 19 2 4 3 20 0 15 0 417038056 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712773710432 139712785991006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10820148 memory=-8813974798734826869 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10820148 memory=-2843878425754191006 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10820148 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 417038057 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 417038058 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 33 13080 0 0 0 0 4 3 20 0 15 0 417038059 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712259917216 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038059 11079831552 12191 33554432000 4194304 4196468 140733134264816 139711662253552 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 371 13080 0 0 2 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 330 13080 0 0 1 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 707 13080 0 0 5 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038062 11079831552 12191 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48764 KiB

[startup+0.705812 s]
/proc/loadavg: 1.36 1.37 1.40 3/230 2729
/proc/meminfo: memFree=30743096/32770624 swapFree=67004216/67108860
[pid=2663] ppid=2660 vsize=10824360 memory=82416 CPUtime=1.11 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 15370 13080 0 0 98 6 4 3 20 0 15 0 417038047 11084144640 20604 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2706090 20604 3505 1 0 2668173 0
[pid=2663/tid=2716] ppid=2660 vsize=10824360 memory=3588 CPUtime=0.66 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 10448 13080 0 0 55 4 4 3 20 0 15 0 417038056 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712773718976 139712784425981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10824360 memory=39876 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10824360 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10824360 memory=1940 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038057 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 2 13080 0 0 0 0 4 3 20 0 15 0 417038057 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10824360 memory=3053511329498284128 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 5 13080 0 0 0 0 4 3 20 0 15 0 417038058 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10824360 memory=4207095702712496170 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 33 13080 0 0 0 0 4 3 20 0 15 0 417038059 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712259917216 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10824360 memory=4638778402963607888 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038059 11084144640 20604 33554432000 4194304 4196468 140733134264816 139711662253552 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10824360 memory=8398421838677434432 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10824360 memory=6935649255759568977 CPUtime=0.16 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 808 13080 0 0 9 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10824360 memory=4638778398332698727 CPUtime=0.21 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) R 2660 2663 30411 0 -1 4202560 813 13080 0 0 14 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712225306736 139712785385709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10824360 memory=7085394024167268416 CPUtime=0.24 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 1048 13080 0 0 17 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10824360 memory=7237398199667878224 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10824360 memory=4639926323116004656 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038062 11084144640 20604 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82416 KiB

[startup+1.50129 s]
/proc/loadavg: 1.36 1.37 1.40 3/230 2729
/proc/meminfo: memFree=30699100/32770624 swapFree=67004216/67108860
[pid=2663] ppid=2660 vsize=10834676 memory=170212 CPUtime=2.39 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 22147 13080 0 0 222 10 4 3 20 0 15 0 417038047 11094708224 42553 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2708669 42553 3580 1 0 2670733 0
[pid=2663/tid=2716] ppid=2660 vsize=10834676 memory=116 CPUtime=1.43 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 15325 13080 0 0 130 6 4 3 20 0 15 0 417038056 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712773710672 139712801922454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10834676 memory=39876 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 71 13080 0 0 1 0 4 3 20 0 15 0 417038057 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10834676 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 408 13080 0 0 0 0 4 3 20 0 15 0 417038057 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10834676 memory=1940 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 29 13080 0 0 1 0 4 3 20 0 15 0 417038057 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 84 13080 0 0 1 0 4 3 20 0 15 0 417038057 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10834676 memory=-6149502015129479820 CPUtime=0.08 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 140 13080 0 0 1 0 4 3 20 0 15 0 417038058 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10834676 memory=3689046461962858752 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 33 13080 0 0 0 0 4 3 20 0 15 0 417038059 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712259917280 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10834676 memory=3833161624319373824 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 4 13080 0 0 0 0 4 3 20 0 15 0 417038059 11094708224 42561 33554432000 4194304 4196468 140733134264816 139711662253568 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10834676 memory=592 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10834676 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) R 2660 2663 30411 0 -1 1077944384 977 13080 0 0 20 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 1110 13080 0 0 25 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10834676 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) R 2660 2663 30411 0 -1 4202560 1756 13080 0 0 39 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712224248768 139712785990932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1 13080 0 0 0 0 4 3 20 0 15 0 417038062 11094708224 42561 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 63854 13080 0 0 235558 47 4 3 20 0 15 0 417038056 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712773745504 139712414871130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10849044 memory=824752 CPUtime=12.22 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 8133 13080 0 0 1161 54 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.21 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 10016 13080 0 0 1150 64 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10849044 memory=0 CPUtime=12.22 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 11796 13080 0 0 1161 54 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.22 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 7786 13080 0 0 1155 60 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10849044 memory=826800 CPUtime=11.22 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 12396 13080 0 0 1060 55 4 3 20 0 15 0 417038058 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10849044 memory=-6654736624941490777 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 44 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712259917280 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 6 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711662253568 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10849044 memory=826800 CPUtime=4.69 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 23461 13080 0 0 457 5 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10849044 memory=826800 CPUtime=4.29 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 19633 13080 0 0 416 6 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10849044 memory=826800 CPUtime=3.8 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 29396 13080 0 0 366 7 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10849044 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10849044 memory=39992 CPUtime=1.31 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1377 13080 0 0 63 61 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 2429.77 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 826800 KiB

[startup+2442.3 s]
/proc/loadavg: 1.09 1.27 1.32 3/227 3104
/proc/meminfo: memFree=30075544/32770624 swapFree=67004220/67108860
[pid=2663] ppid=2660 vsize=10849044 memory=826800 CPUtime=2490.67 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 191663 13080 0 0 248698 362 4 3 20 0 15 0 417038047 11109421056 206700 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2712261 206700 3630 1 0 2674317 0
[pid=2663/tid=2716] ppid=2660 vsize=10849044 memory=826800 CPUtime=2415.45 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 64586 13080 0 0 241491 47 4 3 20 0 15 0 417038056 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712773742432 139712413960832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.52 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 8405 13080 0 0 1189 56 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.52 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 10043 13080 0 0 1181 64 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.54 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 11814 13080 0 0 1191 56 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.54 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 7957 13080 0 0 1186 61 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10849044 memory=5964 CPUtime=11.49 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 12606 13080 0 0 1086 56 4 3 20 0 15 0 417038058 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 44 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712259917280 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 6 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711662253568 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10849044 memory=826800 CPUtime=4.69 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 23463 13080 0 0 457 5 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10849044 memory=826800 CPUtime=4.3 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 19735 13080 0 0 417 6 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10849044 memory=826800 CPUtime=3.8 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 29398 13080 0 0 366 7 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10849044 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10849044 memory=1560 CPUtime=1.34 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1395 13080 0 0 64 63 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 2490.67 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 826800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.3 s]
/proc/loadavg: 0.94 1.21 1.30 3/227 3106
/proc/meminfo: memFree=30075620/32770624 swapFree=67004220/67108860
[pid=2663] ppid=2660 vsize=10849044 memory=826800 CPUtime=2520.09 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 192577 13080 0 0 251637 365 4 3 20 0 15 0 417038047 11109421056 206700 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2712261 206700 3630 1 0 2674317 0
[pid=2663/tid=2716] ppid=2660 vsize=10849044 memory=826800 CPUtime=2444.15 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 65037 13080 0 0 244361 47 4 3 20 0 15 0 417038056 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712773745616 139712420708409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.67 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 8443 13080 0 0 1203 57 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.66 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 10309 13080 0 0 1194 65 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10849044 memory=280767785428608 CPUtime=12.7 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 11832 13080 0 0 1206 57 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.68 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 8036 13080 0 0 1199 62 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10849044 memory=826800 CPUtime=11.62 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 12659 13080 0 0 1098 57 4 3 20 0 15 0 417038058 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 44 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712259917280 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 6 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711662253568 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10849044 memory=1052 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10849044 memory=5964 CPUtime=4.69 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 23465 13080 0 0 457 5 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10849044 memory=0 CPUtime=4.3 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 19737 13080 0 0 417 6 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10849044 memory=39992 CPUtime=3.8 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 29400 13080 0 0 366 7 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10849044 memory=984 CPUtime=1.35 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1398 13080 0 0 65 63 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 826800 KiB

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

[startup+2471.34 s]
# the end of solver process 2663 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.70762 s

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

[startup+2471.3 s]
/proc/loadavg: 0.94 1.21 1.30 3/227 3106
/proc/meminfo: memFree=30075620/32770624 swapFree=67004220/67108860
[pid=2663] ppid=2660 vsize=10849044 memory=826800 CPUtime=2520.09 cores=0,2,4,6
/proc/2663/stat : 2663 (java) S 2660 2663 30411 0 -1 1077944320 192577 13080 0 0 251637 365 4 3 20 0 15 0 417038047 11109421056 206700 33554432000 4194304 4196468 140733134264816 140733134247360 139712801910519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
/proc/2663/statm: 2712261 206700 3630 1 0 2674317 0
[pid=2663/tid=2716] ppid=2660 vsize=10849044 memory=826800 CPUtime=2444.15 cores=0,2,4,6
/proc/2663/task/2716/stat : 2716 (java) R 2660 2663 30411 0 -1 4202560 65037 13080 0 0 244361 47 4 3 20 0 15 0 417038056 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712773745616 139712420708409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2717] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.67 cores=0,2,4,6
/proc/2663/task/2717/stat : 2717 (java) S 2660 2663 30411 0 -1 1077944384 8443 13080 0 0 1203 57 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712806152464 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2718] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.66 cores=0,2,4,6
/proc/2663/task/2718/stat : 2718 (java) S 2660 2663 30411 0 -1 1077944384 10309 13080 0 0 1194 65 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712738064784 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2719] ppid=2660 vsize=10849044 memory=280767785428608 CPUtime=12.7 cores=0,2,4,6
/proc/2663/task/2719/stat : 2719 (java) S 2660 2663 30411 0 -1 1077944384 11832 13080 0 0 1206 57 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712373590544 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2720] ppid=2660 vsize=10849044 memory=826800 CPUtime=12.68 cores=0,2,4,6
/proc/2663/task/2720/stat : 2720 (java) S 2660 2663 30411 0 -1 1077944384 8036 13080 0 0 1199 62 4 3 20 0 15 0 417038057 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712372538000 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2721] ppid=2660 vsize=10849044 memory=826800 CPUtime=11.62 cores=0,2,4,6
/proc/2663/task/2721/stat : 2721 (java) S 2660 2663 30411 0 -1 1077944384 12659 13080 0 0 1098 57 4 3 20 0 15 0 417038058 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712260970992 139712801921666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2722] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2722/stat : 2722 (java) S 2660 2663 30411 0 -1 1077944384 44 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712259917280 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2723] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2723/stat : 2723 (java) S 2660 2663 30411 0 -1 1077944384 6 13080 0 0 0 0 4 3 20 0 15 0 417038059 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711662253568 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2724] ppid=2660 vsize=10849044 memory=1052 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2724/stat : 2724 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711354854096 139712801929115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2725] ppid=2660 vsize=10849044 memory=5964 CPUtime=4.69 cores=0,2,4,6
/proc/2663/task/2725/stat : 2725 (java) S 2660 2663 30411 0 -1 1077944384 23465 13080 0 0 457 5 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712226359280 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2726] ppid=2660 vsize=10849044 memory=0 CPUtime=4.3 cores=0,2,4,6
/proc/2663/task/2726/stat : 2726 (java) S 2660 2663 30411 0 -1 1077944384 19737 13080 0 0 417 6 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712225306736 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2727] ppid=2660 vsize=10849044 memory=39992 CPUtime=3.8 cores=0,2,4,6
/proc/2663/task/2727/stat : 2727 (java) S 2660 2663 30411 0 -1 1077944384 29400 13080 0 0 366 7 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712224254192 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2728] ppid=2660 vsize=10849044 memory=826800 CPUtime=0.07 cores=0,2,4,6
/proc/2663/task/2728/stat : 2728 (java) S 2660 2663 30411 0 -1 1077944384 3 13080 0 0 0 0 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139711321295456 139712801920725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
[pid=2663/tid=2729] ppid=2660 vsize=10849044 memory=984 CPUtime=1.35 cores=0,2,4,6
/proc/2663/task/2729/stat : 2729 (java) S 2660 2663 30411 0 -1 1077944384 1398 13080 0 0 65 63 4 3 20 0 15 0 417038062 11109421056 206700 33554432000 4194304 4196468 140733134264816 139712223202096 139712801921666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140733134269167 140733134271685 140733134271685 140733134274511 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 826800 KiB

Child status: 143
Real time (s): 2471.34
CPU time (s): 2520.15
CPU user time (s): 2516.44
CPU system time (s): 3.70762
CPU usage (%): 101.975
Max. virtual memory (cumulated for all children) (KiB): 10851992
Max. memory (cumulated for all children) (KiB): 826800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.70762
maximum resident set size= 831056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303572
involuntary context switches= 8547


# summary of solver processes directly reported to runsolver:
#   pid: 2663
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.70762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8305 second user time and 20.6916 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 23:05:28
IDJOB=4396098
IDBENCH=135733
IDSOLVER=2846
FILE ID=node148/4396098-1568408764
RUNJOBID= node148-1568393484-30985
PBS_JOBID= 21701862
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396098-1568408764/watcher-4396098-1568408764 -o /tmp/evaluation-result-4396098-1568408764/solver-4396098-1568408764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1409722601 HOME/instance-4396098-1568408764.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=1409722601

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30795040 kB
MemAvailable:   30995980 kB
Buffers:           47656 kB
Cached:           452128 kB
SwapCached:         3828 kB
Active:          1226120 kB
Inactive:         197904 kB
Active(anon):     921612 kB
Inactive(anon):    43744 kB
Active(file):     304508 kB
Inactive(file):   154160 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004216 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:       1030260 kB
Mapped:            57528 kB
Shmem:             32336 kB
Slab:             144724 kB
SReclaimable:     116216 kB
SUnreclaim:        28508 kB
KernelStack:        3792 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2127156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 23:46:39