Trace number 4305089

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.9.2? (TO) 2520.08 2498.25

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-14-15_c18.xml
MD5SUMac0b4f561f7e67952eb47b21f0f500f8
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 variables210
Number of constraints29
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":210}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":210}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":15},{"arity":15,"count":14}]
Number of extensional constraints29
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":29}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.02/2498.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2498.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2498.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2498.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2498.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2498.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2498.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2498.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2498.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2498.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2498.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2498.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2498.21		at scala.Option.map(Option.scala:146)
2520.02/2498.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2498.21		at concrete.MAC.mac(MAC.scala:203)
2520.02/2498.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2498.21		at scala.util.Try$.apply(Try.scala:209)
2520.02/2498.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2498.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2498.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2498.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2498.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2498.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2498.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2498.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2498.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2498.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2498.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2498.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2498.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2498.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2498.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2498.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2498.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2498.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2498.21		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2498.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2498.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2498.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2498.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2498.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2498.21		at scala.util.Success.map(Try.scala:209)
2520.02/2498.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2498.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2498.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2498.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2498.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2498.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2498.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2498.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2498.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2498.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2498.21		at scala.App.main(App.scala:76)
2520.02/2498.21		at scala.App.main$(App.scala:74)
2520.02/2498.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2498.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2498.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5576 MiB free)
  memory of node 1: 16384 MiB (9371 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305089-1534112739/watcher-4305089-1534112739 -o /tmp/evaluation-result-4305089-1534112739/solver-4305089-1534112739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1354069555 HOME/instance-4305089-1534112739.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
solver pid=18741, runsolver pid=18738
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.53 1.39 1.38 3/206 18798
/proc/meminfo: memFree=15302180/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=10005480 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 4368 13157 0 0 1 1 4 3 20 0 6 0 228837077 10245611520 4203 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2501370 4203 1934 1 0 2489808 0
[pid=18741/tid=18794] ppid=18738 vsize=10005480 memory=4279135703946462605 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 2181 13157 0 0 0 0 4 3 20 0 6 0 228837086 10245611520 4715 33554432000 4194304 4196468 140735897218912 140174539465296 140174551709022 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 6 0 228837087 10245611520 4715 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=10005480 memory=140591985542784 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 6 0 228837087 10245611520 4715 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 6 0 228837087 10245611520 4715 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 6 0 228837087 10245611520 4715 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210074 s]*
/proc/loadavg: 1.53 1.39 1.38 3/215 18807
/proc/meminfo: memFree=15276064/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=10982744 memory=46768 CPUtime=0.25 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 7911 13157 0 0 16 2 4 3 20 0 15 0 228837077 11246329856 11692 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2745686 11692 2951 1 0 2708109 0
[pid=18741/tid=18794] ppid=18738 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) D 18738 18741 15729 0 -1 1077944384 4478 13157 0 0 10 1 4 3 20 0 15 0 228837086 11246329856 11692 33554432000 4194304 4196468 140735897218912 140174539453344 140174560307757 0 4 0 16800975 18446744072101588516 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246329856 11692 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=10982744 memory=140591985542784 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246329856 11692 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246362624 11692 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246362624 11758 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=10983736 memory=140591985542784 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837088 11247345664 11758 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 13 13157 0 0 0 0 4 3 20 0 15 0 228837089 11247345664 11758 33554432000 4194304 4196468 140735897218912 140173371238048 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837089 11247345664 11758 33554432000 4194304 4196468 140735897218912 140173169911024 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11247345664 11758 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 364 13157 0 0 1 0 4 3 20 0 15 0 228837092 11247345664 11824 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 246 13157 0 0 0 0 4 3 20 0 15 0 228837092 11247345664 11824 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=10983736 memory=140591985542784 CPUtime=0.1 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 605 13157 0 0 3 0 4 3 20 0 15 0 228837092 11247345664 11824 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11247345664 11824 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=10983736 memory=140591985542784 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837092 11247345664 11824 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46768 KiB

