Trace number 4247880

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.47 2376.42

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-10_X2.xml
MD5SUM8877f7cc79da8125d255e7dee5791b96
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 variables101
Number of constraints4975
Number of domains2
Minimum domain size15
Maximum domain size100
Distribution of domain sizes[{"size":15,"count":1},{"size":100,"count":100}]
Minimum variable degree25
Maximum variable degree100
Distribution of variable degrees[{"degree":25,"count":1},{"degree":99,"count":75},{"degree":100,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4975}]
Number of extensional constraints0
Number of intensional constraints4975
Distribution of constraint types[{"type":"intension","count":4975}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27198
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.60 1.71 1.73 2/261 27201
/proc/meminfo: memFree=30745908/32770624 swapFree=5920/160796
[pid=27201] ppid=27198 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (bash) S 27198 27201 19746 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 9164937 9736192 351 33554432000 4194304 5098028 140734670370688 140734670368328 139707776273408 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 26820608 140734670378254 140734670378339 140734670378339 140734670381038 0
/proc/27201/statm: 2377 351 278 221 0 86 0

[startup+0.100125 s]
/proc/loadavg: 1.60 1.71 1.73 2/261 27201
/proc/meminfo: memFree=30745908/32770624 swapFree=5920/160796
[pid=27201] ppid=27198 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (bash) S 27198 27201 19746 0 -1 4202496 885 6412 0 0 0 0 0 1 20 0 1 0 9164937 9871360 378 33554432000 4194304 5098028 140734670370688 140734670364696 139707776273408 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 26820608 140734670378254 140734670378339 140734670378339 140734670381038 0
/proc/27201/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20034 s]
/proc/loadavg: 1.60 1.71 1.73 2/261 27201
/proc/meminfo: memFree=30745908/32770624 swapFree=5920/160796
[pid=27201] ppid=27198 vsize=10435860 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 5133 12580 0 0 7 0 7 3 20 0 13 0 9164937 10686320640 5479 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2608965 5479 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300321 s]
/proc/loadavg: 1.60 1.71 1.73 2/261 27201
/proc/meminfo: memFree=30745908/32770624 swapFree=5920/160796
[pid=27201] ppid=27198 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 7496 12580 0 0 24 1 7 3 20 0 20 0 9164937 11164049408 9335 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2725598 9335 3005 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.70025 s]
/proc/loadavg: 1.60 1.71 1.73 2/261 27201
/proc/meminfo: memFree=30745908/32770624 swapFree=5920/160796
[pid=27201] ppid=27198 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 12653 12580 0 0 80 3 7 3 20 0 20 0 9164937 11164385280 15902 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2725680 15902 3194 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.60 1.71 1.73 3/281 27274
/proc/meminfo: memFree=30640024/32770624 swapFree=5920/160820
[pid=27201] ppid=27198 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 27166 12580 0 0 209 12 7 3 20 0 20 0 9164937 11175264256 44144 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2728336 44144 3406 1 0 2716450 0
[pid=27201/tid=27256] ppid=27198 vsize=10913344 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) R 27198 27201 19746 0 -1 4202560 19555 12580 0 0 126 5 7 3 20 0 20 0 9164950 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492600940352 140492596731286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) S 27198 27201 19746 0 -1 1077944384 44 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492549340176 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) S 27198 27201 19746 0 -1 1077944384 114 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492548287632 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) S 27198 27201 19746 0 -1 1077944384 11 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492547234576 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) S 27198 27201 19746 0 -1 1077944384 22 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492546182032 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) S 27198 27201 19746 0 -1 1077944384 11 12580 0 0 0 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492545128976 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) S 27198 27201 19746 0 -1 1077944384 33 12580 0 0 0 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492544076432 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) S 27198 27201 19746 0 -1 1077944384 50 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492543023376 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) S 27198 27201 19746 0 -1 1077944384 52 12580 0 0 1 0 7 3 20 0 20 0 9164951 11175264256 44144 33554432000 4194304 4196468 140730188357392 140492195682704 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 1612 12580 0 0 1 0 7 3 20 0 20 0 9164953 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491802798832 140492596730498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 56 12580 0 0 0 0 7 3 20 0 20 0 9164953 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491801745120 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 43 12580 0 0 0 0 7 3 20 0 20 0 9164954 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 1 12580 0 0 0 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) S 27198 27201 19746 0 -1 1077944384 988 12580 0 0 12 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491798587632 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) S 27198 27201 19746 0 -1 1077944384 444 12580 0 0 13 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491797535088 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) S 27198 27201 19746 0 -1 1077944384 737 12580 0 0 16 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491796482032 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 1253 12580 0 0 26 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 20 0 9164958 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 5 12580 0 0 0 0 7 3 20 0 20 0 9164959 11175264256 44144 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10069 s]
/proc/loadavg: 1.60 1.71 1.73 4/281 27274
/proc/meminfo: memFree=30569616/32770624 swapFree=5920/160820
[pid=27201] ppid=27198 vsize=10925820 CPUtime=7.09 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 41385 12580 0 0 681 18 7 3 20 0 20 0 9164937 11188039680 64405 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2731455 64405 3484 1 0 2719010 0
[pid=27201/tid=27256] ppid=27198 vsize=10925820 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) R 27198 27201 19746 0 -1 4202560 27029 12580 0 0 282 8 7 3 20 0 20 0 9164950 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492600927696 140492576995179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) S 27198 27201 19746 0 -1 1077944384 44 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492549340176 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) S 27198 27201 19746 0 -1 1077944384 114 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492548287632 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) S 27198 27201 19746 0 -1 1077944384 11 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492547234576 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) S 27198 27201 19746 0 -1 1077944384 22 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492546182032 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) S 27198 27201 19746 0 -1 1077944384 11 12580 0 0 0 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492545128976 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) S 27198 27201 19746 0 -1 1077944384 33 12580 0 0 0 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492544076432 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) S 27198 27201 19746 0 -1 1077944384 50 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492543023376 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) S 27198 27201 19746 0 -1 1077944384 52 12580 0 0 1 0 7 3 20 0 20 0 9164951 11188039680 64405 33554432000 4194304 4196468 140730188357392 140492195682704 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 1635 12580 0 0 2 0 7 3 20 0 20 0 9164953 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491802798832 140492596730498 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 56 12580 0 0 0 0 7 3 20 0 20 0 9164953 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491801745120 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 43 12580 0 0 0 0 7 3 20 0 20 0 9164954 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 1 12580 0 0 0 0 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=10925820 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) R 27198 27201 19746 0 -1 4202560 2062 12580 0 0 93 0 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491798573664 140492578263594 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=10925820 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) R 27198 27201 19746 0 -1 4202560 1709 12580 0 0 96 0 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491797516784 140492574703978 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) R 27198 27201 19746 0 -1 4202560 2798 12580 0 0 90 0 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491796460272 140492578264312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10925820 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 3609 12580 0 0 105 2 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 20 0 9164958 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 6 12580 0 0 0 0 7 3 20 0 20 0 9164959 11188039680 64405 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 10925820

