Trace number 4249081

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
R1: Concrete 3.4? (TO) 2401.56 2289.3

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.75/2.19	c Concrete v3.4 running
2401.20/2289.28	java.util.concurrent.TimeoutException
2401.20/2289.28		at concrete.MAC.mac(MAC.scala:74)
2401.20/2289.28		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.20/2289.28		at scala.util.Try$.apply(Try.scala:209)
2401.20/2289.28		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.20/2289.28		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.20/2289.28		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.20/2289.28		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.20/2289.28		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.20/2289.28		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.20/2289.28		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.20/2289.28		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.20/2289.28		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.20/2289.28		at concrete.MAC.oneRun(MAC.scala:146)
2401.20/2289.28		at concrete.MAC.nextSolution(MAC.scala:166)
2401.20/2289.28		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.20/2289.28		at concrete.ProblemState.map(ProblemState.scala:203)
2401.20/2289.28		at concrete.ProblemState.map(ProblemState.scala:188)
2401.20/2289.28		at concrete.MAC.nextSolution(MAC.scala:195)
2401.20/2289.28		at concrete.Solver.hasNext(Solver.scala:202)
2401.20/2289.28		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.20/2289.28		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.20/2289.28		at concrete.Solver.toStream(Solver.scala:73)
2401.20/2289.28		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.20/2289.28		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.20/2289.28		at concrete.Solver.toIterable(Solver.scala:73)
2401.20/2289.28		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2401.20/2289.28		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.20/2289.28		at scala.util.Success.map(Try.scala:209)
2401.20/2289.28		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.20/2289.28		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.20/2289.28		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.20/2289.28		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.20/2289.28		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.20/2289.28		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.20/2289.28		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.20/2289.28		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.20/2289.28		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.20/2289.28		at scala.collection.immutable.List.foreach(List.scala:389)
2401.20/2289.28		at scala.App.main(App.scala:76)
2401.20/2289.28		at scala.App.main$(App.scala:74)
2401.20/2289.28		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.20/2289.28		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.20/2289.29	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249081-1500756237/watcher-4249081-1500756237 -o /tmp/evaluation-result-4249081-1500756237/solver-4249081-1500756237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560 bin/concrete HOME/instance-4249081-1500756237.xml 

pid=29580
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.73 1.71 3/262 29583
/proc/meminfo: memFree=30591916/32770624 swapFree=6300/322456
[pid=29583] ppid=29580 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (bash) S 29580 29583 28437 0 -1 4202496 687 1535 0 0 0 0 0 0 20 0 1 0 10889974 9736192 351 33554432000 4194304 5098028 140728596662656 140728596660296 140496067648512 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15945728 140728596665614 140728596665699 140728596665699 140728596668398 0
/proc/29583/statm: 2377 351 278 221 0 86 0

