Trace number 4401257

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.05 2366.04

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-3.xml
MD5SUM95a2ddfb0d7ed65af35b4a4f8b00191d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark40.9991
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":11},{"size":5,"count":11},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401257-1568680985/watcher-4401257-1568680985 -o /tmp/evaluation-result-4401257-1568680985/solver-4401257-1568680985 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401257-1568680985.xml 

running on 4 cores: 1,3,5,7

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=16645, runsolver pid=16642
Current StackSize limit: 8192 KiB


[startup+0.109477 s]*
/proc/loadavg: 1.61 1.42 1.41 3/218 16703
/proc/meminfo: memFree=30093156/32770624 swapFree=66922296/67108860
[pid=16645] ppid=16642 vsize=10355560 memory=21700 CPUtime=0.11 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 4678 13061 0 0 2 1 5 3 20 0 9 0 444036348 10604093440 5425 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2588890 5425 2102 1 0 2551431 0
[pid=16645/tid=16698] ppid=16642 vsize=10355560 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 2433 13061 0 0 1 0 5 3 20 0 9 0 444036357 10604093440 5425 33554432000 4194304 4196468 140737304711808 140014217088880 140014230333008 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10355560 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 9 0 444036358 10604093440 5425 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10355560 memory=140328530196096 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 9 0 444036358 10604093440 5425 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 9 0 444036358 10604093440 5425 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 9 0 444036358 10604093440 5425 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10355560 memory=140328530196096 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 9 0 444036359 10604093440 5425 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 33 13061 0 0 0 0 5 3 20 0 9 0 444036360 10604093440 5425 33554432000 4194304 4196468 140737304711808 140013703460512 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 9 0 444036360 10604093440 5425 33554432000 4194304 4196468 140737304711808 140013115270448 140014245263061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.21 s]*
/proc/loadavg: 1.61 1.42 1.41 4/227 16712
/proc/meminfo: memFree=30078732/32770624 swapFree=66922296/67108860
[pid=16645] ppid=16642 vsize=10820196 memory=41212 CPUtime=0.27 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 7108 13061 0 0 18 1 5 3 20 0 15 0 444036348 11079880704 10303 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2705049 10303 3299 1 0 2667149 0
[pid=16645/tid=16698] ppid=16642 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 3586 13061 0 0 11 1 5 3 20 0 15 0 444036357 11079880704 10303 33554432000 4194304 4196468 140737304711808 140014217067040 140013803268091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079880704 10303 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10820196 memory=140328533487256 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079880704 10303 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079880704 10303 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079880704 10303 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10820196 memory=140328530196096 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 444036359 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 33 13061 0 0 0 0 5 3 20 0 15 0 444036360 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013703460512 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036360 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013115270384 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 606 13061 0 0 2 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 55 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10820196 memory=140328530196096 CPUtime=0.11 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 604 13061 0 0 3 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10820196 memory=140328530196096 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079880704 10303 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41212 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.61 1.42 1.41 3/227 16712
/proc/meminfo: memFree=30066496/32770624 swapFree=66922296/67108860
[pid=16645] ppid=16642 vsize=10820220 memory=49508 CPUtime=0.41 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 10572 13061 0 0 30 3 5 3 20 0 15 0 444036348 11079905280 12312 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2705055 12377 3318 1 0 2667149 0
[pid=16645/tid=16698] ppid=16642 vsize=10820268 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 7056 13061 0 0 19 2 5 3 20 0 15 0 444036357 11079954432 12377 33554432000 4194304 4196468 140737304711808 140014217078384 140014245274781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10820268 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079954432 12377 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10820268 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079954432 12377 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10820268 memory=140328530203089 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079954432 12377 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 444036358 11079954432 12377 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 444036359 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 33 13061 0 0 0 0 5 3 20 0 15 0 444036360 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013703460512 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036360 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013115270384 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 606 13061 0 0 2 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10820268 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 56 13061 0 0 1 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10820268 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 612 13061 0 0 5 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10820268 memory=140328530196096 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036363 11079954432 12377 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820220 KiB
Current children cumulated memory: 49508 KiB

