Trace number 4387408

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.10? (TO) 2520.13 2475.75

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387408-1568303464/watcher-4387408-1568303464 -o /tmp/evaluation-result-4387408-1568303464/solver-4387408-1568303464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2060310206 HOME/instance-4387408-1568303464.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=11496, runsolver pid=11493
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 1.22 1.36 1.38 3/217 11553
/proc/meminfo: memFree=30501356/32770624 swapFree=66920432/67108860
[pid=11496] ppid=11493 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 4544 13109 0 0 1 1 5 2 20 0 6 0 406602579 10212057088 4270 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2493178 4270 1935 1 0 2481616 0
[pid=11496/tid=11549] ppid=11493 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 2348 13109 0 0 1 0 5 2 20 0 6 0 406602588 10212057088 4336 33554432000 4194304 4196468 140721463090080 140643265925712 140643278169438 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 6 0 406602588 10212057088 4336 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=9972712 memory=140116626010984 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 6 0 406602588 10212057088 4336 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 6 0 406602588 10212057088 4336 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 6 0 406602588 10212057088 4336 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210014 s]*
/proc/loadavg: 1.22 1.36 1.38 3/226 11562
/proc/meminfo: memFree=30480032/32770624 swapFree=66920432/67108860
[pid=11496] ppid=11493 vsize=10818940 memory=43192 CPUtime=0.26 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 7099 13109 0 0 17 2 5 2 20 0 15 0 406602579 11078594560 10798 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2704735 10798 2982 1 0 2667149 0
[pid=11496/tid=11549] ppid=11493 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 3595 13109 0 0 11 1 5 2 20 0 15 0 406602588 11078594560 10798 33554432000 4194304 4196468 140721463090080 140643265918944 140643278169438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602588 11078594560 10798 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10818940 memory=140116626010984 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11078594560 10798 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11078594560 10798 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602588 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602590 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 406602590 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642730632224 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602591 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642260870000 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11078594560 10798 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 470 13109 0 0 0 0 5 2 20 0 15 0 406602593 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 159 13109 0 0 1 0 5 2 20 0 15 0 406602593 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10818940 memory=140116625999488 CPUtime=0.1 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 646 13109 0 0 3 0 5 2 20 0 15 0 406602593 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11078594560 10798 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10818940 memory=140116625999488 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602594 11078594560 10798 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43192 KiB

[startup+0.310272 s]*
/proc/loadavg: 1.22 1.36 1.38 3/226 11562
/proc/meminfo: memFree=30468148/32770624 swapFree=66920432/67108860
[pid=11496] ppid=11493 vsize=10820096 memory=54480 CPUtime=0.4 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 10716 13109 0 0 29 4 5 2 20 0 15 0 406602579 11079778304 13620 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2705024 13620 3233 1 0 2667149 0
[pid=11496/tid=11549] ppid=11493 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 7193 13109 0 0 19 3 5 2 20 0 15 0 406602588 11079778304 13620 33554432000 4194304 4196468 140721463090080 140643265910352 140642881733358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602588 11079778304 13620 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11079778304 13620 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11079778304 13620 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602588 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10820096 memory=140116625999487 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602590 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 406602590 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642730632224 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602591 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642260870000 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11079778304 13620 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 471 13109 0 0 1 0 5 2 20 0 15 0 406602593 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 160 13109 0 0 2 0 5 2 20 0 15 0 406602593 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10820096 memory=140116625999488 CPUtime=0.12 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 655 13109 0 0 5 0 5 2 20 0 15 0 406602593 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11079778304 13620 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10820096 memory=140116625999488 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602594 11079778304 13620 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54480 KiB

[startup+0.701332 s]
/proc/loadavg: 1.22 1.36 1.38 5/226 11562
/proc/meminfo: memFree=30454044/32770624 swapFree=66920432/67108860
[pid=11496] ppid=11493 vsize=10824340 memory=84676 CPUtime=1.13 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 14854 13109 0 0 100 6 5 2 20 0 15 0 406602579 11084124160 21169 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2706085 21169 3491 1 0 2668173 0
[pid=11496/tid=11549] ppid=11493 vsize=10824340 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) D 11493 11496 5621 0 -1 1077944384 10534 13109 0 0 55 4 5 2 20 0 15 0 406602588 11084124160 21169 33554432000 4194304 4196468 140721463090080 140643265916144 140643294112829 0 4 0 16800975 18446744072101547556 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10824340 memory=1284 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602588 11084124160 21169 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10824340 memory=1044 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11084124160 21169 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602588 11084124160 21169 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602588 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 5 13109 0 0 0 0 5 2 20 0 15 0 406602590 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 406602590 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642730632224 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602591 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642260870000 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11084124160 21169 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 813 13109 0 0 13 0 5 2 20 0 15 0 406602593 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 434 13109 0 0 13 0 5 2 20 0 15 0 406602593 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 833 13109 0 0 17 0 5 2 20 0 15 0 406602593 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11084124160 21169 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10824340 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602594 11084124160 21169 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84676 KiB

