Trace number 4296140

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.11 2488.14

General information on the benchmark

NameEternity/
Eternity-09-09_c18.xml
MD5SUM2dad1046de21c69494c3eda64529acdc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261
Number of constraints118
Number of domains2
Minimum domain size14
Maximum domain size81
Distribution of domain sizes[{"size":14,"count":180},{"size":81,"count":81}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":8},{"degree":2,"count":252},{"degree":10,"count":1}]
Minimum constraint arity1
Maximum constraint arity81
Distribution of constraint arities[{"arity":1,"count":36},{"arity":5,"count":81},{"arity":81,"count":1}]
Number of extensional constraints81
Number of intensional constraints36
Distribution of constraint types[{"type":"extension","count":81},{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
2520.06/2488.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2488.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2488.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2488.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2488.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2488.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2488.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2488.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2488.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2488.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2488.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2488.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2488.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2488.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2488.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2488.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2488.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2488.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2488.12		at scala.Option.map(Option.scala:146)
2520.06/2488.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2488.12		at concrete.MAC.mac(MAC.scala:203)
2520.06/2488.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2488.12		at scala.util.Try$.apply(Try.scala:209)
2520.06/2488.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2488.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2488.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2488.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2488.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2488.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2488.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2488.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2488.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2488.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2488.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2488.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2488.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2488.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2488.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2488.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2488.12		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2488.12		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2488.12		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2488.12		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2488.12		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2488.12		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2488.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2488.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2488.12		at scala.util.Success.map(Try.scala:209)
2520.06/2488.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2488.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2488.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2488.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2488.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2488.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2488.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2488.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2488.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2488.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2488.12		at scala.App.main(App.scala:76)
2520.06/2488.12		at scala.App.main$(App.scala:74)
2520.06/2488.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2488.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2488.13	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 (8532 MiB free)
  memory of node 1: 16384 MiB (10596 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296140-1532623921/watcher-4296140-1532623921 -o /tmp/evaluation-result-4296140-1532623921/solver-4296140-1532623921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532621454-11758 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=50446101 HOME/instance-4296140-1532623921.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=12060, runsolver pid=12057

[startup+0.100148 s]*
/proc/loadavg: 1.30 1.31 1.35 3/205 12115
/proc/meminfo: memFree=19583420/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=9972712 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 4309 13405 0 0 1 0 4 3 20 0 6 0 79955302 10212057088 4137 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2493178 4137 1932 1 0 2481616 0
[pid=12060/tid=12113] ppid=12057 vsize=9972712 memory=4279135704047321741 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 2128 13405 0 0 0 0 4 3 20 0 6 0 79955311 10212057088 4203 33554432000 4194304 4196468 140726335637696 140159570862672 140159583106398 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 6 0 79955312 10212057088 4203 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=9972712 memory=140410233947776 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 6 0 79955312 10212057088 4203 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 6 0 79955312 10212057088 4203 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 6 0 79955312 10212057088 4203 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210137 s]*
/proc/loadavg: 1.30 1.31 1.35 3/216 12126
/proc/meminfo: memFree=19562612/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10818856 memory=41108 CPUtime=0.26 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 8695 13405 0 0 17 2 4 3 20 0 15 0 79955302 11078508544 10277 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2704714 10277 2934 1 0 2667149 0
[pid=12060/tid=12113] ppid=12057 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 5227 13405 0 0 10 1 4 3 20 0 15 0 79955311 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159570823568 140159583106398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10818856 memory=140410233947776 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10818856 memory=140410233947776 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955313 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 33 13405 0 0 0 0 4 3 20 0 15 0 79955314 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159057516064 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955314 11078508544 10277 33554432000 4194304 4196468 140726335637696 140158473069936 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11078508544 10277 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 352 13405 0 0 1 0 4 3 20 0 15 0 79955316 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 260 13405 0 0 0 0 4 3 20 0 15 0 79955316 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10818856 memory=140410233947776 CPUtime=0.1 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 619 13405 0 0 3 0 4 3 20 0 15 0 79955317 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11078508544 10277 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10818856 memory=140410233947776 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955317 11078508544 10277 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41108 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.30 1.31 1.35 6/216 12126
/proc/meminfo: memFree=19550952/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10819352 memory=51984 CPUtime=0.38 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 10589 13405 0 0 29 2 4 3 20 0 15 0 79955302 11079016448 12996 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2704838 12996 3065 1 0 2667149 0
[pid=12060/tid=12113] ppid=12057 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 7176 13405 0 0 19 1 4 3 20 0 15 0 79955311 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159570837920 140159579301739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10819352 memory=7591212250142101840 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955313 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 33 13405 0 0 0 0 4 3 20 0 15 0 79955314 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159057516064 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955314 11079016448 13062 33554432000 4194304 4196468 140726335637696 140158473069936 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11079016448 13062 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 352 13405 0 0 1 0 4 3 20 0 15 0 79955316 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 263 13405 0 0 1 0 4 3 20 0 15 0 79955316 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 624 13405 0 0 5 0 4 3 20 0 15 0 79955317 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11079016448 13062 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955317 11079016448 13062 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51984 KiB

[startup+0.700709 s]
/proc/loadavg: 1.30 1.31 1.35 4/200 12128
/proc/meminfo: memFree=20500944/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10819352 memory=84884 CPUtime=0.99 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 16901 13405 0 0 88 4 4 3 20 0 15 0 79955302 11079016448 21221 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2704838 21221 3237 1 0 2667149 0
[pid=12060/tid=12113] ppid=12057 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 12454 13405 0 0 56 3 4 3 20 0 15 0 79955311 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159570849440 140159579301291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10819352 memory=8751464017575425845 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10819352 memory=5859276991658285160 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 2 13405 0 0 0 0 4 3 20 0 15 0 79955312 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 5 13405 0 0 0 0 4 3 20 0 15 0 79955313 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 33 13405 0 0 0 0 4 3 20 0 15 0 79955314 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159057516064 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955314 11079016448 21221 33554432000 4194304 4196468 140726335637696 140158473069936 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10819352 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11079016448 21221 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10819352 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 617 13405 0 0 7 0 4 3 20 0 15 0 79955316 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 917 13405 0 0 10 0 4 3 20 0 15 0 79955316 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 670 13405 0 0 13 0 4 3 20 0 15 0 79955317 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11079016448 21221 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955317 11079016448 21221 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84884 KiB

[startup+1.50078 s]
/proc/loadavg: 1.30 1.31 1.35 6/218 12160
/proc/meminfo: memFree=20403384/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10832204 memory=199592 CPUtime=2.73 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 24616 13405 0 0 257 9 4 3 20 0 15 0 79955302 11092176896 49898 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2708051 49898 3470 1 0 2669709 0
[pid=12060/tid=12113] ppid=12057 vsize=10832204 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) S 12057 12060 8081 0 -1 1077944384 17288 13405 0 0 131 5 4 3 20 0 15 0 79955311 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159570831088 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 178 13405 0 0 0 0 4 3 20 0 15 0 79955312 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10832204 memory=280820262705088 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 19 13405 0 0 0 0 4 3 20 0 15 0 79955312 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10832204 memory=280820262709504 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 25 13405 0 0 0 0 4 3 20 0 15 0 79955312 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 61 13405 0 0 0 0 4 3 20 0 15 0 79955312 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10832204 memory=23844 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) R 12057 12060 8081 0 -1 4202560 461 13405 0 0 0 0 4 3 20 0 15 0 79955313 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159058568384 140159584022181 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10832204 memory=2420 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 33 13405 0 0 0 0 4 3 20 0 15 0 79955314 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159057516064 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10832204 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955314 11092176896 49898 33554432000 4194304 4196468 140726335637696 140158473069936 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10832204 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11092176896 49898 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10832204 memory=796 CPUtime=0.46 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 1206 13405 0 0 39 0 4 3 20 0 15 0 79955316 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10832204 memory=1012 CPUtime=0.51 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 1678 13405 0 0 44 0 4 3 20 0 15 0 79955316 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10832204 memory=1228 CPUtime=0.45 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 1470 13405 0 0 38 0 4 3 20 0 15 0 79955317 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10832204 memory=1704 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11092176896 49898 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10832204 memory=9996 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 1 13405 0 0 0 0 4 3 20 0 15 0 79955317 11092176896 49898 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 10832204 KiB

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

/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 75503 13405 0 0 236529 34 4 3 20 0 15 0 79955311 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159570859728 140159175735932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10916192 memory=68 CPUtime=7.08 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 8168 13405 0 0 666 35 4 3 20 0 15 0 79955312 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10916192 memory=4616 CPUtime=7.11 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 10033 13405 0 0 669 35 4 3 20 0 15 0 79955312 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10916192 memory=1424 CPUtime=7.05 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 6506 13405 0 0 660 38 4 3 20 0 15 0 79955312 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10916192 memory=804264 CPUtime=7.1 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 9667 13405 0 0 667 36 4 3 20 0 15 0 79955312 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10916192 memory=804264 CPUtime=6.8 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 11146 13405 0 0 638 35 4 3 20 0 15 0 79955313 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10916192 memory=804264 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 38 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159057516128 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10916192 memory=804264 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 4 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201070 33554432000 4194304 4196468 140726335637696 140158473069952 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10916192 memory=804280 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11178180608 201070 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10916192 memory=804280 CPUtime=4.8 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 20562 13405 0 0 469 4 4 3 20 0 15 0 79955316 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10916192 memory=1704 CPUtime=4.83 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 24061 13405 0 0 472 4 4 3 20 0 15 0 79955316 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10916192 memory=6791534058613427641 CPUtime=1.93 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 17739 13405 0 0 183 3 4 3 20 0 15 0 79955317 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10916192 memory=2420 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11178180608 201070 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10916192 memory=4136 CPUtime=1.45 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 2027 13405 0 0 70 68 4 3 20 0 15 0 79955317 11178180608 201070 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 2413.33 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 804280 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.34 1.38 3/216 12356
/proc/meminfo: memFree=18856884/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10916192 memory=804304 CPUtime=2473.85 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 189164 13405 0 0 247127 251 4 3 20 0 15 0 79955302 11178180608 201076 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2729048 201076 3522 1 0 2690701 0
[pid=12060/tid=12113] ppid=12057 vsize=10916192 memory=804288 CPUtime=2425.29 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 76151 13405 0 0 242488 34 4 3 20 0 15 0 79955311 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159570860240 140159175712647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10916192 memory=804288 CPUtime=7.25 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 8210 13405 0 0 683 35 4 3 20 0 15 0 79955312 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10916192 memory=804288 CPUtime=7.3 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 10119 13405 0 0 687 36 4 3 20 0 15 0 79955312 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10916192 memory=804288 CPUtime=7.23 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 6869 13405 0 0 677 39 4 3 20 0 15 0 79955312 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10916192 memory=804304 CPUtime=7.28 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 9700 13405 0 0 684 37 4 3 20 0 15 0 79955312 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10916192 memory=804304 CPUtime=6.97 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 11461 13405 0 0 654 36 4 3 20 0 15 0 79955313 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10916192 memory=689 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 38 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159057516128 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10916192 memory=804288 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 4 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201076 33554432000 4194304 4196468 140726335637696 140158473069952 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11178180608 201076 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10916192 memory=804288 CPUtime=4.8 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 20564 13405 0 0 469 4 4 3 20 0 15 0 79955316 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10916192 memory=804288 CPUtime=4.83 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 24063 13405 0 0 472 4 4 3 20 0 15 0 79955316 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10916192 memory=804288 CPUtime=1.93 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 17741 13405 0 0 183 3 4 3 20 0 15 0 79955317 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10916192 memory=3292 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11178180608 201076 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10916192 memory=804304 CPUtime=1.48 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 2047 13405 0 0 71 70 4 3 20 0 15 0 79955317 11178180608 201076 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 2473.85 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 804304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.11 s]
/proc/loadavg: 1.29 1.32 1.37 3/216 12357
/proc/meminfo: memFree=18854720/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10916192 memory=804344 CPUtime=2520.06 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 189664 13405 0 0 251745 254 4 3 20 0 15 0 79955302 11178180608 201086 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2729048 201086 3522 1 0 2690701 0
[pid=12060/tid=12113] ppid=12057 vsize=10916192 memory=0 CPUtime=2470.78 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 76481 13405 0 0 247036 35 4 3 20 0 15 0 79955311 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159570860544 140159175733811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.39 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 8240 13405 0 0 696 36 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.43 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 10161 13405 0 0 700 36 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.38 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 6886 13405 0 0 691 40 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.43 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 9710 13405 0 0 698 38 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.11 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 11512 13405 0 0 667 37 4 3 20 0 15 0 79955313 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 38 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159057516128 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 4 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158473069952 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10916192 memory=804344 CPUtime=4.8 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 20566 13405 0 0 469 4 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10916192 memory=804344 CPUtime=4.83 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 24065 13405 0 0 472 4 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10916192 memory=804344 CPUtime=1.93 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 17743 13405 0 0 183 3 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10916192 memory=8532 CPUtime=1.51 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 2061 13405 0 0 73 71 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 804344 KiB

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

