Trace number 4244898

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.4SAT (TO)40 2400.09 2322.73

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-13.xml
MD5SUM1997324ae6d797082bd494fdd449159c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark18912
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints186
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":78},{"size":9,"count":78}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":78},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":44}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":78},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":44}]
Number of extensional constraints108
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":108},{"type":"sum","count":78}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.75/2.13	c Concrete v3.4 running
10.45/4.51	o 30
10.45/4.54	o 31
10.45/4.59	o 32
10.85/4.66	o 35
11.29/4.74	o 36
11.71/4.89	o 37
18.15/8.94	o 38
18.54/9.28	o 39
29.93/19.53	o 40
2400.04/2322.70	java.util.concurrent.TimeoutException
2400.04/2322.70		at concrete.MAC.mac(MAC.scala:74)
2400.04/2322.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.04/2322.70		at scala.util.Try$.apply(Try.scala:209)
2400.04/2322.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.04/2322.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.04/2322.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.04/2322.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.04/2322.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.04/2322.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.04/2322.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.04/2322.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.04/2322.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.04/2322.70		at concrete.MAC.oneRun(MAC.scala:146)
2400.04/2322.70		at concrete.MAC.nextSolution(MAC.scala:166)
2400.04/2322.70		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.04/2322.70		at concrete.ProblemState.map(ProblemState.scala:203)
2400.04/2322.70		at concrete.ProblemState.map(ProblemState.scala:188)
2400.04/2322.70		at concrete.MAC.nextSolution(MAC.scala:195)
2400.04/2322.70		at concrete.Solver.hasNext(Solver.scala:202)
2400.04/2322.70		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.04/2322.70		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.04/2322.70		at concrete.Solver.toStream(Solver.scala:73)
2400.04/2322.70		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.04/2322.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.04/2322.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.04/2322.70		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.04/2322.71		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.04/2322.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.04/2322.71		at scala.util.Success.map(Try.scala:209)
2400.04/2322.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.04/2322.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.04/2322.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2322.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.04/2322.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2322.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.04/2322.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.04/2322.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.04/2322.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.04/2322.71		at scala.collection.immutable.List.foreach(List.scala:389)
2400.04/2322.71		at scala.App.main(App.scala:76)
2400.04/2322.71		at scala.App.main$(App.scala:74)
2400.04/2322.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2322.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2322.71	v <instantiation cost="40">
2400.04/2322.71	v       <list>
2400.04/2322.71	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12]
2400.04/2322.71	v       </list>
2400.04/2322.71	v       <values>
2400.04/2322.71	v         1 1 0 1 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 1 1 1 0 1 1 0 0 0 1 1 0 1 1 3 3 4 2 3 2 2 2 3 2 4 3 3 3 3 5 3 6 2 4 2 6 3 5 3 3 2 2 4 2 6 2 6 2 6 2 4 2 2 2 2 4 2 6 2 6 2 6 2 4 2 2 3 3 5 3 6 2 4 2 6 3 5 3 3 3 3 4 2 3 2 2 2 3 2 4 3 3
2400.04/2322.71	v       </values>
2400.04/2322.71	v     </instantiation>
2400.04/2322.71	s SATISFIABLE

Verifier Data

OK	40

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-4244898-1500699132/watcher-4244898-1500699132 -o /tmp/evaluation-result-4244898-1500699132/solver-4244898-1500699132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4244898-1500699132.xml 

pid=12679
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: 2.13 1.96 1.77 3/261 12682
/proc/meminfo: memFree=30745484/32770624 swapFree=5792/385568
[pid=12682] ppid=12679 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (bash) S 12679 12682 7912 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 5180864 9736192 351 33554432000 4194304 5098028 140731311745152 140731311742792 140442641574912 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 33095680 140731311752462 140731311752547 140731311752547 140731311755246 0
/proc/12682/statm: 2377 351 278 221 0 86 0

