Trace number 4247993

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.45 2337.09

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-10.xml
MD5SUMd4423909be1c89335e37f95235f61406
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Number of domains2
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":25},{"size":100,"count":101}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":73},{"degree":4,"count":25},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints124
Distribution of constraint types[{"type":"intension","count":124},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.80 1.76 1.77 3/261 27865
/proc/meminfo: memFree=30387840/32770624 swapFree=5920/164100
[pid=27865] ppid=27862 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (bash) S 27862 27865 19746 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 9438090 9736192 351 33554432000 4194304 5098028 140729885762736 140729885760376 140451948784640 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 14528512 140729885766926 140729885767011 140729885767011 140729885769710 0
/proc/27865/statm: 2377 351 278 221 0 86 0

[startup+0.100189 s]
/proc/loadavg: 1.80 1.76 1.77 3/261 27865
/proc/meminfo: memFree=30387840/32770624 swapFree=5920/164100
[pid=27865] ppid=27862 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (bash) S 27862 27865 19746 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 9438090 9871360 378 33554432000 4194304 5098028 140729885762736 140729885756744 140451948784640 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 14528512 140729885766926 140729885767011 140729885767011 140729885769710 0
/proc/27865/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20037 s]
/proc/loadavg: 1.80 1.76 1.77 3/261 27865
/proc/meminfo: memFree=30387840/32770624 swapFree=5920/164100
[pid=27865] ppid=27862 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 4973 12626 0 0 5 1 9 4 20 0 13 0 9438090 10686320640 5305 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2608965 5305 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300341 s]
/proc/loadavg: 1.80 1.76 1.77 3/261 27865
/proc/meminfo: memFree=30387840/32770624 swapFree=5920/164100
[pid=27865] ppid=27862 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 7019 12626 0 0 22 2 9 4 20 0 20 0 9438090 11164049408 8742 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2725598 8742 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700165 s]
/proc/loadavg: 1.80 1.76 1.77 3/261 27865
/proc/meminfo: memFree=30387840/32770624 swapFree=5920/164100
[pid=27865] ppid=27862 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 12399 12626 0 0 74 4 9 4 20 0 20 0 9438090 11164385280 15695 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2725680 15695 3191 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 1.80 1.76 1.77 3/281 27938
/proc/meminfo: memFree=30283024/32770624 swapFree=5920/163852
[pid=27865] ppid=27862 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 26840 12626 0 0 203 14 9 4 20 0 20 0 9438090 11175264256 44665 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2728336 44665 3410 1 0 2716450 0
[pid=27865/tid=27920] ppid=27862 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 19746 0 -1 4202560 19522 12626 0 0 124 6 9 4 20 0 20 0 9438104 11175264256 44665 33554432000 4194304 4196468 140723774439968 140429138176256 140429117158285 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 17 12626 0 0 0 1 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 22 12626 0 0 0 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 27 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 29 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 21 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 30 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 47 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 143 12626 0 0 1 0 9 4 20 0 20 0 9438105 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) S 27862 27865 19746 0 -1 1077944384 1241 12626 0 0 1 0 9 4 20 0 20 0 9438107 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428608604912 140429133974146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 57 12626 0 0 0 0 9 4 20 0 20 0 9438108 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428607551200 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 20 0 9438108 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 1 12626 0 0 0 0 9 4 20 0 20 0 9438112 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) R 27862 27865 19746 0 -1 4202560 776 12626 0 0 14 0 9 4 20 0 20 0 9438112 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428604375728 140429115484255 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) R 27862 27865 19746 0 -1 4202560 702 12626 0 0 12 0 9 4 20 0 20 0 9438112 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428603331680 140429117488781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) S 27862 27865 19746 0 -1 1077944384 736 12626 0 0 13 0 9 4 20 0 20 0 9438112 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428602288112 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 1285 12626 0 0 26 0 9 4 20 0 20 0 9438112 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 20 0 9438113 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 5 12626 0 0 0 0 9 4 20 0 20 0 9438113 11175264256 44665 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 1.80 1.76 1.77 5/281 27938
/proc/meminfo: memFree=30213224/32770624 swapFree=5920/163856
[pid=27865] ppid=27862 vsize=10925820 CPUtime=6.24 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 47137 12626 0 0 591 20 9 4 20 0 20 0 9438090 11188039680 56192 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2731455 56192 3480 1 0 2719010 0
[pid=27865/tid=27920] ppid=27862 vsize=10925820 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 19746 0 -1 4202560 32538 12626 0 0 281 9 9 4 20 0 20 0 9438104 11188039680 56192 33554432000 4194304 4196468 140723774439968 140429138193472 140428744689512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 17 12626 0 0 0 1 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 22 12626 0 0 0 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 27 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 29 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 21 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 30 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 47 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 143 12626 0 0 1 0 9 4 20 0 20 0 9438105 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) S 27862 27865 19746 0 -1 1077944384 1258 12626 0 0 1 0 9 4 20 0 20 0 9438107 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428608604912 140429133974146 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 57 12626 0 0 0 0 9 4 20 0 20 0 9438108 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428607551200 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 20 0 9438108 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 1 12626 0 0 0 0 9 4 20 0 20 0 9438112 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) R 27862 27865 19746 0 -1 4202560 1853 12626 0 0 57 0 9 4 20 0 20 0 9438112 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428604380176 140429115485914 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=10925820 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) R 27862 27865 19746 0 -1 4202560 1060 12626 0 0 54 1 9 4 20 0 20 0 9438112 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428603326128 140429115547752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10925820 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) R 27862 27865 19746 0 -1 4202560 4320 12626 0 0 87 0 9 4 20 0 20 0 9438112 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428602274656 140429117519381 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10925820 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) R 27862 27865 19746 0 -1 4202560 3527 12626 0 0 99 1 9 4 20 0 20 0 9438112 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428601235696 140429112148002 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 20 0 9438113 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 6 12626 0 0 0 0 9 4 20 0 20 0 9438113 11188039680 56192 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10925820

