Trace number 4259459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 256.362 224.2

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1808
Best CPU time to get the best result obtained on this benchmark1956.1
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.37/2.01	c Concrete v3.4 running
256.09/224.17	java.util.concurrent.TimeoutException
256.09/224.17		at concrete.MAC.mac(MAC.scala:74)
256.09/224.17		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
256.09/224.17		at scala.util.Try$.apply(Try.scala:209)
256.09/224.17		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
256.09/224.17		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
256.09/224.17		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
256.09/224.17		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
256.09/224.17		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
256.09/224.17		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
256.09/224.17		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
256.09/224.17		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
256.09/224.17		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
256.09/224.17		at concrete.MAC.oneRun(MAC.scala:146)
256.09/224.17		at concrete.MAC.nextSolution(MAC.scala:166)
256.09/224.17		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
256.09/224.17		at concrete.ProblemState.map(ProblemState.scala:203)
256.09/224.17		at concrete.ProblemState.map(ProblemState.scala:188)
256.09/224.17		at concrete.MAC.nextSolution(MAC.scala:195)
256.09/224.17		at concrete.Solver.hasNext(Solver.scala:202)
256.09/224.17		at scala.collection.Iterator.toStream(Iterator.scala:1403)
256.09/224.17		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
256.09/224.17		at concrete.Solver.toStream(Solver.scala:73)
256.09/224.17		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
256.09/224.17		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
256.09/224.17		at concrete.Solver.toIterable(Solver.scala:73)
256.09/224.17		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
256.09/224.17		at scala.util.Success.$anonfun$map$1(Try.scala:251)
256.09/224.17		at scala.util.Success.map(Try.scala:209)
256.09/224.17		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
256.09/224.17		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
256.09/224.17		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
256.09/224.17		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
256.09/224.17		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
256.09/224.17		at scala.Function0.apply$mcV$sp(Function0.scala:34)
256.09/224.17		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
256.09/224.17		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
256.09/224.17		at scala.App.$anonfun$main$1$adapted(App.scala:76)
256.09/224.17		at scala.collection.immutable.List.foreach(List.scala:389)
256.09/224.17		at scala.App.main(App.scala:76)
256.09/224.17		at scala.App.main$(App.scala:74)
256.09/224.17		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
256.09/224.17		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
256.09/224.18	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 (11679 MiB free)
  memory of node 1: 16384 MiB (13829 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259459-1502645896/watcher-4259459-1502645896 -o /tmp/evaluation-result-4259459-1502645896/solver-4259459-1502645896 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259459-1502645896.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=9655, runsolver pid=9652
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.39 1.92 2.02 4/207 9709
/proc/meminfo: memFree=26116252/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=13445604 memory=15824 CPUtime=0.09 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 4586 12532 0 0 1 1 5 2 20 0 7 0 97670474 13768298496 3956 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3361401 3956 2030 1 0 3349839 0
[pid=9655/tid=9705] ppid=9652 vsize=13445604 memory=-8888545202373181379 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) R 9652 9655 3242 0 -1 4202560 2440 12532 0 0 0 1 5 2 20 0 7 0 97670483 13768298496 3956 33554432000 4194304 4196468 140736702375472 140236123351824 140236103189854 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 7 0 97670484 13768298496 3956 33554432000 4194304 4196468 140736702375472 140236056709392 140236119119573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=13445604 memory=140359208658560 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 7 0 97670484 13768298496 3956 33554432000 4194304 4196468 140736702375472 140236055656848 140236119119573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=13445604 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 7 0 97670484 13768298496 3956 33554432000 4194304 4196468 140736702375472 140236054604304 140236119119573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=13445604 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 7 0 97670484 13768298496 3956 33554432000 4194304 4196468 140736702375472 140236053551760 140236119119573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=13445604 memory=140359208658560 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 7 0 97670485 13768298496 3956 33554432000 4194304 4196468 140736702375472 140235660433904 140236119120514 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15824 KiB

