Trace number 4295966

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)181 2520.08 2486.73

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
8.88/4.30	o 293
9.53/4.56	o 282
9.53/4.56	o 265
9.53/4.56	o 264
9.53/4.56	o 259
11.71/5.63	o 258
11.71/5.64	o 257
11.71/5.64	o 256
11.71/5.68	o 255
11.71/5.68	o 254
11.98/5.70	o 248
11.98/5.74	o 244
12.20/5.81	o 239
12.20/5.81	o 233
12.20/5.81	o 232
12.20/5.81	o 225
12.35/5.92	o 224
34.83/26.48	o 221
78.06/68.37	o 219
78.06/68.37	o 215
78.06/68.39	o 214
78.17/68.44	o 210
78.17/68.45	o 209
78.37/68.62	o 208
78.37/68.69	o 206
78.37/68.69	o 204
78.87/68.91	o 202
79.81/69.81	o 200
85.12/74.96	o 198
500.89/482.74	o 192
500.89/482.74	o 189
500.89/482.75	o 186
505.28/486.94	o 184
508.07/489.60	o 183
1644.49/1617.46	o 181
2520.04/2486.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2486.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2486.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2486.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2486.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2486.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2486.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2486.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2486.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2486.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2486.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2486.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2486.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2486.71		at scala.Option.map(Option.scala:146)
2520.04/2486.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2486.71		at concrete.MAC.mac(MAC.scala:203)
2520.04/2486.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2486.71		at scala.util.Try$.apply(Try.scala:209)
2520.04/2486.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2486.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2486.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2486.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2486.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2486.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2486.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2486.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2486.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2486.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2486.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2486.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2486.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2486.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2486.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2486.71		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2486.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2486.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2486.71		at scala.util.Success.map(Try.scala:209)
2520.04/2486.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2486.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2486.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2486.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2486.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2486.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2486.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2486.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2486.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2486.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2486.71		at scala.App.main(App.scala:76)
2520.04/2486.71		at scala.App.main$(App.scala:74)
2520.04/2486.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2486.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2486.72	v <instantiation cost="181">
2520.04/2486.72	v       <list>
2520.04/2486.72	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34]
2520.04/2486.72	v       </list>
2520.04/2486.72	v       <values>
2520.04/2486.72	v         15 10 3 7 8 5 2 0 4 11 16 17 25 26 27 31 28 29 33 34 30 21 22 24 1 6 12 13 14 18 19 32 23 20 9 4 4 5 1 5 2 2 3 4 3 2 8 1 2 3 5 1 4 3 4 8 5 6 29 4 8 1 3 6 4 14 7 5 8 7
2520.04/2486.72	v       </values>
2520.04/2486.72	v     </instantiation>
2520.04/2486.72	s SATISFIABLE

Verifier Data

OK	181

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

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

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

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


[startup+0.10014 s]*
/proc/loadavg: 1.37 1.39 1.41 4/206 10348
/proc/meminfo: memFree=12354904/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=9972712 memory=18324 CPUtime=0.09 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 4214 13245 0 0 1 0 5 3 20 0 6 0 77994651 10212057088 4581 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2493178 4581 1930 1 0 2481616 0
[pid=10291/tid=10344] ppid=10288 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 2039 13245 0 0 0 0 5 3 20 0 6 0 77994661 10212057088 4581 33554432000 4194304 4196468 140736756278576 139984280777296 139984308962461 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=9972712 memory=5793855373024307641 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 6 0 77994661 10212057088 4581 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=9972712 memory=140122014414464 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 6 0 77994661 10212057088 4581 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 6 0 77994661 10212057088 4581 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 6 0 77994661 10212057088 4581 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210172 s]*
/proc/loadavg: 1.37 1.39 1.41 3/215 10357
/proc/meminfo: memFree=12329836/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10818904 memory=44688 CPUtime=0.26 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 7358 13245 0 0 16 2 5 3 20 0 15 0 77994651 11078557696 11172 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2704726 11172 2956 1 0 2667149 0
[pid=10291/tid=10344] ppid=10288 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 4102 13245 0 0 10 1 5 3 20 0 15 0 77994661 11078557696 11370 33554432000 4194304 4196468 140736756278576 139984280748608 139984289216295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10818904 memory=4211973848219205002 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11078557696 11370 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10818904 memory=140122014414464 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11078557696 11370 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994661 11078557696 11370 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11078557696 11370 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994663 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 33 13245 0 0 0 0 5 3 20 0 15 0 77994663 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983766623136 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994663 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983184716784 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11078557696 11370 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 533 13245 0 0 0 0 5 3 20 0 15 0 77994666 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 65 13245 0 0 1 0 5 3 20 0 15 0 77994666 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10818904 memory=140122014414464 CPUtime=0.11 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 620 13245 0 0 3 0 5 3 20 0 15 0 77994666 11078557696 11370 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11078557696 11436 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10818904 memory=140122014414464 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994667 11078557696 11436 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44688 KiB

