Trace number 4248324

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.18 2333.25

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-60-3-5.xml
MD5SUMcb28c088349c564a44b865f26515e86f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.2825999
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

3.70/2.18	c Concrete v3.4 running
2401.07/2333.22	java.util.concurrent.TimeoutException
2401.07/2333.22		at concrete.MAC.mac(MAC.scala:74)
2401.07/2333.22		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.07/2333.22		at scala.util.Try$.apply(Try.scala:209)
2401.07/2333.22		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.07/2333.22		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.07/2333.22		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.07/2333.22		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.07/2333.22		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.07/2333.22		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.07/2333.22		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.07/2333.22		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.07/2333.22		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.07/2333.22		at concrete.MAC.oneRun(MAC.scala:146)
2401.07/2333.22		at concrete.MAC.nextSolution(MAC.scala:166)
2401.07/2333.22		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.07/2333.22		at concrete.ProblemState.map(ProblemState.scala:203)
2401.07/2333.22		at concrete.ProblemState.map(ProblemState.scala:188)
2401.07/2333.22		at concrete.MAC.nextSolution(MAC.scala:195)
2401.07/2333.22		at concrete.Solver.hasNext(Solver.scala:202)
2401.07/2333.22		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.07/2333.22		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.07/2333.22		at concrete.Solver.toStream(Solver.scala:73)
2401.07/2333.22		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.07/2333.22		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.07/2333.22		at concrete.Solver.toIterable(Solver.scala:73)
2401.07/2333.22		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2401.07/2333.22		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.07/2333.22		at scala.util.Success.map(Try.scala:209)
2401.07/2333.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.07/2333.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.07/2333.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.07/2333.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.07/2333.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.07/2333.22		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.07/2333.22		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.07/2333.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.07/2333.22		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.07/2333.22		at scala.collection.immutable.List.foreach(List.scala:389)
2401.07/2333.22		at scala.App.main(App.scala:76)
2401.07/2333.22		at scala.App.main$(App.scala:74)
2401.07/2333.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.07/2333.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.07/2333.23	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-4248324-1500682893/watcher-4248324-1500682893 -o /tmp/evaluation-result-4248324-1500682893/solver-4248324-1500682893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8969 --watchdog 2560 bin/concrete HOME/instance-4248324-1500682893.xml 

pid=9345
running on 8 cores: 1,3,5,7,9,11,13,15

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.10 2.85 4.17 3/265 9348
/proc/meminfo: memFree=31679556/32770624 swapFree=5792/340936
[pid=9348] ppid=9345 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (bash) S 9345 9348 7912 0 -1 4202496 684 1535 0 0 0 0 0 0 20 0 1 0 3556956 9736192 350 33554432000 4194304 5098028 140725853044448 140725853042088 140539157240832 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 8916992 140725853046030 140725853046115 140725853046115 140725853048814 0
/proc/9348/statm: 2377 350 278 221 0 86 0