[startup+6.30114 s]
/proc/loadavg: 1.89 1.78 1.78 3/281 27938
/proc/meminfo: memFree=30080656/32770624 swapFree=5920/163860
[pid=27865] ppid=27862 vsize=10999548 CPUtime=17.75 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 67537 12626 0 0 1727 35 9 4 20 0 20 0 9438090 11263537152 89704 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2749887 89704 3506 1 0 2737442 0
[pid=27865/tid=27920] ppid=27862 vsize=10999548 CPUtime=6.14 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 19746 0 -1 4202560 40553 12626 0 0 589 12 9 4 20 0 20 0 9438104 11263537152 89704 33554432000 4194304 4196468 140723774439968 140429138193040 140428737281326 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=10999548 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 87 12626 0 0 4 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=10999548 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 92 12626 0 0 3 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=10999548 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 916 12626 0 0 4 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=10999548 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 136 12626 0 0 4 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=10999548 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 93 12626 0 0 2 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=10999548 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 91 12626 0 0 3 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=10999548 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 82 12626 0 0 3 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=10999548 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 190 12626 0 0 3 1 9 4 20 0 20 0 9438105 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=10999548 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) S 27862 27865 19746 0 -1 1077944384 2035 12626 0 0 4 0 9 4 20 0 20 0 9438107 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428608604912 140429133974146 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 57 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428607551200 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 1 12626 0 0 0 0 9 4 20 0 20 0 9438112 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=10999548 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) R 27862 27865 19746 0 -1 4202560 4885 12626 0 0 291 1 9 4 20 0 20 0 9438112 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428604383184 140429113152449 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=10999548 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) S 27862 27865 19746 0 -1 1077944384 4010 12626 0 0 275 2 9 4 20 0 20 0 9438112 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428603341168 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10999548 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) R 27862 27865 19746 0 -1 4202560 5927 12626 0 0 303 3 9 4 20 0 20 0 9438112 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428602287920 140429113215881 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10999548 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 6192 12626 0 0 231 3 9 4 20 0 20 0 9438112 11263537152 89704 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

[pid=27865/tid=27934] ppid=27862 vsize=10999548 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) S 27862 27865 19746 0 -1 1077944384 44095 12626 0 0 517 6 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428603341168 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10999548 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) S 27862 27865 19746 0 -1 1077944384 47131 12626 0 0 564 8 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428602288112 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10999548 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 59128 12626 0 0 288 7 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=10999548 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 2798 12626 0 0 53 42 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 2323.83
Current children cumulated vsize (KiB) 10999548