[startup+0.21012 s]*
/proc/loadavg: 1.39 1.92 2.02 4/216 9718
/proc/meminfo: memFree=26095328/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=13978600 memory=38980 CPUtime=0.25 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 7953 12532 0 0 16 2 5 2 20 0 15 0 97670474 14314086400 9745 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3494650 9745 2965 1 0 3482967 0
[pid=9655/tid=9705] ppid=9652 vsize=13978600 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) R 9652 9655 3242 0 -1 4202560 4455 12532 0 0 10 1 5 2 20 0 15 0 97670483 14314086400 9745 33554432000 4194304 4196468 140736702375472 140236123316800 140236100672896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=13978600 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314086400 9745 33554432000 4194304 4196468 140736702375472 140236056709392 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=13978600 memory=140359208667936 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314086400 9745 33554432000 4194304 4196468 140736702375472 140236055656848 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314086400 9745 33554432000 4194304 4196468 140736702375472 140236054604304 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314086400 9745 33554432000 4194304 4196468 140736702375472 140236053551760 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=13978600 memory=140359208658560 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235660433904 140236119120514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 33 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235659380128 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 21 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235658327536 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 553 12532 0 0 1 0 5 2 20 0 15 0 97670488 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 207 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=13978600 memory=140359208658560 CPUtime=0.1 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 520 12532 0 0 3 0 5 2 20 0 15 0 97670488 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235654117616 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=13978600 memory=140359208658560 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670489 14314086400 9745 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 38980 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.39 1.92 2.02 3/216 9718
/proc/meminfo: memFree=26083048/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=13979028 memory=51596 CPUtime=0.38 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 10969 12532 0 0 28 3 5 2 20 0 15 0 97670474 14314524672 12899 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3494757 12899 3080 1 0 3482967 0
[pid=9655/tid=9705] ppid=9652 vsize=13979028 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) R 9652 9655 3242 0 -1 4202560 7458 12532 0 0 19 2 5 2 20 0 15 0 97670483 14314524672 12899 33554432000 4194304 4196468 140736702375472 140236123330976 140236102308333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314524672 12899 33554432000 4194304 4196468 140736702375472 140236056709392 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314524672 12899 33554432000 4194304 4196468 140736702375472 140236055656848 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314524672 12899 33554432000 4194304 4196468 140736702375472 140236054604304 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314524672 12899 33554432000 4194304 4196468 140736702375472 140236053551760 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235660433904 140236119120514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 33 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235659380128 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 21 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235658327536 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 556 12532 0 0 1 0 5 2 20 0 15 0 97670488 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 210 12532 0 0 1 0 5 2 20 0 15 0 97670488 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=13979028 memory=140359208658560 CPUtime=0.12 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 527 12532 0 0 5 0 5 2 20 0 15 0 97670488 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235654117616 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=13979028 memory=140359208658560 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670489 14314524672 12899 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 51596 KiB

[startup+0.700731 s]
/proc/loadavg: 1.39 1.92 2.02 4/216 9718
/proc/meminfo: memFree=26075356/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=13979412 memory=85660 CPUtime=0.97 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 17021 12532 0 0 85 5 5 2 20 0 15 0 97670474 14314917888 21415 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3494853 21415 3327 1 0 3482967 0
[pid=9655/tid=9705] ppid=9652 vsize=13979412 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) R 9652 9655 3242 0 -1 4202560 12819 12532 0 0 55 4 5 2 20 0 15 0 97670483 14314917888 21415 33554432000 4194304 4196468 140736702375472 140236123328432 140236119131293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=13979412 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314917888 21415 33554432000 4194304 4196468 140736702375472 140236056709392 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=13979412 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314917888 21415 33554432000 4194304 4196468 140736702375472 140236055656848 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=13979412 memory=140359061619312 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314917888 21415 33554432000 4194304 4196468 140736702375472 140236054604304 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=13979412 memory=140359531233892 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) S 9652 9655 3242 0 -1 1077944384 2 12532 0 0 0 0 5 2 20 0 15 0 97670484 14314917888 21415 33554432000 4194304 4196468 140736702375472 140236053551760 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=13979412 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 5 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235660433904 140236119120514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=13979412 memory=7014751519583131217 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 33 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235659380128 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=13979412 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 21 12532 0 0 0 0 5 2 20 0 15 0 97670485 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235658327536 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=13979412 memory=16920 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=13979412 memory=4048 CPUtime=0.13 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) R 9652 9655 3242 0 -1 1077944384 835 12532 0 0 6 0 5 2 20 0 15 0 97670488 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=13979412 memory=1792 CPUtime=0.16 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 537 12532 0 0 9 0 5 2 20 0 15 0 97670488 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=13979412 memory=648 CPUtime=0.2 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 609 12532 0 0 13 0 5 2 20 0 15 0 97670488 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235654117616 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=13979412 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=13979412 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670489 14314917888 21415 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979412 KiB
Current children cumulated memory: 85660 KiB

