Trace number 4304903

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.06 2476.84

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304903-1534056145/watcher-4304903-1534056145 -o /tmp/evaluation-result-4304903-1534056145/solver-4304903-1534056145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534039158-26716 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=450428200 HOME/instance-4304903-1534056145.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=29757, runsolver pid=29754
Current StackSize limit: 8192 KiB


[startup+0.100182 s]*
/proc/loadavg: 1.21 1.38 1.46 3/206 29814
/proc/meminfo: memFree=15253948/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=10005480 memory=16808 CPUtime=0.09 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 4353 13008 0 0 1 0 5 3 20 0 6 0 223177670 10245611520 4202 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2501370 4202 1934 1 0 2489808 0
[pid=29757/tid=29810] ppid=29754 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 2164 13008 0 0 0 0 5 3 20 0 6 0 223177679 10245611520 4202 33554432000 4194304 4196468 140731170256224 139803644482128 139803656768932 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 223177680 10245611520 4202 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=10005480 memory=139890389300864 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 223177680 10245611520 4202 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 223177680 10245611520 4202 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 6 0 223177680 10245611520 4202 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209848 s]*
/proc/loadavg: 1.21 1.38 1.46 3/215 29823
/proc/meminfo: memFree=15229836/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=10982744 memory=44912 CPUtime=0.26 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 7946 13008 0 0 17 1 5 3 20 0 15 0 223177670 11246329856 11228 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2745686 11228 2949 1 0 2708109 0
[pid=29757/tid=29810] ppid=29754 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 4532 13008 0 0 10 1 5 3 20 0 15 0 223177679 11246329856 11228 33554432000 4194304 4196468 140731170256224 139803644437792 139803652921127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=10982744 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=10982744 memory=288370266541012608 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=10982744 memory=139890389300864 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177681 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246329856 11294 33554432000 4194304 4196468 140731170256224 139802474178208 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246329856 11294 33554432000 4194304 4196468 140731170256224 139802326328560 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246329856 11294 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 356 13008 0 0 1 0 5 3 20 0 15 0 223177685 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 258 13008 0 0 1 0 5 3 20 0 15 0 223177685 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=10982744 memory=139890389300864 CPUtime=0.11 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 608 13008 0 0 3 0 5 3 20 0 15 0 223177685 11246329856 11294 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246329856 11360 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=10982744 memory=139890389300864 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246329856 11360 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44912 KiB

[startup+0.310089 s]*
/proc/loadavg: 1.21 1.38 1.46 3/215 29823
/proc/meminfo: memFree=15218176/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=10983192 memory=56144 CPUtime=0.39 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 10590 13008 0 0 28 3 5 3 20 0 15 0 223177670 11246788608 14036 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2745798 14036 3068 1 0 2708109 0
[pid=29757/tid=29810] ppid=29754 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 7140 13008 0 0 19 2 5 3 20 0 15 0 223177679 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803644457376 139803654208931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177681 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246788608 14036 33554432000 4194304 4196468 140731170256224 139802474178208 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246788608 14036 33554432000 4194304 4196468 140731170256224 139802326328560 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 359 13008 0 0 1 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 260 13008 0 0 1 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=10983192 memory=139890389300864 CPUtime=0.13 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 614 13008 0 0 5 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=10983192 memory=139890389300864 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 14036 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56144 KiB

[startup+0.700761 s]
/proc/loadavg: 1.21 1.38 1.46 3/215 29823
/proc/meminfo: memFree=15207508/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=10983192 memory=88416 CPUtime=0.99 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 16766 13008 0 0 87 4 5 3 20 0 15 0 223177670 11246788608 22104 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2745798 22104 3244 1 0 2708109 0
[pid=29757/tid=29810] ppid=29754 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 12277 13008 0 0 55 3 5 3 20 0 15 0 223177679 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803644468368 139803656725854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=10983192 memory=139890239091472 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=10983192 memory=139891379798612 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177680 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=10983192 memory=5776 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 5 13008 0 0 0 0 5 3 20 0 15 0 223177681 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=10983192 memory=7662705889289527641 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246788608 22104 33554432000 4194304 4196468 140731170256224 139802474178208 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=10983192 memory=6082220498109623144 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177682 11246788608 22104 33554432000 4194304 4196468 140731170256224 139802326328560 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=10983192 memory=12708 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=10983192 memory=33384 CPUtime=0.17 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 970 13008 0 0 9 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=10983192 memory=2324 CPUtime=0.15 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 612 13008 0 0 7 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=10983192 memory=1584 CPUtime=0.21 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 688 13008 0 0 13 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=10983192 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=10983192 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177685 11246788608 22104 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88416 KiB

