Trace number 4396232

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) 2520.07 2477.24

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396232-1568401869/watcher-4396232-1568401869 -o /tmp/evaluation-result-4396232-1568401869/solver-4396232-1568401869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=319576743 HOME/instance-4396232-1568401869.xml 

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

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


[startup+0.100063 s]*
/proc/loadavg: 1.84 1.86 1.77 3/219 5487
/proc/meminfo: memFree=30371420/32770624 swapFree=66981740/67108860
[pid=5430] ppid=5427 vsize=9972712 memory=14648 CPUtime=0.09 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 4450 13123 0 0 1 0 5 3 20 0 6 0 416449619 10212057088 3662 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2493178 3662 1933 1 0 2481616 0
[pid=5430/tid=5483] ppid=5427 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 2279 13123 0 0 0 0 5 3 20 0 6 0 416449628 10212057088 3728 33554432000 4194304 4196468 140735123575744 140447549858384 140447562102110 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 416449628 10212057088 3728 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=9972712 memory=140537142597248 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 416449628 10212057088 3728 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 416449628 10212057088 3728 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 6 0 416449628 10212057088 3728 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.210135 s]*
/proc/loadavg: 1.84 1.86 1.77 3/228 5496
/proc/meminfo: memFree=30351960/32770624 swapFree=66981740/67108860
[pid=5430] ppid=5427 vsize=10819664 memory=35500 CPUtime=0.26 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 7245 13123 0 0 16 2 5 3 20 0 15 0 416449619 11079335936 8875 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2704916 8875 3169 1 0 2667149 0
[pid=5430/tid=5483] ppid=5427 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 3641 13123 0 0 10 1 5 3 20 0 15 0 416449628 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447549846056 140447578043549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10819664 memory=140537142603279 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10819664 memory=140537142597248 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 416449630 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 416449630 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447035921696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449631 11079335936 9387 33554432000 4194304 4196468 140735123575744 140446437205616 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11079335936 9387 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 367 13123 0 0 1 0 5 3 20 0 15 0 416449633 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 313 13123 0 0 0 0 5 3 20 0 15 0 416449633 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10819664 memory=140537142597248 CPUtime=0.11 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) R 5427 5430 1949 0 -1 4202560 667 13123 0 0 3 0 5 3 20 0 15 0 416449633 11079335936 9387 33554432000 4194304 4196468 140735123575744 140447000258928 140447578042970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11079335936 9387 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10819664 memory=140537142597248 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449634 11079335936 9387 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35500 KiB

[startup+0.310495 s]*
/proc/loadavg: 1.84 1.86 1.77 3/228 5496
/proc/meminfo: memFree=30339208/32770624 swapFree=66981740/67108860
[pid=5430] ppid=5427 vsize=10820148 memory=46456 CPUtime=0.4 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 10937 13123 0 0 28 4 5 3 20 0 15 0 416449619 11079831552 11614 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2705037 11614 3302 1 0 2667149 0
[pid=5430/tid=5483] ppid=5427 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 7277 13123 0 0 19 3 5 3 20 0 15 0 416449628 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447549827728 140447578043549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 416449628 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 416449630 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 416449630 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447035921696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449631 11079831552 11614 33554432000 4194304 4196468 140735123575744 140446437205616 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11079831552 11614 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 387 13123 0 0 2 0 5 3 20 0 15 0 416449633 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 316 13123 0 0 1 0 5 3 20 0 15 0 416449633 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10820148 memory=140537142597248 CPUtime=0.13 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 707 13123 0 0 5 0 5 3 20 0 15 0 416449633 11079831552 11614 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11079831552 11614 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10820148 memory=140537142597248 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449634 11079831552 11614 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46456 KiB

[startup+0.700772 s]
/proc/loadavg: 1.84 1.86 1.77 3/228 5496
/proc/meminfo: memFree=30326244/32770624 swapFree=66981740/67108860
[pid=5430] ppid=5427 vsize=10824360 memory=80720 CPUtime=1.11 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 15446 13123 0 0 97 6 5 3 20 0 15 0 416449619 11084144640 19668 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2706090 20180 3510 1 0 2668173 0
[pid=5430/tid=5483] ppid=5427 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 10427 13123 0 0 54 5 5 3 20 0 15 0 416449628 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447549849248 140447578043549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10824360 memory=281074068932576 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449628 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10824360 memory=140537034321840 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 416449628 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10824360 memory=140539919860299 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 5 13123 0 0 0 0 5 3 20 0 15 0 416449630 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10824360 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 416449630 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447035921696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10824360 memory=7523919935556904256 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449631 11084144640 20180 33554432000 4194304 4196468 140735123575744 140446437205616 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10824360 memory=7739276948477865319 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11084144640 20180 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10824360 memory=5787500903046145365 CPUtime=0.23 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 952 13123 0 0 15 0 5 3 20 0 15 0 416449633 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 777 13123 0 0 9 0 5 3 20 0 15 0 416449633 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 1030 13123 0 0 17 0 5 3 20 0 15 0 416449633 11084144640 20180 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11084144640 20180 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449634 11084144640 20180 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80720 KiB

