Trace number 4304913

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.09 2477.56

General information on the benchmark

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7181 MiB free)
  memory of node 1: 16384 MiB (4615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304913-1534056433/watcher-4304913-1534056433 -o /tmp/evaluation-result-4304913-1534056433/solver-4304913-1534056433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15390 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1048989108 HOME/instance-4304913-1534056433.xml 

running on 4 cores: 0,2,4,6

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

solver pid=19344, runsolver pid=19341

[startup+0.10006 s]*
/proc/loadavg: 1.56 1.47 1.48 3/206 19401
/proc/meminfo: memFree=12074280/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 4382 13228 0 0 1 0 4 3 20 0 6 0 223206470 10245611520 4203 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2501370 4203 1934 1 0 2489808 0
[pid=19344/tid=19397] ppid=19341 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 2195 13228 0 0 1 0 4 3 20 0 6 0 223206479 10245611520 4269 33554432000 4194304 4196468 140732070232896 140355553051216 140355565294972 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 6 0 223206480 10245611520 4269 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=10005480 memory=140459316958848 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 6 0 223206480 10245611520 4269 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 6 0 223206480 10245611520 4269 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 6 0 223206480 10245611520 4269 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209805 s]*
/proc/loadavg: 1.56 1.47 1.48 3/215 19410
/proc/meminfo: memFree=12048480/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=10982744 memory=46736 CPUtime=0.25 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 7882 13228 0 0 17 1 4 3 20 0 15 0 223206470 11246329856 11684 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2745686 11684 2946 1 0 2708109 0
[pid=19344/tid=19397] ppid=19341 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 4491 13228 0 0 11 0 4 3 20 0 15 0 223206479 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355553036464 140355561491280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=10982744 memory=140459318140796 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=10982744 memory=140459316958848 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 13 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246329856 11750 33554432000 4194304 4196468 140732070232896 140354430952480 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246329856 11750 33554432000 4194304 4196468 140732070232896 140354229625712 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246329856 11750 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 482 13228 0 0 1 0 4 3 20 0 15 0 223206485 11246329856 11750 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 131 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246329856 11816 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=10982744 memory=140459316958848 CPUtime=0.1 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 605 13228 0 0 3 0 4 3 20 0 15 0 223206485 11246329856 11816 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246329856 11816 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=10982744 memory=140459316958848 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246329856 11816 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46736 KiB

[startup+0.310182 s]*
/proc/loadavg: 1.56 1.47 1.48 3/215 19410
/proc/meminfo: memFree=12036572/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=10983192 memory=58240 CPUtime=0.38 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 10544 13228 0 0 29 2 4 3 20 0 15 0 223206470 11246788608 14560 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2745798 14560 3096 1 0 2708109 0
[pid=19344/tid=19397] ppid=19341 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 7094 13228 0 0 20 1 4 3 20 0 15 0 223206479 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355553026464 140355564607792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 13 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 14560 33554432000 4194304 4196468 140732070232896 140354430952480 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 14560 33554432000 4194304 4196468 140732070232896 140354229625712 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 485 13228 0 0 2 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 134 13228 0 0 1 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=10983192 memory=140459316958848 CPUtime=0.11 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 612 13228 0 0 4 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=10983192 memory=140459316958848 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 14560 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58240 KiB

[startup+0.700751 s]
/proc/loadavg: 1.56 1.47 1.48 4/215 19410
/proc/meminfo: memFree=12025780/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=10983192 memory=90788 CPUtime=0.98 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 16780 13228 0 0 88 3 4 3 20 0 15 0 223206470 11246788608 22697 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2745798 22697 3241 1 0 2708109 0
[pid=19344/tid=19397] ppid=19341 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 12251 13228 0 0 56 3 4 3 20 0 15 0 223206479 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355553035280 140355561489785 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 2 13228 0 0 0 0 4 3 20 0 15 0 223206480 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=10983192 memory=5789202856466081623 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 5 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 13 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 22697 33554432000 4194304 4196468 140732070232896 140354430952480 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206482 11246788608 22697 33554432000 4194304 4196468 140732070232896 140354229625712 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 1062 13228 0 0 9 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 551 13228 0 0 7 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 692 13228 0 0 13 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206485 11246788608 22697 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90788 KiB

