Trace number 4401441

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.1 2359.93

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b1r5.xml
MD5SUMd746abd17fd9f5e52f47be3617d955ae
Bench CategoryCOP (optimization 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 benchmark5.25539
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":1},{"size":35,"count":50}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":45},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity50
Distribution of constraint arities[{"arity":6,"count":1},{"arity":10,"count":10},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.73/0.55	c Concrete v3.12.2.1568631193530 running
2400.05/2359.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2359.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2359.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2359.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.05/2359.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2359.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2359.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.05/2359.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.05/2359.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2359.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2359.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2359.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2359.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2359.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2359.91		at scala.Option.map(Option.scala:243)
2400.05/2359.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2359.91		at concrete.MAC.mac(MAC.scala:216)
2400.05/2359.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2359.91		at scala.util.Try$.apply(Try.scala:212)
2400.05/2359.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2359.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2359.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2359.91		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2359.91		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2359.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.05/2359.91		at concrete.ProblemState.map(ProblemState.scala:238)
2400.05/2359.91		at concrete.ProblemState.map(ProblemState.scala:212)
2400.05/2359.91		at concrete.MAC.nextSolution(MAC.scala:348)
2400.05/2359.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2359.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2359.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2359.91		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2359.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2359.91		at scala.util.Success.map(Try.scala:264)
2400.05/2359.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2359.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2359.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2359.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2359.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2359.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2359.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2359.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2359.91		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2359.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2359.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2359.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2359.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2359.91		at scala.App.main(App.scala:75)
2400.05/2359.91		at scala.App.main$(App.scala:73)
2400.05/2359.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2359.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2359.92	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 (14420 MiB free)
  memory of node 1: 16384 MiB (14070 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401441-1568687850/watcher-4401441-1568687850 -o /tmp/evaluation-result-4401441-1568687850/solver-4401441-1568687850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401441-1568687850.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 1.23 1.27 1.35 3/218 24700
/proc/meminfo: memFree=29163844/32770624 swapFree=67000000/67108860
[pid=24643] ppid=24640 vsize=10055356 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 4457 13001 0 0 1 1 5 2 20 0 7 0 445039457 10296684544 4715 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2513839 4715 1973 1 0 2502277 0
[pid=24643/tid=24696] ppid=24640 vsize=10055356 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 2286 13001 0 0 1 0 5 2 20 0 7 0 445039466 10296684544 4781 33554432000 4194304 4196468 140723847679904 139917439421200 139917467600029 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 7 0 445039467 10296684544 4781 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10055356 memory=4049494573241521824 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 7 0 445039467 10296684544 4781 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 7 0 445039467 10296684544 4781 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 7 0 445039467 10296684544 4781 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 7 0 445039468 10296684544 4781 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209971 s]*
/proc/loadavg: 1.23 1.27 1.35 3/227 24709
/proc/meminfo: memFree=29146776/32770624 swapFree=67000000/67108860
[pid=24643] ppid=24640 vsize=10820196 memory=41304 CPUtime=0.26 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 7143 13001 0 0 17 2 5 2 20 0 15 0 445039457 11079880704 10326 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2705049 10326 3292 1 0 2667149 0
[pid=24643/tid=24696] ppid=24640 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 3611 13001 0 0 11 1 5 2 20 0 15 0 445039466 11079880704 10326 33554432000 4194304 4196468 140723847679904 139917439392288 139917467600029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 10326 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10820196 memory=4049494573241521824 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 10326 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 10326 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 10326 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 445039468 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 445039469 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916925141920 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039469 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916344288240 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 345 13001 0 0 1 0 5 2 20 0 15 0 445039472 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 326 13001 0 0 1 0 5 2 20 0 15 0 445039472 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10820196 memory=140367113148032 CPUtime=0.1 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 602 13001 0 0 3 0 5 2 20 0 15 0 445039472 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10820196 memory=140367113148032 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039472 11079880704 10326 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41304 KiB

[startup+0.310947 s]*
/proc/loadavg: 1.23 1.27 1.35 3/227 24709
/proc/meminfo: memFree=29136312/32770624 swapFree=67000000/67108860
[pid=24643] ppid=24640 vsize=10820196 memory=49336 CPUtime=0.39 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 10602 13001 0 0 29 3 5 2 20 0 15 0 445039457 11079880704 12334 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2705049 12334 3303 1 0 2667149 0
[pid=24643/tid=24696] ppid=24640 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 7061 13001 0 0 19 2 5 2 20 0 15 0 445039466 11079880704 12334 33554432000 4194304 4196468 140723847679904 139917439387712 139917467600029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 12334 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 12334 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 12334 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 445039467 11079880704 12334 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 445039468 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10820196 memory=140367113148031 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 445039469 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916925141920 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039469 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916344288240 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 346 13001 0 0 1 0 5 2 20 0 15 0 445039472 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 326 13001 0 0 2 0 5 2 20 0 15 0 445039472 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10820196 memory=140367113148032 CPUtime=0.12 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 610 13001 0 0 5 0 5 2 20 0 15 0 445039472 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10820196 memory=140367113148032 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039472 11079880704 12334 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49336 KiB

[startup+0.702821 s]
/proc/loadavg: 1.29 1.28 1.35 4/227 24709
/proc/meminfo: memFree=29122096/32770624 swapFree=67000000/67108860
[pid=24643] ppid=24640 vsize=10824364 memory=81660 CPUtime=1.11 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 14649 13001 0 0 100 4 5 2 20 0 15 0 445039457 11084148736 20415 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2706091 20415 3505 1 0 2668173 0
[pid=24643/tid=24696] ppid=24640 vsize=10824364 memory=1128 CPUtime=0.67 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 1077944384 10028 13001 0 0 57 3 5 2 20 0 15 0 445039466 11084148736 20415 33554432000 4194304 4196468 140723847679904 139917439407440 139917467588309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10824364 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11084148736 20415 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10824364 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11084148736 20415 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10824364 memory=7739276948478191975 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039467 11084148736 20415 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10824364 memory=5865188000529146989 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 445039467 11084148736 20415 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10824364 memory=140367113146897 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 6 13001 0 0 0 0 5 2 20 0 15 0 445039468 11084148736 20415 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 445039469 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916925141920 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039469 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916344288240 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) R 24640 24643 20842 0 -1 4202560 757 13001 0 0 13 0 5 2 20 0 15 0 445039472 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916891585008 139917449123330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) R 24640 24643 20842 0 -1 4202560 785 13001 0 0 12 0 5 2 20 0 15 0 445039472 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916890532464 139917452685622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 818 13001 0 0 17 0 5 2 20 0 15 0 445039472 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039472 11084148736 20439 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81660 KiB