[startup+2322.3 s]
/proc/loadavg: 1.51 1.56 1.53 3/281 28170
/proc/meminfo: memFree=29246236/32770624 swapFree=5920/164992
[pid=27865] ppid=27862 vsize=10999548 CPUtime=2385.29 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 343161 12626 0 0 238171 345 9 4 20 0 20 0 9438090 11263537152 155932 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2749887 155932 3516 1 0 2737442 0
[pid=27865/tid=27920] ppid=27862 vsize=10999548 CPUtime=2308.38 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 19746 0 -1 4202560 76468 12626 0 0 230794 31 9 4 20 0 20 0 9438104 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429138197088 140428754146144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=10999548 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 4231 12626 0 0 614 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=10999548 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 7149 12626 0 0 602 30 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=10999548 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 10334 12626 0 0 611 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=10999548 CPUtime=6.48 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 5647 12626 0 0 606 29 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=10999548 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 7071 12626 0 0 608 32 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=10999548 CPUtime=6.47 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 4985 12626 0 0 605 29 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=10999548 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 4847 12626 0 0 615 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=10999548 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 10690 12626 0 0 610 30 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=10999548 CPUtime=5.08 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) S 27862 27865 19746 0 -1 1077944384 11909 12626 0 0 468 27 9 4 20 0 20 0 9438107 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428608604912 140429133974146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 62 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428607551200 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 1 12626 0 0 0 0 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=10999548 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) S 27862 27865 19746 0 -1 1077944384 43156 12626 0 0 565 5 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428604393712 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=10999548 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) S 27862 27865 19746 0 -1 1077944384 44279 12626 0 0 520 6 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428603341168 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10999548 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) S 27862 27865 19746 0 -1 1077944384 47547 12626 0 0 567 8 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428602288112 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10999548 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 59791 12626 0 0 289 8 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=10999548 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 2813 12626 0 0 53 43 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 2385.29
Current children cumulated vsize (KiB) 10999548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2336.8 s]
/proc/loadavg: 1.40 1.53 1.52 3/281 28170
/proc/meminfo: memFree=29289940/32770624 swapFree=5920/165016
[pid=27865] ppid=27862 vsize=10999548 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 343257 12626 0 0 239649 347 9 4 20 0 20 0 9438090 11263537152 155932 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2749887 155932 3516 1 0 2737442 0
[pid=27865/tid=27920] ppid=27862 vsize=10999548 CPUtime=2322.78 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 19746 0 -1 4202560 76516 12626 0 0 232234 31 9 4 20 0 20 0 9438104 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429138197088 140428754421250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=10999548 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 4234 12626 0 0 618 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=10999548 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 7153 12626 0 0 606 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=10999548 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 10335 12626 0 0 614 32 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=10999548 CPUtime=6.52 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 5647 12626 0 0 610 29 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=10999548 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 7071 12626 0 0 612 33 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=10999548 CPUtime=6.52 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 5016 12626 0 0 610 29 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=10999548 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 4849 12626 0 0 619 31 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=10999548 CPUtime=6.58 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 10692 12626 0 0 615 30 9 4 20 0 20 0 9438105 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=10999548 CPUtime=5.12 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) S 27862 27865 19746 0 -1 1077944384 11911 12626 0 0 472 27 9 4 20 0 20 0 9438107 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428608604912 140429133974146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 62 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428607551200 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 20 0 9438108 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 1 12626 0 0 0 0 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=10999548 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) S 27862 27865 19746 0 -1 1077944384 43157 12626 0 0 566 5 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428604393712 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=10999548 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) S 27862 27865 19746 0 -1 1077944384 44279 12626 0 0 520 6 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428603341168 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=10999548 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) S 27862 27865 19746 0 -1 1077944384 47547 12626 0 0 567 8 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428602288112 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=10999548 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 59791 12626 0 0 289 8 9 4 20 0 20 0 9438112 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=10999548 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=10999548 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 2815 12626 0 0 54 44 9 4 20 0 20 0 9438113 11263537152 155932 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10999548

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