[startup+0.310435 s]*
/proc/loadavg: 1.53 1.39 1.38 3/215 18807
/proc/meminfo: memFree=15263280/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=10983192 memory=57468 CPUtime=0.38 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 10434 13157 0 0 28 3 4 3 20 0 15 0 228837077 11246788608 14367 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2745798 14367 3070 1 0 2708109 0
[pid=18741/tid=18794] ppid=18738 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 6993 13157 0 0 19 2 4 3 20 0 15 0 228837086 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174539440544 140174550815344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837088 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 13 13157 0 0 0 0 4 3 20 0 15 0 228837089 11246788608 14367 33554432000 4194304 4196468 140735897218912 140173371238048 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837089 11246788608 14367 33554432000 4194304 4196468 140735897218912 140173169911024 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 369 13157 0 0 1 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 246 13157 0 0 1 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) R 18738 18741 15729 0 -1 4202560 613 13157 0 0 5 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174057457648 140174559865662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 14367 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57468 KiB

[startup+0.700819 s]
/proc/loadavg: 1.53 1.39 1.38 3/215 18807
/proc/meminfo: memFree=15252984/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=10983192 memory=90624 CPUtime=0.98 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 16770 13157 0 0 86 5 4 3 20 0 15 0 228837077 11246788608 22656 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2745798 22656 3238 1 0 2708109 0
[pid=18741/tid=18794] ppid=18738 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 12274 13157 0 0 55 3 4 3 20 0 15 0 228837086 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174539449360 140174547903747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837087 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 5 13157 0 0 0 0 4 3 20 0 15 0 228837088 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 13 13157 0 0 0 0 4 3 20 0 15 0 228837089 11246788608 22656 33554432000 4194304 4196468 140735897218912 140173371238048 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837089 11246788608 22656 33554432000 4194304 4196468 140735897218912 140173169911024 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 773 13157 0 0 7 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 802 13157 0 0 9 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 697 13157 0 0 13 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837092 11246788608 22656 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90624 KiB

[startup+1.50117 s]
/proc/loadavg: 1.53 1.39 1.38 3/215 18807
/proc/meminfo: memFree=15206156/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=10991948 memory=249488 CPUtime=2.96 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 22798 13157 0 0 278 11 4 3 20 0 15 0 228837077 11255754752 62372 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2747987 62372 3462 1 0 2709645 0
[pid=18741/tid=18794] ppid=18738 vsize=10991948 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 14927 13157 0 0 131 6 4 3 20 0 15 0 228837086 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174539462992 140174130041679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 44 13157 0 0 0 0 4 3 20 0 15 0 228837087 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 259 13157 0 0 0 0 4 3 20 0 15 0 228837087 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=10991948 memory=3539892194917298225 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 4 13157 0 0 0 0 4 3 20 0 15 0 228837087 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 62 13157 0 0 0 0 4 3 20 0 15 0 228837087 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 95 13157 0 0 0 0 4 3 20 0 15 0 228837088 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=10991948 memory=281183724316928 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 13 13157 0 0 0 0 4 3 20 0 15 0 228837089 11255754752 62372 33554432000 4194304 4196468 140735897218912 140173371238048 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 2 13157 0 0 0 0 4 3 20 0 15 0 228837089 11255754752 62372 33554432000 4194304 4196468 140735897218912 140173169911024 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=10991948 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=10991948 memory=3732 CPUtime=0.61 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) R 18738 18741 15729 0 -1 4202560 1983 13157 0 0 54 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174059554528 140174547321580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=10991948 memory=1228 CPUtime=0.62 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) R 18738 18741 15729 0 -1 4202560 1828 13157 0 0 55 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174058492272 140174551125543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=10991948 memory=10624 CPUtime=0.41 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 1381 13157 0 0 34 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=10991948 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=10991948 memory=6776 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 1 13157 0 0 0 0 4 3 20 0 15 0 228837092 11255754752 62372 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10991948 KiB

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