[startup+1.50144 s]
/proc/loadavg: 1.22 1.36 1.38 3/226 11562
/proc/meminfo: memFree=30231980/32770624 swapFree=66920432/67108860
[pid=11496] ppid=11493 vsize=10826464 memory=1112672 CPUtime=2.76 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 17881 13109 0 0 225 44 5 2 20 0 15 0 406602579 11086299136 278168 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2706616 278168 3568 1 0 2668685 0
[pid=11496/tid=11549] ppid=11493 vsize=10826464 memory=140116462932568 CPUtime=1.35 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 12382 13109 0 0 110 18 5 2 20 0 15 0 406602588 11086299136 278168 33554432000 4194304 4196468 140721463090080 140643265920064 140642885377609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10826464 memory=6 CPUtime=0.17 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 236 13109 0 0 4 6 5 2 20 0 15 0 406602588 11086299136 278168 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10826464 memory=6628 CPUtime=0.17 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 118 13109 0 0 4 6 5 2 20 0 15 0 406602588 11086299136 278168 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10826464 memory=7 CPUtime=0.17 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 113 13109 0 0 4 6 5 2 20 0 15 0 406602588 11086299136 278168 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10826464 memory=280232926271904 CPUtime=0.15 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 208 13109 0 0 4 4 5 2 20 0 15 0 406602588 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10826464 memory=189476777253382 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 86 13109 0 0 0 0 5 2 20 0 15 0 406602590 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10826464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 13 13109 0 0 0 0 5 2 20 0 15 0 406602590 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642730632288 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10826464 memory=6011695796136604464 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602591 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642260870016 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10826464 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11086299136 278168 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10826464 memory=-7668917182949848256 CPUtime=0.39 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) R 11493 11496 5621 0 -1 4202560 874 13109 0 0 32 0 5 2 20 0 15 0 406602593 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642819685072 140643277499752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10826464 memory=8514726395714956677 CPUtime=0.39 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) R 11493 11496 5621 0 -1 4202560 510 13109 0 0 32 0 5 2 20 0 15 0 406602593 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642818626288 140643278970329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10826464 memory=-8995268955501401461 CPUtime=0.37 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 1124 13109 0 0 30 0 5 2 20 0 15 0 406602593 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10826464 memory=4283920778551074714 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11086299136 278168 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10826464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1 13109 0 0 0 0 5 2 20 0 15 0 406602594 11086299136 278168 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10826464 KiB

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

