Trace number 4293451

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.8 2018-06-13? (TO) 2520.11 2478.74

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f02_c18.xml
MD5SUM9039ba285abc1aa689fd996e152ad038
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 benchmark18.41
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"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.98/0.74	c Concrete v3.8.1528841891564 running
2520.04/2478.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2478.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2478.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2478.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2478.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.04/2478.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.04/2478.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2478.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2478.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2478.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2478.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2478.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2478.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2478.71		at scala.Option.map(Option.scala:146)
2520.04/2478.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2478.71		at concrete.MAC.mac(MAC.scala:203)
2520.04/2478.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2478.71		at scala.util.Try$.apply(Try.scala:209)
2520.04/2478.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2478.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2478.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2478.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2478.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2478.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2478.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2478.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2478.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2478.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2478.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2478.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2478.71		at concrete.ProblemState.map(ProblemState.scala:221)
2520.04/2478.71		at concrete.ProblemState.map(ProblemState.scala:204)
2520.04/2478.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2478.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2478.71		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.04/2478.71		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.04/2478.71		at concrete.Solver.toStream(Solver.scala:68)
2520.04/2478.71		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.04/2478.71		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.04/2478.71		at concrete.Solver.toIterable(Solver.scala:68)
2520.04/2478.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.04/2478.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2478.71		at scala.util.Success.map(Try.scala:209)
2520.04/2478.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2478.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2478.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2478.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2478.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2478.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2478.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2478.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2478.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2478.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2478.71		at scala.App.main(App.scala:76)
2520.04/2478.71		at scala.App.main$(App.scala:74)
2520.04/2478.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2478.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2478.72	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 (7877 MiB free)
  memory of node 1: 16384 MiB (12708 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293451-1532318740/watcher-4293451-1532318740 -o /tmp/evaluation-result-4293451-1532318740/solver-4293451-1532318740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=828866401 HOME/instance-4293451-1532318740.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=9585, runsolver pid=9582
Current StackSize limit: 8192 KiB


[startup+0.102127 s]*
/proc/loadavg: 1.70 1.42 1.42 2/207 9642
/proc/meminfo: memFree=21071756/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 4315 12827 0 0 1 0 4 3 20 0 6 0 49437181 10212057088 4649 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2493178 4649 1932 1 0 2481616 0
[pid=9585/tid=9638] ppid=9582 vsize=9972712 memory=-8384983170502934465 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 2129 12827 0 0 0 0 4 3 20 0 6 0 49437190 10212057088 4714 33554432000 4194304 4196468 140737421673936 139769359827536 139769388012701 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 6 0 49437191 10212057088 4714 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=9972712 memory=140037501118080 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 6 0 49437191 10212057088 4714 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 6 0 49437191 10212057088 4714 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 6 0 49437191 10212057088 4714 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209806 s]*
/proc/loadavg: 1.70 1.42 1.42 3/216 9651
/proc/meminfo: memFree=21052520/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10818856 memory=42024 CPUtime=0.26 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 8341 12827 0 0 17 2 4 3 20 0 15 0 49437181 11078508544 10506 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2704714 10506 2968 1 0 2667149 0
[pid=9585/tid=9638] ppid=9582 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 4879 12827 0 0 10 1 4 3 20 0 15 0 49437190 11078508544 10506 33554432000 4194304 4196468 140737421673936 139769359788432 139769369554335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10818856 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11078508544 10506 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10818856 memory=140037501127919 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11078508544 10506 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11078508544 10506 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437191 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10818856 memory=140037501118080 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437193 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 13 12827 0 0 0 0 4 3 20 0 15 0 49437193 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768369243296 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437193 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768167916272 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11078508544 10506 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 541 12827 0 0 1 0 4 3 20 0 15 0 49437196 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 70 12827 0 0 1 0 4 3 20 0 15 0 49437196 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10818856 memory=140037501118080 CPUtime=0.1 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 634 12827 0 0 3 0 4 3 20 0 15 0 49437196 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11078508544 10506 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10818856 memory=140037501118080 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437197 11078508544 10506 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42024 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.70 1.42 1.42 3/216 9651
/proc/meminfo: memFree=21041976/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10819352 memory=53368 CPUtime=0.37 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 10361 12827 0 0 28 2 4 3 20 0 15 0 49437181 11079016448 13342 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2704838 13342 3099 1 0 2667149 0
[pid=9585/tid=9638] ppid=9582 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 6894 12827 0 0 19 2 4 3 20 0 15 0 49437190 11079016448 13342 33554432000 4194304 4196468 140737421673936 139769359802784 139769372071262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 13342 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 13342 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 13342 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 13 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768369243296 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768167916272 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11079016448 13342 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 541 12827 0 0 1 0 4 3 20 0 15 0 49437196 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 71 12827 0 0 1 0 4 3 20 0 15 0 49437196 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10819352 memory=140037501118080 CPUtime=0.12 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 646 12827 0 0 5 0 4 3 20 0 15 0 49437196 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11079016448 13342 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10819352 memory=140037501118080 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437197 11079016448 13342 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53368 KiB

