Trace number 4304746

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)104 2520.05 2491.32

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.98/0.74	c Concrete v3.9.2.1532736233296 running
7.30/3.75	o 248
7.30/3.77	o 245
7.30/3.78	o 244
7.54/3.81	o 241
7.54/3.82	o 240
7.54/3.86	o 239
7.81/3.94	o 213
7.81/3.95	o 209
7.81/3.95	o 205
7.81/3.96	o 201
7.81/3.97	o 200
7.81/3.99	o 194
7.81/4.00	o 193
8.18/4.01	o 180
8.52/4.19	o 172
8.81/4.27	o 168
8.81/4.28	o 167
9.12/4.31	o 166
9.12/4.32	o 159
9.44/4.48	o 155
9.44/4.49	o 152
9.78/4.50	o 144
9.78/4.51	o 141
11.35/5.29	o 139
11.54/5.32	o 130
11.54/5.33	o 127
11.54/5.33	o 124
11.54/5.34	o 119
11.54/5.34	o 117
11.54/5.36	o 114
11.54/5.36	o 110
25.71/17.37	o 108
27.50/19.08	o 105
49.10/39.98	o 104
2520.00/2491.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2491.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2491.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2491.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2491.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2491.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2491.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2491.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2491.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2491.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2491.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2491.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.00/2491.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2491.30		at scala.Option.map(Option.scala:146)
2520.00/2491.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2491.30		at concrete.MAC.mac(MAC.scala:203)
2520.00/2491.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2491.30		at scala.util.Try$.apply(Try.scala:209)
2520.00/2491.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2491.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2491.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2491.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2491.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2491.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2491.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2491.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2491.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2491.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2491.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2491.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2491.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2491.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2491.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2491.31		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2491.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2491.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2491.31		at scala.util.Success.map(Try.scala:209)
2520.00/2491.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2491.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2491.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2491.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2491.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2491.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2491.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2491.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2491.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2491.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2491.31		at scala.App.main(App.scala:76)
2520.00/2491.31		at scala.App.main$(App.scala:74)
2520.00/2491.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2491.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2491.31	v <instantiation cost="104">
2520.00/2491.31	v       <list>
2520.00/2491.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] 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.00/2491.31	v       </list>
2520.00/2491.31	v       <values>
2520.00/2491.31	v         12 10 8 6 5 3 2 0 1 4 7 13 15 14 16 17 19 18 11 9 6 4 8 6 4 2 2 7 4 8 8 1 2 3 4 4 12 7 5 7
2520.00/2491.31	v       </values>
2520.00/2491.31	v     </instantiation>
2520.00/2491.31	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 (10775 MiB free)
  memory of node 1: 16384 MiB (6721 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304746-1534148270/watcher-4304746-1534148270 -o /tmp/evaluation-result-4304746-1534148270/solver-4304746-1534148270 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1958807035 -superng HOME/instance-4304746-1534148270.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=18281, runsolver pid=18278

[startup+0.100127 s]*
/proc/loadavg: 1.73 1.58 1.51 5/209 18338
/proc/meminfo: memFree=17909420/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 4357 13254 0 0 1 0 4 3 20 0 6 0 232390244 10245611520 4203 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2501370 4203 1934 1 0 2489808 0
[pid=18281/tid=18334] ppid=18278 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 2196 13254 0 0 1 0 4 3 20 0 6 0 232390253 10245611520 4269 33554432000 4194304 4196468 140728398513264 140214745379408 140214757623164 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 6 0 232390253 10245611520 4269 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=10005480 memory=139765902034560 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 6 0 232390253 10245611520 4269 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 6 0 232390253 10245611520 4269 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 6 0 232390253 10245611520 4269 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.73 1.58 1.51 3/218 18347
/proc/meminfo: memFree=17884088/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=10982744 memory=44380 CPUtime=0.25 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 7833 13254 0 0 16 2 4 3 20 0 15 0 232390244 11246329856 11095 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2745686 11095 2941 1 0 2708109 0
[pid=18281/tid=18334] ppid=18278 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 4568 13254 0 0 10 1 4 3 20 0 15 0 232390253 11246329856 11293 33554432000 4194304 4196468 140728398513264 140214745338688 140214766259799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=10982744 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246329856 11293 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=10982744 memory=3474719896317019808 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246329856 11293 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246329856 11293 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246329856 11293 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=10982744 memory=139765902034560 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246329856 11359 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 13 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246329856 11359 33554432000 4194304 4196468 140728398513264 140213636555936 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390256 11246329856 11359 33554432000 4194304 4196468 140728398513264 140213435228912 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246329856 11359 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 437 13254 0 0 1 0 4 3 20 0 15 0 232390258 11246329856 11359 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 186 13254 0 0 1 0 4 3 20 0 15 0 232390258 11246329856 11359 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=10982744 memory=139765902034560 CPUtime=0.09 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 612 13254 0 0 2 0 4 3 20 0 15 0 232390258 11246329856 11359 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246329856 11359 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=10982744 memory=139765902034560 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390259 11246329856 11359 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44380 KiB

[startup+0.310289 s]*
/proc/loadavg: 1.73 1.58 1.51 6/218 18347
/proc/meminfo: memFree=17857592/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=10983192 memory=56080 CPUtime=0.38 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 10593 13254 0 0 28 3 4 3 20 0 15 0 232390244 11246788608 14020 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2745798 14020 3060 1 0 2708109 0
[pid=18281/tid=18334] ppid=18278 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 7123 13254 0 0 19 2 4 3 20 0 15 0 232390253 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214745354656 140214758708286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 13 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246788608 14020 33554432000 4194304 4196468 140728398513264 140213636555936 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390256 11246788608 14020 33554432000 4194304 4196468 140728398513264 140213435228912 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246788608 14020 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 437 13254 0 0 1 0 4 3 20 0 15 0 232390258 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 191 13254 0 0 1 0 4 3 20 0 15 0 232390258 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=10983192 memory=139765902034560 CPUtime=0.11 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 618 13254 0 0 4 0 4 3 20 0 15 0 232390258 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246788608 14020 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=10983192 memory=139765902034560 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390259 11246788608 14020 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56080 KiB

[startup+0.70073 s]
/proc/loadavg: 1.73 1.58 1.51 5/218 18347
/proc/meminfo: memFree=17845188/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=10983192 memory=88576 CPUtime=0.98 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 16762 13254 0 0 87 4 4 3 20 0 15 0 232390244 11246788608 22144 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2745798 22144 3238 1 0 2708109 0
[pid=18281/tid=18334] ppid=18278 vsize=10983192 memory=279531504291776 CPUtime=0.65 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 12170 13254 0 0 56 2 4 3 20 0 15 0 232390253 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214745363472 140214773564573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=10983192 memory=279531504291968 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=10983192 memory=279531504093200 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=10983192 memory=279531504575648 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=10983192 memory=139765752146160 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 2 13254 0 0 0 0 4 3 20 0 15 0 232390253 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=10983192 memory=139766825747030 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 5 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=10983192 memory=1136 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 13 13254 0 0 0 0 4 3 20 0 15 0 232390255 11246788608 22144 33554432000 4194304 4196468 140728398513264 140213636555936 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=10983192 memory=7014751519616751185 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390256 11246788608 22144 33554432000 4194304 4196468 140728398513264 140213435228912 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=10983192 memory=7523098613374281554 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246788608 22144 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=10983192 memory=6154282490091891024 CPUtime=0.13 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 835 13254 0 0 6 0 4 3 20 0 15 0 232390258 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 843 13254 0 0 10 0 4 3 20 0 15 0 232390258 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) R 18278 18281 15790 0 -1 4202560 687 13254 0 0 13 0 4 3 20 0 15 0 232390258 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214195337712 140214773563994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=10983192 memory=3824 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11246788608 22144 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390259 11246788608 22144 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88576 KiB

