Trace number 4248991

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.09 2316.85

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-fpga/
Pb-chnl15-16.xml
MD5SUM8b2f27ca9e664fd505b84cd8dff1749a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints62
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":480}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":480}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":32},{"arity":16,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62}]
Optimization problemNO
Type of objective

Solver Data

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

pid=25247
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: 2.00 1.92 1.77 3/239 25250
/proc/meminfo: memFree=31379284/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (bash) S 25247 25250 24924 0 -1 4202496 687 1530 0 0 0 0 0 0 20 0 1 0 15000805 9736192 351 33554432000 4194304 5098028 140734275299488 140734275297128 140080729500672 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 32845824 140734275306766 140734275306851 140734275306851 140734275309550 0
/proc/25250/statm: 2377 351 278 221 0 86 0

[startup+0.100187 s]
/proc/loadavg: 2.00 1.92 1.77 3/239 25250
/proc/meminfo: memFree=31379284/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (bash) S 25247 25250 24924 0 -1 4202496 886 6409 0 0 0 0 0 1 20 0 1 0 15000805 9871360 378 33554432000 4194304 5098028 140734275299488 140734275293496 140080729500672 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 32845824 140734275306766 140734275306851 140734275306851 140734275309550 0
/proc/25250/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200323 s]
/proc/loadavg: 2.00 1.92 1.77 3/239 25250
/proc/meminfo: memFree=31379284/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 4924 12319 0 0 6 0 8 4 20 0 13 0 15000805 10686320640 5279 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2608965 5279 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300239 s]
/proc/loadavg: 2.00 1.92 1.77 3/239 25250
/proc/meminfo: memFree=31379284/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=10902324 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 7561 12319 0 0 23 2 8 4 20 0 20 0 15000805 11163979776 8673 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2725581 8673 2958 1 0 2713898 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902324

[startup+0.700214 s]
/proc/loadavg: 2.00 1.92 1.77 3/239 25250
/proc/meminfo: memFree=31379284/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 12014 12319 0 0 74 4 8 4 20 0 20 0 15000805 11164385280 14806 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2725680 14806 3145 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50106 s]
/proc/loadavg: 2.00 1.92 1.77 3/281 25401
/proc/meminfo: memFree=31195076/32770624 swapFree=6364/371840
[pid=25250] ppid=25247 vsize=10913344 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 24973 12319 0 0 190 8 8 4 20 0 20 0 15000805 11175264256 33945 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2728336 33945 3369 1 0 2716450 0
[pid=25250/tid=25357] ppid=25247 vsize=10913344 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) R 25247 25250 24924 0 -1 4202560 19093 12319 0 0 128 6 8 4 20 0 20 0 15000819 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583650971960 140583646762141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 2 12319 0 0 0 0 8 4 20 0 20 0 15000819 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 2 12319 0 0 0 0 8 4 20 0 20 0 15000819 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 2 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 2 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000820 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) S 25247 25250 24924 0 -1 1077944384 5 12319 0 0 0 0 8 4 20 0 20 0 15000822 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583121361520 140583646751362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 33 12319 0 0 0 0 8 4 20 0 20 0 15000822 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583120307488 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 21 12319 0 0 0 0 8 4 20 0 20 0 15000822 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583119255152 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 920 12319 0 0 10 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 1221 12319 0 0 13 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 696 12319 0 0 12 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 830 12319 0 0 25 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583113992432 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000826 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000827 11175264256 33945 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 2.00 1.93 1.77 7/281 25401
/proc/meminfo: memFree=31034760/32770624 swapFree=6364/371872
[pid=25250] ppid=25247 vsize=10927868 CPUtime=5.63 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 41142 12319 0 0 533 18 8 4 20 0 20 0 15000805 11190136832 51247 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2731967 51247 3473 1 0 2719522 0
[pid=25250/tid=25357] ppid=25247 vsize=10927868 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) R 25247 25250 24924 0 -1 4202560 28035 12319 0 0 283 8 8 4 20 0 20 0 15000819 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583650962064 140583627015562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 30 12319 0 0 0 0 8 4 20 0 20 0 15000819 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 25 12319 0 0 0 0 8 4 20 0 20 0 15000819 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 9 12319 0 0 0 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 128 12319 0 0 0 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 23 12319 0 0 1 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 17 12319 0 0 1 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 19 12319 0 0 1 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 57 12319 0 0 1 0 8 4 20 0 20 0 15000820 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) S 25247 25250 24924 0 -1 1077944384 1404 12319 0 0 1 0 8 4 20 0 20 0 15000822 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583121361520 140583646751362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 56 12319 0 0 0 0 8 4 20 0 20 0 15000822 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583120307552 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 43 12319 0 0 0 0 8 4 20 0 20 0 15000822 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583119255168 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=10927868 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 1773 12319 0 0 44 1 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=10927868 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 2734 12319 0 0 52 1 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10927868 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) R 25247 25250 24924 0 -1 4202560 1440 12319 0 0 40 1 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583115045528 140583628284880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10927868 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 3207 12319 0 0 102 1 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583113992432 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000826 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 5 12319 0 0 0 0 8 4 20 0 20 0 15000827 11190136832 51247 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 10927868