[startup+1.50306 s]
/proc/loadavg: 1.36 1.90 2.01 3/216 9718
/proc/meminfo: memFree=26015684/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=13991700 memory=174748 CPUtime=2.21 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 24973 12532 0 0 204 10 5 2 20 0 15 0 97670474 14327500800 43687 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3497925 43687 3404 1 0 3486039 0
[pid=9655/tid=9705] ppid=9652 vsize=13991700 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) R 9652 9655 3242 0 -1 4202560 18441 12532 0 0 130 6 5 2 20 0 15 0 97670483 14327500800 43687 33554432000 4194304 4196468 140736702375472 140236123340256 140236119121302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=13991700 memory=280718123286976 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) S 9652 9655 3242 0 -1 1077944384 33 12532 0 0 0 0 5 2 20 0 15 0 97670484 14327500800 43687 33554432000 4194304 4196468 140736702375472 140236056709392 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=13991700 memory=280718123296288 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) S 9652 9655 3242 0 -1 1077944384 10 12532 0 0 0 0 5 2 20 0 15 0 97670484 14327500800 43687 33554432000 4194304 4196468 140736702375472 140236055656848 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=13991700 memory=140359061654000 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) S 9652 9655 3242 0 -1 1077944384 37 12532 0 0 1 0 5 2 20 0 15 0 97670484 14327500800 43687 33554432000 4194304 4196468 140736702375472 140236054604304 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) S 9652 9655 3242 0 -1 1077944384 215 12532 0 0 0 0 5 2 20 0 15 0 97670484 14327500800 43687 33554432000 4194304 4196468 140736702375472 140236053551760 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=13991700 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 642 12532 0 0 1 0 5 2 20 0 15 0 97670485 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235660433904 140236119120514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 34 12532 0 0 0 0 5 2 20 0 15 0 97670485 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235659380128 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=13991700 memory=-7097495484385563872 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 23 12532 0 0 0 0 5 2 20 0 15 0 97670485 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235658327536 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=13991700 memory=7372508517169391212 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=13991700 memory=7380386384905725292 CPUtime=0.24 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 1057 12532 0 0 17 0 5 2 20 0 15 0 97670488 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=13991700 memory=5793146903946684007 CPUtime=0.24 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 749 12532 0 0 17 0 5 2 20 0 15 0 97670488 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=13991700 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) R 9652 9655 3242 0 -1 4202560 1575 12532 0 0 32 0 5 2 20 0 15 0 97670488 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235654117616 140236111330096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=13991700 memory=7524224500278912109 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 15 0 97670488 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=13991700 memory=5937823920922126439 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 1 12532 0 0 0 0 5 2 20 0 15 0 97670489 14327500800 43687 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0

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