[startup+1.50085 s]
/proc/loadavg: 1.56 1.47 1.48 3/215 19410
/proc/meminfo: memFree=11979988/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=10993996 memory=234384 CPUtime=3.1 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 24898 13228 0 0 294 9 4 3 20 0 15 0 223206470 11257851904 58596 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2748499 58596 3459 1 0 2710157 0
[pid=19344/tid=19397] ppid=19341 vsize=10993996 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 15687 13228 0 0 130 6 4 3 20 0 15 0 223206479 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355553047552 140355565294942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=10993996 memory=4134606225630022328 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 125 13228 0 0 0 0 4 3 20 0 15 0 223206480 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=10993996 memory=-5153075608533367657 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 4 13228 0 0 0 0 4 3 20 0 15 0 223206480 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=10993996 memory=-7622550854210393496 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206480 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=10993996 memory=130904 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 294 13228 0 0 0 0 4 3 20 0 15 0 223206480 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 31 13228 0 0 0 0 4 3 20 0 15 0 223206482 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 13 13228 0 0 0 0 4 3 20 0 15 0 223206482 11257851904 58596 33554432000 4194304 4196468 140732070232896 140354430952480 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=10993996 memory=280918375858464 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 14 13228 0 0 0 0 4 3 20 0 15 0 223206482 11257851904 58596 33554432000 4194304 4196468 140732070232896 140354229625712 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=10993996 memory=280918376273408 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=10993996 memory=140459187938944 CPUtime=0.63 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) R 19341 19344 14233 0 -1 4202560 2678 13228 0 0 56 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355005956256 140355562732343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=10993996 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) R 19341 19344 14233 0 -1 4202560 1669 13228 0 0 50 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355004904392 140355561045130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=10993996 memory=1128 CPUtime=0.62 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 2182 13228 0 0 55 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=10993996 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=10993996 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 1 13228 0 0 0 0 4 3 20 0 15 0 223206485 11257851904 58596 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10993996 KiB

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