[startup+0.100125 s]
/proc/loadavg: 1.10 2.85 4.17 3/265 9348
/proc/meminfo: memFree=31679556/32770624 swapFree=5792/340936
[pid=9348] ppid=9345 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (bash) S 9345 9348 7912 0 -1 4202496 878 6425 0 0 0 0 0 1 20 0 1 0 3556956 9871360 377 33554432000 4194304 5098028 140725853044448 140725853038456 140539157240832 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 8916992 140725853046030 140725853046115 140725853046115 140725853048814 0
/proc/9348/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200417 s]
/proc/loadavg: 1.10 2.85 4.17 3/265 9348
/proc/meminfo: memFree=31679556/32770624 swapFree=5792/340936
[pid=9348] ppid=9345 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 5169 12438 0 0 5 1 9 3 20 0 13 0 3556956 10686320640 4513 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2608965 4513 2167 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300396 s]
/proc/loadavg: 1.10 2.85 4.17 3/265 9348
/proc/meminfo: memFree=31679556/32770624 swapFree=5792/340936
[pid=9348] ppid=9345 vsize=10902392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 7297 12438 0 0 22 3 9 3 20 0 20 0 3556956 11164049408 8587 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2725598 8587 3005 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700238 s]
/proc/loadavg: 1.10 2.85 4.17 3/265 9348
/proc/meminfo: memFree=31679556/32770624 swapFree=5792/340936
[pid=9348] ppid=9345 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 12553 12438 0 0 74 4 9 3 20 0 20 0 3556956 11164385280 14864 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2725680 14864 3166 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50108 s]
/proc/loadavg: 1.10 2.85 4.17 3/285 9421
/proc/meminfo: memFree=31477156/32770624 swapFree=5792/341012
[pid=9348] ppid=9345 vsize=10913344 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 25430 12438 0 0 199 18 9 3 20 0 20 0 3556956 11175264256 44781 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2728336 44781 3409 1 0 2716450 0
[pid=9348/tid=9403] ppid=9345 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) R 9345 9348 7912 0 -1 4202560 18348 12438 0 0 124 6 9 3 20 0 20 0 3556969 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976510186952 139976490038622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) S 9345 9348 7912 0 -1 1077944384 129 12438 0 0 1 1 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) S 9345 9348 7912 0 -1 1077944384 17 12438 0 0 0 0 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976111426064 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) S 9345 9348 7912 0 -1 1077944384 13 12438 0 0 1 1 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976110373264 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 13 12438 0 0 1 1 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 28 12438 0 0 1 0 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 19 12438 0 0 1 0 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 1 0 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976106163088 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) S 9345 9348 7912 0 -1 1077944384 29 12438 0 0 0 0 9 3 20 0 20 0 3556970 11175264256 44781 33554432000 4194304 4196468 140723561534256 139976105110288 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 631 12438 0 0 1 0 9 3 20 0 20 0 3556972 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975255345520 139976505969282 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 54 12438 0 0 0 0 9 3 20 0 20 0 3556973 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975254291552 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 20 0 3556973 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 1 12438 0 0 0 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) R 9345 9348 7912 0 -1 4202560 1135 12438 0 0 13 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975251121888 139976498247584 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) R 9345 9348 7912 0 -1 4202560 528 12438 0 0 11 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975250064144 139976486658432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) S 9345 9348 7912 0 -1 1077944384 947 12438 0 0 12 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975249029744 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 1324 12438 0 0 26 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11175264256 44781 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 1.10 2.85 4.17 8/285 9421
/proc/meminfo: memFree=31334160/32770624 swapFree=5792/340948
[pid=9348] ppid=9345 vsize=10927868 CPUtime=6.15 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 46239 12438 0 0 578 25 9 3 20 0 20 0 3556956 11190136832 61602 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2731967 61602 3474 1 0 2719522 0
[pid=9348/tid=9403] ppid=9345 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) R 9345 9348 7912 0 -1 4202560 32292 12438 0 0 279 10 9 3 20 0 20 0 3556969 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976510143008 139976487523105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) S 9345 9348 7912 0 -1 1077944384 129 12438 0 0 1 1 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) S 9345 9348 7912 0 -1 1077944384 17 12438 0 0 0 0 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976111426064 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) S 9345 9348 7912 0 -1 1077944384 13 12438 0 0 1 1 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976110373264 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 13 12438 0 0 1 1 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 28 12438 0 0 1 0 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 19 12438 0 0 1 0 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 1 0 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976106163088 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) S 9345 9348 7912 0 -1 1077944384 29 12438 0 0 0 0 9 3 20 0 20 0 3556970 11190136832 61602 33554432000 4194304 4196468 140723561534256 139976105110288 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 646 12438 0 0 1 0 9 3 20 0 20 0 3556972 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975255345520 139976505969282 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 54 12438 0 0 0 0 9 3 20 0 20 0 3556973 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975254291552 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 20 0 3556973 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 1 12438 0 0 0 0 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=10927868 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) S 9345 9348 7912 0 -1 1077944384 2978 12438 0 0 80 1 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975251135344 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=10927868 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) S 9345 9348 7912 0 -1 1077944384 1017 12438 0 0 43 1 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975250082544 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=10927868 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) R 9345 9348 7912 0 -1 4202560 3290 12438 0 0 63 1 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975249009832 139976490836822 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=10927868 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 3490 12438 0 0 99 1 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 4 12438 0 0 0 0 9 3 20 0 20 0 3556978 11190136832 61602 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 10927868