[startup+6.30115 s]
/proc/loadavg: 1.63 1.72 1.73 13/281 27274
/proc/meminfo: memFree=30404316/32770624 swapFree=5920/160824
[pid=27201] ppid=27198 vsize=10927868 CPUtime=18.21 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 69154 12580 0 0 1775 36 7 3 20 0 20 0 9164937 11190136832 97507 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2731967 97507 3509 1 0 2719522 0
[pid=27201/tid=27256] ppid=27198 vsize=10927868 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) R 27198 27201 19746 0 -1 4202560 35552 12580 0 0 593 10 7 3 20 0 20 0 9164950 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492600953480 140492225958568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) S 27198 27201 19746 0 -1 1077944384 135 12580 0 0 4 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492549340176 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) S 27198 27201 19746 0 -1 1077944384 219 12580 0 0 4 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492548287632 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) S 27198 27201 19746 0 -1 1077944384 43 12580 0 0 3 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492547234576 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) S 27198 27201 19746 0 -1 1077944384 43 12580 0 0 3 1 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492546182032 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) S 27198 27201 19746 0 -1 1077944384 85 12580 0 0 2 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492545128976 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) S 27198 27201 19746 0 -1 1077944384 142 12580 0 0 2 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492544076432 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) S 27198 27201 19746 0 -1 1077944384 618 12580 0 0 4 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492543023376 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) S 27198 27201 19746 0 -1 1077944384 69 12580 0 0 3 2 7 3 20 0 20 0 9164951 11190136832 97507 33554432000 4194304 4196468 140730188357392 140492195682704 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 1710 12580 0 0 3 0 7 3 20 0 20 0 9164953 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491802798832 140492596730498 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 56 12580 0 0 0 0 7 3 20 0 20 0 9164953 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491801745120 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 43 12580 0 0 0 0 7 3 20 0 20 0 9164954 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 1 12580 0 0 0 0 7 3 20 0 20 0 9164958 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=10927868 CPUtime=3.23 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) R 27198 27201 19746 0 -1 4202560 6691 12580 0 0 312 1 7 3 20 0 20 0 9164958 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491798573136 140492578237239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=10927868 CPUtime=3.5 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) R 27198 27201 19746 0 -1 4202560 9389 12580 0 0 338 2 7 3 20 0 20 0 9164958 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491797516208 140492582734976 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10927868 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) R 27198 27201 19746 0 -1 4202560 6551 12580 0 0 311 1 7 3 20 0 20 0 9164958 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491796468056 140492578264520 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10927868 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 5662 12580 0 0 186 2 7 3 20 0 20 0 9164958 11190136832 97507 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=27201/tid=27270] ppid=27198 vsize=10997500 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) S 27198 27201 19746 0 -1 1077944384 19721 12580 0 0 518 3 7 3 20 0 20 0 9164958 11261440000 376184 33554432000 4194304 4196468 140730188357392 140491797535088 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10997500 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) S 27198 27201 19746 0 -1 1077944384 17765 12580 0 0 521 3 7 3 20 0 20 0 9164958 11261440000 376184 33554432000 4194304 4196468 140730188357392 140491796482032 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10997500 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 18238 12580 0 0 240 4 7 3 20 0 20 0 9164958 11261440000 376184 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 20 0 9164958 11261440000 376184 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=10997500 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 2949 12580 0 0 21 26 7 3 20 0 20 0 9164959 11261440000 376184 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 2285.63
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.74 1.79 1.77 3/281 27645
/proc/meminfo: memFree=29767044/32770624 swapFree=5920/163512
[pid=27201] ppid=27198 vsize=10997500 CPUtime=2345.89 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 218340 12580 0 0 234452 127 7 3 20 0 20 0 9164937 11261440000 376186 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2749375 376186 3521 1 0 2736930 0
[pid=27201/tid=27256] ppid=27198 vsize=10997500 CPUtime=2320.31 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) R 27198 27201 19746 0 -1 4202560 82300 12580 0 0 231990 31 7 3 20 0 20 0 9164950 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492600953408 140492240410562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=10997500 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) S 27198 27201 19746 0 -1 1077944384 5233 12580 0 0 72 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492549340176 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=10997500 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) S 27198 27201 19746 0 -1 1077944384 4435 12580 0 0 71 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492548287632 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=10997500 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) S 27198 27201 19746 0 -1 1077944384 8459 12580 0 0 71 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492547234576 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=10997500 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) S 27198 27201 19746 0 -1 1077944384 3489 12580 0 0 68 5 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492546182032 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=10997500 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) S 27198 27201 19746 0 -1 1077944384 5266 12580 0 0 66 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492545128976 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=10997500 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) S 27198 27201 19746 0 -1 1077944384 6084 12580 0 0 70 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492544076432 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=10997500 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) S 27198 27201 19746 0 -1 1077944384 7081 12580 0 0 68 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492543023376 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=10997500 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) S 27198 27201 19746 0 -1 1077944384 4697 12580 0 0 68 6 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492195682704 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=10997500 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 14183 12580 0 0 64 6 7 3 20 0 20 0 9164953 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491802798832 140492596730498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 66 12580 0 0 0 0 7 3 20 0 20 0 9164953 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491801745120 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 54 12580 0 0 0 0 7 3 20 0 20 0 9164954 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 1 12580 0 0 0 0 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) S 27198 27201 19746 0 -1 1077944384 16118 12580 0 0 521 2 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491798587632 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=10997500 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) S 27198 27201 19746 0 -1 1077944384 19725 12580 0 0 518 3 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491797535088 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10997500 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) S 27198 27201 19746 0 -1 1077944384 17769 12580 0 0 521 3 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491796482032 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10997500 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 18242 12580 0 0 240 4 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=10997500 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 3003 12580 0 0 21 27 7 3 20 0 20 0 9164959 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 2345.89
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.11 s]
/proc/loadavg: 1.41 1.69 1.74 3/281 27646
/proc/meminfo: memFree=29766712/32770624 swapFree=5920/163564
[pid=27201] ppid=27198 vsize=10997500 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 219643 12580 0 0 239861 129 7 3 20 0 20 0 9164937 11261440000 376186 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2749375 376186 3521 1 0 2736930 0
[pid=27201/tid=27256] ppid=27198 vsize=10997500 CPUtime=2374.02 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) R 27198 27201 19746 0 -1 4202560 82699 12580 0 0 237361 31 7 3 20 0 20 0 9164950 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492600953584 140492239867881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=10997500 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) S 27198 27201 19746 0 -1 1077944384 5264 12580 0 0 77 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492549340176 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=10997500 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) S 27198 27201 19746 0 -1 1077944384 4727 12580 0 0 75 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492548287632 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=10997500 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) S 27198 27201 19746 0 -1 1077944384 8473 12580 0 0 75 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492547234576 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=10997500 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) S 27198 27201 19746 0 -1 1077944384 3503 12580 0 0 74 5 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492546182032 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=10997500 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) S 27198 27201 19746 0 -1 1077944384 5311 12580 0 0 70 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492545128976 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=10997500 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) S 27198 27201 19746 0 -1 1077944384 6105 12580 0 0 74 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492544076432 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=10997500 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) S 27198 27201 19746 0 -1 1077944384 7318 12580 0 0 73 8 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492543023376 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=10997500 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) S 27198 27201 19746 0 -1 1077944384 4710 12580 0 0 71 7 7 3 20 0 20 0 9164951 11261440000 376186 33554432000 4194304 4196468 140730188357392 140492195682704 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=10997500 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 14397 12580 0 0 67 6 7 3 20 0 20 0 9164953 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491802798832 140492596730498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 66 12580 0 0 0 0 7 3 20 0 20 0 9164953 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491801745120 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 54 12580 0 0 0 0 7 3 20 0 20 0 9164954 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 1 12580 0 0 0 0 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) S 27198 27201 19746 0 -1 1077944384 16120 12580 0 0 521 2 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491798587632 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=10997500 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) S 27198 27201 19746 0 -1 1077944384 19727 12580 0 0 518 3 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491797535088 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=10997500 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) S 27198 27201 19746 0 -1 1077944384 17771 12580 0 0 521 3 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491796482032 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=10997500 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 18244 12580 0 0 240 4 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 20 0 9164958 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=10997500 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 3018 12580 0 0 22 28 7 3 20 0 20 0 9164959 11261440000 376186 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

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 27201 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2376.4 s]
/proc/loadavg: 1.41 1.69 1.74 3/281 27646
/proc/meminfo: memFree=29766712/32770624 swapFree=5920/163564
[pid=27201] ppid=27198 vsize=11130628 CPUtime=2401.4 cores=1,3,5,7,9,11,13,15
/proc/27201/stat : 27201 (java) S 27198 27201 19746 0 -1 1077944320 226430 12580 0 0 239999 131 7 3 20 0 22 0 9164937 11397763072 377914 33554432000 4194304 4196468 140730188357392 140730188339936 140492596719351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
/proc/27201/statm: 2782657 377914 3527 1 0 2770212 0
[pid=27201/tid=27256] ppid=27198 vsize=11130628 CPUtime=2374.03 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27256/stat : 27256 (java) S 27198 27201 19746 0 -1 1077944384 83102 12580 0 0 237362 31 7 3 20 0 22 0 9164950 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492600957072 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27257] ppid=27198 vsize=11130628 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27257/stat : 27257 (java) R 27198 27201 19746 0 -1 4202560 5275 12580 0 0 93 7 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492549340296 140492580102386 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27258] ppid=27198 vsize=11130628 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27258/stat : 27258 (java) R 27198 27201 19746 0 -1 4202560 4736 12580 0 0 91 7 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492548287752 140492582478168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27259] ppid=27198 vsize=11130628 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27259/stat : 27259 (java) R 27198 27201 19746 0 -1 4202560 8484 12580 0 0 91 8 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492547234776 140492581678162 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27260] ppid=27198 vsize=11130628 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27260/stat : 27260 (java) R 27198 27201 19746 0 -1 4202560 3513 12580 0 0 90 6 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492546182032 140492581419984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27261] ppid=27198 vsize=11130628 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27261/stat : 27261 (java) R 27198 27201 19746 0 -1 4202560 5337 12580 0 0 85 8 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492545129176 140492589347559 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27262] ppid=27198 vsize=11130628 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27262/stat : 27262 (java) R 27198 27201 19746 0 -1 4202560 6113 12580 0 0 90 7 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492544076632 140492581716003 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27263] ppid=27198 vsize=11130628 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27263/stat : 27263 (java) R 27198 27201 19746 0 -1 4202560 7323 12580 0 0 88 8 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492543023376 140492589347559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27264] ppid=27198 vsize=11130628 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27264/stat : 27264 (java) R 27198 27201 19746 0 -1 4202560 4724 12580 0 0 87 7 7 3 20 0 22 0 9164951 11397763072 377914 33554432000 4194304 4196468 140730188357392 140492195682704 140492589347559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27265] ppid=27198 vsize=11130628 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27265/stat : 27265 (java) S 27198 27201 19746 0 -1 1077944384 20446 12580 0 0 77 6 7 3 20 0 22 0 9164953 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491802797456 140492596729557 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27266] ppid=27198 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27266/stat : 27266 (java) S 27198 27201 19746 0 -1 1077944384 68 12580 0 0 0 0 7 3 20 0 22 0 9164953 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491801744752 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27267] ppid=27198 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27267/stat : 27267 (java) S 27198 27201 19746 0 -1 1077944384 54 12580 0 0 0 0 7 3 20 0 22 0 9164954 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491800691968 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27268] ppid=27198 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27268/stat : 27268 (java) S 27198 27201 19746 0 -1 1077944384 110 12580 0 0 0 0 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491799640528 140492596737947 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27269] ppid=27198 vsize=11130628 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27269/stat : 27269 (java) S 27198 27201 19746 0 -1 1077944384 16120 12580 0 0 521 2 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491798587632 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27270] ppid=27198 vsize=11130628 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27270/stat : 27270 (java) S 27198 27201 19746 0 -1 1077944384 19727 12580 0 0 518 3 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491797535088 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27271] ppid=27198 vsize=11130628 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27271/stat : 27271 (java) S 27198 27201 19746 0 -1 1077944384 17771 12580 0 0 521 3 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491796482032 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27272] ppid=27198 vsize=11130628 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27272/stat : 27272 (java) S 27198 27201 19746 0 -1 1077944384 18244 12580 0 0 240 4 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491795429488 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27273] ppid=27198 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27273/stat : 27273 (java) S 27198 27201 19746 0 -1 1077944384 3 12580 0 0 0 0 7 3 20 0 22 0 9164958 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491794377696 140492596729557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
[pid=27201/tid=27274] ppid=27198 vsize=11130628 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/27201/task/27274/stat : 27274 (java) S 27198 27201 19746 0 -1 1077944384 3018 12580 0 0 22 28 7 3 20 0 22 0 9164959 11397763072 377914 33554432000 4194304 4196468 140730188357392 140491793325232 140492596730498 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12980224 140730188360385 140730188363159 140730188363159 140730188365775 0
Current children cumulated CPU time (s) 2401.4
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2376.42
CPU time (s): 2401.47
CPU user time (s): 2400.1
CPU system time (s): 1.3712
CPU usage (%): 101.054
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.1
system time used= 1.37121
maximum resident set size= 1605908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84776
involuntary context switches= 126579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7355 second user time and 15.8852 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 17:55:53
IDJOB=4247880
IDBENCH=130603
IDSOLVER=2630
FILE ID=node106/4247880-1500738952
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-10_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247880-1500738952/watcher-4247880-1500738952 -o /tmp/evaluation-result-4247880-1500738952/solver-4247880-1500738952 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560  bin/concrete HOME/instance-4247880-1500738952.xml

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

MD5SUM BENCH= 8877f7cc79da8125d255e7dee5791b96
RANDOM SEED=273505363

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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		: 1600.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.15
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		: 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.15
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		: 2400.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.15
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		: 1867.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:        30746248 kB
MemAvailable:   30967068 kB
Buffers:          166172 kB
Cached:           326432 kB
SwapCached:            0 kB
Active:          1352948 kB
Inactive:         214900 kB
Active(anon):    1032540 kB
Inactive(anon):    54104 kB
Active(file):     320408 kB
Inactive(file):   160796 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24384 kB
Writeback:             0 kB
AnonPages:       1118120 kB
Mapped:            44864 kB
Shmem:              8852 kB
Slab:             145440 kB
SReclaimable:     110904 kB
SUnreclaim:        34536 kB
KernelStack:        4848 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1836936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1024000 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= 61912 MiB
End job on node106 at 2017-07-22 18:35:29