/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 450219 13228 0 0 237049 95 4 3 20 0 15 0 223206479 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355553047040 140355129124721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=11080032 memory=3156684 CPUtime=7.77 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 28313 13228 0 0 740 30 4 3 20 0 15 0 223206480 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=11080032 memory=3156684 CPUtime=7.74 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 29205 13228 0 0 737 30 4 3 20 0 15 0 223206480 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=11080032 memory=3156684 CPUtime=7.77 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 33562 13228 0 0 740 30 4 3 20 0 15 0 223206480 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=11080032 memory=0 CPUtime=7.8 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 26733 13228 0 0 744 29 4 3 20 0 15 0 223206480 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=11080032 memory=3156684 CPUtime=2.3 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 34464 13228 0 0 196 27 4 3 20 0 15 0 223206482 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=11080032 memory=3156684 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789171 33554432000 4194304 4196468 140732070232896 140354430952544 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=11080032 memory=3156684 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789171 33554432000 4194304 4196468 140732070232896 140354229625728 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=11080032 memory=3156684 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=11080032 memory=3156684 CPUtime=7.76 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 55791 13228 0 0 763 6 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=11080032 memory=3156684 CPUtime=7.91 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 56900 13228 0 0 775 9 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=11080032 memory=3156684 CPUtime=3.01 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 39239 13228 0 0 287 7 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=11080032 memory=3156684 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=11080032 memory=3156684 CPUtime=1.39 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 3647 13228 0 0 69 63 4 3 20 0 15 0 223206485 11345952768 789171 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 2424.44 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3156684 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.46 1.46 4/215 19761
/proc/meminfo: memFree=6549308/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=11080032 memory=3156832 CPUtime=2484.59 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 775470 13228 0 0 248141 311 4 3 20 0 15 0 223206470 11345952768 789208 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2770008 789208 3535 1 0 2731661 0
[pid=19344/tid=19397] ppid=19341 vsize=11080032 memory=3156832 CPUtime=2431.45 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 461516 13228 0 0 243043 95 4 3 20 0 15 0 223206479 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355553047248 140355136743934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.81 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 28563 13228 0 0 744 30 4 3 20 0 15 0 223206480 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.78 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 29405 13228 0 0 741 30 4 3 20 0 15 0 223206480 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.81 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 35254 13228 0 0 744 30 4 3 20 0 15 0 223206480 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.84 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 26843 13228 0 0 748 29 4 3 20 0 15 0 223206480 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=11080032 memory=3156832 CPUtime=2.32 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 34804 13228 0 0 197 28 4 3 20 0 15 0 223206482 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=11080032 memory=3156832 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789208 33554432000 4194304 4196468 140732070232896 140354430952544 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=11080032 memory=3156832 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789208 33554432000 4194304 4196468 140732070232896 140354229625728 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=11080032 memory=3156832 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.76 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 55793 13228 0 0 763 6 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.91 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 56903 13228 0 0 775 9 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=11080032 memory=3156832 CPUtime=3.02 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 40483 13228 0 0 288 7 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=11080032 memory=3156832 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=11080032 memory=3156832 CPUtime=1.42 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 3671 13228 0 0 71 64 4 3 20 0 15 0 223206485 11345952768 789208 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 2484.59 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3156832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.5 s]
/proc/loadavg: 1.57 1.48 1.46 4/215 19762
/proc/meminfo: memFree=6549384/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2520.01 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 792476 13228 0 0 251681 313 4 3 20 0 15 0 223206470 11345952768 789251 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2770008 789251 3535 1 0 2731661 0
[pid=19344/tid=19397] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2466.62 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 471523 13228 0 0 246559 96 4 3 20 0 15 0 223206479 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355553047552 140355136743959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=11080032 memory=3157004 CPUtime=7.84 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 28651 13228 0 0 747 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=11080032 memory=3157004 CPUtime=7.81 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 29496 13228 0 0 744 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.84 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 36439 13228 0 0 747 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.88 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 27512 13228 0 0 751 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2.33 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 35122 13228 0 0 198 28 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140354430952544 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140354229625728 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.76 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 56184 13228 0 0 763 6 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=11080032 memory=3157004 CPUtime=8.02 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 61128 13228 0 0 786 9 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=11080032 memory=3208 CPUtime=3.02 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 40486 13228 0 0 288 7 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=11080032 memory=3872 CPUtime=1.44 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 3700 13228 0 0 72 65 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3157004 KiB

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

[startup+2477.56 s]
# the end of solver process 19344 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.89 s, system=3.19691 s

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