[startup+0.703637 s]
/proc/loadavg: 1.61 1.42 1.41 3/227 16712
/proc/meminfo: memFree=30052600/32770624 swapFree=66922296/67108860
[pid=16645] ppid=16642 vsize=10824364 memory=82288 CPUtime=1.17 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 14875 13061 0 0 104 5 5 3 20 0 15 0 444036348 11084148736 20572 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2706091 20572 3514 1 0 2668173 0
[pid=16645/tid=16698] ppid=16642 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 10325 13061 0 0 56 4 5 3 20 0 15 0 444036357 11084148736 20572 33554432000 4194304 4196468 140737304711808 140014217074576 140014229333342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11084148736 20572 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11084148736 20572 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10824364 memory=2464237487617 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036358 11084148736 20572 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10824364 memory=117397459 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 444036358 11084148736 20572 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10824364 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 5 13061 0 0 0 0 5 3 20 0 15 0 444036359 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10824364 memory=12776 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 33 13061 0 0 0 0 5 3 20 0 15 0 444036360 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013703460512 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10824364 memory=528 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036360 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013115270384 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10824364 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10824364 memory=932 CPUtime=0.24 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 1053 13061 0 0 16 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10824364 memory=1492 CPUtime=0.21 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 447 13061 0 0 13 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10824364 memory=7379241883359864663 CPUtime=0.25 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 791 13061 0 0 17 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10824364 memory=7302976372154459730 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10824364 memory=7881696724453321575 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 444036363 11084148736 20572 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82288 KiB

[startup+1.50077 s]
/proc/loadavg: 1.61 1.42 1.41 5/227 16712
/proc/meminfo: memFree=29983256/32770624 swapFree=66922296/67108860
[pid=16645] ppid=16642 vsize=10832632 memory=217352 CPUtime=2.97 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 25347 13061 0 0 280 9 5 3 20 0 15 0 444036348 11092615168 54338 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2708158 54338 3588 1 0 2670221 0
[pid=16645/tid=16698] ppid=16642 vsize=10832632 memory=7595413565910050132 CPUtime=1.43 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 14976 13061 0 0 129 6 5 3 20 0 15 0 444036357 11092615168 54338 33554432000 4194304 4196468 140737304711808 140014217075200 140014229333342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10832632 memory=7450453952904062292 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 91 13061 0 0 1 0 5 3 20 0 15 0 444036358 11092615168 54338 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10832632 memory=7235145335560430165 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 29 13061 0 0 1 0 5 3 20 0 15 0 444036358 11092615168 54338 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10832632 memory=7445408302770774379 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 292 13061 0 0 1 0 5 3 20 0 15 0 444036358 11092615168 54338 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 75 13061 0 0 1 0 5 3 20 0 15 0 444036358 11092615168 54338 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10832632 memory=7518026630507424102 CPUtime=0.09 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 1272 13061 0 0 1 0 5 3 20 0 15 0 444036359 11092615168 54338 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10832632 memory=7451578770632829015 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 33 13061 0 0 0 0 5 3 20 0 15 0 444036360 11092615168 54338 33554432000 4194304 4196468 140737304711808 140013703460512 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036360 11092615168 54366 33554432000 4194304 4196468 140737304711808 140013115270400 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10832632 memory=15 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11092615168 54366 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10832632 memory=140328393022150 CPUtime=0.65 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 3230 13061 0 0 57 0 5 3 20 0 15 0 444036363 11092615168 54366 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10832632 memory=280656786020944 CPUtime=0.55 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 1565 13061 0 0 47 0 5 3 20 0 15 0 444036363 11092615168 54366 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10832632 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) R 16642 16645 14447 0 -1 4202560 1565 13061 0 0 36 0 5 3 20 0 15 0 444036363 11092615168 54366 33554432000 4194304 4196468 140737304711808 140013667793344 140014238349691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0

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

/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 81711 13061 0 0 218833 48 5 3 20 0 15 0 444036357 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014217088128 140013818161289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.15 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 27438 13061 0 0 673 34 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.15 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 22901 13061 0 0 674 33 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.11 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 26716 13061 0 0 670 33 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.12 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 30224 13061 0 0 668 36 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10849036 memory=1824360 CPUtime=5.5 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 22467 13061 0 0 509 33 5 3 20 0 15 0 444036359 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10849036 memory=178 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 41 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013703460640 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 10 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013115270560 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10849036 memory=1824360 CPUtime=4.86 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 27522 13061 0 0 473 5 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10849036 memory=1824360 CPUtime=4.3 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 23144 13061 0 0 419 3 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10849036 memory=3616 CPUtime=1.86 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 15564 13061 0 0 176 2 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10849036 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10849036 memory=675 CPUtime=1.18 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1756 13061 0 0 48 62 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 2234.5 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1824360 KiB

