Trace number 4304911

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.07 2482.55

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f01_c18.xml
MD5SUM835bf91cf13c47564ae451efb141e04e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.3852
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size43
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":36,"count":336},{"size":43,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
2520.00/2482.51	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2482.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2482.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2482.51		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2482.51		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.00/2482.51		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.00/2482.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2482.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2482.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2482.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2482.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2482.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.00/2482.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2482.51		at scala.Option.map(Option.scala:146)
2520.00/2482.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2482.51		at concrete.MAC.mac(MAC.scala:203)
2520.00/2482.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2482.51		at scala.util.Try$.apply(Try.scala:209)
2520.00/2482.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2482.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2482.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2482.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2482.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2482.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2482.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2482.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2482.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2482.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2482.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2482.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2482.51		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2482.51		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2482.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2482.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2482.51		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.00/2482.51		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.00/2482.51		at concrete.Solver.toStream(Solver.scala:68)
2520.00/2482.51		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.00/2482.51		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.00/2482.51		at concrete.Solver.toIterable(Solver.scala:68)
2520.00/2482.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.00/2482.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2482.51		at scala.util.Success.map(Try.scala:209)
2520.00/2482.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2482.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2482.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2482.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2482.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2482.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2482.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2482.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2482.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2482.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2482.51		at scala.App.main(App.scala:76)
2520.00/2482.51		at scala.App.main$(App.scala:74)
2520.00/2482.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2482.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2482.52	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304911-1534056424/watcher-4304911-1534056424 -o /tmp/evaluation-result-4304911-1534056424/solver-4304911-1534056424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23575 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=399396718 HOME/instance-4304911-1534056424.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
Current StackSize limit: 8192 KiB

solver pid=26721, runsolver pid=26718

[startup+0.10009 s]*
/proc/loadavg: 1.45 1.57 1.53 3/206 26778
/proc/meminfo: memFree=27948384/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=10005480 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 4255 13113 0 0 1 0 5 3 20 0 6 0 223205539 10245611520 4648 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2501370 4648 1934 1 0 2489808 0
[pid=26721/tid=26774] ppid=26718 vsize=10005480 memory=4279135703946986127 CPUtime=0.09 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 2063 13113 0 0 1 0 5 3 20 0 6 0 223205548 10245611520 4648 33554432000 4194304 4196468 140727433080320 139993978499664 139994006684829 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 223205549 10245611520 4648 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=10005480 memory=140459601966720 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 223205549 10245611520 4648 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 223205549 10245611520 4648 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 6 0 223205549 10245611520 4648 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.20999 s]*
/proc/loadavg: 1.45 1.57 1.53 3/215 26787
/proc/meminfo: memFree=27924832/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=10982776 memory=46252 CPUtime=0.26 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 7795 13113 0 0 17 1 5 3 20 0 15 0 223205539 11246362624 11563 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2745694 11563 2951 1 0 2708117 0
[pid=26721/tid=26774] ppid=26718 vsize=10983736 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 4391 13113 0 0 11 0 5 3 20 0 15 0 223205548 11247345664 11629 33554432000 4194304 4196468 140727433080320 139993978487712 139993999342621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11247345664 11629 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=10983736 memory=140459601966720 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11247345664 11629 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11247345664 11695 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205549 11247345664 11695 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=10983736 memory=140459601966720 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205550 11247345664 11695 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 223205551 11247345664 11695 33554432000 4194304 4196468 140727433080320 139992848393376 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205551 11247345664 11761 33554432000 4194304 4196468 140727433080320 139992647066352 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11247345664 11761 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=10983736 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 430 13113 0 0 1 0 5 3 20 0 15 0 223205554 11247345664 11761 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=10983736 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 184 13113 0 0 1 0 5 3 20 0 15 0 223205554 11247345664 11761 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=10983736 memory=140459601966720 CPUtime=0.11 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 616 13113 0 0 3 0 5 3 20 0 15 0 223205554 11247345664 11761 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11247345664 11827 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=10983736 memory=140459601966720 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205554 11247345664 11827 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 46252 KiB

[startup+0.310351 s]*
/proc/loadavg: 1.45 1.57 1.53 3/215 26787
/proc/meminfo: memFree=27913212/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=10983192 memory=56952 CPUtime=0.39 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 10294 13113 0 0 29 2 5 3 20 0 15 0 223205539 11246788608 14238 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2745798 14238 3070 1 0 2708109 0
[pid=26721/tid=26774] ppid=26718 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 6843 13113 0 0 20 1 5 3 20 0 15 0 223205548 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993978452432 139993990743390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 14238 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205550 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 223205551 11246788608 14238 33554432000 4194304 4196468 140727433080320 139992848393376 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205551 11246788608 14238 33554432000 4194304 4196468 140727433080320 139992647066352 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) R 26718 26721 22159 0 -1 4202560 430 13113 0 0 1 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 185 13113 0 0 1 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) R 26718 26721 22159 0 -1 4202560 622 13113 0 0 5 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993429248496 139994006684250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 14238 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56952 KiB