[startup+1.50082 s]
/proc/loadavg: 1.84 1.86 1.77 5/228 5496
/proc/meminfo: memFree=30257800/32770624 swapFree=66981740/67108860
[pid=5430] ppid=5427 vsize=10832628 memory=226076 CPUtime=2.89 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 24817 13123 0 0 268 13 5 3 20 0 15 0 416449619 11092611072 56519 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2708157 56519 3584 1 0 2670221 0
[pid=5430/tid=5483] ppid=5427 vsize=10832628 memory=2996107 CPUtime=1.43 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 15456 13123 0 0 127 8 5 3 20 0 15 0 416449628 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447549854368 140447561214339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10832628 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 52 13123 0 0 1 0 5 3 20 0 15 0 416449628 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10832628 memory=1096816 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 305 13123 0 0 1 0 5 3 20 0 15 0 416449628 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10832628 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 20 13123 0 0 1 0 5 3 20 0 15 0 416449628 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10832628 memory=80720 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 87 13123 0 0 1 0 5 3 20 0 15 0 416449628 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 1238 13123 0 0 1 0 5 3 20 0 15 0 416449630 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 34 13123 0 0 0 0 5 3 20 0 15 0 416449630 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447035921696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 416449631 11092611072 56519 33554432000 4194304 4196468 140735123575744 140446437205616 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11092611072 56519 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10832628 memory=-3535470213243961690 CPUtime=0.57 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 2536 13123 0 0 49 0 5 3 20 0 15 0 416449633 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10832628 memory=-7880843606118635149 CPUtime=0.54 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 1290 13123 0 0 46 0 5 3 20 0 15 0 416449633 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10832628 memory=-7241597079701628969 CPUtime=0.45 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 1579 13123 0 0 37 0 5 3 20 0 15 0 416449633 11092611072 56519 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10832628 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11092611072 56519 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10832628 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11092611072 56519 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10832628 KiB

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