[startup+0.700745 s]
/proc/loadavg: 1.70 1.42 1.42 3/216 9651
/proc/meminfo: memFree=21029696/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10819352 memory=86588 CPUtime=0.98 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 16791 12827 0 0 87 4 4 3 20 0 15 0 49437181 11079016448 21647 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2704838 21647 3237 1 0 2667149 0
[pid=9585/tid=9638] ppid=9582 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 12316 12827 0 0 56 3 4 3 20 0 15 0 49437190 11079016448 21647 33554432000 4194304 4196468 140737421673936 139769359811600 139769371177605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 21647 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 21647 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10819352 memory=140037341721360 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 21647 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10819352 memory=140037408686676 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437191 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10819352 memory=8368 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 5 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 13 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768369243296 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437193 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768167916272 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11079016448 21647 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10819352 memory=9984 CPUtime=0.14 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 816 12827 0 0 7 0 4 3 20 0 15 0 49437196 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10819352 memory=4008 CPUtime=0.17 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 715 12827 0 0 10 0 4 3 20 0 15 0 49437196 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 724 12827 0 0 13 0 4 3 20 0 15 0 49437196 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11079016448 21647 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437197 11079016448 21647 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86588 KiB

[startup+1.50167 s]
/proc/loadavg: 1.70 1.42 1.42 3/216 9651
/proc/meminfo: memFree=20982504/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10830156 memory=228892 CPUtime=3.12 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 24145 12827 0 0 297 8 4 3 20 0 15 0 49437181 11090079744 57223 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2707539 57223 3447 1 0 2669197 0
[pid=9585/tid=9638] ppid=9582 vsize=10830156 memory=62952 CPUtime=1.44 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 15507 12827 0 0 131 6 4 3 20 0 15 0 49437190 11090079744 57223 33554432000 4194304 4196468 140737421673936 139769359823456 139769388012701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10830156 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 61 12827 0 0 0 0 4 3 20 0 15 0 49437191 11090079744 57223 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10830156 memory=280074683474080 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 324 12827 0 0 0 0 4 3 20 0 15 0 49437191 11090079744 57223 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 13 12827 0 0 0 0 4 3 20 0 15 0 49437191 11090079744 57223 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 5 12827 0 0 0 0 4 3 20 0 15 0 49437191 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 24 12827 0 0 0 0 4 3 20 0 15 0 49437193 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 15 12827 0 0 0 0 4 3 20 0 15 0 49437193 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768369243296 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 2 12827 0 0 0 0 4 3 20 0 15 0 49437193 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768167916272 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10830156 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11090079744 57223 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10830156 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) R 9582 9585 4562 0 -1 4202560 2359 12827 0 0 55 0 4 3 20 0 15 0 49437196 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768658697488 139769372385721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10830156 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) R 9582 9585 4562 0 -1 4202560 1670 12827 0 0 54 0 4 3 20 0 15 0 49437196 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768657651344 139769367683871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10830156 memory=8112282956445269571 CPUtime=0.61 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 1969 12827 0 0 54 0 4 3 20 0 15 0 49437196 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10830156 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11090079744 57223 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10830156 memory=280074683718528 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 1 12827 0 0 0 0 4 3 20 0 15 0 49437197 11090079744 57223 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10830156 KiB

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