[startup+0.10016 s]
/proc/loadavg: 2.13 1.96 1.77 3/261 12682
/proc/meminfo: memFree=30745484/32770624 swapFree=5792/385568
[pid=12682] ppid=12679 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (bash) S 12679 12682 7912 0 -1 4202496 885 6409 0 0 0 0 0 1 20 0 1 0 5180864 9871360 378 33554432000 4194304 5098028 140731311745152 140731311739160 140442641574912 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 33095680 140731311752462 140731311752547 140731311752547 140731311755246 0
/proc/12682/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200323 s]
/proc/loadavg: 2.13 1.96 1.77 3/261 12682
/proc/meminfo: memFree=30745484/32770624 swapFree=5792/385568
[pid=12682] ppid=12679 vsize=10835244 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 5659 12275 0 0 6 1 8 3 20 0 19 0 5180864 11095289856 5941 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2708811 5941 2590 1 0 2697249 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10835244

[startup+0.300297 s]
/proc/loadavg: 2.13 1.96 1.77 3/261 12682
/proc/meminfo: memFree=30745484/32770624 swapFree=5792/385568
[pid=12682] ppid=12679 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 9567 12275 0 0 22 2 8 3 20 0 20 0 5180864 11164049408 10573 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2725598 10573 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700176 s]
/proc/loadavg: 2.13 1.96 1.77 3/261 12682
/proc/meminfo: memFree=30745484/32770624 swapFree=5792/385568
[pid=12682] ppid=12679 vsize=10902720 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 13032 12275 0 0 84 4 8 3 20 0 20 0 5180864 11164385280 16304 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2725680 16304 3231 1 0 2713890 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10902720

[startup+1.50124 s]
/proc/loadavg: 2.13 1.96 1.77 3/281 12755
/proc/meminfo: memFree=30605156/32770624 swapFree=5792/385604
[pid=12682] ppid=12679 vsize=10915392 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 28093 12275 0 0 204 14 8 3 20 0 20 0 5180864 11177361408 44733 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2728848 44733 3407 1 0 2716962 0
[pid=12682/tid=12737] ppid=12679 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 19833 12275 0 0 125 6 8 3 20 0 20 0 5180877 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670725406736 140670721196634 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 56 12275 0 0 1 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 16 12275 0 0 0 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 134 12275 0 0 0 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 20 12275 0 0 0 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 33 12275 0 0 1 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 13 12275 0 0 1 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 39 12275 0 0 1 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 26 12275 0 0 1 0 8 3 20 0 20 0 5180878 11177361408 44733 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 1474 12275 0 0 1 0 8 3 20 0 20 0 5180880 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 55 12275 0 0 0 0 8 3 20 0 20 0 5180880 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669926307168 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669925254768 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10915392 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) S 12679 12682 7912 0 -1 1077944384 770 12275 0 0 11 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669923149936 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10915392 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 634 12275 0 0 15 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 1346 12275 0 0 12 1 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10915392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 1459 12275 0 0 27 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 6 12275 0 0 0 0 8 3 20 0 20 0 5180884 11177361408 44733 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10071 s]
/proc/loadavg: 2.12 1.96 1.77 5/281 12755
/proc/meminfo: memFree=30504800/32770624 swapFree=5792/385604
[pid=12682] ppid=12679 vsize=10927868 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 48759 12275 0 0 573 20 8 3 20 0 20 0 5180864 11190136832 56532 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2731967 56532 3475 1 0 2719522 0
[pid=12682/tid=12737] ppid=12679 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 33290 12275 0 0 281 9 8 3 20 0 20 0 5180877 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670725403864 140670721187222 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 56 12275 0 0 1 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 16 12275 0 0 0 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 134 12275 0 0 0 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 20 12275 0 0 0 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 33 12275 0 0 1 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 13 12275 0 0 1 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 39 12275 0 0 1 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 26 12275 0 0 1 0 8 3 20 0 20 0 5180878 11190136832 56532 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 1488 12275 0 0 1 0 8 3 20 0 20 0 5180880 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 55 12275 0 0 0 0 8 3 20 0 20 0 5180880 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669926307168 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669925254768 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10927868 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) R 12679 12682 7912 0 -1 4202560 1107 12275 0 0 41 0 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669923139728 140670721196634 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10927868 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) R 12679 12682 7912 0 -1 4202560 4150 12275 0 0 83 1 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669922097136 140670714160329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10927868 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 2547 12275 0 0 54 1 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10927868 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) R 12679 12682 7912 0 -1 4202560 3599 12275 0 0 101 2 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669919988096 140670707311133 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 7 12275 0 0 0 0 8 3 20 0 20 0 5180884 11190136832 56532 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 10927868