[startup+0.100191 s]
/proc/loadavg: 1.85 1.73 1.71 3/262 29583
/proc/meminfo: memFree=30591916/32770624 swapFree=6300/322456
[pid=29583] ppid=29580 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (bash) S 29580 29583 28437 0 -1 4202496 883 6426 0 0 0 0 0 1 20 0 1 0 10889974 9871360 378 33554432000 4194304 5098028 140728596662656 140728596656664 140496067648512 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15945728 140728596665614 140728596665699 140728596665699 140728596668398 0
/proc/29583/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200398 s]
/proc/loadavg: 1.85 1.73 1.71 3/262 29583
/proc/meminfo: memFree=30591916/32770624 swapFree=6300/322456
[pid=29583] ppid=29580 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 4856 12603 0 0 6 1 8 4 20 0 13 0 10889974 10686320640 5210 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2608965 5210 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300333 s]
/proc/loadavg: 1.85 1.73 1.71 3/262 29583
/proc/meminfo: memFree=30591916/32770624 swapFree=6300/322456
[pid=29583] ppid=29580 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 9315 12603 0 0 21 3 8 4 20 0 20 0 10889974 11164049408 10416 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2725598 10416 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700179 s]
/proc/loadavg: 1.85 1.73 1.71 3/262 29583
/proc/meminfo: memFree=30591916/32770624 swapFree=6300/322456
[pid=29583] ppid=29580 vsize=10902720 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 12971 12603 0 0 81 4 8 4 20 0 20 0 10889974 11164385280 16263 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2725680 16263 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50073 s]
/proc/loadavg: 1.85 1.73 1.71 3/282 29656
/proc/meminfo: memFree=30482348/32770624 swapFree=6300/322788
[pid=29583] ppid=29580 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 27451 12603 0 0 206 14 8 4 20 0 20 0 10889974 11175264256 44306 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2728336 44306 3406 1 0 2716450 0
[pid=29583/tid=29638] ppid=29580 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) R 29580 29583 28437 0 -1 4202560 19127 12603 0 0 124 6 8 4 20 0 20 0 10889987 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273898558960 140273878431070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 18 12603 0 0 0 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 47 12603 0 0 1 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 25 12603 0 0 0 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 23 12603 0 0 0 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 18 12603 0 0 1 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 26 12603 0 0 0 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 20 12603 0 0 0 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 141 12603 0 0 1 0 8 4 20 0 20 0 10889988 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) S 29580 29583 28437 0 -1 1077944384 1418 12603 0 0 1 0 8 4 20 0 20 0 10889990 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273436116976 140273894361730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 55 12603 0 0 0 0 8 4 20 0 20 0 10889991 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273435063264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 20 0 10889991 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 1 12603 0 0 0 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) S 29580 29583 28437 0 -1 1077944384 1800 12603 0 0 17 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273431906800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) S 29580 29583 28437 0 -1 1077944384 431 12603 0 0 13 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273095010928 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) S 29580 29583 28437 0 -1 1077944384 635 12603 0 0 13 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273093958384 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) S 29580 29583 28437 0 -1 1077944384 1487 12603 0 0 27 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273092905840 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29655/stat : 29655 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273091852512 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29656] ppid=29580 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29656/stat : 29656 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 20 0 10889995 11175264256 44306 33554432000 4194304 4196468 140736266843312 140273090800048 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10105 s]
/proc/loadavg: 1.94 1.76 1.72 5/282 29656
/proc/meminfo: memFree=30412764/32770624 swapFree=6300/322756
[pid=29583] ppid=29580 vsize=10925820 CPUtime=6.98 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 43734 12603 0 0 667 19 8 4 20 0 20 0 10889974 11188039680 56104 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2731455 56104 3476 1 0 2719010 0
[pid=29583/tid=29638] ppid=29580 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) R 29580 29583 28437 0 -1 4202560 26560 12603 0 0 281 8 8 4 20 0 20 0 10889987 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273898580008 140273524679364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 18 12603 0 0 0 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 47 12603 0 0 1 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 25 12603 0 0 0 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 23 12603 0 0 0 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 18 12603 0 0 1 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 26 12603 0 0 0 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 20 12603 0 0 0 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 141 12603 0 0 1 0 8 4 20 0 20 0 10889988 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) S 29580 29583 28437 0 -1 1077944384 1738 12603 0 0 1 0 8 4 20 0 20 0 10889990 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273436116976 140273894361730 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 55 12603 0 0 0 0 8 4 20 0 20 0 10889991 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273435063264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 20 0 10889991 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 1 12603 0 0 0 0 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=10925820 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) R 29580 29583 28437 0 -1 4202560 2855 12603 0 0 77 1 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273431898752 140273894371930 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=10925820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) R 29580 29583 28437 0 -1 4202560 1234 12603 0 0 80 0 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273094997376 140273894371930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) R 29580 29583 28437 0 -1 4202560 4386 12603 0 0 104 1 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273093948976 140273894371930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=10925820 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) R 29580 29583 28437 0 -1 4202560 4405 12603 0 0 114 1 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273092903800 140273894362518 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29655/stat : 29655 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273091852512 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29656] ppid=29580 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29656/stat : 29656 (java) S 29580 29583 28437 0 -1 1077944384 7 12603 0 0 0 0 8 4 20 0 20 0 10889995 11188039680 56104 33554432000 4194304 4196468 140736266843312 140273090800048 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 10925820