[startup+6.30081 s]
/proc/loadavg: 1.25 2.86 4.16 4/285 9560
/proc/meminfo: memFree=31006292/32770624 swapFree=5792/340984
[pid=9348] ppid=9345 vsize=10995452 CPUtime=11.47 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 64235 12438 0 0 1094 41 9 3 20 0 20 0 3556956 11259342848 152994 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2748863 152994 3499 1 0 2736418 0
[pid=9348/tid=9403] ppid=9345 vsize=10995452 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) R 9345 9348 7912 0 -1 4202560 39039 12438 0 0 588 14 9 3 20 0 20 0 3556969 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976510189816 139976152303578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) S 9345 9348 7912 0 -1 1077944384 142 12438 0 0 3 1 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) S 9345 9348 7912 0 -1 1077944384 80 12438 0 0 3 2 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976111426064 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) S 9345 9348 7912 0 -1 1077944384 36 12438 0 0 3 1 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976110373264 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 46 12438 0 0 3 2 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 41 12438 0 0 3 2 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 37 12438 0 0 3 2 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) S 9345 9348 7912 0 -1 1077944384 231 12438 0 0 4 1 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976106163088 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) S 9345 9348 7912 0 -1 1077944384 71 12438 0 0 3 2 9 3 20 0 20 0 3556970 11259342848 152994 33554432000 4194304 4196468 140723561534256 139976105110288 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 1599 12438 0 0 4 1 9 3 20 0 20 0 3556972 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975255345520 139976505969282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 55 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975254291616 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 1 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=10995452 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) S 9345 9348 7912 0 -1 1077944384 4359 12438 0 0 125 1 9 3 20 0 20 0 3556978 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975251135344 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=10995452 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) S 9345 9348 7912 0 -1 1077944384 2566 12438 0 0 88 1 9 3 20 0 20 0 3556978 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975250082544 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=10995452 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) S 9345 9348 7912 0 -1 1077944384 8427 12438 0 0 145 1 9 3 20 0 20 0 3556978 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975249029744 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=10995452 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 4402 12438 0 0 114 2 9 3 20 0 20 0 3556978 11259342848 152994 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=9348/tid=9419] ppid=9345 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 8788 12438 0 0 115 3 9 3 20 0 20 0 3556978 11259342848 412229 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 412229 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=10995452 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 2043 12438 0 0 58 70 9 3 20 0 20 0 3556978 11259342848 412229 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 2327.34
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.65 1.52 1.70 3/282 9914
/proc/meminfo: memFree=29117784/32770624 swapFree=5792/343728
[pid=9348] ppid=9345 vsize=10995452 CPUtime=2389.04 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 189252 12438 0 0 238398 494 9 3 20 0 20 0 3556956 11259342848 412796 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2748863 412796 3502 1 0 2736418 0
[pid=9348/tid=9403] ppid=9345 vsize=10995452 CPUtime=2300.26 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) R 9345 9348 7912 0 -1 4202560 91005 12438 0 0 229963 51 9 3 20 0 20 0 3556969 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976510192208 139976152394519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=10995452 CPUtime=9.5 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) S 9345 9348 7912 0 -1 1077944384 6807 12438 0 0 895 43 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=10995452 CPUtime=9.4 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) S 9345 9348 7912 0 -1 1077944384 6967 12438 0 0 881 47 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976111426064 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=10995452 CPUtime=9.48 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) S 9345 9348 7912 0 -1 1077944384 4528 12438 0 0 889 47 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976110373264 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=10995452 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 4742 12438 0 0 898 46 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=10995452 CPUtime=9.41 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 8490 12438 0 0 879 50 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=10995452 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 5987 12438 0 0 878 44 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=10995452 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) S 9345 9348 7912 0 -1 1077944384 7756 12438 0 0 891 43 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976106163088 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=10995452 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) S 9345 9348 7912 0 -1 1077944384 9843 12438 0 0 875 43 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976105110288 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=10995452 CPUtime=8.09 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 14318 12438 0 0 751 46 9 3 20 0 20 0 3556972 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975255345520 139976505969282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 55 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975254291616 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 1 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=10995452 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) S 9345 9348 7912 0 -1 1077944384 4504 12438 0 0 126 1 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975251135344 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=10995452 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) S 9345 9348 7912 0 -1 1077944384 2675 12438 0 0 90 1 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975250082544 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=10995452 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) S 9345 9348 7912 0 -1 1077944384 8536 12438 0 0 146 2 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975249029744 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 8790 12438 0 0 116 3 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=10995452 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 2073 12438 0 0 60 72 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 2389.04
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2333 s]
/proc/loadavg: 1.63 1.52 1.70 3/282 9914
/proc/meminfo: memFree=29115852/32770624 swapFree=5792/343736
[pid=9348] ppid=9345 vsize=10995452 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 189486 12438 0 0 239499 497 9 3 20 0 20 0 3556956 11259342848 412796 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2748863 412796 3502 1 0 2736418 0
[pid=9348/tid=9403] ppid=9345 vsize=10995452 CPUtime=2310.86 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) R 9345 9348 7912 0 -1 4202560 91231 12438 0 0 231022 52 9 3 20 0 20 0 3556969 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976510192256 139976152304184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=10995452 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) S 9345 9348 7912 0 -1 1077944384 6808 12438 0 0 901 43 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=10995452 CPUtime=9.45 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) S 9345 9348 7912 0 -1 1077944384 6968 12438 0 0 886 47 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976111426064 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=10995452 CPUtime=9.53 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) S 9345 9348 7912 0 -1 1077944384 4529 12438 0 0 894 47 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976110373264 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=10995452 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 4743 12438 0 0 902 46 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=10995452 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 8491 12438 0 0 884 50 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=10995452 CPUtime=9.39 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 5988 12438 0 0 883 44 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=10995452 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) S 9345 9348 7912 0 -1 1077944384 7757 12438 0 0 896 43 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976106163088 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=10995452 CPUtime=9.35 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) S 9345 9348 7912 0 -1 1077944384 9844 12438 0 0 879 44 9 3 20 0 20 0 3556970 11259342848 412796 33554432000 4194304 4196468 140723561534256 139976105110288 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=10995452 CPUtime=8.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 14318 12438 0 0 754 46 9 3 20 0 20 0 3556972 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975255345520 139976505969282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 55 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975254291616 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 20 0 3556973 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 1 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=10995452 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) S 9345 9348 7912 0 -1 1077944384 4504 12438 0 0 126 1 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975251135344 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=10995452 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) S 9345 9348 7912 0 -1 1077944384 2675 12438 0 0 90 1 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975250082544 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=10995452 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) S 9345 9348 7912 0 -1 1077944384 8536 12438 0 0 146 2 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975249029744 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 8790 12438 0 0 116 3 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975247976944 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=10995452 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 2073 12438 0 0 61 72 9 3 20 0 20 0 3556978 11259342848 412796 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 2400.08
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 9348 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2333.21 s]
/proc/loadavg: 1.74 1.55 1.70 10/284 9916
/proc/meminfo: memFree=29108140/32770624 swapFree=5792/343736
[pid=9348] ppid=9345 vsize=11128580 CPUtime=2401.07 cores=1,3,5,7,9,11,13,15
/proc/9348/stat : 9348 (java) S 9345 9348 7912 0 -1 1077944320 195423 12438 0 0 239595 500 9 3 20 0 22 0 3556956 11395665920 414454 33554432000 4194304 4196468 140723561534256 140723561516800 139976505958135 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
/proc/9348/statm: 2782145 414454 3502 1 0 2769700 0
[pid=9348/tid=9403] ppid=9345 vsize=11128580 CPUtime=2310.87 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9403/stat : 9403 (java) S 9345 9348 7912 0 -1 1077944384 91612 12438 0 0 231023 52 9 3 20 0 22 0 3556969 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976510195680 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9404] ppid=9345 vsize=11128580 CPUtime=9.66 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9404/stat : 9404 (java) R 9345 9348 7912 0 -1 1077944384 6811 12438 0 0 911 43 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976475671184 139976505968341 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9405] ppid=9345 vsize=11128580 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9405/stat : 9405 (java) R 9345 9348 7912 0 -1 4202560 6971 12438 0 0 897 47 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976111426064 139976490954539 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9406] ppid=9345 vsize=11128580 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9406/stat : 9406 (java) R 9345 9348 7912 0 -1 4202560 4535 12438 0 0 904 47 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976110373264 139976490954539 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9407] ppid=9345 vsize=11128580 CPUtime=9.71 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9407/stat : 9407 (java) S 9345 9348 7912 0 -1 1077944384 4750 12438 0 0 913 46 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976109320464 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9408] ppid=9345 vsize=11128580 CPUtime=9.58 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9408/stat : 9408 (java) S 9345 9348 7912 0 -1 1077944384 8494 12438 0 0 896 50 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976108268688 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9409] ppid=9345 vsize=11128580 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9409/stat : 9409 (java) S 9345 9348 7912 0 -1 1077944384 5995 12438 0 0 895 45 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976107215888 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9410] ppid=9345 vsize=11128580 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9410/stat : 9410 (java) R 9345 9348 7912 0 -1 4202560 7776 12438 0 0 907 44 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976106163088 139976490658802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9411] ppid=9345 vsize=11128580 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9411/stat : 9411 (java) R 9345 9348 7912 0 -1 4202560 9855 12438 0 0 890 44 9 3 20 0 22 0 3556970 11395665920 414454 33554432000 4194304 4196468 140723561534256 139976105110288 139976490415603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9412] ppid=9345 vsize=11128580 CPUtime=8.21 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9412/stat : 9412 (java) S 9345 9348 7912 0 -1 1077944384 19393 12438 0 0 762 47 9 3 20 0 22 0 3556972 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975255344144 139976505968341 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9413] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9413/stat : 9413 (java) S 9345 9348 7912 0 -1 1077944384 59 12438 0 0 0 0 9 3 20 0 22 0 3556973 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975254291600 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9414] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9414/stat : 9414 (java) S 9345 9348 7912 0 -1 1077944384 44 12438 0 0 0 0 9 3 20 0 22 0 3556973 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975253238656 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9415] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9415/stat : 9415 (java) S 9345 9348 7912 0 -1 1077944384 106 12438 0 0 0 0 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975252186960 139976505976731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9416] ppid=9345 vsize=11128580 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9416/stat : 9416 (java) S 9345 9348 7912 0 -1 1077944384 4504 12438 0 0 126 1 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975251135344 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9417] ppid=9345 vsize=11128580 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9417/stat : 9417 (java) S 9345 9348 7912 0 -1 1077944384 2675 12438 0 0 90 1 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975250082544 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9418] ppid=9345 vsize=11128580 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9418/stat : 9418 (java) S 9345 9348 7912 0 -1 1077944384 8536 12438 0 0 146 2 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975249029744 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9419] ppid=9345 vsize=11128580 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9419/stat : 9419 (java) S 9345 9348 7912 0 -1 1077944384 8988 12438 0 0 116 3 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975247971024 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9420] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9420/stat : 9420 (java) S 9345 9348 7912 0 -1 1077944384 3 12438 0 0 0 0 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975246924384 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9421] ppid=9345 vsize=11128580 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9421/stat : 9421 (java) S 9345 9348 7912 0 -1 1077944384 2073 12438 0 0 61 72 9 3 20 0 22 0 3556978 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975245871664 139976505969282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9915] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9915/stat : 9915 (java) S 9345 9348 7912 0 -1 1077944384 88 12438 0 0 0 0 9 3 20 0 22 0 3790257 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975216975984 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
[pid=9348/tid=9916] ppid=9345 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9348/task/9916/stat : 9916 (java) S 9345 9348 7912 0 -1 1077944384 26 12438 0 0 0 0 9 3 20 0 22 0 3790257 11395665920 414454 33554432000 4194304 4196468 140723561534256 139975215923904 139976505968341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29605888 140723561540289 140723561543063 140723561543063 140723561545679 0
Current children cumulated CPU time (s) 2401.07
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2333.25
CPU time (s): 2401.18
CPU user time (s): 2396.13
CPU system time (s): 5.05098
CPU usage (%): 102.911
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.13
system time used= 5.05098
maximum resident set size= 1658716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346929
involuntary context switches= 189675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9718 second user time and 19.5899 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:21:33
IDJOB=4248324
IDBENCH=133401
IDSOLVER=2630
FILE ID=node125/4248324-1500682893
RUNJOBID= node125-1500682887-8969
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-60-3-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248324-1500682893/watcher-4248324-1500682893 -o /tmp/evaluation-result-4248324-1500682893/solver-4248324-1500682893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8969 --watchdog 2560  bin/concrete HOME/instance-4248324-1500682893.xml

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

MD5SUM BENCH= cb28c088349c564a44b865f26515e86f
RANDOM SEED=827863242

node125.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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		: 1733.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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		: 2267.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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		: 2000.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.51
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		: 2000.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.51
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		: 1600.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		: 1600.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.51
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		: 1600.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.51
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:        31684568 kB
MemAvailable:   32001400 kB
Buffers:          105616 kB
Cached:           514552 kB
SwapCached:            0 kB
Active:           344456 kB
Inactive:         349688 kB
Active(anon):      76456 kB
Inactive(anon):     8752 kB
Active(file):     268000 kB
Inactive(file):   340936 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48304 kB
Writeback:             0 kB
AnonPages:         72488 kB
Mapped:            39580 kB
Shmem:              8840 kB
Slab:              81508 kB
SReclaimable:      47464 kB
SUnreclaim:        34044 kB
KernelStack:        4160 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 03:00:26