[pid=9655/tid=9706] ppid=9652 vsize=14141400 memory=5865775110159426658 CPUtime=1.23 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) R 9652 9655 3242 0 -1 4202560 2185 12532 0 0 105 11 5 2 20 0 17 0 97670484 14480793600 453609 33554432000 4194304 4196468 140736702375472 140236056709280 140236104105872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=14141400 memory=8112282956445269571 CPUtime=1.22 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) R 9652 9655 3242 0 -1 4202560 4777 12532 0 0 104 11 5 2 20 0 17 0 97670484 14480793600 453609 33554432000 4194304 4196468 140736702375472 140236055656656 140236111737575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=14141400 memory=16920 CPUtime=1.23 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) R 9652 9655 3242 0 -1 4202560 2986 12532 0 0 104 12 5 2 20 0 17 0 97670484 14480793600 453609 33554432000 4194304 4196468 140736702375472 140236054604424 140236104105877 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=14141400 memory=4048 CPUtime=1.23 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) R 9652 9655 3242 0 -1 4202560 1866 12532 0 0 105 11 5 2 20 0 17 0 97670484 14480793600 453609 33554432000 4194304 4196468 140736702375472 140236053551880 140236111737575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=14141400 memory=1792 CPUtime=0.25 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 13892 12532 0 0 16 2 5 2 20 0 17 0 97670485 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235660432528 140236119119573 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=14141400 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 43 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235659380192 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=14141400 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 31 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235658327552 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=14141400 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 139 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=14141400 memory=288230621803970871 CPUtime=11.52 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 25352 12532 0 0 1139 6 5 2 20 0 17 0 97670488 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=14141400 memory=15262532197681591 CPUtime=11.63 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 29711 12532 0 0 1151 5 5 2 20 0 17 0 97670488 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=14141400 memory=2244 CPUtime=3.96 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 23931 12532 0 0 384 5 5 2 20 0 17 0 97670488 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235654117184 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=14141400 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=14141400 memory=2208 CPUtime=0.18 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 598 12532 0 0 5 6 5 2 20 0 17 0 97670489 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9848] ppid=9652 vsize=14141400 memory=6508 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9848/stat : 9848 (java) S 9652 9655 3242 0 -1 1077944384 228 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 453609 33554432000 4194304 4196468 140736702375472 140235649733232 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9849] ppid=9652 vsize=14141400 memory=1810692 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9849/stat : 9849 (java) S 9652 9655 3242 0 -1 1077944384 23 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 453609 33554432000 4194304 4196468 140736702375472 140234992022976 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 253.51 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1814436 KiB

[startup+223.801 s]
/proc/loadavg: 1.90 1.93 2.01 6/217 9849
/proc/meminfo: memFree=24589888/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=14141400 memory=1810024 CPUtime=255.01 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 163794 12532 0 0 25387 107 5 2 20 0 17 0 97670474 14480793600 452506 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3535350 452506 3513 1 0 3522905 0
[pid=9655/tid=9705] ppid=9652 vsize=14141400 memory=28564 CPUtime=221.57 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) S 9652 9655 3242 0 -1 1077944384 55603 12532 0 0 22117 33 5 2 20 0 17 0 97670483 14480793600 452506 33554432000 4194304 4196468 140736702375472 140236123347152 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=14141400 memory=1296 CPUtime=1.6 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) R 9652 9655 3242 0 -1 4202560 2191 12532 0 0 142 11 5 2 20 0 17 0 97670484 14480793600 452506 33554432000 4194304 4196468 140736702375472 140236056708976 140236111737575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=14141400 memory=2408 CPUtime=1.58 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) R 9652 9655 3242 0 -1 4202560 4797 12532 0 0 140 11 5 2 20 0 17 0 97670484 14480793600 452506 33554432000 4194304 4196468 140736702375472 140236055656432 140236111737575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=14141400 memory=4144 CPUtime=1.59 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) R 9652 9655 3242 0 -1 4202560 3053 12532 0 0 140 12 5 2 20 0 17 0 97670484 14480793600 452506 33554432000 4194304 4196468 140736702375472 140236054604200 140236111737575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=14141400 memory=28564 CPUtime=1.6 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) R 9652 9655 3242 0 -1 4202560 1873 12532 0 0 142 11 5 2 20 0 17 0 97670484 14480793600 452506 33554432000 4194304 4196468 140736702375472 140236053551648 140236103806946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=14141400 memory=1296 CPUtime=0.27 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 14058 12532 0 0 18 2 5 2 20 0 17 0 97670485 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235660432304 140236119119573 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=14141400 memory=2408 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 45 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235659379696 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=14141400 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 31 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235658327552 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=14141400 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 139 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=14141400 memory=12032 CPUtime=11.52 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 25352 12532 0 0 1139 6 5 2 20 0 17 0 97670488 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=14141400 memory=5792 CPUtime=11.63 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 29711 12532 0 0 1151 5 5 2 20 0 17 0 97670488 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=14141400 memory=796 CPUtime=3.96 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 23936 12532 0 0 384 5 5 2 20 0 17 0 97670488 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235654117184 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=14141400 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=14141400 memory=1012 CPUtime=0.18 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 598 12532 0 0 5 6 5 2 20 0 17 0 97670489 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9848] ppid=9652 vsize=14141400 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9848/stat : 9848 (java) S 9652 9655 3242 0 -1 1077944384 228 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 452506 33554432000 4194304 4196468 140736702375472 140235649733232 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9849] ppid=9652 vsize=14141400 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9849/stat : 9849 (java) S 9652 9655 3242 0 -1 1077944384 24 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 452506 33554432000 4194304 4196468 140736702375472 140234992022976 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 255.01 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1810024 KiB