[startup+0.700752 s]
/proc/loadavg: 1.45 1.57 1.53 3/215 26787
/proc/meminfo: memFree=27902544/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=10983192 memory=89156 CPUtime=0.99 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 16395 13113 0 0 88 3 5 3 20 0 15 0 223205539 11246788608 22289 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2745798 22289 3238 1 0 2708109 0
[pid=26721/tid=26774] ppid=26718 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 11873 13113 0 0 57 2 5 3 20 0 15 0 223205548 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993978483728 139993990743390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 22289 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=10983192 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205549 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 223205550 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 223205551 11246788608 22289 33554432000 4194304 4196468 140727433080320 139992848393376 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205551 11246788608 22289 33554432000 4194304 4196468 140727433080320 139992647066352 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=10983192 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 1037 13113 0 0 9 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 592 13113 0 0 7 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 674 13113 0 0 13 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205554 11246788608 22289 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89156 KiB

[startup+1.50081 s]
/proc/loadavg: 1.41 1.56 1.53 4/215 26787
/proc/meminfo: memFree=27857328/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=10993996 memory=231852 CPUtime=3.14 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 24314 13113 0 0 297 9 5 3 20 0 15 0 223205539 11257851904 57963 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2748499 57963 3467 1 0 2710157 0
[pid=26721/tid=26774] ppid=26718 vsize=10993996 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 15122 13113 0 0 130 6 5 3 20 0 15 0 223205548 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993978497744 139993990743390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 10 13113 0 0 0 0 5 3 20 0 15 0 223205549 11257851904 57963 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 20 13113 0 0 0 0 5 3 20 0 15 0 223205549 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 350 13113 0 0 0 0 5 3 20 0 15 0 223205549 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 38 13113 0 0 0 0 5 3 20 0 15 0 223205549 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=10993996 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 94 13113 0 0 0 0 5 3 20 0 15 0 223205550 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=10993996 memory=280918912739584 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 25 13113 0 0 0 0 5 3 20 0 15 0 223205551 11257851904 57963 33554432000 4194304 4196468 140727433080320 139992848393440 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 223205551 11257851904 57963 33554432000 4194304 4196468 140727433080320 139992647066368 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=10993996 memory=1084 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=10993996 memory=1600 CPUtime=0.65 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) R 26718 26721 22159 0 -1 4202560 2587 13113 0 0 57 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993431344016 139993988206222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=10993996 memory=7952 CPUtime=0.58 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) R 26718 26721 22159 0 -1 4202560 1775 13113 0 0 50 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993430286496 139993990073856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=10993996 memory=4088 CPUtime=0.63 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 2098 13113 0 0 55 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=10993996 memory=1784 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=10993996 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 223205554 11257851904 57963 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 10993996 KiB

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