/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 129380 13157 0 0 231558 54 4 3 20 0 15 0 228837086 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174539457680 140174129981885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=11077984 memory=2123356 CPUtime=3.25 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 27747 13157 0 0 295 23 4 3 20 0 15 0 228837087 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=11077984 memory=2123356 CPUtime=3.22 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 31728 13157 0 0 292 23 4 3 20 0 15 0 228837087 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=11077984 memory=2123360 CPUtime=3.25 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 26837 13157 0 0 296 22 4 3 20 0 15 0 228837087 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=11077984 memory=2123360 CPUtime=3.23 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 31011 13157 0 0 293 23 4 3 20 0 15 0 228837087 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=11077984 memory=221367312875030 CPUtime=2.6 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 23705 13157 0 0 235 18 4 3 20 0 15 0 228837088 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=11077984 memory=62148 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 29 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 530840 33554432000 4194304 4196468 140735897218912 140173371238112 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=11077984 memory=2123360 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 12 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 530840 33554432000 4194304 4196468 140735897218912 140173169911040 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=11077984 memory=2123360 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=11077984 memory=2123360 CPUtime=4.34 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 55007 13157 0 0 421 6 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=11077984 memory=2123360 CPUtime=4.4 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 57599 13157 0 0 427 6 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=11077984 memory=2196 CPUtime=1.81 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 35741 13157 0 0 170 4 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=11077984 memory=2121260 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=11077984 memory=15084 CPUtime=1.42 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 3469 13157 0 0 59 76 4 3 20 0 15 0 228837092 11343855616 530840 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 2343.18 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2123360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.40 1.47 3/215 19035
/proc/meminfo: memFree=12646792/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=11077984 memory=2124764 CPUtime=2403.47 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 429127 13157 0 0 240107 233 4 3 20 0 15 0 228837077 11343855616 531191 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2769496 531191 3525 1 0 2731149 0
[pid=18741/tid=18794] ppid=18738 vsize=11077984 memory=2124764 CPUtime=2376.01 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 130759 13157 0 0 237539 55 4 3 20 0 15 0 228837086 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174539457248 140174131441265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=11077984 memory=2124744 CPUtime=3.34 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 28777 13157 0 0 304 23 4 3 20 0 15 0 228837087 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=11077984 memory=2124736 CPUtime=3.31 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 31925 13157 0 0 301 23 4 3 20 0 15 0 228837087 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=11077984 memory=2124760 CPUtime=3.34 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 27330 13157 0 0 304 23 4 3 20 0 15 0 228837087 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=11077984 memory=2124764 CPUtime=3.32 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 31062 13157 0 0 302 23 4 3 20 0 15 0 228837087 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=11077984 memory=2124764 CPUtime=2.67 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 24321 13157 0 0 242 18 4 3 20 0 15 0 228837088 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=11077984 memory=2124764 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 29 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531191 33554432000 4194304 4196468 140735897218912 140173371238112 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=11077984 memory=2123360 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 12 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531191 33554432000 4194304 4196468 140735897218912 140173169911040 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=11077984 memory=35264 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=11077984 memory=3816 CPUtime=4.34 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 55011 13157 0 0 421 6 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=11077984 memory=62148 CPUtime=4.4 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 57605 13157 0 0 427 6 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=11077984 memory=62148 CPUtime=1.81 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 36572 13157 0 0 170 4 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=11077984 memory=1116 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=11077984 memory=3816 CPUtime=1.45 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 3525 13157 0 0 60 78 4 3 20 0 15 0 228837092 11343855616 531191 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 2403.47 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2124764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.39 1.47 3/215 19036
/proc/meminfo: memFree=12647236/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=11077984 memory=2124792 CPUtime=2463.78 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 433505 13157 0 0 246134 237 4 3 20 0 15 0 228837077 11343855616 531198 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2769496 531198 3525 1 0 2731149 0
[pid=18741/tid=18794] ppid=18738 vsize=11077984 memory=2124792 CPUtime=2435.85 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 132395 13157 0 0 243522 56 4 3 20 0 15 0 228837086 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174539457248 140174129982345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=11077984 memory=2124764 CPUtime=3.43 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 29409 13157 0 0 312 24 4 3 20 0 15 0 228837087 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=11077984 memory=2124744 CPUtime=3.41 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 32229 13157 0 0 310 24 4 3 20 0 15 0 228837087 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=11077984 memory=2124784 CPUtime=3.43 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 27646 13157 0 0 312 24 4 3 20 0 15 0 228837087 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=11077984 memory=2124788 CPUtime=3.41 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 31889 13157 0 0 310 24 4 3 20 0 15 0 228837087 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=11077984 memory=2124792 CPUtime=2.75 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 24921 13157 0 0 250 18 4 3 20 0 15 0 228837088 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=11077984 memory=2124792 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 29 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531198 33554432000 4194304 4196468 140735897218912 140173371238112 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=11077984 memory=2124792 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 12 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531198 33554432000 4194304 4196468 140735897218912 140173169911040 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=11077984 memory=2124792 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=11077984 memory=2124788 CPUtime=4.34 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 55016 13157 0 0 421 6 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=11077984 memory=2124792 CPUtime=4.4 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 57610 13157 0 0 427 6 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=11077984 memory=15084 CPUtime=1.81 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 36578 13157 0 0 170 4 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=11077984 memory=10624 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=11077984 memory=1624 CPUtime=1.49 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 3572 13157 0 0 62 80 4 3 20 0 15 0 228837092 11343855616 531198 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 2463.78 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2124792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.2 s]
/proc/loadavg: 1.42 1.39 1.46 3/215 19037
/proc/meminfo: memFree=12641812/32770624 swapFree=67108504/67108860
[pid=18741] ppid=18738 vsize=11077984 memory=2124824 CPUtime=2520.02 cores=1,3,5,7
/proc/18741/stat : 18741 (java) S 18738 18741 15729 0 -1 1077944320 438136 13157 0 0 251754 241 4 3 20 0 15 0 228837077 11343855616 531206 33554432000 4194304 4196468 140735897218912 140735897201456 140174567628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
/proc/18741/statm: 2769496 531206 3525 1 0 2731149 0
[pid=18741/tid=18794] ppid=18738 vsize=11077984 memory=288230596050944315 CPUtime=2491.52 cores=1,3,5,7
/proc/18741/task/18794/stat : 18794 (java) R 18738 18741 15729 0 -1 4202560 133764 13157 0 0 249089 56 4 3 20 0 15 0 228837086 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174539459472 140174129981256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18795] ppid=18738 vsize=11077984 memory=14127849082719526 CPUtime=3.53 cores=1,3,5,7
/proc/18741/task/18795/stat : 18795 (java) S 18738 18741 15729 0 -1 1077944384 29670 13157 0 0 322 24 4 3 20 0 15 0 228837087 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174571870736 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18796] ppid=18738 vsize=11077984 memory=1796 CPUtime=3.51 cores=1,3,5,7
/proc/18741/task/18796/stat : 18796 (java) S 18738 18741 15729 0 -1 1077944384 32259 13157 0 0 320 24 4 3 20 0 15 0 228837087 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174453136016 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18797] ppid=18738 vsize=11077984 memory=916 CPUtime=3.54 cores=1,3,5,7
/proc/18741/task/18797/stat : 18797 (java) S 18738 18741 15729 0 -1 1077944384 28468 13157 0 0 323 24 4 3 20 0 15 0 228837087 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174452082960 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18798] ppid=18738 vsize=11077984 memory=3844 CPUtime=3.52 cores=1,3,5,7
/proc/18741/task/18798/stat : 18798 (java) S 18738 18741 15729 0 -1 1077944384 32816 13157 0 0 321 24 4 3 20 0 15 0 228837087 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174451030416 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18799] ppid=18738 vsize=11077984 memory=2616 CPUtime=2.84 cores=1,3,5,7
/proc/18741/task/18799/stat : 18799 (java) S 18738 18741 15729 0 -1 1077944384 25516 13157 0 0 258 19 4 3 20 0 15 0 228837088 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174060616432 140174567639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18800] ppid=18738 vsize=11077984 memory=2660 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18800/stat : 18800 (java) S 18738 18741 15729 0 -1 1077944384 29 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531206 33554432000 4194304 4196468 140735897218912 140173371238112 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18801] ppid=18738 vsize=11077984 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18801/stat : 18801 (java) S 18738 18741 15729 0 -1 1077944384 12 13157 0 0 0 0 4 3 20 0 15 0 228837089 11343855616 531206 33554432000 4194304 4196468 140735897218912 140173169911040 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18802] ppid=18738 vsize=11077984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18802/stat : 18802 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140172862511568 140174567647131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18803] ppid=18738 vsize=11077984 memory=3216 CPUtime=4.34 cores=1,3,5,7
/proc/18741/task/18803/stat : 18803 (java) S 18738 18741 15729 0 -1 1077944384 55022 13157 0 0 421 6 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174059563248 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18804] ppid=18738 vsize=11077984 memory=2124812 CPUtime=4.4 cores=1,3,5,7
/proc/18741/task/18804/stat : 18804 (java) S 18738 18741 15729 0 -1 1077944384 58175 13157 0 0 427 6 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174058510704 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18805] ppid=18738 vsize=11077984 memory=1408 CPUtime=1.81 cores=1,3,5,7
/proc/18741/task/18805/stat : 18805 (java) S 18738 18741 15729 0 -1 1077944384 36585 13157 0 0 170 4 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174057457648 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18806] ppid=18738 vsize=11077984 memory=3236 CPUtime=0.07 cores=1,3,5,7
/proc/18741/task/18806/stat : 18806 (java) S 18738 18741 15729 0 -1 1077944384 3 13157 0 0 0 0 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140172431714656 140174567638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
[pid=18741/tid=18807] ppid=18738 vsize=11077984 memory=1669208 CPUtime=1.53 cores=1,3,5,7
/proc/18741/task/18807/stat : 18807 (java) S 18738 18741 15729 0 -1 1077944384 3621 13157 0 0 64 82 4 3 20 0 15 0 228837092 11343855616 531206 33554432000 4194304 4196468 140735897218912 140174056406064 140174567639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38543360 140735897225836 140735897228636 140735897228636 140735897231311 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2124824 KiB

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