/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 338665 12827 0 0 237066 88 4 3 20 0 15 0 49437190 11178180608 790039 33554432000 4194304 4196468 140737421673936 139769359824208 139768997219526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10916192 memory=3159856 CPUtime=7.45 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 31352 12827 0 0 709 29 4 3 20 0 15 0 49437191 11178180608 790039 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10916192 memory=3160156 CPUtime=7.46 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 24060 12827 0 0 712 27 4 3 20 0 15 0 49437191 11178180608 790039 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10916192 memory=3159980 CPUtime=7.47 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 28521 12827 0 0 712 28 4 3 20 0 15 0 49437191 11178180608 790039 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10916192 memory=3159856 CPUtime=7.46 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 22813 12827 0 0 712 27 4 3 20 0 15 0 49437191 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10916192 memory=3159980 CPUtime=2.18 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 34792 12827 0 0 184 27 4 3 20 0 15 0 49437193 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10916192 memory=3159856 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 23 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768369243424 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10916192 memory=3160156 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 12 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768167916288 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10916192 memory=3160156 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790039 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10916192 memory=3160156 CPUtime=7.57 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 45708 12827 0 0 745 5 4 3 20 0 15 0 49437196 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10916192 memory=3159856 CPUtime=8.25 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 60964 12827 0 0 812 6 4 3 20 0 15 0 49437196 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10916192 memory=3160156 CPUtime=3.01 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 43837 12827 0 0 287 7 4 3 20 0 15 0 49437196 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10916192 memory=3160156 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790039 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10916192 memory=1576 CPUtime=1.42 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 2114 12827 0 0 60 75 4 3 20 0 15 0 49437197 11178180608 790039 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 2423.38 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3160156 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.71 1.66 3/215 10232
/proc/meminfo: memFree=15046924/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10916192 memory=3160532 CPUtime=2483.54 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 639977 12827 0 0 248043 304 4 3 20 0 15 0 49437181 11178180608 790133 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2729048 790133 3537 1 0 2690701 0
[pid=9585/tid=9638] ppid=9582 vsize=10916192 memory=3160532 CPUtime=2431.56 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 342061 12827 0 0 243060 89 4 3 20 0 15 0 49437190 11178180608 790133 33554432000 4194304 4196468 140737421673936 139769359824144 139768991287072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10916192 memory=3160532 CPUtime=7.49 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 31659 12827 0 0 713 29 4 3 20 0 15 0 49437191 11178180608 790133 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10916192 memory=3159856 CPUtime=7.51 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 24719 12827 0 0 716 28 4 3 20 0 15 0 49437191 11178180608 790133 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10916192 memory=3160156 CPUtime=7.51 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 28630 12827 0 0 716 28 4 3 20 0 15 0 49437191 11178180608 790133 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10916192 memory=3160532 CPUtime=7.5 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 22904 12827 0 0 716 27 4 3 20 0 15 0 49437191 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10916192 memory=3160532 CPUtime=2.2 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 35112 12827 0 0 185 28 4 3 20 0 15 0 49437193 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10916192 memory=3160532 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 23 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768369243424 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10916192 memory=3160532 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 12 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768167916288 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10916192 memory=3160532 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790133 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10916192 memory=280074683450048 CPUtime=7.57 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 45710 12827 0 0 745 5 4 3 20 0 15 0 49437196 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10916192 memory=0 CPUtime=8.26 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 60972 12827 0 0 813 6 4 3 20 0 15 0 49437196 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10916192 memory=3160532 CPUtime=3.01 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 43840 12827 0 0 287 7 4 3 20 0 15 0 49437196 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10916192 memory=3160532 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790133 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10916192 memory=3160532 CPUtime=1.46 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 2140 12827 0 0 62 77 4 3 20 0 15 0 49437197 11178180608 790133 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 2483.54 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3160532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.7 s]
/proc/loadavg: 1.74 1.72 1.66 3/215 10233
/proc/meminfo: memFree=15042812/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10916192 memory=3160712 CPUtime=2520.04 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 644322 12827 0 0 251691 306 4 3 20 0 15 0 49437181 11178180608 790178 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2729048 790178 3537 1 0 2690701 0
[pid=9585/tid=9638] ppid=9582 vsize=10916192 memory=1428 CPUtime=2467.92 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 344526 12827 0 0 246696 89 4 3 20 0 15 0 49437190 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769359824160 139768999199925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.51 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 31899 12827 0 0 715 29 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.53 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 24905 12827 0 0 718 28 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.54 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 29065 12827 0 0 719 28 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10916192 memory=3160532 CPUtime=7.53 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 23564 12827 0 0 719 27 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10916192 memory=3160532 CPUtime=2.21 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 35431 12827 0 0 186 28 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10916192 memory=3160552 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 23 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768369243424 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10916192 memory=3160712 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 12 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768167916288 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10916192 memory=3160712 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.57 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 45712 12827 0 0 745 5 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10916192 memory=3160712 CPUtime=8.26 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 60974 12827 0 0 813 6 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10916192 memory=1200 CPUtime=3.01 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 43842 12827 0 0 287 7 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10916192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10916192 memory=3160712 CPUtime=1.49 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 2174 12827 0 0 63 79 4 3 20 0 15 0 49437197 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3160712 KiB

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

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

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