[startup+224.001 s]
/proc/loadavg: 1.90 1.93 2.01 6/217 9849
/proc/meminfo: memFree=24589888/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=14141400 memory=1801312 CPUtime=255.7 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 163801 12532 0 0 25456 107 5 2 20 0 17 0 97670474 14480793600 450328 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3535350 450328 3513 1 0 3522905 0
[pid=9655/tid=9705] ppid=9652 vsize=14141400 memory=4620 CPUtime=221.57 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) S 9652 9655 3242 0 -1 1077944384 55603 12532 0 0 22117 33 5 2 20 0 17 0 97670483 14480793600 450328 33554432000 4194304 4196468 140736702375472 140236123347152 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=14141400 memory=1196 CPUtime=1.76 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) R 9652 9655 3242 0 -1 4202560 2191 12532 0 0 158 11 5 2 20 0 17 0 97670484 14480793600 450328 33554432000 4194304 4196468 140736702375472 140236056709392 140236103808160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=14141400 memory=15872 CPUtime=1.74 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) R 9652 9655 3242 0 -1 4202560 4797 12532 0 0 156 11 5 2 20 0 17 0 97670484 14480793600 450328 33554432000 4194304 4196468 140736702375472 140236055656848 140236103808237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=14141400 memory=16920 CPUtime=1.75 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) R 9652 9655 3242 0 -1 4202560 3053 12532 0 0 156 12 5 2 20 0 17 0 97670484 14480793600 450328 33554432000 4194304 4196468 140736702375472 140236054604304 140236104105955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=14141400 memory=4048 CPUtime=1.76 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) R 9652 9655 3242 0 -1 4202560 1879 12532 0 0 158 11 5 2 20 0 17 0 97670484 14480793600 450328 33554432000 4194304 4196468 140736702375472 140236053551648 140236103808126 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=14141400 memory=1792 CPUtime=0.31 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 14058 12532 0 0 22 2 5 2 20 0 17 0 97670485 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235660432528 140236119119573 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=14141400 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 45 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235659379696 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=14141400 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 31 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235658327552 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=14141400 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 139 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=14141400 memory=2340 CPUtime=11.52 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 25352 12532 0 0 1139 6 5 2 20 0 17 0 97670488 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=14141400 memory=932 CPUtime=11.63 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 29711 12532 0 0 1151 5 5 2 20 0 17 0 97670488 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=14141400 memory=1572 CPUtime=3.96 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 23936 12532 0 0 384 5 5 2 20 0 17 0 97670488 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235654117184 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=14141400 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=14141400 memory=4124 CPUtime=0.18 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 598 12532 0 0 5 6 5 2 20 0 17 0 97670489 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9848] ppid=9652 vsize=14141400 memory=2208 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9848/stat : 9848 (java) S 9652 9655 3242 0 -1 1077944384 228 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 450328 33554432000 4194304 4196468 140736702375472 140235649733232 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9849] ppid=9652 vsize=14141400 memory=6508 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9849/stat : 9849 (java) S 9652 9655 3242 0 -1 1077944384 25 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 450328 33554432000 4194304 4196468 140736702375472 140234992022976 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 255.7 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1801312 KiB