/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 337367 13109 0 0 236904 78 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643265923712 140642896551862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10846964 memory=4151976 CPUtime=8.78 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 51419 13109 0 0 829 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10846964 memory=4155056 CPUtime=8.78 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 56945 13109 0 0 827 44 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10846964 memory=7523107478184158290 CPUtime=8.75 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 63271 13109 0 0 826 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10846964 memory=4151976 CPUtime=8.8 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 47687 13109 0 0 832 41 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10846964 memory=4151976 CPUtime=2.9 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 21416 13109 0 0 273 10 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 17 13109 0 0 0 0 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642730632352 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 406602591 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642260870016 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10846964 memory=142 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10846964 memory=4151976 CPUtime=5.81 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 26963 13109 0 0 567 7 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10846964 memory=4151976 CPUtime=6.78 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 36172 13109 0 0 665 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10846964 memory=4151976 CPUtime=3.62 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 23096 13109 0 0 349 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10846964 memory=4151976 CPUtime=1.5 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1402 13109 0 0 73 70 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 2425.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4151976 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.47 1.54 3/226 12071
/proc/meminfo: memFree=24593428/32770624 swapFree=66920484/67108860
[pid=11496] ppid=11493 vsize=10846964 memory=4151976 CPUtime=2486.09 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 677655 13109 0 0 248272 330 5 2 20 0 15 0 406602579 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2711741 1037994 3623 1 0 2673805 0
[pid=11496/tid=11549] ppid=11493 vsize=10846964 memory=4151976 CPUtime=2429.46 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 339313 13109 0 0 242861 78 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643265915360 140642896553696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.11 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 52366 13109 0 0 862 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.11 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 59428 13109 0 0 860 44 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.09 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 65281 13109 0 0 859 43 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10846964 memory=988 CPUtime=9.13 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 49234 13109 0 0 865 41 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10846964 memory=2016 CPUtime=2.96 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 22108 13109 0 0 279 10 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10846964 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 17 13109 0 0 0 0 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642730632352 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10846964 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 406602591 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642260870016 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10846964 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10846964 memory=4151976 CPUtime=5.82 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 26968 13109 0 0 568 7 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10846964 memory=4151976 CPUtime=6.78 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 36177 13109 0 0 665 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10846964 memory=988 CPUtime=3.62 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 23100 13109 0 0 349 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10846964 memory=4151976 CPUtime=1.54 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1444 13109 0 0 75 72 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 2486.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4151976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.7 s]
/proc/loadavg: 1.38 1.45 1.53 3/228 12082
/proc/meminfo: memFree=24605496/32770624 swapFree=66920484/67108860
[pid=11496] ppid=11493 vsize=10846964 memory=4151976 CPUtime=2520.06 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 683095 13109 0 0 251667 332 5 2 20 0 15 0 406602579 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2711741 1037994 3623 1 0 2673805 0
[pid=11496/tid=11549] ppid=11493 vsize=10846964 memory=14012 CPUtime=2462.62 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 340482 13109 0 0 246177 78 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643265909072 140642892224192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.29 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 53321 13109 0 0 880 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.31 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 60736 13109 0 0 879 45 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.27 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 66421 13109 0 0 877 43 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.33 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 49739 13109 0 0 884 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10846964 memory=4151976 CPUtime=3 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 22441 13109 0 0 282 11 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 17 13109 0 0 0 0 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642730632352 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10846964 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 406602591 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642260870016 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10846964 memory=2257 CPUtime=5.82 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 26970 13109 0 0 568 7 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10846964 memory=4151976 CPUtime=6.78 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 36180 13109 0 0 665 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10846964 memory=4151976 CPUtime=3.62 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 23102 13109 0 0 349 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10846964 memory=16472 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10846964 memory=4151976 CPUtime=1.56 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1467 13109 0 0 76 73 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4151976 KiB

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

[startup+2475.75 s]
# the end of solver process 11496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.75 s, system=3.37889 s

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