[startup+2498.25 s]
# the end of solver process 18741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.61 s, system=2.46758 s

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

Child status: 143
Real time (s): 2498.25
CPU time (s): 2520.08
CPU user time (s): 2517.61
CPU system time (s): 2.46758
CPU usage (%): 100.874
Max. virtual memory (cumulated for all children) (KiB): 11082600
Max. memory (cumulated for all children) (KiB): 2411652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.61
system time used= 2.46758
maximum resident set size= 2412812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117780
involuntary context switches= 2165


# summary of solver processes directly reported to runsolver:
#   pid: 18741
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.61
#   total CPU system time (s): 2.46758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8612 second user time and 23.7353 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 00:25:39
IDJOB=4305089
IDBENCH=141438
IDSOLVER=2780
FILE ID=node104/4305089-1534112739
RUNJOBID= node104-1534097917-15761
PBS_JOBID= 21037002
Free space on /tmp= 37524 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-14-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305089-1534112739/watcher-4305089-1534112739 -o /tmp/evaluation-result-4305089-1534112739/solver-4305089-1534112739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1354069555 HOME/instance-4305089-1534112739.xml

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

MD5SUM BENCH= ac0b4f561f7e67952eb47b21f0f500f8
RANDOM SEED=1354069555

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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	: 5333.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	: 5333.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	: 5333.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:        15307824 kB
MemAvailable:   30793476 kB
Buffers:          199964 kB
Cached:         15323620 kB
SwapCached:            8 kB
Active:          8777048 kB
Inactive:        7911100 kB
Active(anon):    1115944 kB
Inactive(anon):   100964 kB
Active(file):    7661104 kB
Inactive(file):  7810136 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             29964 kB
Writeback:             0 kB
AnonPages:       1171932 kB
Mapped:            65460 kB
Shmem:             49636 kB
Slab:             471648 kB
SReclaimable:     442872 kB
SUnreclaim:        28776 kB
KernelStack:        3488 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2318600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37496 MiB
End job on node104 at 2018-08-13 01:07:17