[startup+1.50079 s]
/proc/loadavg: 1.73 1.58 1.51 5/218 18347
/proc/meminfo: memFree=17776472/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=10998092 memory=179508 CPUtime=2.26 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 24128 13254 0 0 210 9 4 3 20 0 15 0 232390244 11262046208 44877 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2749523 44877 3466 1 0 2711181 0
[pid=18281/tid=18334] ppid=18278 vsize=10998092 memory=4872558044660077418 CPUtime=1.42 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 17974 13254 0 0 130 5 4 3 20 0 15 0 232390253 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214745372672 140214758909380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=10998092 memory=166056 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 18 13254 0 0 1 0 4 3 20 0 15 0 232390253 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=10998092 memory=13884 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 176 13254 0 0 1 0 4 3 20 0 15 0 232390253 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 61 13254 0 0 1 0 4 3 20 0 15 0 232390253 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 42 13254 0 0 1 0 4 3 20 0 15 0 232390253 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=10998092 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 52 13254 0 0 1 0 4 3 20 0 15 0 232390255 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 15 13254 0 0 0 0 4 3 20 0 15 0 232390255 11262046208 44877 33554432000 4194304 4196468 140728398513264 140213636556000 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 1 13254 0 0 0 0 4 3 20 0 15 0 232390256 11262046208 44877 33554432000 4194304 4196468 140728398513264 140213435228928 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=10998092 memory=279531504564064 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11262046208 44877 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=10998092 memory=-7522837583129502606 CPUtime=0.24 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 1029 13254 0 0 17 0 4 3 20 0 15 0 232390258 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=10998092 memory=6944656592452807323 CPUtime=0.31 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 1313 13254 0 0 24 0 4 3 20 0 15 0 232390258 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=10998092 memory=6944656591801719708 CPUtime=0.37 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 1242 13254 0 0 30 0 4 3 20 0 15 0 232390258 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=10998092 memory=-7233780906022716832 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11262046208 44877 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=10998092 memory=-7384994779157077936 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390259 11262046208 44877 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 84707 13254 0 0 237150 22 4 3 20 0 15 0 232390253 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214745377104 140214338276846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=11080032 memory=591548 CPUtime=4.54 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 10026 13254 0 0 424 23 4 3 20 0 15 0 232390253 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=11080032 memory=591596 CPUtime=4.52 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 11904 13254 0 0 422 23 4 3 20 0 15 0 232390253 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=11080032 memory=591596 CPUtime=4.52 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 13084 13254 0 0 420 25 4 3 20 0 15 0 232390253 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=11080032 memory=593644 CPUtime=4.52 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 10911 13254 0 0 420 25 4 3 20 0 15 0 232390253 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=11080032 memory=591548 CPUtime=4.13 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 10229 13254 0 0 383 23 4 3 20 0 15 0 232390255 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=11080032 memory=593644 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 16 13254 0 0 0 0 4 3 20 0 15 0 232390255 11345952768 148411 33554432000 4194304 4196468 140728398513264 140213636556064 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=11080032 memory=593644 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 8 13254 0 0 0 0 4 3 20 0 15 0 232390256 11345952768 148411 33554432000 4194304 4196468 140728398513264 140213435228928 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=11080032 memory=279528283258005 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148411 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=11080032 memory=593644 CPUtime=6.56 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 32061 13254 0 0 642 7 4 3 20 0 15 0 232390258 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=11080032 memory=593644 CPUtime=5.9 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 28472 13254 0 0 578 5 4 3 20 0 15 0 232390258 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=11080032 memory=593644 CPUtime=3.17 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 36760 13254 0 0 305 5 4 3 20 0 15 0 232390258 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=11080032 memory=8912 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148411 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=11080032 memory=15196 CPUtime=1.31 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 775 13254 0 0 65 59 4 3 20 0 15 0 232390259 11345952768 148411 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 2410.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 593644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.44 1.38 3/219 18427
/proc/meminfo: memFree=17150756/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=11080032 memory=593672 CPUtime=2470.74 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 241785 13254 0 0 246878 189 4 3 20 0 15 0 232390244 11345952768 148418 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2770008 148418 3525 1 0 2731661 0
[pid=18281/tid=18334] ppid=18278 vsize=11080032 memory=593672 CPUtime=2431.57 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 85020 13254 0 0 243128 22 4 3 20 0 15 0 232390253 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214745376832 140214336298996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=11080032 memory=164 CPUtime=4.64 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 10101 13254 0 0 434 23 4 3 20 0 15 0 232390253 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=11080032 memory=593672 CPUtime=4.63 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 11911 13254 0 0 432 24 4 3 20 0 15 0 232390253 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=11080032 memory=593672 CPUtime=4.62 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 13103 13254 0 0 430 25 4 3 20 0 15 0 232390253 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=11080032 memory=3824 CPUtime=4.62 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 10921 13254 0 0 430 25 4 3 20 0 15 0 232390253 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=11080032 memory=593672 CPUtime=4.22 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 10412 13254 0 0 392 23 4 3 20 0 15 0 232390255 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=11080032 memory=593672 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 16 13254 0 0 0 0 4 3 20 0 15 0 232390255 11345952768 148418 33554432000 4194304 4196468 140728398513264 140213636556064 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=11080032 memory=593672 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 8 13254 0 0 0 0 4 3 20 0 15 0 232390256 11345952768 148418 33554432000 4194304 4196468 140728398513264 140213435228928 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=11080032 memory=3824 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148418 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=11080032 memory=593672 CPUtime=6.56 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 32063 13254 0 0 642 7 4 3 20 0 15 0 232390258 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=11080032 memory=593672 CPUtime=5.9 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 28474 13254 0 0 578 5 4 3 20 0 15 0 232390258 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=11080032 memory=593672 CPUtime=3.17 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 36762 13254 0 0 305 5 4 3 20 0 15 0 232390258 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148418 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=11080032 memory=593672 CPUtime=1.34 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 792 13254 0 0 66 61 4 3 20 0 15 0 232390259 11345952768 148418 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 2470.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 593672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.3 s]
/proc/loadavg: 1.32 1.39 1.37 5/218 18559
/proc/meminfo: memFree=17266008/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=11080032 memory=593720 CPUtime=2520 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 242910 13254 0 0 251801 192 4 3 20 0 15 0 232390244 11345952768 148430 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2770008 148430 3525 1 0 2731661 0
[pid=18281/tid=18334] ppid=18278 vsize=11080032 memory=593720 CPUtime=2480.38 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 85454 13254 0 0 248008 23 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214745377104 140214337034472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.73 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 10135 13254 0 0 443 23 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.72 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 11994 13254 0 0 440 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.71 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 13449 13254 0 0 439 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.71 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 10928 13254 0 0 439 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=11080032 memory=6791534058613427641 CPUtime=4.3 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 10612 13254 0 0 399 24 4 3 20 0 15 0 232390255 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=11080032 memory=593720 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 16 13254 0 0 0 0 4 3 20 0 15 0 232390255 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213636556064 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=11080032 memory=593720 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 8 13254 0 0 0 0 4 3 20 0 15 0 232390256 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213435228928 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=11080032 memory=279531504754640 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=11080032 memory=593720 CPUtime=6.56 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 32065 13254 0 0 642 7 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=11080032 memory=593720 CPUtime=5.9 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 28476 13254 0 0 578 5 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=11080032 memory=593720 CPUtime=3.17 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 36764 13254 0 0 305 5 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=11080032 memory=593720 CPUtime=1.37 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 807 13254 0 0 68 62 4 3 20 0 15 0 232390259 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 593720 KiB

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