[startup+224.101 s]
/proc/loadavg: 1.90 1.93 2.01 6/217 9849
/proc/meminfo: memFree=24589888/32770624 swapFree=67108860/67108860
[pid=9655] ppid=9652 vsize=14141400 memory=1801456 CPUtime=256.09 cores=1,3,5,7
/proc/9655/stat : 9655 (java) S 9652 9655 3242 0 -1 1077944320 163852 12532 0 0 25495 107 5 2 20 0 17 0 97670474 14480793600 450364 33554432000 4194304 4196468 140736702375472 140736702358016 140236119109367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
/proc/9655/statm: 3535350 450364 3513 1 0 3522905 0
[pid=9655/tid=9705] ppid=9652 vsize=14141400 memory=1816284 CPUtime=221.57 cores=1,3,5,7
/proc/9655/task/9705/stat : 9705 (java) S 9652 9655 3242 0 -1 1077944384 55603 12532 0 0 22117 33 5 2 20 0 17 0 97670483 14480793600 450364 33554432000 4194304 4196468 140736702375472 140236123347152 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9706] ppid=9652 vsize=14141400 memory=1809828 CPUtime=1.86 cores=1,3,5,7
/proc/9655/task/9706/stat : 9706 (java) R 9652 9655 3242 0 -1 4202560 2191 12532 0 0 168 11 5 2 20 0 17 0 97670484 14480793600 450364 33554432000 4194304 4196468 140736702375472 140236056709392 140236111737575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9707] ppid=9652 vsize=14141400 memory=33 CPUtime=1.84 cores=1,3,5,7
/proc/9655/task/9707/stat : 9707 (java) R 9652 9655 3242 0 -1 4202560 4847 12532 0 0 166 11 5 2 20 0 17 0 97670484 14480793600 450364 33554432000 4194304 4196468 140736702375472 140236055657048 140236111737575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9708] ppid=9652 vsize=14141400 memory=12032 CPUtime=1.85 cores=1,3,5,7
/proc/9655/task/9708/stat : 9708 (java) R 9652 9655 3242 0 -1 4202560 3053 12532 0 0 166 12 5 2 20 0 17 0 97670484 14480793600 450364 33554432000 4194304 4196468 140736702375472 140236054604200 140236111737575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9709] ppid=9652 vsize=14141400 memory=1818784 CPUtime=1.86 cores=1,3,5,7
/proc/9655/task/9709/stat : 9709 (java) R 9652 9655 3242 0 -1 4202560 1879 12532 0 0 168 11 5 2 20 0 17 0 97670484 14480793600 450364 33554432000 4194304 4196468 140736702375472 140236053551760 140236103807006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9710] ppid=9652 vsize=14141400 memory=1810692 CPUtime=0.31 cores=1,3,5,7
/proc/9655/task/9710/stat : 9710 (java) S 9652 9655 3242 0 -1 1077944384 14058 12532 0 0 22 2 5 2 20 0 17 0 97670485 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235660432304 140236119119573 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9711] ppid=9652 vsize=14141400 memory=1825452 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9711/stat : 9711 (java) S 9652 9655 3242 0 -1 1077944384 45 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235659380096 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9712] ppid=9652 vsize=14141400 memory=1810692 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9712/stat : 9712 (java) S 9652 9655 3242 0 -1 1077944384 31 12532 0 0 0 0 5 2 20 0 17 0 97670485 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235658327552 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9713] ppid=9652 vsize=14141400 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9713/stat : 9713 (java) S 9652 9655 3242 0 -1 1077944384 139 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235657276112 140236119127963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9714] ppid=9652 vsize=14141400 memory=1823912 CPUtime=11.52 cores=1,3,5,7
/proc/9655/task/9714/stat : 9714 (java) S 9652 9655 3242 0 -1 1077944384 25352 12532 0 0 1139 6 5 2 20 0 17 0 97670488 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235656222704 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9715] ppid=9652 vsize=14141400 memory=1823912 CPUtime=11.63 cores=1,3,5,7
/proc/9655/task/9715/stat : 9715 (java) S 9652 9655 3242 0 -1 1077944384 29711 12532 0 0 1151 5 5 2 20 0 17 0 97670488 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235655170160 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9716] ppid=9652 vsize=14141400 memory=1811716 CPUtime=3.96 cores=1,3,5,7
/proc/9655/task/9716/stat : 9716 (java) S 9652 9655 3242 0 -1 1077944384 23936 12532 0 0 384 5 5 2 20 0 17 0 97670488 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235654117184 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9717] ppid=9652 vsize=14141400 memory=1816284 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9717/stat : 9717 (java) S 9652 9655 3242 0 -1 1077944384 3 12532 0 0 0 0 5 2 20 0 17 0 97670488 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235653065312 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9718] ppid=9652 vsize=14141400 memory=28564 CPUtime=0.18 cores=1,3,5,7
/proc/9655/task/9718/stat : 9718 (java) S 9652 9655 3242 0 -1 1077944384 598 12532 0 0 5 6 5 2 20 0 17 0 97670489 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235652012848 140236119120514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9848] ppid=9652 vsize=14141400 memory=1811716 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9848/stat : 9848 (java) S 9652 9655 3242 0 -1 1077944384 228 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 450364 33554432000 4194304 4196468 140736702375472 140235649733232 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
[pid=9655/tid=9849] ppid=9652 vsize=14141400 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/9655/task/9849/stat : 9849 (java) S 9652 9655 3242 0 -1 1077944384 26 12532 0 0 0 0 5 2 20 0 17 0 97692775 14480793600 450364 33554432000 4194304 4196468 140736702375472 140234992022976 140236119119573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140736702376598 140736702379383 140736702379383 140736702382031 0
Current children cumulated CPU time: 256.09 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1801456 KiB