[startup+1.50256 s]
/proc/loadavg: 1.29 1.28 1.35 3/227 24709
/proc/meminfo: memFree=29078420/32770624 swapFree=67000000/67108860
[pid=24643] ppid=24640 vsize=10834680 memory=169388 CPUtime=2.43 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 20041 13001 0 0 228 8 5 2 20 0 15 0 445039457 11094712320 42347 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2708670 42347 3573 1 0 2670733 0
[pid=24643/tid=24696] ppid=24640 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 14541 13001 0 0 132 5 5 2 20 0 15 0 445039466 11094712320 42347 33554432000 4194304 4196468 140723847679904 139917439397328 139917467590038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 41 13001 0 0 1 0 5 2 20 0 15 0 445039467 11094712320 42347 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 21 13001 0 0 0 0 5 2 20 0 15 0 445039467 11094712320 42347 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10834680 memory=280733960664720 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 21 13001 0 0 1 0 5 2 20 0 15 0 445039467 11094712320 42347 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10834680 memory=280733960665328 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 21 13001 0 0 1 0 5 2 20 0 15 0 445039467 11094712320 42347 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10834680 memory=140366980332896 CPUtime=0.08 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 43 13001 0 0 1 0 5 2 20 0 15 0 445039468 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 34 13001 0 0 0 0 5 2 20 0 15 0 445039469 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916925141984 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039469 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916344288256 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10834680 memory=-7880843606118635149 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10834680 memory=6656426216303648864 CPUtime=0.31 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 819 13001 0 0 24 0 5 2 20 0 15 0 445039472 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10834680 memory=6943526294502006880 CPUtime=0.31 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) R 24640 24643 20842 0 -1 1077944384 853 13001 0 0 24 0 5 2 20 0 15 0 445039472 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10834680 memory=6944656575208382560 CPUtime=0.47 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 1428 13001 0 0 40 0 5 2 20 0 15 0 445039472 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10834680 memory=-6654736624941163865 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 445039472 11094712320 42347 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0

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