[startup+2477.5 s]
/proc/loadavg: 1.57 1.48 1.46 4/215 19762
/proc/meminfo: memFree=6549384/32770624 swapFree=67108496/67108860
[pid=19344] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2520.01 cores=0,2,4,6
/proc/19344/stat : 19344 (java) S 19341 19344 14233 0 -1 1077944320 792476 13228 0 0 251681 313 4 3 20 0 15 0 223206470 11345952768 789251 33554432000 4194304 4196468 140732070232896 140732070215440 140355581214455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
/proc/19344/statm: 2770008 789251 3535 1 0 2731661 0
[pid=19344/tid=19397] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2466.62 cores=0,2,4,6
/proc/19344/task/19397/stat : 19397 (java) R 19341 19344 14233 0 -1 4202560 471523 13228 0 0 246559 96 4 3 20 0 15 0 223206479 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355553047552 140355136743959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19398] ppid=19341 vsize=11080032 memory=3157004 CPUtime=7.84 cores=0,2,4,6
/proc/19344/task/19398/stat : 19398 (java) S 19341 19344 14233 0 -1 1077944384 28651 13228 0 0 747 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355585457296 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19399] ppid=19341 vsize=11080032 memory=3157004 CPUtime=7.81 cores=0,2,4,6
/proc/19344/task/19399/stat : 19399 (java) S 19341 19344 14233 0 -1 1077944384 29496 13228 0 0 744 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355440176144 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19400] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.84 cores=0,2,4,6
/proc/19344/task/19400/stat : 19400 (java) S 19341 19344 14233 0 -1 1077944384 36439 13228 0 0 747 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355439123344 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19401] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.88 cores=0,2,4,6
/proc/19344/task/19401/stat : 19401 (java) S 19341 19344 14233 0 -1 1077944384 27512 13228 0 0 751 30 4 3 20 0 15 0 223206480 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355118820112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19402] ppid=19341 vsize=11080032 memory=3157004 CPUtime=2.33 cores=0,2,4,6
/proc/19344/task/19402/stat : 19402 (java) S 19341 19344 14233 0 -1 1077944384 35122 13228 0 0 198 28 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355007023472 140355581225602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19403] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19403/stat : 19403 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140354430952544 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19404] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19404/stat : 19404 (java) S 19341 19344 14233 0 -1 1077944384 18 13228 0 0 0 0 4 3 20 0 15 0 223206482 11345952768 789251 33554432000 4194304 4196468 140732070232896 140354229625728 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19405] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19405/stat : 19405 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140353922226000 140355581233051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19406] ppid=19341 vsize=11080032 memory=3156832 CPUtime=7.76 cores=0,2,4,6
/proc/19344/task/19406/stat : 19406 (java) S 19341 19344 14233 0 -1 1077944384 56184 13228 0 0 763 6 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355005971312 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19407] ppid=19341 vsize=11080032 memory=3157004 CPUtime=8.02 cores=0,2,4,6
/proc/19344/task/19407/stat : 19407 (java) S 19341 19344 14233 0 -1 1077944384 61128 13228 0 0 786 9 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355004918512 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19408] ppid=19341 vsize=11080032 memory=3208 CPUtime=3.02 cores=0,2,4,6
/proc/19344/task/19408/stat : 19408 (java) S 19341 19344 14233 0 -1 1077944384 40486 13228 0 0 288 7 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355003865712 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19409] ppid=19341 vsize=11080032 memory=3157004 CPUtime=0.07 cores=0,2,4,6
/proc/19344/task/19409/stat : 19409 (java) S 19341 19344 14233 0 -1 1077944384 3 13228 0 0 0 0 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140353491430112 140355581224661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
[pid=19344/tid=19410] ppid=19341 vsize=11080032 memory=3872 CPUtime=1.44 cores=0,2,4,6
/proc/19344/task/19410/stat : 19410 (java) S 19341 19344 14233 0 -1 1077944384 3700 13228 0 0 72 65 4 3 20 0 15 0 223206485 11345952768 789251 33554432000 4194304 4196468 140732070232896 140355002813104 140355581225602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9957376 140732070238828 140732070241628 140732070241628 140732070244303 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3157004 KiB

Child status: 143
Real time (s): 2477.56
CPU time (s): 2520.09
CPU user time (s): 2516.89
CPU system time (s): 3.19691
CPU usage (%): 101.717
Max. virtual memory (cumulated for all children) (KiB): 11082728
Max. memory (cumulated for all children) (KiB): 3157148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.89
system time used= 3.19691
maximum resident set size= 3159424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101388
involuntary context switches= 4437


# summary of solver processes directly reported to runsolver:
#   pid: 19344
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.89
#   total CPU system time (s): 3.19691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7313 second user time and 24.9506 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 08:47:13
IDJOB=4304913
IDBENCH=141183
IDSOLVER=2780
FILE ID=node149/4304913-1534056433
RUNJOBID= node149-1534038877-15390
PBS_JOBID= 21036971
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304913-1534056433/watcher-4304913-1534056433 -o /tmp/evaluation-result-4304913-1534056433/solver-4304913-1534056433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15390 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1048989108 HOME/instance-4304913-1534056433.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=1048989108

node149.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.60
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.60
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.60
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.60
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:        12081448 kB
MemAvailable:   31073276 kB
Buffers:          179356 kB
Cached:         18840456 kB
SwapCached:           28 kB
Active:          8687048 kB
Inactive:       11219232 kB
Active(anon):     834616 kB
Inactive(anon):   103612 kB
Active(file):    7852432 kB
Inactive(file): 11115620 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26992 kB
Writeback:             0 kB
AnonPages:        907920 kB
Mapped:            67168 kB
Shmem:             49616 kB
Slab:             481072 kB
SReclaimable:     452236 kB
SUnreclaim:        28836 kB
KernelStack:        3824 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2017188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 09:28:30