Trace number 4305079

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.07 2475.63

General information on the benchmark

NameHaystacks/
Haystacks-ext-12_c18.xml
MD5SUM9b1722167e694dc70b944145256e05c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.23106
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree11
Maximum variable degree12
Distribution of variable degrees[{"degree":11,"count":122},{"degree":12,"count":22}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":803}]
Number of extensional constraints803
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":803}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305079-1534109087/watcher-4305079-1534109087 -o /tmp/evaluation-result-4305079-1534109087/solver-4305079-1534109087 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=220572803 HOME/instance-4305079-1534109087.xml 

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

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

solver pid=29740, runsolver pid=29737

[startup+0.100091 s]*
/proc/loadavg: 1.35 1.34 1.36 3/204 29794
/proc/meminfo: memFree=27693664/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=10005480 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 4325 13034 0 0 1 1 5 3 20 0 6 0 228471844 10245611520 4203 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2501370 4203 1934 1 0 2489808 0
[pid=29740/tid=29793] ppid=29737 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 2140 13034 0 0 0 0 5 3 20 0 6 0 228471853 10245611520 4203 33554432000 4194304 4196468 140728186796176 140105208668752 140105220912478 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 6 0 228471854 10245611520 4203 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=10005480 memory=140675802187392 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 6 0 228471854 10245611520 4203 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 6 0 228471854 10245611520 4203 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 6 0 228471854 10245611520 4203 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.21012 s]*
/proc/loadavg: 1.35 1.34 1.36 3/216 29806
/proc/meminfo: memFree=27670952/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=10982744 memory=43412 CPUtime=0.26 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 7552 13034 0 0 16 2 5 3 20 0 15 0 228471844 11246329856 10853 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2745686 10853 2957 1 0 2708109 0
[pid=29740/tid=29793] ppid=29737 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 4155 13034 0 0 10 1 5 3 20 0 15 0 228471853 11246329856 10853 33554432000 4194304 4196468 140728186796176 140105208655320 140105217107819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246329856 10919 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=10982744 memory=3690895774486087328 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=10982744 memory=140675802187392 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 13 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104047781408 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11246329856 10919 33554432000 4194304 4196468 140728186796176 140103846454640 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11246329856 10919 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 426 13034 0 0 1 0 5 3 20 0 15 0 228471858 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 188 13034 0 0 1 0 5 3 20 0 15 0 228471858 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=10982744 memory=140675802187392 CPUtime=0.11 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 601 13034 0 0 3 0 5 3 20 0 15 0 228471858 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246329856 10919 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=10982744 memory=140675802187392 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246329856 10919 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43412 KiB

[startup+0.310061 s]*
/proc/loadavg: 1.35 1.34 1.36 3/216 29806
/proc/meminfo: memFree=27657308/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=10983192 memory=56324 CPUtime=0.38 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 10652 13034 0 0 28 2 5 3 20 0 15 0 228471844 11246788608 14081 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2745798 14081 3076 1 0 2708109 0
[pid=29740/tid=29793] ppid=29737 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 7207 13034 0 0 19 2 5 3 20 0 15 0 228471853 11246788608 14081 33554432000 4194304 4196468 140728186796176 140105208644000 140105217099407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 14081 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 14081 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 14081 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 14081 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246788608 14081 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 13 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246788608 14123 33554432000 4194304 4196468 140728186796176 140104047781408 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11246788608 14123 33554432000 4194304 4196468 140728186796176 140103846454640 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11246788608 14123 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 426 13034 0 0 1 0 5 3 20 0 15 0 228471858 11246788608 14123 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 193 13034 0 0 1 0 5 3 20 0 15 0 228471858 11246788608 14123 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=10983192 memory=140675802187392 CPUtime=0.13 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 607 13034 0 0 5 0 5 3 20 0 15 0 228471858 11246788608 14123 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246788608 14123 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=10983192 memory=140675802187392 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246788608 14123 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56324 KiB