/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 381764 13113 0 0 237261 87 5 3 20 0 15 0 223205548 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993978497120 139993539352576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=11080032 memory=3133984 CPUtime=6.21 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 28844 13113 0 0 591 22 5 3 20 0 15 0 223205549 11345952768 783496 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=11080032 memory=3133984 CPUtime=6.17 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 29868 13113 0 0 585 24 5 3 20 0 15 0 223205549 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=11080032 memory=3133356 CPUtime=6.22 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 30420 13113 0 0 591 23 5 3 20 0 15 0 223205549 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=11080032 memory=2257 CPUtime=6.17 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 23146 13113 0 0 585 24 5 3 20 0 15 0 223205549 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=11080032 memory=3984 CPUtime=1.84 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 33395 13113 0 0 154 22 5 3 20 0 15 0 223205550 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=11080032 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 30 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783496 33554432000 4194304 4196468 140727433080320 139992848393440 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=11080032 memory=15292 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783496 33554432000 4194304 4196468 140727433080320 139992647066368 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=11080032 memory=33504 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=11080032 memory=3133984 CPUtime=7.78 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 52081 13113 0 0 765 5 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=11080032 memory=3133356 CPUtime=7.71 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 55785 13113 0 0 755 8 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=11080032 memory=3133984 CPUtime=3.03 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 47539 13113 0 0 288 7 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=11080032 memory=3133984 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=11080032 memory=3133984 CPUtime=1.46 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 2753 13113 0 0 68 70 5 3 20 0 15 0 223205554 11345952768 783496 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 2419.54 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3133984 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.58 1.58 3/215 27010
/proc/meminfo: memFree=22266048/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=11080032 memory=3133992 CPUtime=2479.7 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 692031 13113 0 0 247686 276 5 3 20 0 15 0 223205539 11345952768 783498 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2770008 783498 3536 1 0 2731661 0
[pid=26721/tid=26774] ppid=26718 vsize=11080032 memory=3133992 CPUtime=2433.51 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 384453 13113 0 0 243256 87 5 3 20 0 15 0 223205548 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993978496432 139993551441296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=11080032 memory=3133988 CPUtime=6.25 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 28923 13113 0 0 595 22 5 3 20 0 15 0 223205549 11345952768 783498 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=11080032 memory=3133988 CPUtime=6.21 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 29985 13113 0 0 589 24 5 3 20 0 15 0 223205549 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=11080032 memory=3133988 CPUtime=6.26 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 31474 13113 0 0 595 23 5 3 20 0 15 0 223205549 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=11080032 memory=3133988 CPUtime=6.21 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 23319 13113 0 0 589 24 5 3 20 0 15 0 223205549 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=11080032 memory=3133988 CPUtime=1.85 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 33480 13113 0 0 155 22 5 3 20 0 15 0 223205550 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=11080032 memory=3133988 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 30 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783498 33554432000 4194304 4196468 140727433080320 139992848393440 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=11080032 memory=3133992 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783498 33554432000 4194304 4196468 140727433080320 139992647066368 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=11080032 memory=3133992 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=11080032 memory=1784 CPUtime=7.78 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 52083 13113 0 0 765 5 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=11080032 memory=3133988 CPUtime=7.71 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 55787 13113 0 0 755 8 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=11080032 memory=3133988 CPUtime=3.03 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 47541 13113 0 0 288 7 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=11080032 memory=3133992 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=11080032 memory=3133992 CPUtime=1.49 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 2759 13113 0 0 70 71 5 3 20 0 15 0 223205554 11345952768 783498 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 2479.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3133992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.5 s]
/proc/loadavg: 1.65 1.62 1.59 3/215 27012
/proc/meminfo: memFree=22267248/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=11080032 memory=3132968 CPUtime=2520 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 695898 13113 0 0 251715 277 5 3 20 0 15 0 223205539 11345952768 783242 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2770008 783242 3536 1 0 2731661 0
[pid=26721/tid=26774] ppid=26718 vsize=11080032 memory=3132968 CPUtime=2473.68 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 386905 13113 0 0 247273 87 5 3 20 0 15 0 223205548 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993978496400 139993551441318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.28 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 29001 13113 0 0 598 22 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.23 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 30610 13113 0 0 591 24 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.28 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 31653 13113 0 0 597 23 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.24 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 23489 13113 0 0 592 24 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=11080032 memory=3132968 CPUtime=1.86 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 33807 13113 0 0 156 22 5 3 20 0 15 0 223205550 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=11080032 memory=1084 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 30 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992848393440 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=11080032 memory=3132968 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992647066368 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=11080032 memory=1168 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=11080032 memory=3132968 CPUtime=7.78 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 52084 13113 0 0 765 5 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=11080032 memory=3132968 CPUtime=7.71 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 55787 13113 0 0 755 8 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=11080032 memory=3132968 CPUtime=3.03 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 47542 13113 0 0 288 7 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=11080032 memory=3132968 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=11080032 memory=3132968 CPUtime=1.52 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 2793 13113 0 0 72 72 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3132968 KiB

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

[startup+2482.55 s]
# the end of solver process 26721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.23 s, system=2.83642 s

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