[startup+2478.7 s]
/proc/loadavg: 1.74 1.72 1.66 3/215 10233
/proc/meminfo: memFree=15042812/32770624 swapFree=67108860/67108860
[pid=9585] ppid=9582 vsize=10916192 memory=3160712 CPUtime=2520.04 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 4562 0 -1 1077944320 644322 12827 0 0 251691 306 4 3 20 0 15 0 49437181 11178180608 790178 33554432000 4194304 4196468 140737421673936 140737421656480 139769387990775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
/proc/9585/statm: 2729048 790178 3537 1 0 2690701 0
[pid=9585/tid=9638] ppid=9582 vsize=10916192 memory=1428 CPUtime=2467.92 cores=1,3,5,7
/proc/9585/task/9638/stat : 9638 (java) R 9582 9585 4562 0 -1 4202560 344526 12827 0 0 246696 89 4 3 20 0 15 0 49437190 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769359824160 139768999199925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9639] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.51 cores=1,3,5,7
/proc/9585/task/9639/stat : 9639 (java) S 9582 9585 4562 0 -1 1077944384 31899 12827 0 0 715 29 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769392233488 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9640] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.53 cores=1,3,5,7
/proc/9585/task/9640/stat : 9640 (java) S 9582 9585 4562 0 -1 1077944384 24905 12827 0 0 718 28 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769310985360 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9641] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.54 cores=1,3,5,7
/proc/9585/task/9641/stat : 9641 (java) S 9582 9585 4562 0 -1 1077944384 29065 12827 0 0 719 28 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139769309932304 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9642] ppid=9582 vsize=10916192 memory=3160532 CPUtime=7.53 cores=1,3,5,7
/proc/9585/task/9642/stat : 9642 (java) S 9582 9585 4562 0 -1 1077944384 23564 12827 0 0 719 27 4 3 20 0 15 0 49437191 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768959523728 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9643] ppid=9582 vsize=10916192 memory=3160532 CPUtime=2.21 cores=1,3,5,7
/proc/9585/task/9643/stat : 9643 (java) S 9582 9585 4562 0 -1 1077944384 35431 12827 0 0 186 28 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768659769584 139769388001922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9644] ppid=9582 vsize=10916192 memory=3160552 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9644/stat : 9644 (java) S 9582 9585 4562 0 -1 1077944384 23 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768369243424 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9645] ppid=9582 vsize=10916192 memory=3160712 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9645/stat : 9645 (java) S 9582 9585 4562 0 -1 1077944384 12 12827 0 0 0 0 4 3 20 0 15 0 49437193 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768167916288 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9646] ppid=9582 vsize=10916192 memory=3160712 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9646/stat : 9646 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139767927625680 139769388009371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9647] ppid=9582 vsize=10916192 memory=3160712 CPUtime=7.57 cores=1,3,5,7
/proc/9585/task/9647/stat : 9647 (java) S 9582 9585 4562 0 -1 1077944384 45712 12827 0 0 745 5 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768658717424 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9648] ppid=9582 vsize=10916192 memory=3160712 CPUtime=8.26 cores=1,3,5,7
/proc/9585/task/9648/stat : 9648 (java) S 9582 9585 4562 0 -1 1077944384 60974 12827 0 0 813 6 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768657664880 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9649] ppid=9582 vsize=10916192 memory=1200 CPUtime=3.01 cores=1,3,5,7
/proc/9585/task/9649/stat : 9649 (java) S 9582 9585 4562 0 -1 1077944384 43842 12827 0 0 287 7 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768656611824 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9650] ppid=9582 vsize=10916192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9585/task/9650/stat : 9650 (java) S 9582 9585 4562 0 -1 1077944384 3 12827 0 0 0 0 4 3 20 0 15 0 49437196 11178180608 790178 33554432000 4194304 4196468 140737421673936 139767894068064 139769388000981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
[pid=9585/tid=9651] ppid=9582 vsize=10916192 memory=3160712 CPUtime=1.49 cores=1,3,5,7
/proc/9585/task/9651/stat : 9651 (java) S 9582 9585 4562 0 -1 1077944384 2174 12827 0 0 63 79 4 3 20 0 15 0 49437197 11178180608 790178 33554432000 4194304 4196468 140737421673936 139768655559216 139769388001922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36175872 140737421679215 140737421682012 140737421682012 140737421684687 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3160712 KiB