/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 109316 13123 0 0 230381 58 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447549856208 140447196666892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.39 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 39474 13123 0 0 893 38 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.42 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 38408 13123 0 0 896 38 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.35 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 33144 13123 0 0 889 38 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10849032 memory=20396 CPUtime=9.39 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 39243 13123 0 0 893 38 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10849032 memory=1962228 CPUtime=6.62 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 29713 13123 0 0 624 30 5 3 20 0 15 0 416449630 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10849032 memory=1962228 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 54 13123 0 0 0 0 5 3 20 0 15 0 416449630 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447035921824 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10849032 memory=1962228 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 30 13123 0 0 0 0 5 3 20 0 15 0 416449631 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446437205632 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10849032 memory=1962228 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10849032 memory=1962228 CPUtime=5.74 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 40562 13123 0 0 561 5 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10849032 memory=1962228 CPUtime=5.95 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 49542 13123 0 0 581 6 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10849032 memory=1962228 CPUtime=2.03 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 25275 13123 0 0 191 4 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10849032 memory=1962228 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10849032 memory=2004 CPUtime=1.46 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1908 13123 0 0 68 70 5 3 20 0 15 0 416449634 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 2363.22 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1962228 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.42 1.40 3/228 5713
/proc/meminfo: memFree=27489320/32770624 swapFree=66981768/67108860
[pid=5430] ppid=5427 vsize=10849032 memory=1962228 CPUtime=2423.93 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 415529 13123 0 0 242090 295 5 3 20 0 15 0 416449619 11109408768 490557 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2712258 490557 3627 1 0 2674317 0
[pid=5430/tid=5483] ppid=5427 vsize=10849032 memory=1962228 CPUtime=2363.97 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 111039 13123 0 0 236331 58 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447549847296 140447196773057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.64 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 40443 13123 0 0 918 38 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.66 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 40170 13123 0 0 919 39 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.6 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 33386 13123 0 0 913 39 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10849032 memory=1962228 CPUtime=9.64 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 40415 13123 0 0 917 39 5 3 20 0 15 0 416449628 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10849032 memory=1962228 CPUtime=6.8 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 30433 13123 0 0 641 31 5 3 20 0 15 0 416449630 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10849032 memory=242365 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 54 13123 0 0 0 0 5 3 20 0 15 0 416449630 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447035921824 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10849032 memory=1962228 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 30 13123 0 0 0 0 5 3 20 0 15 0 416449631 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446437205632 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10849032 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10849032 memory=1028 CPUtime=5.75 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 40568 13123 0 0 562 5 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10849032 memory=1060 CPUtime=5.95 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 49546 13123 0 0 581 6 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10849032 memory=3620 CPUtime=2.04 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 25279 13123 0 0 191 5 5 3 20 0 15 0 416449633 11109408768 490557 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10849032 memory=20416 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10849032 memory=1962228 CPUtime=1.49 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1950 13123 0 0 70 71 5 3 20 0 15 0 416449634 11109408768 490557 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 2423.93 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1962228 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.40 1.39 3/228 5717
/proc/meminfo: memFree=27487296/32770624 swapFree=66981768/67108860
[pid=5430] ppid=5427 vsize=10849032 memory=1964276 CPUtime=2484.67 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 422193 13123 0 0 248158 301 5 3 20 0 15 0 416449619 11109408768 491069 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2712258 491069 3627 1 0 2674317 0
[pid=5430/tid=5483] ppid=5427 vsize=10849032 memory=1964276 CPUtime=2423.5 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 112761 13123 0 0 242283 59 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447549856048 140447184532932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10849032 memory=1964276 CPUtime=9.89 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 42895 13123 0 0 942 39 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10849032 memory=1964276 CPUtime=9.91 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 40256 13123 0 0 944 39 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10849032 memory=1964276 CPUtime=9.85 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 34870 13123 0 0 937 40 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10849032 memory=1964276 CPUtime=9.89 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 40537 13123 0 0 941 40 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10849032 memory=1964276 CPUtime=6.98 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 31173 13123 0 0 658 32 5 3 20 0 15 0 416449630 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10849032 memory=1964276 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 54 13123 0 0 0 0 5 3 20 0 15 0 416449630 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447035921824 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10849032 memory=1964276 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 30 13123 0 0 0 0 5 3 20 0 15 0 416449631 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446437205632 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10849032 memory=1964276 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10849032 memory=1964276 CPUtime=5.75 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 40572 13123 0 0 562 5 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10849032 memory=1964276 CPUtime=5.95 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 49552 13123 0 0 581 6 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10849032 memory=1964276 CPUtime=2.04 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 25283 13123 0 0 191 5 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10849032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10849032 memory=1964276 CPUtime=1.52 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 1994 13123 0 0 71 73 5 3 20 0 15 0 416449634 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 2484.67 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1964276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.2 s]
/proc/loadavg: 1.44 1.40 1.40 2/211 6007
/proc/meminfo: memFree=29499248/32770624 swapFree=66981768/67108860
[pid=5430] ppid=5427 vsize=10849032 memory=1964276 CPUtime=2520.02 cores=0,2,4,6
/proc/5430/stat : 5430 (java) S 5427 5430 1949 0 -1 1077944320 425643 13123 0 0 251689 305 5 3 20 0 15 0 416449619 11109408768 491069 33554432000 4194304 4196468 140735123575744 140735123558288 140447578021623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
/proc/5430/statm: 2712258 491069 3627 1 0 2674317 0
[pid=5430/tid=5483] ppid=5427 vsize=10849032 memory=1964276 CPUtime=2458.1 cores=0,2,4,6
/proc/5430/task/5483/stat : 5483 (java) R 5427 5430 1949 0 -1 4202560 113742 13123 0 0 245742 60 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447549856208 140447196954290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5484] ppid=5427 vsize=10849032 memory=1440 CPUtime=10.04 cores=0,2,4,6
/proc/5430/task/5484/stat : 5484 (java) S 5427 5430 1949 0 -1 1077944384 43101 13123 0 0 956 40 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447582263696 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5485] ppid=5427 vsize=10849032 memory=920 CPUtime=10.06 cores=0,2,4,6
/proc/5430/task/5485/stat : 5485 (java) S 5427 5430 1949 0 -1 1077944384 40296 13123 0 0 959 39 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447512021264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5486] ppid=5427 vsize=10849032 memory=8112282956445269571 CPUtime=10.01 cores=0,2,4,6
/proc/5430/task/5486/stat : 5486 (java) S 5427 5430 1949 0 -1 1077944384 34966 13123 0 0 952 41 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447150697104 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5487] ppid=5427 vsize=10849032 memory=288230617509003574 CPUtime=10.04 cores=0,2,4,6
/proc/5430/task/5487/stat : 5487 (java) S 5427 5430 1949 0 -1 1077944384 42275 13123 0 0 956 40 5 3 20 0 15 0 416449628 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447149644304 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5488] ppid=5427 vsize=10849032 memory=16101493912635601 CPUtime=7.08 cores=0,2,4,6
/proc/5430/task/5488/stat : 5488 (java) S 5427 5430 1949 0 -1 1077944384 31531 13123 0 0 668 32 5 3 20 0 15 0 416449630 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447036975728 140447578032770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5489] ppid=5427 vsize=10849032 memory=174420 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5489/stat : 5489 (java) S 5427 5430 1949 0 -1 1077944384 54 13123 0 0 0 0 5 3 20 0 15 0 416449630 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447035921824 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5490] ppid=5427 vsize=10849032 memory=1628 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5490/stat : 5490 (java) S 5427 5430 1949 0 -1 1077944384 30 13123 0 0 0 0 5 3 20 0 15 0 416449631 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446437205632 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5491] ppid=5427 vsize=10849032 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5491/stat : 5491 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446129805904 140447578040219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5492] ppid=5427 vsize=10849032 memory=4126316290023845779 CPUtime=5.75 cores=0,2,4,6
/proc/5430/task/5492/stat : 5492 (java) S 5427 5430 1949 0 -1 1077944384 40574 13123 0 0 562 5 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447002364016 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5493] ppid=5427 vsize=10849032 memory=8112282956445269571 CPUtime=5.95 cores=0,2,4,6
/proc/5430/task/5493/stat : 5493 (java) S 5427 5430 1949 0 -1 1077944384 49555 13123 0 0 581 6 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447001311216 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5494] ppid=5427 vsize=10849032 memory=20416 CPUtime=2.04 cores=0,2,4,6
/proc/5430/task/5494/stat : 5494 (java) S 5427 5430 1949 0 -1 1077944384 25285 13123 0 0 191 5 5 3 20 0 15 0 416449633 11109408768 491069 33554432000 4194304 4196468 140735123575744 140447000258928 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5495] ppid=5427 vsize=10849032 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/5430/task/5495/stat : 5495 (java) S 5427 5430 1949 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 416449634 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446096247264 140447578031829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
[pid=5430/tid=5496] ppid=5427 vsize=10849032 memory=984 CPUtime=1.54 cores=0,2,4,6
/proc/5430/task/5496/stat : 5496 (java) S 5427 5430 1949 0 -1 1077944384 2018 13123 0 0 72 74 5 3 20 0 15 0 416449634 11109408768 491069 33554432000 4194304 4196468 140735123575744 140446999206832 140447578032770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17727488 140735123577584 140735123580101 140735123580101 140735123582927 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1964276 KiB

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