[startup+0.310123 s]*
/proc/loadavg: 1.37 1.39 1.41 3/215 10357
/proc/meminfo: memFree=12317804/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10819352 memory=56976 CPUtime=0.39 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 10302 13245 0 0 28 3 5 3 20 0 15 0 77994651 11079016448 14244 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2704838 14244 3075 1 0 2667149 0
[pid=10291/tid=10344] ppid=10288 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 6837 13245 0 0 19 2 5 3 20 0 15 0 77994661 11079016448 14244 33554432000 4194304 4196468 140736756278576 139984280752544 139984289215865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 14244 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 14244 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 14244 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 14244 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10819352 memory=140122014414463 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 33 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983766623136 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10819352 memory=140122014414464 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983184716784 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11079016448 14244 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 535 13245 0 0 1 0 5 3 20 0 15 0 77994666 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 65 13245 0 0 1 0 5 3 20 0 15 0 77994666 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 630 13245 0 0 5 0 5 3 20 0 15 0 77994666 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11079016448 14244 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994667 11079016448 14244 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56976 KiB

[startup+0.70081 s]
/proc/loadavg: 1.37 1.39 1.41 3/215 10357
/proc/meminfo: memFree=12307136/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10819352 memory=89068 CPUtime=0.99 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 16411 13245 0 0 87 4 5 3 20 0 15 0 77994651 11079016448 22267 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2704838 22267 3244 1 0 2667149 0
[pid=10291/tid=10344] ppid=10288 vsize=10819352 memory=23220 CPUtime=0.67 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 11933 13245 0 0 56 3 5 3 20 0 15 0 77994661 11079016448 22267 33554432000 4194304 4196468 140736756278576 139984280763536 139984308962461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10819352 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 22267 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10819352 memory=140121899049457 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 22267 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10819352 memory=140123308032889 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 22267 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10819352 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994661 11079016448 22267 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10819352 memory=7157735280213842257 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 6 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10819352 memory=7739276948478388840 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 33 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983766623136 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10819352 memory=5787218246971642213 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994663 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983184716784 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11079016448 22267 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10819352 memory=8326441112149131693 CPUtime=0.17 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 1077 13245 0 0 9 0 5 3 20 0 15 0 77994666 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10819352 memory=-8990767739041718176 CPUtime=0.15 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 479 13245 0 0 7 0 5 3 20 0 15 0 77994666 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 683 13245 0 0 13 0 5 3 20 0 15 0 77994666 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10819352 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11079016448 22267 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994667 11079016448 22267 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89068 KiB