[startup+6.3011 s]
/proc/loadavg: 1.94 1.76 1.72 4/282 29656
/proc/meminfo: memFree=30232712/32770624 swapFree=6300/322752
[pid=29583] ppid=29580 vsize=10995452 CPUtime=17.33 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 71708 12603 0 0 1690 31 8 4 20 0 20 0 10889974 11259342848 98560 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2748863 98560 3499 1 0 2736418 0
[pid=29583/tid=29638] ppid=29580 vsize=10995452 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) R 29580 29583 28437 0 -1 4202560 40814 12603 0 0 587 12 8 4 20 0 20 0 10889987 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273898584408 140273529481031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 120 12603 0 0 6 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 115 12603 0 0 6 0 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 90 12603 0 0 5 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 36 12603 0 0 5 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 844 12603 0 0 6 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 56 12603 0 0 5 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 94 12603 0 0 6 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 180 12603 0 0 6 1 8 4 20 0 20 0 10889988 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) S 29580 29583 28437 0 -1 1077944384 2459 12603 0 0 4 0 8 4 20 0 20 0 10889990 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273436116976 140273894361730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 56 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273435063264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 1 12603 0 0 0 0 8 4 20 0 20 0 10889995 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=10995452 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) S 29580 29583 28437 0 -1 1077944384 7493 12603 0 0 287 2 8 4 20 0 20 0 10889995 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273431906800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=10995452 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) S 29580 29583 28437 0 -1 1077944384 4757 12603 0 0 267 1 8 4 20 0 20 0 10889995 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273095010928 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=10995452 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) R 29580 29583 28437 0 -1 4202560 6089 12603 0 0 301 1 8 4 20 0 20 0 10889995 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273093958680 140273875894356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=10995452 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) S 29580 29583 28437 0 -1 1077944384 6319 12603 0 0 191 2 8 4 20 0 20 0 10889995 11259342848 98560 33554432000 4194304 4196468 140736266843312 140273092905840 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