[startup+2477.24 s]
# the end of solver process 5430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.96 s, system=3.1045 s

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

Child status: 143
Real time (s): 2477.24
CPU time (s): 2520.07
CPU user time (s): 2516.96
CPU system time (s): 3.1045
CPU usage (%): 101.729
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2043168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.96
system time used= 3.1045
maximum resident set size= 2044760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191594
involuntary context switches= 9267


# summary of solver processes directly reported to runsolver:
#   pid: 5430
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.96
#   total CPU system time (s): 3.1045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0389 second user time and 21.1607 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 21:10:27
IDJOB=4396232
IDBENCH=128018
IDSOLVER=2846
FILE ID=node121/4396232-1568401869
RUNJOBID= node121-1568393270-2678
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396232-1568401869/watcher-4396232-1568401869 -o /tmp/evaluation-result-4396232-1568401869/solver-4396232-1568401869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=319576743 HOME/instance-4396232-1568401869.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=319576743

node121.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.75
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.75
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.75
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.75
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:        30377004 kB
MemAvailable:   30834632 kB
Buffers:          160732 kB
Cached:           593836 kB
SwapCached:        18800 kB
Active:          1506696 kB
Inactive:         351828 kB
Active(anon):    1091320 kB
Inactive(anon):    44268 kB
Active(file):     415376 kB
Inactive(file):   307560 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981740 kB
Dirty:             36132 kB
Writeback:             0 kB
AnonPages:       1204856 kB
Mapped:            48372 kB
Shmem:             22172 kB
Slab:             130400 kB
SReclaimable:     101056 kB
SUnreclaim:        29344 kB
KernelStack:        4000 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2585100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61344 MiB
End job on node121 at 2019-09-13 21:51:45