[startup+0.700734 s]
/proc/loadavg: 1.35 1.34 1.36 3/216 29806
/proc/meminfo: memFree=27646640/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=10983192 memory=88368 CPUtime=0.99 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 16779 13034 0 0 87 4 5 3 20 0 15 0 228471844 11246788608 22092 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2745798 22092 3237 1 0 2708109 0
[pid=29740/tid=29793] ppid=29737 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 12320 13034 0 0 55 3 5 3 20 0 15 0 228471853 11246788608 22092 33554432000 4194304 4196468 140728186796176 140105208659872 140105217107681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 22092 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=10983192 memory=140675681235728 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=10983192 memory=140677358813769 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 2 13034 0 0 0 0 5 3 20 0 15 0 228471854 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=10983192 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 5 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 13 13034 0 0 0 0 5 3 20 0 15 0 228471855 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104047781408 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11246788608 22092 33554432000 4194304 4196468 140728186796176 140103846454640 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=10983192 memory=2228 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11246788608 22092 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=10983192 memory=30700 CPUtime=0.17 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 1033 13034 0 0 9 0 5 3 20 0 15 0 228471858 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=10983192 memory=11904 CPUtime=0.16 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 544 13034 0 0 8 0 5 3 20 0 15 0 228471858 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=10983192 memory=492 CPUtime=0.21 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 660 13034 0 0 13 0 5 3 20 0 15 0 228471858 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=10983192 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246788608 22092 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=10983192 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471859 11246788608 22092 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88368 KiB

[startup+1.50081 s]
/proc/loadavg: 1.35 1.34 1.36 3/216 29806
/proc/meminfo: memFree=27604092/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=10998092 memory=178824 CPUtime=2.42 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 23824 13034 0 0 225 9 5 3 20 0 15 0 228471844 11262046208 44706 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2749523 44706 3471 1 0 2711181 0
[pid=29740/tid=29793] ppid=29737 vsize=10998092 memory=65352 CPUtime=1.43 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 17461 13034 0 0 129 6 5 3 20 0 15 0 228471853 11262046208 44706 33554432000 4194304 4196468 140728186796176 140105208639744 140105221997630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 56 13034 0 0 1 0 5 3 20 0 15 0 228471854 11262046208 44706 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=10998092 memory=281351362502816 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 22 13034 0 0 1 0 5 3 20 0 15 0 228471854 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 19 13034 0 0 1 0 5 3 20 0 15 0 228471854 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 170 13034 0 0 1 0 5 3 20 0 15 0 228471854 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 54 13034 0 0 1 0 5 3 20 0 15 0 228471855 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 14 13034 0 0 0 0 5 3 20 0 15 0 228471855 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104047781472 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11262046208 44706 33554432000 4194304 4196468 140728186796176 140103846454656 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11262046208 44706 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=10998092 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 1536 13034 0 0 26 1 5 3 20 0 15 0 228471858 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 848 13034 0 0 20 0 5 3 20 0 15 0 228471858 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=10998092 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 1448 13034 0 0 40 0 5 3 20 0 15 0 228471858 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11262046208 44706 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=10998092 memory=281351362747264 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471859 11262046208 44706 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10998092 KiB

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

/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 99309 13034 0 0 229469 61 5 3 20 0 15 0 228471853 11343855616 284000 33554432000 4194304 4196468 140728186796176 140105208665904 140104820301843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=11077984 memory=140675681189469 CPUtime=11.94 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 13908 13034 0 0 1124 62 5 3 20 0 15 0 228471854 11343855616 284000 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=11077984 memory=1135996 CPUtime=11.91 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 17046 13034 0 0 1125 58 5 3 20 0 15 0 228471854 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=11077984 memory=1136000 CPUtime=11.98 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 24356 13034 0 0 1127 63 5 3 20 0 15 0 228471854 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=11077984 memory=1136000 CPUtime=11.97 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 22529 13034 0 0 1127 62 5 3 20 0 15 0 228471854 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=11077984 memory=1136000 CPUtime=11.57 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 21060 13034 0 0 1088 61 5 3 20 0 15 0 228471855 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=11077984 memory=1136000 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 14 13034 0 0 0 0 5 3 20 0 15 0 228471855 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104047781536 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=11077984 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11343855616 284000 33554432000 4194304 4196468 140728186796176 140103846454656 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=11077984 memory=1136000 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11343855616 284000 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=11077984 memory=1136000 CPUtime=3.62 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 11498 13034 0 0 349 5 5 3 20 0 15 0 228471858 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=11077984 memory=1136000 CPUtime=3.16 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 12222 13034 0 0 305 3 5 3 20 0 15 0 228471858 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=11077984 memory=1136000 CPUtime=1.84 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 12293 13034 0 0 174 2 5 3 20 0 15 0 228471858 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=11077984 memory=60140 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11343855616 284000 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=11077984 memory=776 CPUtime=1.61 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1394 13034 0 0 78 75 5 3 20 0 15 0 228471859 11343855616 284000 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 2364.34 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1136000 KiB