[startup+2262.3 s]
/proc/loadavg: 1.27 1.34 1.41 3/229 17071
/proc/meminfo: memFree=28400888/32770624 swapFree=66922328/67108860
[pid=16645] ppid=16642 vsize=10849036 memory=1824360 CPUtime=2295.13 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 283678 13061 0 0 229246 259 5 3 20 0 15 0 444036348 11109412864 456090 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2712259 456090 3629 1 0 2674317 0
[pid=16645/tid=16698] ppid=16642 vsize=10849036 memory=5972 CPUtime=2248.5 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 82551 13061 0 0 224794 48 5 3 20 0 15 0 444036357 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014217078480 140013818164773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.35 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 27637 13061 0 0 692 35 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.35 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 23290 13061 0 0 694 33 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10849036 memory=143529217131144 CPUtime=7.32 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 26796 13061 0 0 690 34 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.33 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 30257 13061 0 0 688 37 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10849036 memory=1824360 CPUtime=5.67 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 22861 13061 0 0 525 34 5 3 20 0 15 0 444036359 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 41 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013703460640 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10849036 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 10 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013115270560 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10849036 memory=32336 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10849036 memory=280656786328864 CPUtime=4.86 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 27526 13061 0 0 473 5 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10849036 memory=7300445425623327339 CPUtime=4.3 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 23148 13061 0 0 419 3 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10849036 memory=5972 CPUtime=1.86 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 15568 13061 0 0 176 2 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10849036 memory=588 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10849036 memory=780 CPUtime=1.22 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1778 13061 0 0 50 64 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 2295.13 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1824360 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.37 1.41 3/228 17075
/proc/meminfo: memFree=28399700/32770624 swapFree=66922328/67108860
[pid=16645] ppid=16642 vsize=10849036 memory=1824360 CPUtime=2355.77 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 285873 13061 0 0 235304 265 5 3 20 0 15 0 444036348 11109412864 456090 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2712259 456090 3629 1 0 2674317 0
[pid=16645/tid=16698] ppid=16642 vsize=10849036 memory=2828 CPUtime=2308.08 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 83375 13061 0 0 230751 49 5 3 20 0 15 0 444036357 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014217085472 140013818168787 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.57 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 27883 13061 0 0 713 36 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.57 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 23683 13061 0 0 714 35 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.53 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 27020 13061 0 0 710 35 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10849036 memory=1824360 CPUtime=7.54 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 30339 13061 0 0 708 38 5 3 20 0 15 0 444036358 11109412864 456090 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10849036 memory=1824360 CPUtime=5.83 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 23243 13061 0 0 541 34 5 3 20 0 15 0 444036359 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 41 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013703460640 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 10 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013115270560 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10849036 memory=1824360 CPUtime=4.86 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 27530 13061 0 0 473 5 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10849036 memory=1824360 CPUtime=4.3 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 23152 13061 0 0 419 3 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10849036 memory=11620 CPUtime=1.86 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 15572 13061 0 0 176 2 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10849036 memory=1824360 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10849036 memory=1560 CPUtime=1.25 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1810 13061 0 0 51 66 5 3 20 0 15 0 444036363 11109412864 456090 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 2355.77 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1824360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2366 s]*
/proc/loadavg: 1.44 1.37 1.41 3/228 17079
/proc/meminfo: memFree=28397716/32770624 swapFree=66922328/67108860
[pid=16645] ppid=16642 vsize=10849036 memory=1826408 CPUtime=2400.01 cores=1,3,5,7
/proc/16645/stat : 16645 (java) S 16642 16645 14447 0 -1 1077944320 287081 13061 0 0 239722 271 5 3 20 0 15 0 444036348 11109412864 456602 33554432000 4194304 4196468 140737304711808 140737304694352 140014245252855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
/proc/16645/statm: 2712259 456602 3629 1 0 2674317 0
[pid=16645/tid=16698] ppid=16642 vsize=10849036 memory=1324 CPUtime=2351.47 cores=1,3,5,7
/proc/16645/task/16698/stat : 16698 (java) R 16642 16645 14447 0 -1 4202560 83889 13061 0 0 235089 50 5 3 20 0 15 0 444036357 11109412864 456602 33554432000 4194304 4196468 140737304711808 140014217075328 140013818164717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16700] ppid=16642 vsize=10849036 memory=4872558044660077418 CPUtime=7.74 cores=1,3,5,7
/proc/16645/task/16700/stat : 16700 (java) S 16642 16645 14447 0 -1 1077944384 27950 13061 0 0 729 37 5 3 20 0 15 0 444036358 11109412864 456602 33554432000 4194304 4196468 140737304711808 140014249495056 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16701] ppid=16642 vsize=10849036 memory=290763857956438330 CPUtime=7.73 cores=1,3,5,7
/proc/16645/task/16701/stat : 16701 (java) S 16642 16645 14447 0 -1 1077944384 23752 13061 0 0 730 35 5 3 20 0 15 0 444036358 11109412864 456602 33554432000 4194304 4196468 140737304711808 140014137768592 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16702] ppid=16642 vsize=10849036 memory=14126732391221673 CPUtime=7.71 cores=1,3,5,7
/proc/16645/task/16702/stat : 16702 (java) S 16642 16645 14447 0 -1 1077944384 27119 13061 0 0 727 36 5 3 20 0 15 0 444036358 11109412864 456602 33554432000 4194304 4196468 140737304711808 140014136715536 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16703] ppid=16642 vsize=10849036 memory=288230583166042426 CPUtime=7.71 cores=1,3,5,7
/proc/16645/task/16703/stat : 16703 (java) S 16642 16645 14447 0 -1 1077944384 30582 13061 0 0 724 39 5 3 20 0 15 0 444036358 11109412864 456602 33554432000 4194304 4196468 140737304711808 140014135662992 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16704] ppid=16642 vsize=10849036 memory=14126732391221673 CPUtime=5.97 cores=1,3,5,7
/proc/16645/task/16704/stat : 16704 (java) S 16642 16645 14447 0 -1 1077944384 23447 13061 0 0 554 35 5 3 20 0 15 0 444036359 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013704514288 140014245264002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16705] ppid=16642 vsize=10849036 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16705/stat : 16705 (java) S 16642 16645 14447 0 -1 1077944384 41 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013703460640 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16706] ppid=16642 vsize=10849036 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16706/stat : 16706 (java) S 16642 16645 14447 0 -1 1077944384 10 13061 0 0 0 0 5 3 20 0 15 0 444036360 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013115270560 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16707] ppid=16642 vsize=10849036 memory=1492 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16707/stat : 16707 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140012807870928 140014245271451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16708] ppid=16642 vsize=10849036 memory=876 CPUtime=4.86 cores=1,3,5,7
/proc/16645/task/16708/stat : 16708 (java) S 16642 16645 14447 0 -1 1077944384 27532 13061 0 0 473 5 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013669902576 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16709] ppid=16642 vsize=10849036 memory=1448 CPUtime=4.3 cores=1,3,5,7
/proc/16645/task/16709/stat : 16709 (java) S 16642 16645 14447 0 -1 1077944384 23154 13061 0 0 419 3 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013668850032 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16710] ppid=16642 vsize=10849036 memory=1980 CPUtime=1.86 cores=1,3,5,7
/proc/16645/task/16710/stat : 16710 (java) S 16642 16645 14447 0 -1 1077944384 15574 13061 0 0 176 2 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013667796976 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16711] ppid=16642 vsize=10849036 memory=2432 CPUtime=0.08 cores=1,3,5,7
/proc/16645/task/16711/stat : 16711 (java) S 16642 16645 14447 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140012774312288 140014245263061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
[pid=16645/tid=16712] ppid=16642 vsize=10849036 memory=1760 CPUtime=1.28 cores=1,3,5,7
/proc/16645/task/16712/stat : 16712 (java) S 16642 16645 14447 0 -1 1077944384 1816 13061 0 0 52 68 5 3 20 0 15 0 444036363 11109412864 456602 33554432000 4194304 4196468 140737304711808 140013666745392 140014245264002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20582400 140737304718063 140737304720581 140737304720581 140737304723407 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1826408 KiB

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