Child status: 143
Real time (s): 224.2
CPU time (s): 256.362
CPU user time (s): 255.239
CPU system time (s): 1.1224
CPU usage (%): 114.345
Max. virtual memory (cumulated for all children) (KiB): 14141400
Max. memory (cumulated for all children) (KiB): 1920392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.239
system time used= 1.1224
maximum resident set size= 1920904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22921
involuntary context switches= 337


# summary of solver processes directly reported to runsolver:
#   pid: 9655
#   total CPU time (s): 256.362
#   total CPU user time (s): 255.239
#   total CPU system time (s): 1.1224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3922 second user time and 2.15929 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:23:57
IDJOB=4259459
IDBENCH=124204
IDSOLVER=2646
FILE ID=node149/4259459-1502645896
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259459-1502645896/watcher-4259459-1502645896 -o /tmp/evaluation-result-4259459-1502645896/solver-4259459-1502645896 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259459-1502645896.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=2003053288

node149.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.43
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.43
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.43
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.43
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:        26122496 kB
MemAvailable:   30276376 kB
Buffers:          267072 kB
Cached:          4160124 kB
SwapCached:            0 kB
Active:          2863276 kB
Inactive:        3315816 kB
Active(anon):    1754864 kB
Inactive(anon):    24944 kB
Active(file):    1108412 kB
Inactive(file):  3290872 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24632 kB
Writeback:            40 kB
AnonPages:       1750280 kB
Mapped:            56968 kB
Shmem:             25224 kB
Slab:             168356 kB
SReclaimable:     140864 kB
SUnreclaim:        27492 kB
KernelStack:        3680 kB
PageTables:         8684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2680068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1525760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 19:27:42