[startup+1.50077 s]
/proc/loadavg: 1.21 1.38 1.46 3/215 29823
/proc/meminfo: memFree=15163472/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=10993996 memory=232304 CPUtime=3.12 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 24724 13008 0 0 296 8 5 3 20 0 15 0 223177670 11257851904 58076 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2748499 58076 3457 1 0 2710157 0
[pid=29757/tid=29810] ppid=29754 vsize=10993996 memory=65068 CPUtime=1.44 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 15456 13008 0 0 131 5 5 3 20 0 15 0 223177679 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803644478096 139803656725854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 38 13008 0 0 0 0 5 3 20 0 15 0 223177680 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=10993996 memory=279780478214304 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177680 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 50 13008 0 0 0 0 5 3 20 0 15 0 223177680 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 335 13008 0 0 0 0 5 3 20 0 15 0 223177680 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 30 13008 0 0 0 0 5 3 20 0 15 0 223177681 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 223177682 11257851904 58076 33554432000 4194304 4196468 140731170256224 139802474178208 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 223177682 11257851904 58076 33554432000 4194304 4196468 140731170256224 139802326328560 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=10993996 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=10993996 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) R 29754 29757 25584 0 -1 4202560 2047 13008 0 0 55 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803096787600 139803654166743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=10993996 memory=10 CPUtime=0.6 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) R 29754 29757 25584 0 -1 4202560 2591 13008 0 0 52 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803095732432 139803654166563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=10993996 memory=6791534058613427641 CPUtime=0.62 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 1964 13008 0 0 54 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=10993996 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=10993996 memory=279780478458752 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 223177685 11257851904 58076 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10993996 KiB

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