[startup+1.50069 s]
/proc/loadavg: 1.37 1.39 1.41 6/215 10357
/proc/meminfo: memFree=12261796/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10834252 memory=180252 CPUtime=2.36 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 23884 13245 0 0 218 10 5 3 20 0 15 0 77994651 11094274048 45063 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2708563 45063 3468 1 0 2670221 0
[pid=10291/tid=10344] ppid=10288 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 17289 13245 0 0 130 5 5 3 20 0 15 0 77994661 11094274048 45063 33554432000 4194304 4196468 140736756278576 139984280770384 139984289215922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10834252 memory=102516 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 59 13245 0 0 0 0 5 3 20 0 15 0 77994661 11094274048 45063 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 33 13245 0 0 0 0 5 3 20 0 15 0 77994661 11094274048 45063 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 28 13245 0 0 1 0 5 3 20 0 15 0 77994661 11094274048 45063 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 185 13245 0 0 0 0 5 3 20 0 15 0 77994661 11094274048 45063 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 61 13245 0 0 1 0 5 3 20 0 15 0 77994663 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 34 13245 0 0 0 0 5 3 20 0 15 0 77994663 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983766623200 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10834252 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994663 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983184716784 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10834252 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11094274048 45063 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10834252 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 1231 13245 0 0 23 1 5 3 20 0 15 0 77994666 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10834252 memory=184570515349132 CPUtime=0.33 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 1520 13245 0 0 25 0 5 3 20 0 15 0 77994666 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10834252 memory=442164 CPUtime=0.4 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 1249 13245 0 0 32 0 5 3 20 0 15 0 77994666 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11094274048 45063 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10834252 memory=4638778402627666016 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 1 13245 0 0 0 0 5 3 20 0 15 0 77994667 11094274048 45063 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 79369 13245 0 0 236672 28 5 3 20 0 15 0 77994661 11178180608 149537 33554432000 4194304 4196468 140736756278576 139984280775648 139983884401164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.38 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 7904 13245 0 0 599 31 5 3 20 0 15 0 77994661 11178180608 149537 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.36 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 9185 13245 0 0 595 33 5 3 20 0 15 0 77994661 11178180608 149537 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.37 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 8354 13245 0 0 597 32 5 3 20 0 15 0 77994661 11178180608 149537 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.37 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 11204 13245 0 0 597 32 5 3 20 0 15 0 77994661 11178180608 149537 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.25 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 10170 13245 0 0 585 32 5 3 20 0 15 0 77994663 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10916192 memory=7450756250170320749 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 39 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983766623264 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 4 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983184716800 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10916192 memory=598148 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 149537 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10916192 memory=598148 CPUtime=5.98 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 28934 13245 0 0 584 6 5 3 20 0 15 0 77994666 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.25 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 29655 13245 0 0 611 6 5 3 20 0 15 0 77994666 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10916192 memory=4140 CPUtime=3.14 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 26139 13245 0 0 299 7 5 3 20 0 15 0 77994666 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 149537 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10916192 memory=598148 CPUtime=1.3 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 815 13245 0 0 61 61 5 3 20 0 15 0 77994667 11178180608 149537 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 2414.86 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 598148 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.34 1.38 3/216 10585
/proc/meminfo: memFree=11324148/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10916192 memory=598240 CPUtime=2475.32 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 214813 13245 0 0 247292 232 5 3 20 0 15 0 77994651 11178180608 149560 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2729048 149560 3524 1 0 2690701 0
[pid=10291/tid=10344] ppid=10288 vsize=10916192 memory=598148 CPUtime=2426.69 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 79744 13245 0 0 242632 29 5 3 20 0 15 0 77994661 11178180608 149560 33554432000 4194304 4196468 140736756278576 139984280775280 139983885531803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10916192 memory=598240 CPUtime=6.54 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 7922 13245 0 0 614 32 5 3 20 0 15 0 77994661 11178180608 149560 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.53 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 9197 13245 0 0 611 34 5 3 20 0 15 0 77994661 11178180608 149560 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.54 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 8696 13245 0 0 613 33 5 3 20 0 15 0 77994661 11178180608 149560 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.53 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 11267 13245 0 0 613 32 5 3 20 0 15 0 77994661 11178180608 149560 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.41 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 10202 13245 0 0 600 33 5 3 20 0 15 0 77994663 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10916192 memory=598148 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 39 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983766623264 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10916192 memory=598148 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 4 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983184716800 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10916192 memory=598148 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 149560 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10916192 memory=598148 CPUtime=5.98 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 28934 13245 0 0 584 6 5 3 20 0 15 0 77994666 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10916192 memory=598148 CPUtime=6.25 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 29655 13245 0 0 611 6 5 3 20 0 15 0 77994666 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10916192 memory=598148 CPUtime=3.14 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 26139 13245 0 0 299 7 5 3 20 0 15 0 77994666 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10916192 memory=598240 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 149560 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10916192 memory=598148 CPUtime=1.33 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 821 13245 0 0 63 62 5 3 20 0 15 0 77994667 11178180608 149560 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 2475.32 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 598240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.7 s]
/proc/loadavg: 1.38 1.34 1.38 3/215 10586
/proc/meminfo: memFree=11338680/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10916192 memory=600292 CPUtime=2520.04 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 215378 13245 0 0 251761 235 5 3 20 0 15 0 77994651 11178180608 150073 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2729048 150073 3524 1 0 2690701 0
[pid=10291/tid=10344] ppid=10288 vsize=10916192 memory=600292 CPUtime=2470.8 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 80025 13245 0 0 247043 29 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984280770128 139983886007716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.66 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 7943 13245 0 0 626 32 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10916192 memory=600288 CPUtime=6.64 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 9208 13245 0 0 622 34 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.65 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 8703 13245 0 0 623 34 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10916192 memory=4140 CPUtime=6.66 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 11314 13245 0 0 625 33 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.52 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 10388 13245 0 0 611 33 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10916192 memory=23308 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 39 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983766623264 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 4 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983184716800 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10916192 memory=600288 CPUtime=5.98 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 28936 13245 0 0 584 6 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.25 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 29657 13245 0 0 611 6 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10916192 memory=280243798158768 CPUtime=3.14 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 26141 13245 0 0 299 7 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10916192 memory=600292 CPUtime=1.36 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 827 13245 0 0 65 63 5 3 20 0 15 0 77994667 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 600292 KiB

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