[startup+2488.14 s]
# the end of solver process 12060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.52 s, system=2.58974 s

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

[startup+2488.11 s]
/proc/loadavg: 1.29 1.32 1.37 3/216 12357
/proc/meminfo: memFree=18854720/32770624 swapFree=67108860/67108860
[pid=12060] ppid=12057 vsize=10916192 memory=804344 CPUtime=2520.06 cores=0,2,4,6
/proc/12060/stat : 12060 (java) S 12057 12060 8081 0 -1 1077944320 189664 13405 0 0 251745 254 4 3 20 0 15 0 79955302 11178180608 201086 33554432000 4194304 4196468 140726335637696 140726335620240 140159599025911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
/proc/12060/statm: 2729048 201086 3522 1 0 2690701 0
[pid=12060/tid=12113] ppid=12057 vsize=10916192 memory=0 CPUtime=2470.78 cores=0,2,4,6
/proc/12060/task/12113/stat : 12113 (java) R 12057 12060 8081 0 -1 4202560 76481 13405 0 0 247036 35 4 3 20 0 15 0 79955311 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159570860544 140159175733811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12114] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.39 cores=0,2,4,6
/proc/12060/task/12114/stat : 12114 (java) S 12057 12060 8081 0 -1 1077944384 8240 13405 0 0 696 36 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159603268240 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12115] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.43 cores=0,2,4,6
/proc/12060/task/12115/stat : 12115 (java) S 12057 12060 8081 0 -1 1077944384 10161 13405 0 0 700 36 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159491541520 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12116] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.38 cores=0,2,4,6
/proc/12060/task/12116/stat : 12116 (java) S 12057 12060 8081 0 -1 1077944384 6886 13405 0 0 691 40 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159490488720 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12117] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.43 cores=0,2,4,6
/proc/12060/task/12117/stat : 12117 (java) S 12057 12060 8081 0 -1 1077944384 9710 13405 0 0 698 38 4 3 20 0 15 0 79955312 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159489435920 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12118] ppid=12057 vsize=10916192 memory=804344 CPUtime=7.11 cores=0,2,4,6
/proc/12060/task/12118/stat : 12118 (java) S 12057 12060 8081 0 -1 1077944384 11512 13405 0 0 667 37 4 3 20 0 15 0 79955313 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159058570096 140159599037058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12119] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12119/stat : 12119 (java) S 12057 12060 8081 0 -1 1077944384 38 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159057516128 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12120] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12120/stat : 12120 (java) S 12057 12060 8081 0 -1 1077944384 4 13405 0 0 0 0 4 3 20 0 15 0 79955314 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158473069952 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12121] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12121/stat : 12121 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158165670224 140159599044507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12122] ppid=12057 vsize=10916192 memory=804344 CPUtime=4.8 cores=0,2,4,6
/proc/12060/task/12122/stat : 12122 (java) S 12057 12060 8081 0 -1 1077944384 20566 13405 0 0 469 4 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159023958384 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12123] ppid=12057 vsize=10916192 memory=804344 CPUtime=4.83 cores=0,2,4,6
/proc/12060/task/12123/stat : 12123 (java) S 12057 12060 8081 0 -1 1077944384 24065 13405 0 0 472 4 4 3 20 0 15 0 79955316 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159022905584 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12124] ppid=12057 vsize=10916192 memory=804344 CPUtime=1.93 cores=0,2,4,6
/proc/12060/task/12124/stat : 12124 (java) S 12057 12060 8081 0 -1 1077944384 17743 13405 0 0 183 3 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159021852784 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12125] ppid=12057 vsize=10916192 memory=804344 CPUtime=0.07 cores=0,2,4,6
/proc/12060/task/12125/stat : 12125 (java) S 12057 12060 8081 0 -1 1077944384 3 13405 0 0 0 0 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140158132111584 140159599036117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
[pid=12060/tid=12126] ppid=12057 vsize=10916192 memory=8532 CPUtime=1.51 cores=0,2,4,6
/proc/12060/task/12126/stat : 12126 (java) S 12057 12060 8081 0 -1 1077944384 2061 13405 0 0 73 71 4 3 20 0 15 0 79955317 11178180608 201086 33554432000 4194304 4196468 140726335637696 140159020801200 140159599037058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32940032 140726335646320 140726335649116 140726335649116 140726335651791 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 804344 KiB