[startup+6.30077 s]
/proc/loadavg: 2.12 1.96 1.77 5/281 12755
/proc/meminfo: memFree=30272792/32770624 swapFree=5792/385604
[pid=12682] ppid=12679 vsize=10997500 CPUtime=15.18 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 66981 12275 0 0 1474 33 8 3 20 0 20 0 5180864 11261440000 101979 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2749375 101979 3508 1 0 2736930 0
[pid=12682/tid=12737] ppid=12679 vsize=10997500 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 42262 12275 0 0 548 12 8 3 20 0 20 0 5180877 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670725409328 140670344424827 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 86 12275 0 0 15 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 51 12275 0 0 11 0 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 168 12275 0 0 13 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 122 12275 0 0 15 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 64 12275 0 0 16 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 26 12275 0 0 15 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 1012 12275 0 0 14 1 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 93 12275 0 0 14 0 8 3 20 0 20 0 5180878 11261440000 101979 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 2278 12275 0 0 13 0 8 3 20 0 20 0 5180880 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 56 12275 0 0 0 0 8 3 20 0 20 0 5180880 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669926307232 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669925254784 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10997500 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) S 12679 12682 7912 0 -1 1077944384 2080 12275 0 0 171 2 8 3 20 0 20 0 5180884 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669923149936 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10997500 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 4537 12275 0 0 214 1 8 3 20 0 20 0 5180884 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10997500 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 7201 12275 0 0 240 2 8 3 20 0 20 0 5180884 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10997500 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 4755 12275 0 0 166 3 8 3 20 0 20 0 5180884 11261440000 101979 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=12682/tid=12751] ppid=12679 vsize=10997500 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 15460 12275 0 0 570 5 8 3 20 0 20 0 5180884 11261440000 272858 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10997500 CPUtime=6.32 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 17768 12275 0 0 615 6 8 3 20 0 20 0 5180884 11261440000 272858 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10997500 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 19876 12275 0 0 324 6 8 3 20 0 20 0 5180884 11261440000 272858 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272858 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10997500 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 1440 12275 0 0 62 63 8 3 20 0 20 0 5180884 11261440000 272858 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 2338.18
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.62 1.51 1.47 3/281 12997
/proc/meminfo: memFree=27582268/32770624 swapFree=5780/387892
[pid=12682] ppid=12679 vsize=10997500 CPUtime=2399.64 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 249885 12275 0 0 239528 425 8 3 20 0 20 0 5180864 11261440000 272908 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2749375 272908 3515 1 0 2736930 0
[pid=12682/tid=12737] ppid=12679 vsize=10997500 CPUtime=2301.68 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 92932 12275 0 0 230115 42 8 3 20 0 20 0 5180877 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670725409360 140670344931822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10997500 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 9116 12275 0 0 810 34 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10997500 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 10224 12275 0 0 804 38 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 4326 12275 0 0 820 36 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 10243 12275 0 0 821 35 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10997500 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 4277 12275 0 0 810 39 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 11218 12275 0 0 826 37 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10997500 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 14237 12275 0 0 815 39 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10997500 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 8596 12275 0 0 813 37 8 3 20 0 20 0 5180878 11261440000 272908 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10997500 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 16930 12275 0 0 737 36 8 3 20 0 20 0 5180880 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 60 12275 0 0 0 0 8 3 20 0 20 0 5180880 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669926307232 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669925254784 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10997500 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) S 12679 12682 7912 0 -1 1077944384 10972 12275 0 0 531 5 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669923149936 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10997500 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 15464 12275 0 0 570 5 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10997500 CPUtime=6.32 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 17772 12275 0 0 615 6 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10997500 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 19880 12275 0 0 324 6 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10997500 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 1458 12275 0 0 64 64 8 3 20 0 20 0 5180884 11261440000 272908 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 2399.64
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2322.7 s]
/proc/loadavg: 1.62 1.51 1.47 3/281 12997
/proc/meminfo: memFree=27582268/32770624 swapFree=5780/387892
[pid=12682] ppid=12679 vsize=10997500 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 249892 12275 0 0 239568 425 8 3 20 0 20 0 5180864 11261440000 272915 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2749375 272915 3515 1 0 2736930 0
[pid=12682/tid=12737] ppid=12679 vsize=10997500 CPUtime=2302.08 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 92933 12275 0 0 230155 42 8 3 20 0 20 0 5180877 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670725409312 140670345192176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10997500 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 9116 12275 0 0 810 34 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10997500 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 10224 12275 0 0 804 38 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 4328 12275 0 0 820 36 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 10243 12275 0 0 821 35 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10997500 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 4277 12275 0 0 810 39 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 11221 12275 0 0 826 37 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10997500 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 14238 12275 0 0 815 39 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10997500 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 8596 12275 0 0 813 37 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10997500 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 16930 12275 0 0 737 36 8 3 20 0 20 0 5180880 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 60 12275 0 0 0 0 8 3 20 0 20 0 5180880 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669926307232 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669925254784 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10997500 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) S 12679 12682 7912 0 -1 1077944384 10972 12275 0 0 531 5 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669923149936 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10997500 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 15464 12275 0 0 570 5 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10997500 CPUtime=6.32 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 17772 12275 0 0 615 6 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10997500 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 19880 12275 0 0 324 6 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10997500 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 1458 12275 0 0 64 64 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 2400.04
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 12682 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2322.7 s]
/proc/loadavg: 1.62 1.51 1.47 3/281 12997
/proc/meminfo: memFree=27582268/32770624 swapFree=5780/387892
[pid=12682] ppid=12679 vsize=10997500 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/12682/stat : 12682 (java) S 12679 12682 7912 0 -1 1077944320 249892 12275 0 0 239568 425 8 3 20 0 20 0 5180864 11261440000 272915 33554432000 4194304 4196468 140736399760320 140736399742864 140670721175287 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
/proc/12682/statm: 2749375 272915 3515 1 0 2736930 0
[pid=12682/tid=12737] ppid=12679 vsize=10997500 CPUtime=2302.08 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12737/stat : 12737 (java) R 12679 12682 7912 0 -1 4202560 92933 12275 0 0 230155 42 8 3 20 0 20 0 5180877 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670725409312 140670345192176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12738] ppid=12679 vsize=10997500 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12738/stat : 12738 (java) S 12679 12682 7912 0 -1 1077944384 9116 12275 0 0 810 34 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670657866640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12739] ppid=12679 vsize=10997500 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12739/stat : 12739 (java) S 12679 12682 7912 0 -1 1077944384 10224 12275 0 0 804 38 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670656813840 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12740] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12740/stat : 12740 (java) S 12679 12682 7912 0 -1 1077944384 4328 12275 0 0 820 36 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670655761552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12741] ppid=12679 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12741/stat : 12741 (java) S 12679 12682 7912 0 -1 1077944384 10243 12275 0 0 821 35 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670654708752 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12742] ppid=12679 vsize=10997500 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12742/stat : 12742 (java) S 12679 12682 7912 0 -1 1077944384 4277 12275 0 0 810 39 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670653655440 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12743] ppid=12679 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12743/stat : 12743 (java) S 12679 12682 7912 0 -1 1077944384 11221 12275 0 0 826 37 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670652602640 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12744] ppid=12679 vsize=10997500 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12744/stat : 12744 (java) S 12679 12682 7912 0 -1 1077944384 14238 12275 0 0 815 39 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670651550352 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12745] ppid=12679 vsize=10997500 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12745/stat : 12745 (java) S 12679 12682 7912 0 -1 1077944384 8596 12275 0 0 813 37 8 3 20 0 20 0 5180878 11261440000 272915 33554432000 4194304 4196468 140736399760320 140670650497552 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12746] ppid=12679 vsize=10997500 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12746/stat : 12746 (java) S 12679 12682 7912 0 -1 1077944384 16930 12275 0 0 737 36 8 3 20 0 20 0 5180880 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669927361136 140670721186434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12747] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12747/stat : 12747 (java) S 12679 12682 7912 0 -1 1077944384 60 12275 0 0 0 0 8 3 20 0 20 0 5180880 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669926307232 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12748] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12748/stat : 12748 (java) S 12679 12682 7912 0 -1 1077944384 44 12275 0 0 0 0 8 3 20 0 20 0 5180881 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669925254784 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12749] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12749/stat : 12749 (java) S 12679 12682 7912 0 -1 1077944384 1 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669924203088 140670721193883 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12750] ppid=12679 vsize=10997500 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12750/stat : 12750 (java) S 12679 12682 7912 0 -1 1077944384 10972 12275 0 0 531 5 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669923149936 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12751] ppid=12679 vsize=10997500 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12751/stat : 12751 (java) S 12679 12682 7912 0 -1 1077944384 15464 12275 0 0 570 5 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669922097136 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12752] ppid=12679 vsize=10997500 CPUtime=6.32 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12752/stat : 12752 (java) S 12679 12682 7912 0 -1 1077944384 17772 12275 0 0 615 6 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669921044848 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12753] ppid=12679 vsize=10997500 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12753/stat : 12753 (java) S 12679 12682 7912 0 -1 1077944384 19880 12275 0 0 324 6 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669919992048 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12754] ppid=12679 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12754/stat : 12754 (java) S 12679 12682 7912 0 -1 1077944384 3 12275 0 0 0 0 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669918940000 140670721185493 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
[pid=12682/tid=12755] ppid=12679 vsize=10997500 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/12682/task/12755/stat : 12755 (java) S 12679 12682 7912 0 -1 1077944384 1458 12275 0 0 64 64 8 3 20 0 20 0 5180884 11261440000 272915 33554432000 4194304 4196468 140736399760320 140669917887280 140670721186434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 19795968 140736399764161 140736399766935 140736399766935 140736399769551 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2322.73
CPU time (s): 2400.09
CPU user time (s): 2395.79
CPU system time (s): 4.2994
CPU usage (%): 103.331
Max. virtual memory (cumulated for all children) (KiB): 10999604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.79
system time used= 4.2994
maximum resident set size= 1092372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310893
involuntary context switches= 184941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0311 second user time and 20.3376 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 06:52:12
IDJOB=4244898
IDBENCH=115949
IDSOLVER=2630
FILE ID=node125/4244898-1500699132
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244898-1500699132/watcher-4244898-1500699132 -o /tmp/evaluation-result-4244898-1500699132/solver-4244898-1500699132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4244898-1500699132.xml

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

MD5SUM BENCH= 1997324ae6d797082bd494fdd449159c
RANDOM SEED=387656952

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

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

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

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

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

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

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

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

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

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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:        30745916 kB
MemAvailable:   31176280 kB
Buffers:          173472 kB
Cached:           533744 kB
SwapCached:            0 kB
Active:          1189832 kB
Inactive:         394320 kB
Active(anon):     879968 kB
Inactive(anon):     8752 kB
Active(file):     309864 kB
Inactive(file):   385568 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24548 kB
Writeback:             0 kB
AnonPages:        970568 kB
Mapped:            43416 kB
Shmem:              8840 kB
Slab:             135072 kB
SReclaimable:     101532 kB
SUnreclaim:        33540 kB
KernelStack:        4832 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1764496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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= 61924 MiB
End job on node125 at 2017-07-22 07:30:55