[startup+2491.32 s]
# the end of solver process 18281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.08 s, system=1.96879 s

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

[startup+2491.3 s]
/proc/loadavg: 1.32 1.39 1.37 5/218 18559
/proc/meminfo: memFree=17266008/32770624 swapFree=67108688/67108860
[pid=18281] ppid=18278 vsize=11080032 memory=593720 CPUtime=2520 cores=0,2,4,6
/proc/18281/stat : 18281 (java) S 18278 18281 15790 0 -1 1077944320 242910 13254 0 0 251801 192 4 3 20 0 15 0 232390244 11345952768 148430 33554432000 4194304 4196468 140728398513264 140728398495808 140214773542647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
/proc/18281/statm: 2770008 148430 3525 1 0 2731661 0
[pid=18281/tid=18334] ppid=18278 vsize=11080032 memory=593720 CPUtime=2480.38 cores=0,2,4,6
/proc/18281/task/18334/stat : 18334 (java) R 18278 18281 15790 0 -1 4202560 85454 13254 0 0 248008 23 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214745377104 140214337034472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18335] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.73 cores=0,2,4,6
/proc/18281/task/18335/stat : 18335 (java) S 18278 18281 15790 0 -1 1077944384 10135 13254 0 0 443 23 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214777785360 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18336] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.72 cores=0,2,4,6
/proc/18281/task/18336/stat : 18336 (java) S 18278 18281 15790 0 -1 1077944384 11994 13254 0 0 440 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214648433808 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18337] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.71 cores=0,2,4,6
/proc/18281/task/18337/stat : 18337 (java) S 18278 18281 15790 0 -1 1077944384 13449 13254 0 0 439 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214647380752 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18338] ppid=18278 vsize=11080032 memory=593720 CPUtime=4.71 cores=0,2,4,6
/proc/18281/task/18338/stat : 18338 (java) S 18278 18281 15790 0 -1 1077944384 10928 13254 0 0 439 25 4 3 20 0 15 0 232390253 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214646328208 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18339] ppid=18278 vsize=11080032 memory=6791534058613427641 CPUtime=4.3 cores=0,2,4,6
/proc/18281/task/18339/stat : 18339 (java) S 18278 18281 15790 0 -1 1077944384 10612 13254 0 0 399 24 4 3 20 0 15 0 232390255 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214198495472 140214773553794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18340] ppid=18278 vsize=11080032 memory=593720 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18340/stat : 18340 (java) S 18278 18281 15790 0 -1 1077944384 16 13254 0 0 0 0 4 3 20 0 15 0 232390255 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213636556064 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18341] ppid=18278 vsize=11080032 memory=593720 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18341/stat : 18341 (java) S 18278 18281 15790 0 -1 1077944384 8 13254 0 0 0 0 4 3 20 0 15 0 232390256 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213435228928 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18342] ppid=18278 vsize=11080032 memory=279531504754640 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18342/stat : 18342 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140213127829456 140214773561243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18343] ppid=18278 vsize=11080032 memory=593720 CPUtime=6.56 cores=0,2,4,6
/proc/18281/task/18343/stat : 18343 (java) S 18278 18281 15790 0 -1 1077944384 32065 13254 0 0 642 7 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214197443312 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18344] ppid=18278 vsize=11080032 memory=593720 CPUtime=5.9 cores=0,2,4,6
/proc/18281/task/18344/stat : 18344 (java) S 18278 18281 15790 0 -1 1077944384 28476 13254 0 0 578 5 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214196390768 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18345] ppid=18278 vsize=11080032 memory=593720 CPUtime=3.17 cores=0,2,4,6
/proc/18281/task/18345/stat : 18345 (java) S 18278 18281 15790 0 -1 1077944384 36764 13254 0 0 305 5 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214195337712 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18346] ppid=18278 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18281/task/18346/stat : 18346 (java) S 18278 18281 15790 0 -1 1077944384 3 13254 0 0 0 0 4 3 20 0 15 0 232390258 11345952768 148430 33554432000 4194304 4196468 140728398513264 140212697033568 140214773552853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
[pid=18281/tid=18347] ppid=18278 vsize=11080032 memory=593720 CPUtime=1.37 cores=0,2,4,6
/proc/18281/task/18347/stat : 18347 (java) S 18278 18281 15790 0 -1 1077944384 807 13254 0 0 68 62 4 3 20 0 15 0 232390259 11345952768 148430 33554432000 4194304 4196468 140728398513264 140214194285104 140214773553794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21839872 140728398518883 140728398521692 140728398521692 140728398524367 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 593720 KiB