Child status: 143
Real time (s): 2488.14
CPU time (s): 2520.11
CPU user time (s): 2517.52
CPU system time (s): 2.58974
CPU usage (%): 101.285
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 842176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.52
system time used= 2.58974
maximum resident set size= 844224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205359
involuntary context switches= 7972


# summary of solver processes directly reported to runsolver:
#   pid: 12060
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.52
#   total CPU system time (s): 2.58974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5053 second user time and 23.6886 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-26 18:52:01
IDJOB=4296140
IDBENCH=141657
IDSOLVER=2750
FILE ID=node105/4296140-1532623921
RUNJOBID= node105-1532621454-11758
PBS_JOBID= 21021977
Free space on /tmp= 44596 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-09-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296140-1532623921/watcher-4296140-1532623921 -o /tmp/evaluation-result-4296140-1532623921/solver-4296140-1532623921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532621454-11758 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=50446101 HOME/instance-4296140-1532623921.xml

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

MD5SUM BENCH= 2dad1046de21c69494c3eda64529acdc
RANDOM SEED=50446101

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19589364 kB
MemAvailable:   30970740 kB
Buffers:          248168 kB
Cached:         11274360 kB
SwapCached:            0 kB
Active:          3288112 kB
Inactive:        9246656 kB
Active(anon):     966664 kB
Inactive(anon):    73468 kB
Active(file):    2321448 kB
Inactive(file):  9173188 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26780 kB
Writeback:             0 kB
AnonPages:       1019592 kB
Mapped:            54044 kB
Shmem:             25228 kB
Slab:             342484 kB
SReclaimable:     315200 kB
SUnreclaim:        27284 kB
KernelStack:        3584 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1960920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44572 MiB
End job on node105 at 2018-07-26 19:33:30