[startup+2337 s]
/proc/loadavg: 1.40 1.53 1.52 3/281 28170
/proc/meminfo: memFree=29289940/32770624 swapFree=5920/165016
[pid=27865] ppid=27862 vsize=11132676 CPUtime=2401.15 cores=0,2,4,6,8,10,12,14
/proc/27865/stat : 27865 (java) S 27862 27865 19746 0 -1 1077944320 347963 12626 0 0 239753 349 9 4 20 0 22 0 9438090 11399860224 157809 33554432000 4194304 4196468 140723774439968 140723774422512 140429133962999 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
/proc/27865/statm: 2783169 157809 3516 1 0 2770724 0
[pid=27865/tid=27920] ppid=27862 vsize=11132676 CPUtime=2322.79 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 19746 0 -1 1077944384 76681 12626 0 0 232235 31 9 4 20 0 22 0 9438104 11399860224 157809 33554432000 4194304 4196468 140723774439968 140429138200720 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27921] ppid=27862 vsize=11132676 CPUtime=6.74 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 19746 0 -1 1077944384 4243 12626 0 0 630 31 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140429060037648 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27922] ppid=27862 vsize=11132676 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 19746 0 -1 1077944384 7166 12626 0 0 619 31 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140429058985104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27923] ppid=27862 vsize=11132676 CPUtime=6.7 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 19746 0 -1 1077944384 10345 12626 0 0 625 32 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140429057932048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27924] ppid=27862 vsize=11132676 CPUtime=6.66 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 19746 0 -1 1077944384 5857 12626 0 0 623 30 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428737244048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27925] ppid=27862 vsize=11132676 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 19746 0 -1 1077944384 7096 12626 0 0 625 33 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428736190992 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27926] ppid=27862 vsize=11132676 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 19746 0 -1 1077944384 5061 12626 0 0 621 29 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428735138448 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27927] ppid=27862 vsize=11132676 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 19746 0 -1 1077944384 4860 12626 0 0 631 32 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428734085392 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27928] ppid=27862 vsize=11132676 CPUtime=6.7 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 19746 0 -1 1077944384 10702 12626 0 0 627 30 9 4 20 0 22 0 9438105 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428733032848 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27929] ppid=27862 vsize=11132676 CPUtime=5.17 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27929/stat : 27929 (java) R 27862 27865 19746 0 -1 4202560 15947 12626 0 0 477 27 9 4 20 0 22 0 9438107 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428608603200 140429115601508 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27930] ppid=27862 vsize=11132676 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27930/stat : 27930 (java) S 27862 27865 19746 0 -1 1077944384 63 12626 0 0 0 0 9 4 20 0 22 0 9438108 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428607551104 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27931] ppid=27862 vsize=11132676 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27931/stat : 27931 (java) S 27862 27865 19746 0 -1 1077944384 44 12626 0 0 0 0 9 4 20 0 22 0 9438108 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428606498048 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27932] ppid=27862 vsize=11132676 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27932/stat : 27932 (java) S 27862 27865 19746 0 -1 1077944384 75 12626 0 0 0 0 9 4 20 0 22 0 9438112 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428605446608 140429133981595 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27933] ppid=27862 vsize=11132676 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27933/stat : 27933 (java) S 27862 27865 19746 0 -1 1077944384 43157 12626 0 0 566 5 9 4 20 0 22 0 9438112 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428604393712 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27934] ppid=27862 vsize=11132676 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27934/stat : 27934 (java) S 27862 27865 19746 0 -1 1077944384 44279 12626 0 0 520 6 9 4 20 0 22 0 9438112 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428603341168 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27935] ppid=27862 vsize=11132676 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27935/stat : 27935 (java) S 27862 27865 19746 0 -1 1077944384 47547 12626 0 0 567 8 9 4 20 0 22 0 9438112 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428602288112 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27936] ppid=27862 vsize=11132676 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27936/stat : 27936 (java) S 27862 27865 19746 0 -1 1077944384 59791 12626 0 0 289 8 9 4 20 0 22 0 9438112 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428601235568 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27937] ppid=27862 vsize=11132676 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27937/stat : 27937 (java) S 27862 27865 19746 0 -1 1077944384 3 12626 0 0 0 0 9 4 20 0 22 0 9438113 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428600183776 140429133973205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
[pid=27865/tid=27938] ppid=27862 vsize=11132676 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/27865/task/27938/stat : 27938 (java) S 27862 27865 19746 0 -1 1077944384 2815 12626 0 0 54 44 9 4 20 0 22 0 9438113 11399860224 157809 33554432000 4194304 4196468 140723774439968 140428599131312 140429133974146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31248384 140723774446273 140723774449047 140723774449047 140723774451663 0
Current children cumulated CPU time (s) 2401.15
Current children cumulated vsize (KiB) 11132676

Child status: 143
Real time (s): 2337.09
CPU time (s): 2401.45
CPU user time (s): 2397.9
CPU system time (s): 3.55692
CPU usage (%): 102.754
Max. virtual memory (cumulated for all children) (KiB): 11132676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.9
system time used= 3.55692
maximum resident set size= 716328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232698
involuntary context switches= 168337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7868 second user time and 18.1177 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 18:41:24
IDJOB=4247993
IDBENCH=130623
IDSOLVER=2630
FILE ID=node106/4247993-1500741684
RUNJOBID= node106-1500714764-19777
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

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

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

MD5SUM BENCH= d4423909be1c89335e37f95235f61406
RANDOM SEED=1785722989

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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30388540 kB
MemAvailable:   30612220 kB
Buffers:          168472 kB
Cached:           327028 kB
SwapCached:            0 kB
Active:          1707116 kB
Inactive:         218204 kB
Active(anon):    1387156 kB
Inactive(anon):    54104 kB
Active(file):     319960 kB
Inactive(file):   164100 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23960 kB
Writeback:             0 kB
AnonPages:       1435724 kB
Mapped:            44908 kB
Shmem:              8852 kB
Slab:             145672 kB
SReclaimable:     110908 kB
SUnreclaim:        34764 kB
KernelStack:        4480 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2127156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1193984 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 19:20:21