Child status: 143
Real time (s): 2491.32
CPU time (s): 2520.05
CPU user time (s): 2518.08
CPU system time (s): 1.96879
CPU usage (%): 101.153
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 606632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.08
system time used= 1.96879
maximum resident set size= 609204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151277
involuntary context switches= 7293


# summary of solver processes directly reported to runsolver:
#   pid: 18281
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.08
#   total CPU system time (s): 1.96879

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2777 second user time and 22.6693 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 10:17:50
IDJOB=4304746
IDBENCH=141631
IDSOLVER=2781
FILE ID=node134/4304746-1534148270
RUNJOBID= node134-1534138334-16507
PBS_JOBID= 21037013
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304746-1534148270/watcher-4304746-1534148270 -o /tmp/evaluation-result-4304746-1534148270/solver-4304746-1534148270 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1958807035 -superng HOME/instance-4304746-1534148270.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=1958807035

node134.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.68
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.68
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.68
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.68
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:        17917468 kB
MemAvailable:   31620412 kB
Buffers:          218588 kB
Cached:         13633008 kB
SwapCached:           52 kB
Active:          4823628 kB
Inactive:        9368700 kB
Active(anon):     289688 kB
Inactive(anon):   103128 kB
Active(file):    4533940 kB
Inactive(file):  9265572 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             52932 kB
Writeback:             0 kB
AnonPages:        330904 kB
Mapped:            68568 kB
Shmem:             49652 kB
Slab:             360032 kB
SReclaimable:     331892 kB
SUnreclaim:        28140 kB
KernelStack:        3872 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1656264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-13 10:59:22