Child status: 143
Real time (s): 2478.74
CPU time (s): 2520.11
CPU user time (s): 2516.99
CPU system time (s): 3.12054
CPU usage (%): 101.669
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 3160712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.99
system time used= 3.12054
maximum resident set size= 3164932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660901
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99218
involuntary context switches= 3509


# summary of solver processes directly reported to runsolver:
#   pid: 9585
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.99
#   total CPU system time (s): 3.12054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7256 second user time and 24.6247 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 06:05:40
IDJOB=4293451
IDBENCH=141177
IDSOLVER=2750
FILE ID=node136/4293451-1532318740
RUNJOBID= node136-1532296223-4594
PBS_JOBID= 21018988
Free space on /tmp= 57084 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293451-1532318740/watcher-4293451-1532318740 -o /tmp/evaluation-result-4293451-1532318740/solver-4293451-1532318740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=828866401 HOME/instance-4293451-1532318740.xml

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

MD5SUM BENCH= 9039ba285abc1aa689fd996e152ad038
RANDOM SEED=828866401

node136.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.50
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.50
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.50
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.50
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:        21080072 kB
MemAvailable:   31129848 kB
Buffers:          259492 kB
Cached:          9993992 kB
SwapCached:            0 kB
Active:          2055752 kB
Inactive:        9059792 kB
Active(anon):     865016 kB
Inactive(anon):    16916 kB
Active(file):    1190736 kB
Inactive(file):  9042876 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26916 kB
Writeback:            52 kB
AnonPages:        869564 kB
Mapped:            49764 kB
Shmem:             17036 kB
Slab:             272112 kB
SReclaimable:     244624 kB
SUnreclaim:        27488 kB
KernelStack:        3536 kB
PageTables:         6892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1814372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 06:46:59