[startup+2486.73 s]
# the end of solver process 10291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.69 s, system=2.39528 s

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

[startup+2486.7 s]
/proc/loadavg: 1.38 1.34 1.38 3/215 10586
/proc/meminfo: memFree=11338680/32770624 swapFree=67108860/67108860
[pid=10291] ppid=10288 vsize=10916192 memory=600292 CPUtime=2520.04 cores=1,3,5,7
/proc/10291/stat : 10291 (java) S 10288 10291 6157 0 -1 1077944320 215378 13245 0 0 251761 235 5 3 20 0 15 0 77994651 11178180608 150073 33554432000 4194304 4196468 140736756278576 140736756261120 139984308940535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
/proc/10291/statm: 2729048 150073 3524 1 0 2690701 0
[pid=10291/tid=10344] ppid=10288 vsize=10916192 memory=600292 CPUtime=2470.8 cores=1,3,5,7
/proc/10291/task/10344/stat : 10344 (java) R 10288 10291 6157 0 -1 4202560 80025 13245 0 0 247043 29 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984280770128 139983886007716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10345] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.66 cores=1,3,5,7
/proc/10291/task/10345/stat : 10345 (java) S 10288 10291 6157 0 -1 1077944384 7943 13245 0 0 626 32 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984313182992 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10346] ppid=10288 vsize=10916192 memory=600288 CPUtime=6.64 cores=1,3,5,7
/proc/10291/task/10346/stat : 10346 (java) S 10288 10291 6157 0 -1 1077944384 9208 13245 0 0 622 34 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984201456528 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10347] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.65 cores=1,3,5,7
/proc/10291/task/10347/stat : 10347 (java) S 10288 10291 6157 0 -1 1077944384 8703 13245 0 0 623 34 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984200403984 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10348] ppid=10288 vsize=10916192 memory=4140 CPUtime=6.66 cores=1,3,5,7
/proc/10291/task/10348/stat : 10348 (java) S 10288 10291 6157 0 -1 1077944384 11314 13245 0 0 625 33 5 3 20 0 15 0 77994661 11178180608 150073 33554432000 4194304 4196468 140736756278576 139984199351440 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10349] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.52 cores=1,3,5,7
/proc/10291/task/10349/stat : 10349 (java) S 10288 10291 6157 0 -1 1077944384 10388 13245 0 0 611 33 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983767676912 139984308951682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10350] ppid=10288 vsize=10916192 memory=23308 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10350/stat : 10350 (java) S 10288 10291 6157 0 -1 1077944384 39 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983766623264 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10351] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10351/stat : 10351 (java) S 10288 10291 6157 0 -1 1077944384 4 13245 0 0 0 0 5 3 20 0 15 0 77994663 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983184716800 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10352] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10352/stat : 10352 (java) S 10288 10291 6157 0 -1 1077944384 2 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139982849173712 139984308959131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10353] ppid=10288 vsize=10916192 memory=600288 CPUtime=5.98 cores=1,3,5,7
/proc/10291/task/10353/stat : 10353 (java) S 10288 10291 6157 0 -1 1077944384 28936 13245 0 0 584 6 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983733066224 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10354] ppid=10288 vsize=10916192 memory=600292 CPUtime=6.25 cores=1,3,5,7
/proc/10291/task/10354/stat : 10354 (java) S 10288 10291 6157 0 -1 1077944384 29657 13245 0 0 611 6 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983732013680 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10355] ppid=10288 vsize=10916192 memory=280243798158768 CPUtime=3.14 cores=1,3,5,7
/proc/10291/task/10355/stat : 10355 (java) S 10288 10291 6157 0 -1 1077944384 26141 13245 0 0 299 7 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983730961136 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10356] ppid=10288 vsize=10916192 memory=600292 CPUtime=0.08 cores=1,3,5,7
/proc/10291/task/10356/stat : 10356 (java) S 10288 10291 6157 0 -1 1077944384 3 13245 0 0 0 0 5 3 20 0 15 0 77994666 11178180608 150073 33554432000 4194304 4196468 140736756278576 139982580739168 139984308950741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
[pid=10291/tid=10357] ppid=10288 vsize=10916192 memory=600292 CPUtime=1.36 cores=1,3,5,7
/proc/10291/task/10357/stat : 10357 (java) S 10288 10291 6157 0 -1 1077944384 827 13245 0 0 65 63 5 3 20 0 15 0 77994667 11178180608 150073 33554432000 4194304 4196468 140736756278576 139983729908016 139984308951682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37195776 140736756279918 140736756282716 140736756282716 140736756285391 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 600292 KiB

Child status: 143
Real time (s): 2486.73
CPU time (s): 2520.08
CPU user time (s): 2517.69
CPU system time (s): 2.39528
CPU usage (%): 101.341
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 613188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.69
system time used= 2.39528
maximum resident set size= 613700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229742
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200770
involuntary context switches= 6103


# summary of solver processes directly reported to runsolver:
#   pid: 10291
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.69
#   total CPU system time (s): 2.39528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1272 second user time and 19.8037 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 13:25:15
IDJOB=4295966
IDBENCH=141624
IDSOLVER=2750
FILE ID=node107/4295966-1532604314
RUNJOBID= node107-1532598730-8939
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

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

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=1084530193

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12360688 kB
MemAvailable:   31321396 kB
Buffers:          296972 kB
Cached:         18781788 kB
SwapCached:            0 kB
Active:          4902836 kB
Inactive:       14838272 kB
Active(anon):     665148 kB
Inactive(anon):    25036 kB
Active(file):    4237688 kB
Inactive(file): 14813236 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:        668952 kB
Mapped:            53904 kB
Shmem:             25228 kB
Slab:             365580 kB
SReclaimable:     338244 kB
SUnreclaim:        27336 kB
KernelStack:        3504 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1678420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

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