[startup+2366.04 s]
# the end of solver process 16645 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.29 s, system=2.7545 s

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

Child status: 143
Real time (s): 2366.04
CPU time (s): 2400.05
CPU user time (s): 2397.29
CPU system time (s): 2.7545
CPU usage (%): 101.437
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1891304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.29
system time used= 2.7545
maximum resident set size= 1893352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178392
involuntary context switches= 6485


# summary of solver processes directly reported to runsolver:
#   pid: 16645
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.29
#   total CPU system time (s): 2.7545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5087 second user time and 22.7909 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 02:42:23
IDJOB=4401257
IDBENCH=127998
IDSOLVER=2858
FILE ID=node141/4401257-1568680985
RUNJOBID= node141-1568673289-14479
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401257-1568680985/watcher-4401257-1568680985 -o /tmp/evaluation-result-4401257-1568680985/solver-4401257-1568680985 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401257-1568680985.xml

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=1612266580

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30104436 kB
MemAvailable:   31015448 kB
Buffers:          220360 kB
Cached:           987496 kB
SwapCached:        77856 kB
Active:          1377088 kB
Inactive:         725584 kB
Active(anon):     823124 kB
Inactive(anon):   114784 kB
Active(file):     553964 kB
Inactive(file):   610800 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922296 kB
Dirty:             36232 kB
Writeback:             0 kB
AnonPages:        955600 kB
Mapped:            56384 kB
Shmem:             34476 kB
Slab:             154300 kB
SReclaimable:     124168 kB
SUnreclaim:        30132 kB
KernelStack:        3984 kB
PageTables:         8580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2021880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 03:21:49