Trace number 4293734

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.12 2403.14

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl50-51_c18.xml
MD5SUMa87da95f210b3c94235cbc017ff62562
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints202
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5100}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":5100}]
Minimum constraint arity50
Maximum constraint arity51
Distribution of constraint arities[{"arity":50,"count":102},{"arity":51,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":202}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293734-1532325051/watcher-4293734-1532325051 -o /tmp/evaluation-result-4293734-1532325051/solver-4293734-1532325051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1221308965 -superng HOME/instance-4293734-1532325051.xml 

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

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

solver pid=15059, runsolver pid=15056

[startup+0.10011 s]*
/proc/loadavg: 1.74 1.61 1.57 3/207 15116
/proc/meminfo: memFree=15022196/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 4402 12848 0 0 1 0 5 3 20 0 6 0 50067993 10212057088 4269 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2493178 4269 1934 1 0 2481616 0
[pid=15059/tid=15112] ppid=15056 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 2251 12848 0 0 0 0 5 3 20 0 6 0 50068002 10212057088 4269 33554432000 4194304 4196468 140734235789568 140326451343952 140326464630128 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 50068003 10212057088 4269 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=9972712 memory=140341145872000 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 50068003 10212057088 4269 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 50068003 10212057088 4269 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 6 0 50068003 10212057088 4269 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209837 s]*
/proc/loadavg: 1.76 1.62 1.57 4/216 15125
/proc/meminfo: memFree=15000064/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10818856 memory=43496 CPUtime=0.27 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 8763 12848 0 0 17 2 5 3 20 0 15 0 50067993 11078508544 10874 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2704714 10874 2956 1 0 2667149 0
[pid=15059/tid=15112] ppid=15056 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 5549 12848 0 0 10 1 5 3 20 0 15 0 50068002 11078508544 11006 33554432000 4194304 4196468 140734235789568 140326451304848 140326459782898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10818856 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11078508544 11006 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10818856 memory=288370717297583744 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11078508544 11006 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11078508544 11006 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068003 11078508544 11006 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10818856 memory=140341145872000 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068005 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 50068005 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325372814240 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068005 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325238596592 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 496 12848 0 0 1 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 87 12848 0 0 1 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10818856 memory=140341145872000 CPUtime=0.11 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 554 12848 0 0 3 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10818856 memory=140341145872000 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068008 11078508544 11072 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43496 KiB

[startup+0.310183 s]*
/proc/loadavg: 1.76 1.62 1.57 3/216 15125
/proc/meminfo: memFree=14988932/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10819352 memory=54052 CPUtime=0.39 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 10588 12848 0 0 29 2 5 3 20 0 15 0 50067993 11079016448 13513 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2704838 13513 3087 1 0 2667149 0
[pid=15059/tid=15112] ppid=15056 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 7229 12848 0 0 20 1 5 3 20 0 15 0 50068002 11079016448 13513 33554432000 4194304 4196468 140734235789568 140326451319200 140326471744318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 13513 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 13513 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 13513 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 13513 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325372814240 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325238596592 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 497 12848 0 0 2 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 87 12848 0 0 1 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10819352 memory=140341145872000 CPUtime=0.13 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 561 12848 0 0 5 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10819352 memory=140341145872000 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 13513 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54052 KiB

[startup+0.700724 s]
/proc/loadavg: 1.76 1.62 1.57 4/216 15125
/proc/meminfo: memFree=14980372/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10819352 memory=86752 CPUtime=1 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 16822 12848 0 0 88 4 5 3 20 0 15 0 50067993 11079016448 21688 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2704838 21688 3237 1 0 2667149 0
[pid=15059/tid=15112] ppid=15056 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 12525 12848 0 0 57 2 5 3 20 0 15 0 50068002 11079016448 21688 33554432000 4194304 4196468 140734235789568 140326451328016 140326461070766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 21688 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 21688 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10819352 memory=140341009330960 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 21688 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10819352 memory=140342351364689 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068003 11079016448 21688 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10819352 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 6 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10819352 memory=4639098309541127269 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325372814240 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10819352 memory=7885635084775281009 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068005 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325238596592 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10819352 memory=4008 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10819352 memory=18460 CPUtime=0.15 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 737 12848 0 0 7 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10819352 memory=10852 CPUtime=0.17 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 721 12848 0 0 9 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10819352 memory=1788 CPUtime=0.21 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 619 12848 0 0 13 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10819352 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068008 11079016448 21688 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86752 KiB

[startup+1.50079 s]
/proc/loadavg: 1.76 1.62 1.57 3/216 15125
/proc/meminfo: memFree=14933056/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10834252 memory=188744 CPUtime=2.49 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 23784 12848 0 0 232 9 5 3 20 0 15 0 50067993 11094274048 47186 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2708563 47186 3476 1 0 2670221 0
[pid=15059/tid=15112] ppid=15056 vsize=10834252 memory=62876 CPUtime=1.43 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 17680 12848 0 0 130 5 5 3 20 0 15 0 50068002 11094274048 47186 33554432000 4194304 4196468 140734235789568 140326451324720 140326461070816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 52 12848 0 0 1 0 5 3 20 0 15 0 50068003 11094274048 47186 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10834252 memory=280682018693280 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 20 12848 0 0 1 0 5 3 20 0 15 0 50068003 11094274048 47186 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 182 12848 0 0 1 0 5 3 20 0 15 0 50068003 11094274048 47186 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 36 12848 0 0 1 0 5 3 20 0 15 0 50068003 11094274048 47186 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 60 12848 0 0 1 0 5 3 20 0 15 0 50068005 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 50068005 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325372814304 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 50068005 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325238596608 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10834252 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 970 12848 0 0 25 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10834252 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 1221 12848 0 0 30 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10834252 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 1353 12848 0 0 36 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10834252 memory=280682018937728 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 50068008 11094274048 47186 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 201159 12848 0 0 230672 50 5 3 20 0 15 0 50068002 11176083456 822151 33554432000 4194304 4196468 140734235789568 140326451340768 140326066039773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10914144 memory=3288604 CPUtime=13.31 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 37786 12848 0 0 1260 63 5 3 20 0 15 0 50068003 11176083456 822151 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10914144 memory=3288604 CPUtime=13.33 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 47781 12848 0 0 1262 63 5 3 20 0 15 0 50068003 11176083456 822151 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10914144 memory=3288604 CPUtime=13.34 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 43298 12848 0 0 1262 64 5 3 20 0 15 0 50068003 11176083456 822151 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10914144 memory=3288604 CPUtime=13.29 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 41967 12848 0 0 1259 62 5 3 20 0 15 0 50068003 11176083456 822151 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10914144 memory=3288604 CPUtime=0.98 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 26214 12848 0 0 80 10 5 3 20 0 15 0 50068005 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10914144 memory=3288604 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 18 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325372814368 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10914144 memory=3288604 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 16 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325238596608 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10914144 memory=3288604 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10914144 memory=2200 CPUtime=35.25 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 33286 12848 0 0 3511 6 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10914144 memory=3288604 CPUtime=34.46 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 28596 12848 0 0 3431 7 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10914144 memory=3288604 CPUtime=5.99 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 27487 12848 0 0 584 7 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10914144 memory=3288604 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10914144 memory=3288604 CPUtime=1.27 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1148 12848 0 0 59 60 5 3 20 0 15 0 50068008 11176083456 822151 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 2437.93 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 3288604 KiB

[startup+2382.31 s]
/proc/loadavg: 1.19 1.23 1.39 3/216 15482
/proc/meminfo: memFree=14116732/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10914144 memory=3288636 CPUtime=2498.92 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 497334 12848 0 0 249498 386 5 3 20 0 15 0 50067993 11176083456 822159 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2728536 822159 3529 1 0 2690189 0
[pid=15059/tid=15112] ppid=15056 vsize=10914144 memory=3288636 CPUtime=2366.9 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 202480 12848 0 0 236632 50 5 3 20 0 15 0 50068002 11176083456 822159 33554432000 4194304 4196468 140734235789568 140326451340656 140326075364976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10914144 memory=3288636 CPUtime=13.63 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 38815 12848 0 0 1292 63 5 3 20 0 15 0 50068003 11176083456 822159 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10914144 memory=11201985859688 CPUtime=13.67 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 49873 12848 0 0 1295 64 5 3 20 0 15 0 50068003 11176083456 822159 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10914144 memory=3288628 CPUtime=13.66 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 44195 12848 0 0 1294 64 5 3 20 0 15 0 50068003 11176083456 822159 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10914144 memory=3288620 CPUtime=13.62 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 42659 12848 0 0 1292 62 5 3 20 0 15 0 50068003 11176083456 822159 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10914144 memory=3288636 CPUtime=1.03 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 26539 12848 0 0 84 11 5 3 20 0 15 0 50068005 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10914144 memory=3288636 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 18 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325372814368 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10914144 memory=16528 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 16 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325238596608 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10914144 memory=3288636 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10914144 memory=3288636 CPUtime=35.25 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 33288 12848 0 0 3511 6 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10914144 memory=3288636 CPUtime=34.46 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 28598 12848 0 0 3431 7 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10914144 memory=3288636 CPUtime=5.99 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 27489 12848 0 0 584 7 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10914144 memory=3288636 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10914144 memory=4140 CPUtime=1.31 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1170 12848 0 0 61 62 5 3 20 0 15 0 50068008 11176083456 822159 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 2498.92 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 3288636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.1 s]
/proc/loadavg: 1.14 1.22 1.38 3/216 15482
/proc/meminfo: memFree=14116856/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10914144 memory=3288648 CPUtime=2520.07 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 502718 12848 0 0 251612 387 5 3 20 0 15 0 50067993 11176083456 822162 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2728536 822162 3529 1 0 2690189 0
[pid=15059/tid=15112] ppid=15056 vsize=10914144 memory=3288640 CPUtime=2387.55 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 203302 12848 0 0 238697 50 5 3 20 0 15 0 50068002 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326451340496 140326078239290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10914144 memory=3288640 CPUtime=13.75 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 39325 12848 0 0 1304 63 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10914144 memory=3288648 CPUtime=13.79 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 50549 12848 0 0 1307 64 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10914144 memory=3288648 CPUtime=13.78 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 44910 12848 0 0 1306 64 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10914144 memory=3288640 CPUtime=13.75 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 44965 12848 0 0 1304 63 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10914144 memory=3288640 CPUtime=1.05 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 26868 12848 0 0 86 11 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10914144 memory=3288644 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 18 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325372814368 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10914144 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 16 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325238596608 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10914144 memory=3288644 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10914144 memory=3288644 CPUtime=35.25 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 33290 12848 0 0 3511 6 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10914144 memory=3288644 CPUtime=34.46 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 28600 12848 0 0 3431 7 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10914144 memory=3288640 CPUtime=5.99 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 27491 12848 0 0 584 7 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10914144 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10914144 memory=16528 CPUtime=1.32 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1190 12848 0 0 61 63 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 3288648 KiB

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