/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 293566 13008 0 0 236981 88 5 3 20 0 15 0 223177679 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803644478912 139803222224560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=11080032 memory=12708 CPUtime=8.21 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 29617 13008 0 0 780 33 5 3 20 0 15 0 223177680 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=11080032 memory=33416 CPUtime=8.17 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 29289 13008 0 0 774 35 5 3 20 0 15 0 223177680 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=11080032 memory=1168 CPUtime=8.19 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 24444 13008 0 0 778 33 5 3 20 0 15 0 223177680 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=11080032 memory=1808 CPUtime=8.2 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 25325 13008 0 0 781 31 5 3 20 0 15 0 223177680 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=11080032 memory=1020 CPUtime=2.34 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 35067 13008 0 0 199 27 5 3 20 0 15 0 223177681 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=11080032 memory=5776 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 25 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 789652 33554432000 4194304 4196468 140731170256224 139802474178272 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=11080032 memory=2324 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 789652 33554432000 4194304 4196468 140731170256224 139802326328576 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=11080032 memory=1584 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=11080032 memory=496 CPUtime=7.73 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 56434 13008 0 0 759 6 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=11080032 memory=928 CPUtime=7.78 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 50044 13008 0 0 764 6 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=11080032 memory=1992 CPUtime=2.98 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 40246 13008 0 0 284 6 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=11080032 memory=2236 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=11080032 memory=1992 CPUtime=1.51 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 2127 13008 0 0 63 80 5 3 20 0 15 0 223177685 11345952768 789652 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 2425.27 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3158608 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.62 1.54 3/216 30300
/proc/meminfo: memFree=9853812/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=11080032 memory=3167024 CPUtime=2485.43 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 593267 13008 0 0 248208 327 5 3 20 0 15 0 223177670 11345952768 791756 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2770008 791756 3535 1 0 2731661 0
[pid=29757/tid=29810] ppid=29754 vsize=11080032 memory=756 CPUtime=2430.7 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 296750 13008 0 0 242974 88 5 3 20 0 15 0 223177679 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803644478832 139803221588762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=11080032 memory=3163068 CPUtime=8.25 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 29728 13008 0 0 784 33 5 3 20 0 15 0 223177680 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=11080032 memory=12708 CPUtime=8.22 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 29688 13008 0 0 779 35 5 3 20 0 15 0 223177680 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=11080032 memory=3163068 CPUtime=8.23 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 25142 13008 0 0 782 33 5 3 20 0 15 0 223177680 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=11080032 memory=6791534058613427641 CPUtime=8.24 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 25445 13008 0 0 785 31 5 3 20 0 15 0 223177680 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=11080032 memory=-2746958450906831424 CPUtime=2.35 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 35383 13008 0 0 200 27 5 3 20 0 15 0 223177681 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=11080032 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 25 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791756 33554432000 4194304 4196468 140731170256224 139802474178272 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=11080032 memory=-2247047206255157077 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791756 33554432000 4194304 4196468 140731170256224 139802326328576 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=11080032 memory=3163068 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=11080032 memory=6791534058613427641 CPUtime=7.73 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 56442 13008 0 0 759 6 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=11080032 memory=496 CPUtime=7.78 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 50047 13008 0 0 764 6 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=11080032 memory=928 CPUtime=2.98 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 40250 13008 0 0 284 6 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=11080032 memory=1172 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=11080032 memory=2096 CPUtime=1.55 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 2153 13008 0 0 65 82 5 3 20 0 15 0 223177685 11345952768 791756 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 2485.43 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3167024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.8 s]
/proc/loadavg: 1.56 1.62 1.54 6/216 30301
/proc/meminfo: memFree=9829196/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=11080032 memory=3167792 CPUtime=2520.02 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 594353 13008 0 0 251665 329 5 3 20 0 15 0 223177670 11345952768 791948 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2770008 791948 3535 1 0 2731661 0
[pid=29757/tid=29810] ppid=29754 vsize=11080032 memory=3167792 CPUtime=2465.16 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 297669 13008 0 0 246420 88 5 3 20 0 15 0 223177679 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803644478832 139803221588848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=11080032 memory=3167792 CPUtime=8.27 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 29778 13008 0 0 786 33 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=11080032 memory=33 CPUtime=8.25 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 29725 13008 0 0 781 36 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=11080032 memory=3167792 CPUtime=8.26 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 25162 13008 0 0 784 34 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=11080032 memory=3167024 CPUtime=8.26 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 25497 13008 0 0 787 31 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=11080032 memory=3167152 CPUtime=2.35 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 35387 13008 0 0 200 27 5 3 20 0 15 0 223177681 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=11080032 memory=3167320 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 25 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802474178272 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=11080032 memory=3167320 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802326328576 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=11080032 memory=3167792 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=11080032 memory=3167292 CPUtime=7.73 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 56442 13008 0 0 759 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=11080032 memory=3167320 CPUtime=7.78 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 50047 13008 0 0 764 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=11080032 memory=3167320 CPUtime=2.98 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 40250 13008 0 0 284 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=11080032 memory=3167792 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=11080032 memory=3167792 CPUtime=1.57 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 2157 13008 0 0 66 83 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3167792 KiB

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

[startup+2476.84 s]
# the end of solver process 29757 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.34051 s

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