[startup+2382.3 s]
/proc/loadavg: 1.06 1.23 1.30 3/216 30047
/proc/meminfo: memFree=26616380/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=11077984 memory=1136056 CPUtime=2425.28 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 239387 13034 0 0 242134 386 5 3 20 0 15 0 228471844 11343855616 284014 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2769496 284014 3518 1 0 2731149 0
[pid=29740/tid=29793] ppid=29737 vsize=11077984 memory=1136040 CPUtime=2354.67 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 100187 13034 0 0 235397 62 5 3 20 0 15 0 228471853 11343855616 284014 33554432000 4194304 4196468 140728186796176 140105208666032 140104820305516 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=11077984 memory=1136000 CPUtime=12.26 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 13967 13034 0 0 1155 63 5 3 20 0 15 0 228471854 11343855616 284014 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=11077984 memory=1135996 CPUtime=12.24 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 17308 13034 0 0 1156 60 5 3 20 0 15 0 228471854 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=11077984 memory=1136056 CPUtime=12.3 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 24476 13034 0 0 1158 64 5 3 20 0 15 0 228471854 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=11077984 memory=1136056 CPUtime=12.29 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 22554 13034 0 0 1158 63 5 3 20 0 15 0 228471854 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=11077984 memory=1136056 CPUtime=11.88 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 21255 13034 0 0 1118 62 5 3 20 0 15 0 228471855 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=11077984 memory=1136056 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 14 13034 0 0 0 0 5 3 20 0 15 0 228471855 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104047781536 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=11077984 memory=1136056 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11343855616 284014 33554432000 4194304 4196468 140728186796176 140103846454656 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=11077984 memory=1136056 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11343855616 284014 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=11077984 memory=972 CPUtime=3.62 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 11500 13034 0 0 349 5 5 3 20 0 15 0 228471858 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=11077984 memory=1136056 CPUtime=3.16 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 12224 13034 0 0 305 3 5 3 20 0 15 0 228471858 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=11077984 memory=3544 CPUtime=1.84 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 12295 13034 0 0 174 2 5 3 20 0 15 0 228471858 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=11077984 memory=1136056 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11343855616 284014 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=11077984 memory=1136056 CPUtime=1.65 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1412 13034 0 0 80 77 5 3 20 0 15 0 228471859 11343855616 284014 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 2425.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1136056 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.23 1.30 3/216 30048
/proc/meminfo: memFree=26621608/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=11077984 memory=1130040 CPUtime=2486.22 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 241899 13034 0 0 248220 394 5 3 20 0 15 0 228471844 11343855616 282510 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2769496 282510 3518 1 0 2731149 0
[pid=29740/tid=29793] ppid=29737 vsize=11077984 memory=1130012 CPUtime=2413.95 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 101170 13034 0 0 241325 62 5 3 20 0 15 0 228471853 11343855616 282510 33554432000 4194304 4196468 140728186796176 140105208665792 140104819561962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=11077984 memory=1130040 CPUtime=12.58 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 14100 13034 0 0 1186 64 5 3 20 0 15 0 228471854 11343855616 282510 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=11077984 memory=1136128 CPUtime=12.56 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 17409 13034 0 0 1186 62 5 3 20 0 15 0 228471854 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=11077984 memory=1135996 CPUtime=12.63 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 25125 13034 0 0 1189 66 5 3 20 0 15 0 228471854 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=11077984 memory=1136056 CPUtime=12.62 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 22643 13034 0 0 1190 64 5 3 20 0 15 0 228471854 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=11077984 memory=1130012 CPUtime=12.21 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 21468 13034 0 0 1149 64 5 3 20 0 15 0 228471855 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=11077984 memory=1130012 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 14 13034 0 0 0 0 5 3 20 0 15 0 228471855 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104047781536 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=11077984 memory=1130040 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11343855616 282510 33554432000 4194304 4196468 140728186796176 140103846454656 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=11077984 memory=1130040 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11343855616 282510 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=11077984 memory=3160 CPUtime=3.62 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 11502 13034 0 0 349 5 5 3 20 0 15 0 228471858 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=11077984 memory=1130012 CPUtime=3.16 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 12227 13034 0 0 305 3 5 3 20 0 15 0 228471858 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=11077984 memory=1130040 CPUtime=1.84 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 12617 13034 0 0 174 2 5 3 20 0 15 0 228471858 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=11077984 memory=1130040 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11343855616 282510 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=11077984 memory=1130040 CPUtime=1.68 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1429 13034 0 0 82 78 5 3 20 0 15 0 228471859 11343855616 282510 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 2486.22 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1130040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.6 s]
/proc/loadavg: 1.36 1.27 1.31 3/215 30048
/proc/meminfo: memFree=26619940/32770624 swapFree=67030652/67108860
[pid=29740] ppid=29737 vsize=11077984 memory=1132116 CPUtime=2520.03 cores=0,2,4,6
/proc/29740/stat : 29740 (java) S 29737 29740 25256 0 -1 1077944320 242756 13034 0 0 251596 399 5 3 20 0 15 0 228471844 11343855616 283029 33554432000 4194304 4196468 140728186796176 140728186778720 140105236831991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
/proc/29740/statm: 2769496 283029 3518 1 0 2731149 0
[pid=29740/tid=29793] ppid=29737 vsize=11077984 memory=1132116 CPUtime=2446.82 cores=0,2,4,6
/proc/29740/task/29793/stat : 29793 (java) R 29737 29740 25256 0 -1 4202560 101679 13034 0 0 244612 62 5 3 20 0 15 0 228471853 11343855616 283029 33554432000 4194304 4196468 140728186796176 140105208666752 140104808190861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29794] ppid=29737 vsize=11077984 memory=3544 CPUtime=12.77 cores=0,2,4,6
/proc/29740/task/29794/stat : 29794 (java) S 29737 29740 25256 0 -1 1077944384 14168 13034 0 0 1203 66 5 3 20 0 15 0 228471854 11343855616 283029 33554432000 4194304 4196468 140728186796176 140105241074320 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29795] ppid=29737 vsize=11077984 memory=60140 CPUtime=12.74 cores=0,2,4,6
/proc/29740/task/29795/stat : 29795 (java) S 29737 29740 25256 0 -1 1077944384 17449 13034 0 0 1203 63 5 3 20 0 15 0 228471854 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104776210960 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29796] ppid=29737 vsize=11077984 memory=776 CPUtime=12.81 cores=0,2,4,6
/proc/29740/task/29796/stat : 29796 (java) S 29737 29740 25256 0 -1 1077944384 25133 13034 0 0 1205 68 5 3 20 0 15 0 228471854 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104775158160 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29797] ppid=29737 vsize=11077984 memory=6791534058613427641 CPUtime=12.8 cores=0,2,4,6
/proc/29740/task/29797/stat : 29797 (java) S 29737 29740 25256 0 -1 1077944384 22683 13034 0 0 1207 65 5 3 20 0 15 0 228471854 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104774105360 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29798] ppid=29737 vsize=11077984 memory=2120 CPUtime=12.38 cores=0,2,4,6
/proc/29740/task/29798/stat : 29798 (java) S 29737 29740 25256 0 -1 1077944384 21638 13034 0 0 1165 65 5 3 20 0 15 0 228471855 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104729852784 140105236843138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29799] ppid=29737 vsize=11077984 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29799/stat : 29799 (java) S 29737 29740 25256 0 -1 1077944384 14 13034 0 0 0 0 5 3 20 0 15 0 228471855 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104047781536 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29800] ppid=29737 vsize=11077984 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29800/stat : 29800 (java) S 29737 29740 25256 0 -1 1077944384 1 13034 0 0 0 0 5 3 20 0 15 0 228471856 11343855616 283029 33554432000 4194304 4196468 140728186796176 140103846454656 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29801] ppid=29737 vsize=11077984 memory=13888 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29801/stat : 29801 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471858 11343855616 283029 33554432000 4194304 4196468 140728186796176 140103539054928 140105236850587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29802] ppid=29737 vsize=11077984 memory=2228 CPUtime=3.62 cores=0,2,4,6
/proc/29740/task/29802/stat : 29802 (java) S 29737 29740 25256 0 -1 1077944384 11504 13034 0 0 349 5 5 3 20 0 15 0 228471858 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104728799600 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29803] ppid=29737 vsize=11077984 memory=30756 CPUtime=3.16 cores=0,2,4,6
/proc/29740/task/29803/stat : 29803 (java) S 29737 29740 25256 0 -1 1077944384 12229 13034 0 0 305 3 5 3 20 0 15 0 228471858 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104727746800 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29804] ppid=29737 vsize=11077984 memory=11904 CPUtime=1.84 cores=0,2,4,6
/proc/29740/task/29804/stat : 29804 (java) S 29737 29740 25256 0 -1 1077944384 12619 13034 0 0 174 2 5 3 20 0 15 0 228471858 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104726694000 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29805] ppid=29737 vsize=11077984 memory=492 CPUtime=0.08 cores=0,2,4,6
/proc/29740/task/29805/stat : 29805 (java) S 29737 29740 25256 0 -1 1077944384 3 13034 0 0 0 0 5 3 20 0 15 0 228471859 11343855616 283029 33554432000 4194304 4196468 140728186796176 140103108258016 140105236842197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
[pid=29740/tid=29806] ppid=29737 vsize=11077984 memory=4872558044660077418 CPUtime=1.7 cores=0,2,4,6
/proc/29740/task/29806/stat : 29806 (java) S 29737 29740 25256 0 -1 1077944384 1445 13034 0 0 83 79 5 3 20 0 15 0 228471859 11343855616 283029 33554432000 4194304 4196468 140728186796176 140104725642416 140105236843138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8265728 140728186804845 140728186807644 140728186807644 140728186810319 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1132116 KiB

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