[startup+2403.14 s]
# the end of solver process 15059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.93459 s

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

[startup+2403.1 s]
/proc/loadavg: 1.14 1.22 1.38 3/216 15482
/proc/meminfo: memFree=14116856/32770624 swapFree=67108860/67108860
[pid=15059] ppid=15056 vsize=10914144 memory=3288648 CPUtime=2520.07 cores=1,3,5,7
/proc/15059/stat : 15059 (java) S 15056 15059 9800 0 -1 1077944320 502718 12848 0 0 251612 387 5 3 20 0 15 0 50067993 11176083456 822162 33554432000 4194304 4196468 140734235789568 140734235772112 140326479507191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
/proc/15059/statm: 2728536 822162 3529 1 0 2690189 0
[pid=15059/tid=15112] ppid=15056 vsize=10914144 memory=3288640 CPUtime=2387.55 cores=1,3,5,7
/proc/15059/task/15112/stat : 15112 (java) R 15056 15059 9800 0 -1 4202560 203302 12848 0 0 238697 50 5 3 20 0 15 0 50068002 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326451340496 140326078239290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15113] ppid=15056 vsize=10914144 memory=3288640 CPUtime=13.75 cores=1,3,5,7
/proc/15059/task/15113/stat : 15113 (java) S 15056 15059 9800 0 -1 1077944384 39325 12848 0 0 1304 63 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326483749648 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15114] ppid=15056 vsize=10914144 memory=3288648 CPUtime=13.79 cores=1,3,5,7
/proc/15059/task/15114/stat : 15114 (java) S 15056 15059 9800 0 -1 1077944384 50549 12848 0 0 1307 64 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326382640016 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15115] ppid=15056 vsize=10914144 memory=3288648 CPUtime=13.78 cores=1,3,5,7
/proc/15059/task/15115/stat : 15115 (java) S 15056 15059 9800 0 -1 1077944384 44910 12848 0 0 1306 64 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326381587472 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15116] ppid=15056 vsize=10914144 memory=3288640 CPUtime=13.75 cores=1,3,5,7
/proc/15059/task/15116/stat : 15116 (java) S 15056 15059 9800 0 -1 1077944384 44965 12848 0 0 1304 63 5 3 20 0 15 0 50068003 11176083456 822162 33554432000 4194304 4196468 140734235789568 140326380534928 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15117] ppid=15056 vsize=10914144 memory=3288640 CPUtime=1.05 cores=1,3,5,7
/proc/15059/task/15117/stat : 15117 (java) S 15056 15059 9800 0 -1 1077944384 26868 12848 0 0 86 11 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325938796528 140326479518338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15118] ppid=15056 vsize=10914144 memory=3288644 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15118/stat : 15118 (java) S 15056 15059 9800 0 -1 1077944384 18 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325372814368 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15119] ppid=15056 vsize=10914144 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15119/stat : 15119 (java) S 15056 15059 9800 0 -1 1077944384 16 12848 0 0 0 0 5 3 20 0 15 0 50068005 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325238596608 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15120] ppid=15056 vsize=10914144 memory=3288644 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15120/stat : 15120 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140324998306000 140326479525787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15121] ppid=15056 vsize=10914144 memory=3288644 CPUtime=35.25 cores=1,3,5,7
/proc/15059/task/15121/stat : 15121 (java) S 15056 15059 9800 0 -1 1077944384 33290 12848 0 0 3511 6 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325937744368 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15122] ppid=15056 vsize=10914144 memory=3288644 CPUtime=34.46 cores=1,3,5,7
/proc/15059/task/15122/stat : 15122 (java) S 15056 15059 9800 0 -1 1077944384 28600 12848 0 0 3431 7 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325936691824 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15123] ppid=15056 vsize=10914144 memory=3288640 CPUtime=5.99 cores=1,3,5,7
/proc/15059/task/15123/stat : 15123 (java) S 15056 15059 9800 0 -1 1077944384 27491 12848 0 0 584 7 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325935639280 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15124] ppid=15056 vsize=10914144 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/15059/task/15124/stat : 15124 (java) S 15056 15059 9800 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140324964748384 140326479517397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
[pid=15059/tid=15125] ppid=15056 vsize=10914144 memory=16528 CPUtime=1.32 cores=1,3,5,7
/proc/15059/task/15125/stat : 15125 (java) S 15056 15059 9800 0 -1 1077944384 1190 12848 0 0 61 63 5 3 20 0 15 0 50068008 11176083456 822162 33554432000 4194304 4196468 140734235789568 140325934586160 140326479518338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38985728 140734235793579 140734235796828 140734235796828 140734235799503 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 3288648 KiB