/proc/meminfo: memFree=30122396/32770624 swapFree=6300/324172
[pid=29583] ppid=29580 vsize=10995452 CPUtime=2372.72 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 179695 12603 0 0 236877 383 8 4 20 0 20 0 10889974 11259342848 139906 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2748863 139906 3510 1 0 2736418 0
[pid=29583/tid=29638] ppid=29580 vsize=10995452 CPUtime=2244.56 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) R 29580 29583 28437 0 -1 4202560 65469 12603 0 0 224408 36 8 4 20 0 20 0 10889987 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273898583232 140273517475488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=10995452 CPUtime=7.85 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 5340 12603 0 0 741 32 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=10995452 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 3024 12603 0 0 736 35 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=10995452 CPUtime=7.86 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 3180 12603 0 0 741 33 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=10995452 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 2921 12603 0 0 747 31 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=10995452 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 4070 12603 0 0 734 37 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=10995452 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 4357 12603 0 0 733 32 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=10995452 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 4379 12603 0 0 738 33 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=10995452 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 4076 12603 0 0 749 36 8 4 20 0 20 0 10889988 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=10995452 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) S 29580 29583 28437 0 -1 1077944384 10482 12603 0 0 613 33 8 4 20 0 20 0 10889990 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273436116976 140273894361730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 56 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273435063264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 1 12603 0 0 0 0 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=10995452 CPUtime=17.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) S 29580 29583 28437 0 -1 1077944384 20109 12603 0 0 1775 5 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273431906800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=10995452 CPUtime=17.11 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) S 29580 29583 28437 0 -1 1077944384 11305 12603 0 0 1695 4 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273095010928 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=10995452 CPUtime=18.02 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) S 29580 29583 28437 0 -1 1077944384 16958 12603 0 0 1785 5 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273093958384 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=10995452 CPUtime=5.78 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) S 29580 29583 28437 0 -1 1077944384 21023 12603 0 0 559 7 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273092905840 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29655/stat : 29655 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273091852512 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29656] ppid=29580 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29656/stat : 29656 (java) S 29580 29583 28437 0 -1 1077944384 769 12603 0 0 75 52 8 4 20 0 20 0 10889995 11259342848 139906 33554432000 4194304 4196468 140736266843312 140273090800048 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
Current children cumulated CPU time (s) 2372.72
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2289 s]
/proc/loadavg: 1.39 1.45 1.49 3/282 30047
/proc/meminfo: memFree=30137488/32770624 swapFree=6300/324192
[pid=29583] ppid=29580 vsize=10995452 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 180525 12603 0 0 239605 386 8 4 20 0 20 0 10889974 11259342848 139924 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2748863 139924 3510 1 0 2736418 0
[pid=29583/tid=29638] ppid=29580 vsize=10995452 CPUtime=2271.05 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) R 29580 29583 28437 0 -1 4202560 65720 12603 0 0 227057 36 8 4 20 0 20 0 10889987 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273898583264 140273530075096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 5348 12603 0 0 750 33 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=10995452 CPUtime=7.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 3041 12603 0 0 745 35 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 3185 12603 0 0 750 33 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=10995452 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 3116 12603 0 0 754 31 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=10995452 CPUtime=7.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 4076 12603 0 0 743 37 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=10995452 CPUtime=7.87 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 4481 12603 0 0 742 33 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=10995452 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 4384 12603 0 0 748 33 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=10995452 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 4080 12603 0 0 758 36 8 4 20 0 20 0 10889988 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=10995452 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) S 29580 29583 28437 0 -1 1077944384 10685 12603 0 0 620 33 8 4 20 0 20 0 10889990 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273436116976 140273894361730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 56 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273435063264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 20 0 10889991 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 1 12603 0 0 0 0 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=10995452 CPUtime=17.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) S 29580 29583 28437 0 -1 1077944384 20111 12603 0 0 1775 5 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273431906800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=10995452 CPUtime=17.11 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) S 29580 29583 28437 0 -1 1077944384 11307 12603 0 0 1695 4 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273095010928 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=10995452 CPUtime=18.02 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) S 29580 29583 28437 0 -1 1077944384 16960 12603 0 0 1785 5 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273093958384 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=10995452 CPUtime=5.78 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) S 29580 29583 28437 0 -1 1077944384 21025 12603 0 0 559 7 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273092905840 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29655/stat : 29655 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273091852512 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29656] ppid=29580 vsize=10995452 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29656/stat : 29656 (java) S 29580 29583 28437 0 -1 1077944384 773 12603 0 0 76 53 8 4 20 0 20 0 10889995 11259342848 139924 33554432000 4194304 4196468 140736266843312 140273090800048 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10995452

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29583 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2289.21 s]
/proc/loadavg: 1.39 1.45 1.49 10/284 30049
/proc/meminfo: memFree=30133144/32770624 swapFree=6300/324192
[pid=29583] ppid=29580 vsize=11128580 CPUtime=2401.2 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) S 29580 29583 28437 0 -1 1077944320 186932 12603 0 0 239720 388 8 4 20 0 22 0 10889974 11395665920 141738 33554432000 4194304 4196468 140736266843312 140736266825856 140273894350583 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
/proc/29583/statm: 2782145 141738 3510 1 0 2769700 0
[pid=29583/tid=29638] ppid=29580 vsize=11128580 CPUtime=2271.06 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29638/stat : 29638 (java) S 29580 29583 28437 0 -1 1077944384 66097 12603 0 0 227058 36 8 4 20 0 22 0 10889987 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273898588240 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29639] ppid=29580 vsize=11128580 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29639/stat : 29639 (java) S 29580 29583 28437 0 -1 1077944384 5352 12603 0 0 764 33 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273836353808 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29640] ppid=29580 vsize=11128580 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29640/stat : 29640 (java) S 29580 29583 28437 0 -1 1077944384 3066 12603 0 0 758 35 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273835301264 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29641] ppid=29580 vsize=11128580 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29641/stat : 29641 (java) S 29580 29583 28437 0 -1 1077944384 3194 12603 0 0 763 33 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273498511888 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29642] ppid=29580 vsize=11128580 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) S 29580 29583 28437 0 -1 1077944384 3135 12603 0 0 769 31 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273497459344 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29643] ppid=29580 vsize=11128580 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29643/stat : 29643 (java) S 29580 29583 28437 0 -1 1077944384 4082 12603 0 0 757 38 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273496406800 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29644] ppid=29580 vsize=11128580 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29644/stat : 29644 (java) S 29580 29583 28437 0 -1 1077944384 4498 12603 0 0 756 33 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273495354256 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29645] ppid=29580 vsize=11128580 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29645/stat : 29645 (java) S 29580 29583 28437 0 -1 1077944384 4413 12603 0 0 761 33 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273494301712 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29646] ppid=29580 vsize=11128580 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29646/stat : 29646 (java) S 29580 29583 28437 0 -1 1077944384 4095 12603 0 0 772 36 8 4 20 0 22 0 10889988 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273493249168 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29647] ppid=29580 vsize=11128580 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29647/stat : 29647 (java) R 29580 29583 28437 0 -1 4202560 16132 12603 0 0 625 34 8 4 20 0 22 0 10889990 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273436115376 140273872482074 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29648] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29648/stat : 29648 (java) S 29580 29583 28437 0 -1 1077944384 58 12603 0 0 0 0 8 4 20 0 22 0 10889991 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273435062800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29649] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29649/stat : 29649 (java) S 29580 29583 28437 0 -1 1077944384 43 12603 0 0 0 0 8 4 20 0 22 0 10889991 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273434010624 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29650] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29650/stat : 29650 (java) S 29580 29583 28437 0 -1 1077944384 93 12603 0 0 0 0 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273432959184 140273894369179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29651] ppid=29580 vsize=11128580 CPUtime=17.92 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29651/stat : 29651 (java) S 29580 29583 28437 0 -1 1077944384 20111 12603 0 0 1775 5 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273431906800 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29652] ppid=29580 vsize=11128580 CPUtime=17.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29652/stat : 29652 (java) S 29580 29583 28437 0 -1 1077944384 11530 12603 0 0 1695 5 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273095010928 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29653] ppid=29580 vsize=11128580 CPUtime=18.02 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29653/stat : 29653 (java) S 29580 29583 28437 0 -1 1077944384 16984 12603 0 0 1785 5 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273093957952 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29654] ppid=29580 vsize=11128580 CPUtime=5.78 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29654/stat : 29654 (java) S 29580 29583 28437 0 -1 1077944384 21025 12603 0 0 559 7 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273092905840 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29655] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29655/stat : 29655 (java) S 29580 29583 28437 0 -1 1077944384 3 12603 0 0 0 0 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273091852512 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=29656] ppid=29580 vsize=11128580 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29656/stat : 29656 (java) S 29580 29583 28437 0 -1 1077944384 773 12603 0 0 76 53 8 4 20 0 22 0 10889995 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273090800048 140273894361730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=30048] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/30048/stat : 30048 (java) S 29580 29583 28437 0 -1 1077944384 91 12603 0 0 0 0 8 4 20 0 22 0 11118875 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273061503216 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
[pid=29583/tid=30049] ppid=29580 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29583/task/30049/stat : 30049 (java) S 29580 29583 28437 0 -1 1077944384 26 12603 0 0 0 0 8 4 20 0 22 0 11118875 11395665920 141738 33554432000 4194304 4196468 140736266843312 140273060451392 140273894360789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18132992 140736266844865 140736266847639 140736266847639 140736266850255 0
Current children cumulated CPU time (s) 2401.2
Current children cumulated vsize (KiB) 11128580