[startup+2482.5 s]
/proc/loadavg: 1.65 1.62 1.59 3/215 27012
/proc/meminfo: memFree=22267248/32770624 swapFree=67108804/67108860
[pid=26721] ppid=26718 vsize=11080032 memory=3132968 CPUtime=2520 cores=1,3,5,7
/proc/26721/stat : 26721 (java) S 26718 26721 22159 0 -1 1077944320 695898 13113 0 0 251715 277 5 3 20 0 15 0 223205539 11345952768 783242 33554432000 4194304 4196468 140727433080320 140727433062864 139994006662903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
/proc/26721/statm: 2770008 783242 3536 1 0 2731661 0
[pid=26721/tid=26774] ppid=26718 vsize=11080032 memory=3132968 CPUtime=2473.68 cores=1,3,5,7
/proc/26721/task/26774/stat : 26774 (java) R 26718 26721 22159 0 -1 4202560 386905 13113 0 0 247273 87 5 3 20 0 15 0 223205548 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993978496400 139993551441318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26775] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.28 cores=1,3,5,7
/proc/26721/task/26775/stat : 26775 (java) S 26718 26721 22159 0 -1 1077944384 29001 13113 0 0 598 22 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139994010905616 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26776] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.23 cores=1,3,5,7
/proc/26721/task/26776/stat : 26776 (java) S 26718 26721 22159 0 -1 1077944384 30610 13113 0 0 591 24 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993865624720 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26777] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.28 cores=1,3,5,7
/proc/26721/task/26777/stat : 26777 (java) S 26718 26721 22159 0 -1 1077944384 31653 13113 0 0 597 23 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993864571664 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26778] ppid=26718 vsize=11080032 memory=3132968 CPUtime=6.24 cores=1,3,5,7
/proc/26721/task/26778/stat : 26778 (java) S 26718 26721 22159 0 -1 1077944384 23489 13113 0 0 592 24 5 3 20 0 15 0 223205549 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993863519120 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26779] ppid=26718 vsize=11080032 memory=3132968 CPUtime=1.86 cores=1,3,5,7
/proc/26721/task/26779/stat : 26779 (java) S 26718 26721 22159 0 -1 1077944384 33807 13113 0 0 156 22 5 3 20 0 15 0 223205550 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993432406256 139994006674050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26780] ppid=26718 vsize=11080032 memory=1084 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26780/stat : 26780 (java) S 26718 26721 22159 0 -1 1077944384 30 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992848393440 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26781] ppid=26718 vsize=11080032 memory=3132968 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26781/stat : 26781 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205551 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992647066368 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26782] ppid=26718 vsize=11080032 memory=1168 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26782/stat : 26782 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139992339666896 139994006681499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26783] ppid=26718 vsize=11080032 memory=3132968 CPUtime=7.78 cores=1,3,5,7
/proc/26721/task/26783/stat : 26783 (java) S 26718 26721 22159 0 -1 1077944384 52084 13113 0 0 765 5 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993431354096 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26784] ppid=26718 vsize=11080032 memory=3132968 CPUtime=7.71 cores=1,3,5,7
/proc/26721/task/26784/stat : 26784 (java) S 26718 26721 22159 0 -1 1077944384 55787 13113 0 0 755 8 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993430301552 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26785] ppid=26718 vsize=11080032 memory=3132968 CPUtime=3.03 cores=1,3,5,7
/proc/26721/task/26785/stat : 26785 (java) S 26718 26721 22159 0 -1 1077944384 47542 13113 0 0 288 7 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993429248496 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26786] ppid=26718 vsize=11080032 memory=3132968 CPUtime=0.08 cores=1,3,5,7
/proc/26721/task/26786/stat : 26786 (java) S 26718 26721 22159 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139991908871008 139994006673109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
[pid=26721/tid=26787] ppid=26718 vsize=11080032 memory=3132968 CPUtime=1.52 cores=1,3,5,7
/proc/26721/task/26787/stat : 26787 (java) S 26718 26721 22159 0 -1 1077944384 2793 13113 0 0 72 72 5 3 20 0 15 0 223205554 11345952768 783242 33554432000 4194304 4196468 140727433080320 139993428195888 139994006674050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10293248 140727433087597 140727433090396 140727433090396 140727433093071 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3132968 KiB

Child status: 143
Real time (s): 2482.55
CPU time (s): 2520.07
CPU user time (s): 2517.23
CPU system time (s): 2.83642
CPU usage (%): 101.511
Max. virtual memory (cumulated for all children) (KiB): 11082728
Max. memory (cumulated for all children) (KiB): 3133992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.23
system time used= 2.83642
maximum resident set size= 3135400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93057
involuntary context switches= 3002


# summary of solver processes directly reported to runsolver:
#   pid: 26721
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.23
#   total CPU system time (s): 2.83642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4777 second user time and 24.0508 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 08:47:04
IDJOB=4304911
IDBENCH=141182
IDSOLVER=2780
FILE ID=node105/4304911-1534056424
RUNJOBID= node105-1534040018-23575
PBS_JOBID= 21036966
Free space on /tmp= 40704 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304911-1534056424/watcher-4304911-1534056424 -o /tmp/evaluation-result-4304911-1534056424/solver-4304911-1534056424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23575 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=399396718 HOME/instance-4304911-1534056424.xml

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

MD5SUM BENCH= 835bf91cf13c47564ae451efb141e04e
RANDOM SEED=399396718

node105.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.32
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.32
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.32
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.32
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:        27956664 kB
MemAvailable:   31262248 kB
Buffers:          115324 kB
Cached:          3447420 kB
SwapCached:           16 kB
Active:          2429724 kB
Inactive:        1829188 kB
Active(anon):     648616 kB
Inactive(anon):   100520 kB
Active(file):    1781108 kB
Inactive(file):  1728668 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26816 kB
Writeback:             0 kB
AnonPages:        724004 kB
Mapped:            63156 kB
Shmem:             49748 kB
Slab:             251024 kB
SReclaimable:     223284 kB
SUnreclaim:        27740 kB
KernelStack:        3808 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1814480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40676 MiB
End job on node105 at 2018-08-12 09:28:26