/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 59139 13001 0 0 223570 43 5 2 20 0 15 0 445039466 11107315712 187529 33554432000 4194304 4196468 140723847679904 139917439413216 139917046315477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.39 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 18721 13001 0 0 1074 58 5 2 20 0 15 0 445039467 11107315712 187529 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.42 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 10054 13001 0 0 1083 52 5 2 20 0 15 0 445039467 11107315712 187529 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.38 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 9406 13001 0 0 1079 52 5 2 20 0 15 0 445039467 11107315712 187529 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10846988 memory=3848 CPUtime=11.39 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 16218 13001 0 0 1078 54 5 2 20 0 15 0 445039467 11107315712 187529 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10846988 memory=2608 CPUtime=10.33 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 12920 13001 0 0 973 53 5 2 20 0 15 0 445039468 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10846988 memory=750116 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 38 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916925142048 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10846988 memory=750116 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 8 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916344288256 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10846988 memory=750116 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10846988 memory=3624 CPUtime=3.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 14622 13001 0 0 299 2 5 2 20 0 15 0 445039472 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10846988 memory=750116 CPUtime=3.31 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 18822 13001 0 0 322 2 5 2 20 0 15 0 445039472 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10846988 memory=33 CPUtime=1.64 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 9978 13001 0 0 154 3 5 2 20 0 15 0 445039472 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10846988 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10846988 memory=6791534058613427641 CPUtime=1.32 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1305 13001 0 0 62 63 5 2 20 0 15 0 445039472 11107315712 187529 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 2300.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 750116 KiB