[startup+2289.3 s]
/proc/loadavg: 1.39 1.45 1.49 10/284 30049
/proc/meminfo: memFree=30133144/32770624 swapFree=6300/324192
[pid=29583] ppid=29580 vsize=0 CPUtime=2401.55 cores=0,2,4,6,8,10,12,14
/proc/29583/stat : 29583 (java) Z 29580 29583 28437 0 -1 4228108 187029 12603 0 0 239754 389 8 4 20 0 2 0 10889974 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/29583/statm: 0 0 0 0 0 0 0
[pid=29583/tid=29642] ppid=29580 vsize=0 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/29583/task/29642/stat : 29642 (java) R 29580 29583 28437 0 -1 4203588 3136 12603 0 0 772 32 8 4 20 0 2 0 10889988 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2401.55
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2289.3
CPU time (s): 2401.56
CPU user time (s): 2397.63
CPU system time (s): 3.93896
CPU usage (%): 104.904
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.63
system time used= 3.93896
maximum resident set size= 746352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293414
involuntary context switches= 179507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.959 second user time and 20.4815 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 22:43:57
IDJOB=4249081
IDBENCH=135432
IDSOLVER=2630
FILE ID=node143/4249081-1500756237
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249081-1500756237/watcher-4249081-1500756237 -o /tmp/evaluation-result-4249081-1500756237/solver-4249081-1500756237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4249081-1500756237.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=1570967838

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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	: 8
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30592016 kB
MemAvailable:   31104232 kB
Buffers:          187092 kB
Cached:           595948 kB
SwapCached:            0 kB
Active:          1386376 kB
Inactive:         331228 kB
Active(anon):     937272 kB
Inactive(anon):     8752 kB
Active(file):     449104 kB
Inactive(file):   322476 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24420 kB
Writeback:             8 kB
AnonPages:        952920 kB
Mapped:            45028 kB
Shmem:              8852 kB
Slab:             147124 kB
SReclaimable:     112944 kB
SUnreclaim:        34180 kB
KernelStack:        4640 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1658036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-22 23:22:06