[startup+2475.7 s]
/proc/loadavg: 1.38 1.45 1.53 3/228 12082
/proc/meminfo: memFree=24605496/32770624 swapFree=66920484/67108860
[pid=11496] ppid=11493 vsize=10846964 memory=4151976 CPUtime=2520.06 cores=0,2,4,6
/proc/11496/stat : 11496 (java) S 11493 11496 5621 0 -1 1077944320 683095 13109 0 0 251667 332 5 2 20 0 15 0 406602579 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140721463072624 140643294088951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
/proc/11496/statm: 2711741 1037994 3623 1 0 2673805 0
[pid=11496/tid=11549] ppid=11493 vsize=10846964 memory=14012 CPUtime=2462.62 cores=0,2,4,6
/proc/11496/task/11549/stat : 11549 (java) R 11493 11496 5621 0 -1 4202560 340482 13109 0 0 246177 78 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643265909072 140642892224192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11550] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.29 cores=0,2,4,6
/proc/11496/task/11550/stat : 11550 (java) S 11493 11496 5621 0 -1 1077944384 53321 13109 0 0 880 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643298331792 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11551] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.31 cores=0,2,4,6
/proc/11496/task/11551/stat : 11551 (java) S 11493 11496 5621 0 -1 1077944384 60736 13109 0 0 879 45 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643202534416 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11552] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.27 cores=0,2,4,6
/proc/11496/task/11552/stat : 11552 (java) S 11493 11496 5621 0 -1 1077944384 66421 13109 0 0 877 43 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140643201481616 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11553] ppid=11493 vsize=10846964 memory=4151976 CPUtime=9.33 cores=0,2,4,6
/proc/11496/task/11553/stat : 11553 (java) S 11493 11496 5621 0 -1 1077944384 49739 13109 0 0 884 42 5 2 20 0 15 0 406602588 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642865699600 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11554] ppid=11493 vsize=10846964 memory=4151976 CPUtime=3 cores=0,2,4,6
/proc/11496/task/11554/stat : 11554 (java) S 11493 11496 5621 0 -1 1077944384 22441 13109 0 0 282 11 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642820749680 140643294100098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11555] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11555/stat : 11555 (java) S 11493 11496 5621 0 -1 1077944384 17 13109 0 0 0 0 5 2 20 0 15 0 406602590 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642730632352 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11556] ppid=11493 vsize=10846964 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11556/stat : 11556 (java) S 11493 11496 5621 0 -1 1077944384 6 13109 0 0 0 0 5 2 20 0 15 0 406602591 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642260870016 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11557] ppid=11493 vsize=10846964 memory=4151976 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11557/stat : 11557 (java) S 11493 11496 5621 0 -1 1077944384 2 13109 0 0 0 0 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641992435536 140643294107547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11558] ppid=11493 vsize=10846964 memory=2257 CPUtime=5.82 cores=0,2,4,6
/proc/11496/task/11558/stat : 11558 (java) S 11493 11496 5621 0 -1 1077944384 26970 13109 0 0 568 7 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642819697520 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11559] ppid=11493 vsize=10846964 memory=4151976 CPUtime=6.78 cores=0,2,4,6
/proc/11496/task/11559/stat : 11559 (java) S 11493 11496 5621 0 -1 1077944384 36180 13109 0 0 665 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642818644720 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11560] ppid=11493 vsize=10846964 memory=4151976 CPUtime=3.62 cores=0,2,4,6
/proc/11496/task/11560/stat : 11560 (java) S 11493 11496 5621 0 -1 1077944384 23102 13109 0 0 349 6 5 2 20 0 15 0 406602593 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642817591920 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11561] ppid=11493 vsize=10846964 memory=16472 CPUtime=0.07 cores=0,2,4,6
/proc/11496/task/11561/stat : 11561 (java) S 11493 11496 5621 0 -1 1077944384 3 13109 0 0 0 0 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140641522674400 140643294099157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
[pid=11496/tid=11562] ppid=11493 vsize=10846964 memory=4151976 CPUtime=1.56 cores=0,2,4,6
/proc/11496/task/11562/stat : 11562 (java) S 11493 11496 5621 0 -1 1077944384 1467 13109 0 0 76 73 5 2 20 0 15 0 406602594 11107291136 1037994 33554432000 4194304 4196468 140721463090080 140642816539312 140643294100098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25563136 140721463098101 140721463100613 140721463100613 140721463103439 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4151976 KiB

Child status: 143
Real time (s): 2475.75
CPU time (s): 2520.13
CPU user time (s): 2516.75
CPU system time (s): 3.37889
CPU usage (%): 101.793
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 4195548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.75
system time used= 3.37889
maximum resident set size= 4195548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699186
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97339
involuntary context switches= 3452


# summary of solver processes directly reported to runsolver:
#   pid: 11496
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.75
#   total CPU system time (s): 3.37889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9157 second user time and 23.7038 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 16:49:09
IDJOB=4387408
IDBENCH=138083
IDSOLVER=2823
FILE ID=node107/4387408-1568303464
RUNJOBID= node107-1568282247-6563
PBS_JOBID= 21701087
Free space on /tmp= 55592 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387408-1568303464/watcher-4387408-1568303464 -o /tmp/evaluation-result-4387408-1568303464/solver-4387408-1568303464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2060310206 HOME/instance-4387408-1568303464.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=2060310206

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30510060 kB
MemAvailable:   30902836 kB
Buffers:          102840 kB
Cached:           558084 kB
SwapCached:        80464 kB
Active:          1389372 kB
Inactive:         281868 kB
Active(anon):     938576 kB
Inactive(anon):   100740 kB
Active(file):     450796 kB
Inactive(file):   181128 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920432 kB
Dirty:            118120 kB
Writeback:            48 kB
AnonPages:       1040580 kB
Mapped:            44724 kB
Shmem:             20184 kB
Slab:             182376 kB
SReclaimable:     153376 kB
SUnreclaim:        29000 kB
KernelStack:        3664 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2023864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55556 MiB
End job on node107 at 2019-09-12 17:30:25