[startup+2322.3 s]
/proc/loadavg: 1.63 1.41 1.36 4/227 25111
/proc/meminfo: memFree=29391800/32770624 swapFree=67000008/67108860
[pid=24643] ppid=24640 vsize=10846988 memory=752164 CPUtime=2361.87 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 175047 13001 0 0 235853 327 5 2 20 0 15 0 445039457 11107315712 188041 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2711747 188041 3627 1 0 2673805 0
[pid=24643/tid=24696] ppid=24640 vsize=10846988 memory=752164 CPUtime=2295.49 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 59961 13001 0 0 229498 44 5 2 20 0 15 0 445039466 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917439413072 139917045906106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.72 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 18784 13001 0 0 1106 59 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.74 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 10158 13001 0 0 1114 53 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.7 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 9456 13001 0 0 1110 53 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10846988 memory=750116 CPUtime=11.72 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 16562 13001 0 0 1108 57 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10846988 memory=752164 CPUtime=10.62 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 13113 13001 0 0 1001 54 5 2 20 0 15 0 445039468 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 38 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916925142048 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10846988 memory=280733961469568 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 8 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916344288256 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10846988 memory=750116 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10846988 memory=750116 CPUtime=3.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 14624 13001 0 0 299 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10846988 memory=948 CPUtime=3.31 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 18824 13001 0 0 322 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10846988 memory=752164 CPUtime=1.64 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 9980 13001 0 0 154 3 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10846988 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10846988 memory=752164 CPUtime=1.35 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1322 13001 0 0 63 65 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 2361.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 752164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.9 s]
/proc/loadavg: 1.92 1.52 1.40 3/226 25114
/proc/meminfo: memFree=27849724/32770624 swapFree=67000008/67108860
[pid=24643] ppid=24640 vsize=10846988 memory=752164 CPUtime=2400.05 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 175415 13001 0 0 239667 331 5 2 20 0 15 0 445039457 11107315712 188041 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2711747 188041 3627 1 0 2673805 0
[pid=24643/tid=24696] ppid=24640 vsize=10846988 memory=752164 CPUtime=2332.66 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 60257 13001 0 0 233215 44 5 2 20 0 15 0 445039466 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917439413184 139917044042547 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.92 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 18795 13001 0 0 1125 60 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.95 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 10187 13001 0 0 1134 54 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.91 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 9465 13001 0 0 1131 53 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.92 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 16580 13001 0 0 1128 57 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10846988 memory=752164 CPUtime=10.8 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 13116 13001 0 0 1018 55 5 2 20 0 15 0 445039468 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10846988 memory=748068 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 38 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916925142048 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 8 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916344288256 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10846988 memory=752164 CPUtime=3.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 14624 13001 0 0 299 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10846988 memory=752164 CPUtime=3.31 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 18824 13001 0 0 322 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10846988 memory=750116 CPUtime=1.64 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 9980 13001 0 0 154 3 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10846988 memory=752164 CPUtime=1.38 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1324 13001 0 0 65 66 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 752164 KiB

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

[startup+2359.93 s]
# the end of solver process 24643 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.75 s, system=3.35524 s

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