[startup+2475.63 s]
# the end of solver process 29740 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.03 s, system=4.04018 s

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

Child status: 143
Real time (s): 2475.63
CPU time (s): 2520.07
CPU user time (s): 2516.03
CPU system time (s): 4.04018
CPU usage (%): 101.795
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1220384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.04018
maximum resident set size= 1220388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 322198
involuntary context switches= 10009


# summary of solver processes directly reported to runsolver:
#   pid: 29740
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.03
#   total CPU system time (s): 4.04018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9782 second user time and 23.6845 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 23:24:47
IDJOB=4305079
IDBENCH=141419
IDSOLVER=2780
FILE ID=node102/4305079-1534109087
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305079-1534109087/watcher-4305079-1534109087 -o /tmp/evaluation-result-4305079-1534109087/solver-4305079-1534109087 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=220572803 HOME/instance-4305079-1534109087.xml

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

MD5SUM BENCH= 9b1722167e694dc70b944145256e05c5
RANDOM SEED=220572803

node102.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.51
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.51
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.51
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.51
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:        27700668 kB
MemAvailable:   30675804 kB
Buffers:          148560 kB
Cached:          3074300 kB
SwapCached:        51252 kB
Active:          2854340 kB
Inactive:        1651792 kB
Active(anon):    1207752 kB
Inactive(anon):   126912 kB
Active(file):    1646588 kB
Inactive(file):  1524880 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             26280 kB
Writeback:             0 kB
AnonPages:       1303244 kB
Mapped:            63260 kB
Shmem:             48976 kB
Slab:             261292 kB
SReclaimable:     232128 kB
SUnreclaim:        29164 kB
KernelStack:        3856 kB
PageTables:         7672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2436768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 00:06:03