[startup+2476.8 s]
/proc/loadavg: 1.56 1.62 1.54 6/216 30301
/proc/meminfo: memFree=9829196/32770624 swapFree=67108844/67108860
[pid=29757] ppid=29754 vsize=11080032 memory=3167792 CPUtime=2520.02 cores=1,3,5,7
/proc/29757/stat : 29757 (java) S 29754 29757 25584 0 -1 1077944320 594353 13008 0 0 251665 329 5 3 20 0 15 0 223177670 11345952768 791948 33554432000 4194304 4196468 140731170256224 140731170238768 139803672645367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
/proc/29757/statm: 2770008 791948 3535 1 0 2731661 0
[pid=29757/tid=29810] ppid=29754 vsize=11080032 memory=3167792 CPUtime=2465.16 cores=1,3,5,7
/proc/29757/task/29810/stat : 29810 (java) R 29754 29757 25584 0 -1 4202560 297669 13008 0 0 246420 88 5 3 20 0 15 0 223177679 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803644478832 139803221588848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29811] ppid=29754 vsize=11080032 memory=3167792 CPUtime=8.27 cores=1,3,5,7
/proc/29757/task/29811/stat : 29811 (java) S 29754 29757 25584 0 -1 1077944384 29778 13008 0 0 786 33 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803676887568 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29812] ppid=29754 vsize=11080032 memory=33 CPUtime=8.25 cores=1,3,5,7
/proc/29757/task/29812/stat : 29812 (java) S 29754 29757 25584 0 -1 1077944384 29725 13008 0 0 781 36 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803542223504 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29813] ppid=29754 vsize=11080032 memory=3167792 CPUtime=8.26 cores=1,3,5,7
/proc/29757/task/29813/stat : 29813 (java) S 29754 29757 25584 0 -1 1077944384 25162 13008 0 0 784 34 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803541170448 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29814] ppid=29754 vsize=11080032 memory=3167024 CPUtime=8.26 cores=1,3,5,7
/proc/29757/task/29814/stat : 29814 (java) S 29754 29757 25584 0 -1 1077944384 25497 13008 0 0 787 31 5 3 20 0 15 0 223177680 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803540117904 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29815] ppid=29754 vsize=11080032 memory=3167152 CPUtime=2.35 cores=1,3,5,7
/proc/29757/task/29815/stat : 29815 (java) S 29754 29757 25584 0 -1 1077944384 35387 13008 0 0 200 27 5 3 20 0 15 0 223177681 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803097848560 139803672656514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29816] ppid=29754 vsize=11080032 memory=3167320 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29816/stat : 29816 (java) S 29754 29757 25584 0 -1 1077944384 25 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802474178272 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29817] ppid=29754 vsize=11080032 memory=3167320 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29817/stat : 29817 (java) S 29754 29757 25584 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 223177682 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802326328576 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29818] ppid=29754 vsize=11080032 memory=3167792 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29818/stat : 29818 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139802018929104 139803672663963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29819] ppid=29754 vsize=11080032 memory=3167292 CPUtime=7.73 cores=1,3,5,7
/proc/29757/task/29819/stat : 29819 (java) S 29754 29757 25584 0 -1 1077944384 56442 13008 0 0 759 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803096795376 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29820] ppid=29754 vsize=11080032 memory=3167320 CPUtime=7.78 cores=1,3,5,7
/proc/29757/task/29820/stat : 29820 (java) S 29754 29757 25584 0 -1 1077944384 50047 13008 0 0 764 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803095742832 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29821] ppid=29754 vsize=11080032 memory=3167320 CPUtime=2.98 cores=1,3,5,7
/proc/29757/task/29821/stat : 29821 (java) S 29754 29757 25584 0 -1 1077944384 40250 13008 0 0 284 6 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803094689776 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29822] ppid=29754 vsize=11080032 memory=3167792 CPUtime=0.08 cores=1,3,5,7
/proc/29757/task/29822/stat : 29822 (java) S 29754 29757 25584 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139801588132192 139803672655573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
[pid=29757/tid=29823] ppid=29754 vsize=11080032 memory=3167792 CPUtime=1.57 cores=1,3,5,7
/proc/29757/task/29823/stat : 29823 (java) S 29754 29757 25584 0 -1 1077944384 2157 13008 0 0 66 83 5 3 20 0 15 0 223177685 11345952768 791948 33554432000 4194304 4196468 140731170256224 139803093638192 139803672656514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140731170257517 140731170260316 140731170260316 140731170262991 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3167792 KiB

Child status: 143
Real time (s): 2476.84
CPU time (s): 2520.06
CPU user time (s): 2516.72
CPU system time (s): 3.34051
CPU usage (%): 101.745
Max. virtual memory (cumulated for all children) (KiB): 11082728
Max. memory (cumulated for all children) (KiB): 3167792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.34051
maximum resident set size= 3170416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101551
involuntary context switches= 3694


# summary of solver processes directly reported to runsolver:
#   pid: 29757
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.34051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5328 second user time and 24.4241 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 08:42:25
IDJOB=4304903
IDBENCH=141178
IDSOLVER=2780
FILE ID=node136/4304903-1534056145
RUNJOBID= node136-1534039158-26716
PBS_JOBID= 21036973
Free space on /tmp= 35308 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304903-1534056145/watcher-4304903-1534056145 -o /tmp/evaluation-result-4304903-1534056145/solver-4304903-1534056145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534039158-26716 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=450428200 HOME/instance-4304903-1534056145.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=450428200

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:        15260340 kB
MemAvailable:   30300588 kB
Buffers:          243236 kB
Cached:         14893508 kB
SwapCached:            8 kB
Active:          8864888 kB
Inactive:        7926932 kB
Active(anon):    1605664 kB
Inactive(anon):   101656 kB
Active(file):    7259224 kB
Inactive(file):  7825276 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:       1698780 kB
Mapped:            65704 kB
Shmem:             49788 kB
Slab:             412088 kB
SReclaimable:     384208 kB
SUnreclaim:        27880 kB
KernelStack:        3792 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2756388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1476608 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= 35280 MiB
End job on node136 at 2018-08-12 09:23:42