[startup+2359.9 s]
/proc/loadavg: 1.92 1.52 1.40 3/226 25114
/proc/meminfo: memFree=27849724/32770624 swapFree=67000008/67108860
[pid=24643] ppid=24640 vsize=10846988 memory=752164 CPUtime=2400.05 cores=0,2,4,6
/proc/24643/stat : 24643 (java) S 24640 24643 20842 0 -1 1077944320 175415 13001 0 0 239667 331 5 2 20 0 15 0 445039457 11107315712 188041 33554432000 4194304 4196468 140723847679904 140723847662448 139917467578103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
/proc/24643/statm: 2711747 188041 3627 1 0 2673805 0
[pid=24643/tid=24696] ppid=24640 vsize=10846988 memory=752164 CPUtime=2332.66 cores=0,2,4,6
/proc/24643/task/24696/stat : 24696 (java) R 24640 24643 20842 0 -1 4202560 60257 13001 0 0 233215 44 5 2 20 0 15 0 445039466 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917439413184 139917044042547 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24697] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.92 cores=0,2,4,6
/proc/24643/task/24697/stat : 24697 (java) S 24640 24643 20842 0 -1 1077944384 18795 13001 0 0 1125 60 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917471820560 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24698] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.95 cores=0,2,4,6
/proc/24643/task/24698/stat : 24698 (java) S 24640 24643 20842 0 -1 1077944384 10187 13001 0 0 1134 54 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917360094096 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24699] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.91 cores=0,2,4,6
/proc/24643/task/24699/stat : 24699 (java) S 24640 24643 20842 0 -1 1077944384 9465 13001 0 0 1131 53 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917359041552 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24700] ppid=24640 vsize=10846988 memory=752164 CPUtime=11.92 cores=0,2,4,6
/proc/24643/task/24700/stat : 24700 (java) S 24640 24643 20842 0 -1 1077944384 16580 13001 0 0 1128 57 5 2 20 0 15 0 445039467 11107315712 188041 33554432000 4194304 4196468 140723847679904 139917357989008 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24701] ppid=24640 vsize=10846988 memory=752164 CPUtime=10.8 cores=0,2,4,6
/proc/24643/task/24701/stat : 24701 (java) S 24640 24643 20842 0 -1 1077944384 13116 13001 0 0 1018 55 5 2 20 0 15 0 445039468 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916926195696 139917467589250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24702] ppid=24640 vsize=10846988 memory=748068 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24702/stat : 24702 (java) S 24640 24643 20842 0 -1 1077944384 38 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916925142048 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24703] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24703/stat : 24703 (java) S 24640 24643 20842 0 -1 1077944384 8 13001 0 0 0 0 5 2 20 0 15 0 445039469 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916344288256 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24704] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24704/stat : 24704 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039471 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916036888784 139917467596699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24705] ppid=24640 vsize=10846988 memory=752164 CPUtime=3.08 cores=0,2,4,6
/proc/24643/task/24705/stat : 24705 (java) S 24640 24643 20842 0 -1 1077944384 14624 13001 0 0 299 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916891585008 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24706] ppid=24640 vsize=10846988 memory=752164 CPUtime=3.31 cores=0,2,4,6
/proc/24643/task/24706/stat : 24706 (java) S 24640 24643 20842 0 -1 1077944384 18824 13001 0 0 322 2 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916890532464 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24707] ppid=24640 vsize=10846988 memory=750116 CPUtime=1.64 cores=0,2,4,6
/proc/24643/task/24707/stat : 24707 (java) S 24640 24643 20842 0 -1 1077944384 9980 13001 0 0 154 3 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916889479920 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24708] ppid=24640 vsize=10846988 memory=752164 CPUtime=0.07 cores=0,2,4,6
/proc/24643/task/24708/stat : 24708 (java) S 24640 24643 20842 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916003331168 139917467588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
[pid=24643/tid=24709] ppid=24640 vsize=10846988 memory=752164 CPUtime=1.38 cores=0,2,4,6
/proc/24643/task/24709/stat : 24709 (java) S 24640 24643 20842 0 -1 1077944384 1324 13001 0 0 65 66 5 2 20 0 15 0 445039472 11107315712 188041 33554432000 4194304 4196468 140723847679904 139916888426800 139917467589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8974336 140723847686896 140723847689413 140723847689413 140723847692239 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 752164 KiB

Child status: 143
Real time (s): 2359.93
CPU time (s): 2400.1
CPU user time (s): 2396.75
CPU system time (s): 3.35524
CPU usage (%): 101.702
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 768676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.75
system time used= 3.35523
maximum resident set size= 769640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284916
involuntary context switches= 12281


# summary of solver processes directly reported to runsolver:
#   pid: 24643
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.75
#   total CPU system time (s): 3.35524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1553 second user time and 21.2338 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 03:36:11
IDJOB=4401441
IDBENCH=137473
IDSOLVER=2858
FILE ID=node106/4401441-1568687850
RUNJOBID= node106-1568669653-20873
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401441-1568687850/watcher-4401441-1568687850 -o /tmp/evaluation-result-4401441-1568687850/solver-4401441-1568687850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401441-1568687850.xml

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

MD5SUM BENCH= d746abd17fd9f5e52f47be3617d955ae
RANDOM SEED=434527036

node106.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.79
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.79
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.79
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.79
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:        29175272 kB
MemAvailable:   30724652 kB
Buffers:          193100 kB
Cached:          1646104 kB
SwapCached:         7424 kB
Active:          1794108 kB
Inactive:        1225040 kB
Active(anon):    1180276 kB
Inactive(anon):    44204 kB
Active(file):     613832 kB
Inactive(file):  1180836 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       67000000 kB
Dirty:             34924 kB
Writeback:             0 kB
AnonPages:       1282228 kB
Mapped:            57580 kB
Shmem:             35784 kB
Slab:             171156 kB
SReclaimable:     141096 kB
SUnreclaim:        30060 kB
KernelStack:        3760 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2413300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-17 04:15:31