[startup+6.30115 s]
/proc/loadavg: 2.00 1.93 1.77 6/281 25401
/proc/meminfo: memFree=30504188/32770624 swapFree=6364/371872
[pid=25250] ppid=25247 vsize=10995452 CPUtime=14.93 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 68327 12319 0 0 1452 29 8 4 20 0 20 0 15000805 11259342848 103769 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2748863 103769 3493 1 0 2736418 0
[pid=25250/tid=25357] ppid=25247 vsize=10995452 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) R 25247 25250 24924 0 -1 4202560 42836 12319 0 0 591 11 8 4 20 0 20 0 15000819 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583650969856 140583294114215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 73 12319 0 0 3 1 8 4 20 0 20 0 15000819 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 60 12319 0 0 3 1 8 4 20 0 20 0 15000819 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 53 12319 0 0 3 0 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 143 12319 0 0 3 1 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 891 12319 0 0 3 0 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 49 12319 0 0 3 0 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 32 12319 0 0 3 1 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 61 12319 0 0 3 0 8 4 20 0 20 0 15000820 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) S 25247 25250 24924 0 -1 1077944384 1950 12319 0 0 4 0 8 4 20 0 20 0 15000822 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583121361520 140583646751362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 57 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583120307616 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 43 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583119255168 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=10995452 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 2434 12319 0 0 176 2 8 4 20 0 20 0 15000826 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=10995452 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 7205 12319 0 0 220 2 8 4 20 0 20 0 15000826 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10995452 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 4447 12319 0 0 207 1 8 4 20 0 20 0 15000826 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10995452 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) R 25247 25250 24924 0 -1 4202560 5848 12319 0 0 221 3 8 4 20 0 20 0 15000826 11259342848 103769 33554432000 4194304 4196468 140728325077552 140583113992240 140583625458308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=25250/tid=25390] ppid=25247 vsize=10995452 CPUtime=7.87 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 11695 12319 0 0 770 5 8 4 20 0 20 0 15000826 11259342848 240676 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 8794 12319 0 0 747 5 8 4 20 0 20 0 15000826 11259342848 240676 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10995452 CPUtime=7.34 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 18088 12319 0 0 716 6 8 4 20 0 20 0 15000826 11259342848 240676 33554432000 4194304 4196468 140728325077552 140583113992432 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 240676 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=10995452 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 630 12319 0 0 66 71 8 4 20 0 20 0 15000827 11259342848 240676 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 2283.05
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.87 1.57 1.56 3/281 25472
/proc/meminfo: memFree=28547216/32770624 swapFree=6364/373172
[pid=25250] ppid=25247 vsize=10995452 CPUtime=2344.43 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 169355 12319 0 0 233989 442 8 4 20 0 20 0 15000805 11259342848 241205 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2748863 241205 3504 1 0 2736418 0
[pid=25250/tid=25357] ppid=25247 vsize=10995452 CPUtime=2242.26 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) R 25247 25250 24924 0 -1 4202560 72779 12319 0 0 224175 39 8 4 20 0 20 0 15000819 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583650974448 140583295068445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=10995452 CPUtime=7.95 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 4976 12319 0 0 748 35 8 4 20 0 20 0 15000819 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=10995452 CPUtime=8.07 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 6821 12319 0 0 755 40 8 4 20 0 20 0 15000819 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=10995452 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 6145 12319 0 0 746 42 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=10995452 CPUtime=7.96 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 1703 12319 0 0 743 41 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=10995452 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 4931 12319 0 0 749 39 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=10995452 CPUtime=7.91 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 3144 12319 0 0 739 40 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=10995452 CPUtime=7.99 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 4393 12319 0 0 751 36 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 3447 12319 0 0 752 40 8 4 20 0 20 0 15000820 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) S 25247 25250 24924 0 -1 1077944384 11573 12319 0 0 754 38 8 4 20 0 20 0 15000822 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583121361520 140583646751362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 57 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583120307616 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 43 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583119255168 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=10995452 CPUtime=7.38 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 7976 12319 0 0 721 5 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=10995452 CPUtime=7.88 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 11697 12319 0 0 770 6 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 8796 12319 0 0 747 5 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10995452 CPUtime=7.34 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 18090 12319 0 0 716 6 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583113992432 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=10995452 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 647 12319 0 0 68 73 8 4 20 0 20 0 15000827 11259342848 241205 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 2344.43
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2316.6 s]
/proc/loadavg: 1.22 1.44 1.52 2/255 25525
/proc/meminfo: memFree=30452992/32770624 swapFree=6364/373176
[pid=25250] ppid=25247 vsize=10995452 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 170517 12319 0 0 239536 452 8 4 20 0 20 0 15000805 11259342848 241220 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2748863 241220 3504 1 0 2736418 0
[pid=25250/tid=25357] ppid=25247 vsize=10995452 CPUtime=2296.07 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) R 25247 25250 24924 0 -1 4202560 73280 12319 0 0 229555 40 8 4 20 0 20 0 15000819 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583650974560 140583282746514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=10995452 CPUtime=8.14 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 5040 12319 0 0 766 36 8 4 20 0 20 0 15000819 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=10995452 CPUtime=8.25 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 6831 12319 0 0 773 40 8 4 20 0 20 0 15000819 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=10995452 CPUtime=8.2 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 6211 12319 0 0 765 43 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=10995452 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 1734 12319 0 0 761 42 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=10995452 CPUtime=8.18 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 5143 12319 0 0 766 40 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=10995452 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 3159 12319 0 0 757 41 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=10995452 CPUtime=8.17 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 4409 12319 0 0 768 37 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=10995452 CPUtime=8.24 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 3474 12319 0 0 771 41 8 4 20 0 20 0 15000820 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=10995452 CPUtime=8.24 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) S 25247 25250 24924 0 -1 1077944384 11770 12319 0 0 773 39 8 4 20 0 20 0 15000822 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583121361520 140583646751362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 57 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583120307616 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 43 12319 0 0 0 0 8 4 20 0 20 0 15000822 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583119255168 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 1 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=10995452 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 7978 12319 0 0 721 6 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=10995452 CPUtime=7.88 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 11699 12319 0 0 770 6 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 8798 12319 0 0 747 5 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=10995452 CPUtime=7.34 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 18092 12319 0 0 716 6 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583113992432 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 20 0 15000826 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=10995452 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 662 12319 0 0 70 75 8 4 20 0 20 0 15000827 11259342848 241220 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 2400
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 25250 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2316.8 s]
/proc/loadavg: 1.22 1.44 1.52 2/255 25525
/proc/meminfo: memFree=30452992/32770624 swapFree=6364/373176
[pid=25250] ppid=25247 vsize=11128580 CPUtime=2400.94 cores=1,3,5,7,9,11,13,15
/proc/25250/stat : 25250 (java) S 25247 25250 24924 0 -1 1077944320 176867 12319 0 0 239627 455 8 4 20 0 22 0 15000805 11395665920 243027 33554432000 4194304 4196468 140728325077552 140728325060096 140583646740215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
/proc/25250/statm: 2782145 243027 3504 1 0 2769700 0
[pid=25250/tid=25357] ppid=25247 vsize=11128580 CPUtime=2296.08 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25357/stat : 25357 (java) S 25247 25250 24924 0 -1 1077944384 73675 12319 0 0 229556 40 8 4 20 0 22 0 15000819 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583650977760 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25362] ppid=25247 vsize=11128580 CPUtime=8.24 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25362/stat : 25362 (java) S 25247 25250 24924 0 -1 1077944384 5049 12319 0 0 776 36 8 4 20 0 22 0 15000819 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583609846672 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25363] ppid=25247 vsize=11128580 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25363/stat : 25363 (java) S 25247 25250 24924 0 -1 1077944384 6855 12319 0 0 783 41 8 4 20 0 22 0 15000819 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583608793872 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25364] ppid=25247 vsize=11128580 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25364/stat : 25364 (java) S 25247 25250 24924 0 -1 1077944384 6225 12319 0 0 776 43 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583251926160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25365] ppid=25247 vsize=11128580 CPUtime=8.26 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25365/stat : 25365 (java) S 25247 25250 24924 0 -1 1077944384 1735 12319 0 0 772 42 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583250873360 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25366] ppid=25247 vsize=11128580 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25366/stat : 25366 (java) S 25247 25250 24924 0 -1 1077944384 5148 12319 0 0 777 40 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583249820048 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25367] ppid=25247 vsize=11128580 CPUtime=8.21 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25367/stat : 25367 (java) S 25247 25250 24924 0 -1 1077944384 3168 12319 0 0 768 41 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583248767248 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25368] ppid=25247 vsize=11128580 CPUtime=8.27 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25368/stat : 25368 (java) S 25247 25250 24924 0 -1 1077944384 4426 12319 0 0 778 37 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583247714960 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25369] ppid=25247 vsize=11128580 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25369/stat : 25369 (java) S 25247 25250 24924 0 -1 1077944384 3489 12319 0 0 782 41 8 4 20 0 22 0 15000820 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583246662160 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25382] ppid=25247 vsize=11128580 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25382/stat : 25382 (java) R 25247 25250 24924 0 -1 4202560 17353 12319 0 0 779 39 8 4 20 0 22 0 15000822 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583121359920 140583631746264 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25383] ppid=25247 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25383/stat : 25383 (java) S 25247 25250 24924 0 -1 1077944384 59 12319 0 0 0 0 8 4 20 0 22 0 15000822 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583120307216 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25384] ppid=25247 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25384/stat : 25384 (java) S 25247 25250 24924 0 -1 1077944384 43 12319 0 0 0 0 8 4 20 0 22 0 15000822 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583119255168 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25388] ppid=25247 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25388/stat : 25388 (java) S 25247 25250 24924 0 -1 1077944384 121 12319 0 0 0 0 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583118203472 140583646758811 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25389] ppid=25247 vsize=11128580 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25389/stat : 25389 (java) S 25247 25250 24924 0 -1 1077944384 7978 12319 0 0 721 6 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583117150320 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25390] ppid=25247 vsize=11128580 CPUtime=7.88 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25390/stat : 25390 (java) S 25247 25250 24924 0 -1 1077944384 11699 12319 0 0 770 6 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583116097520 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25391] ppid=25247 vsize=11128580 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25391/stat : 25391 (java) S 25247 25250 24924 0 -1 1077944384 8798 12319 0 0 747 5 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583115045232 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25392] ppid=25247 vsize=11128580 CPUtime=7.34 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25392/stat : 25392 (java) S 25247 25250 24924 0 -1 1077944384 18134 12319 0 0 716 6 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583113988800 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25393] ppid=25247 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25393/stat : 25393 (java) S 25247 25250 24924 0 -1 1077944384 3 12319 0 0 0 0 8 4 20 0 22 0 15000826 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583112940384 140583646750421 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
[pid=25250/tid=25394] ppid=25247 vsize=11128580 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/25250/task/25394/stat : 25394 (java) S 25247 25250 24924 0 -1 1077944384 662 12319 0 0 70 75 8 4 20 0 22 0 15000827 11395665920 243027 33554432000 4194304 4196468 140728325077552 140583111887664 140583646751362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140728325085889 140728325088663 140728325088663 140728325091279 0
Current children cumulated CPU time (s) 2400.94
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2316.85
CPU time (s): 2401.09
CPU user time (s): 2396.48
CPU system time (s): 4.6082
CPU usage (%): 103.636
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 4.6082
maximum resident set size= 972708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308570
involuntary context switches= 181135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8912 second user time and 20.1375 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-23 10:08:51
IDJOB=4248991
IDBENCH=134707
IDSOLVER=2630
FILE ID=node127/4248991-1500797331
RUNJOBID= node127-1500797331-25227
PBS_JOBID= 20624661
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-fpga/Pb-chnl15-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248991-1500797331/watcher-4248991-1500797331 -o /tmp/evaluation-result-4248991-1500797331/solver-4248991-1500797331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500797331-25227 --watchdog 2560  bin/concrete HOME/instance-4248991-1500797331.xml

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

MD5SUM BENCH= 8b2f27ca9e664fd505b84cd8dff1749a
RANDOM SEED=1231275808

node127.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		: 1867.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.94
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		: 1600.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.94
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.94
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		: 2133.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.94
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		: 1733.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.94
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		: 2668.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.94
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		: 2400.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		: 1867.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.94
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.94
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		: 2400.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:        31380068 kB
MemAvailable:   31991304 kB
Buffers:          172152 kB
Cached:           716232 kB
SwapCached:            0 kB
Active:           561020 kB
Inactive:         383456 kB
Active(anon):      58952 kB
Inactive(anon):     8688 kB
Active(file):     502068 kB
Inactive(file):   374768 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             51524 kB
Writeback:             0 kB
AnonPages:         62548 kB
Mapped:            31272 kB
Shmem:              8840 kB
Slab:             134568 kB
SReclaimable:     100468 kB
SUnreclaim:        34100 kB
KernelStack:        4080 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309416 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61792 MiB
End job on node127 at 2017-07-23 10:47:28