Child status: 143
Real time (s): 2403.14
CPU time (s): 2520.12
CPU user time (s): 2516.19
CPU system time (s): 3.93459
CPU usage (%): 104.868
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 4158304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.93459
maximum resident set size= 4158328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85377
involuntary context switches= 3268


# summary of solver processes directly reported to runsolver:
#   pid: 15059
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.93459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7259 second user time and 25.2489 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 07:50:51
IDJOB=4293734
IDBENCH=141230
IDSOLVER=2751
FILE ID=node106/4293734-1532325051
RUNJOBID= node106-1532295772-9832
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl50-51_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293734-1532325051/watcher-4293734-1532325051 -o /tmp/evaluation-result-4293734-1532325051/solver-4293734-1532325051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1221308965 -superng HOME/instance-4293734-1532325051.xml

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

MD5SUM BENCH= a87da95f210b3c94235cbc017ff62562
RANDOM SEED=1221308965

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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:        15031168 kB
MemAvailable:   28894004 kB
Buffers:          262768 kB
Cached:         13687140 kB
SwapCached:            0 kB
Active:          4429972 kB
Inactive:       12613912 kB
Active(anon):    3096472 kB
Inactive(anon):    17092 kB
Active(file):    1333500 kB
Inactive(file): 12596820 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       3100756 kB
Mapped:            49772 kB
Shmem:             17036 kB
Slab:             388312 kB
SReclaimable:     360976 kB
SUnreclaim:        27336 kB
KernelStack:        3504 kB
PageTables:        11188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3941536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2926592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 08:30:55