Trace number 4262166

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
Concrete 3.4SAT (TO)58 2520.1001 2462.8301

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-11.xml
MD5SUM3405d24406a310706e7598d386d00f36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints254
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":110},{"size":9,"count":110}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":110},{"degree":7,"count":4},{"degree":8,"count":34},{"degree":10,"count":72}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":110},{"arity":3,"count":34},{"arity":4,"count":4},{"arity":6,"count":34},{"arity":9,"count":72}]
Number of extensional constraints144
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":144},{"type":"sum","count":110}]
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.22/2.17	c Concrete v3.4 running
8.78/4.30	o 36
8.78/4.35	o 38
9.12/4.43	o 40
9.12/4.49	o 41
9.75/4.65	o 43
10.65/4.91	o 44
11.25/5.16	o 45
11.81/5.39	o 48
12.10/5.48	o 49
14.67/7.24	o 51
20.73/12.74	o 52
22.37/14.28	o 55
22.37/14.29	o 56
58.13/48.07	o 57
1316.90/1279.33	o 58
2520.05/2462.80	java.util.concurrent.TimeoutException
2520.05/2462.80		at concrete.MAC.mac(MAC.scala:74)
2520.05/2462.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.05/2462.80		at scala.util.Try$.apply(Try.scala:209)
2520.05/2462.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2462.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2462.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2462.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2462.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.05/2462.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2462.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2462.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2462.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2462.80		at concrete.MAC.oneRun(MAC.scala:146)
2520.05/2462.80		at concrete.MAC.nextSolution(MAC.scala:166)
2520.05/2462.80		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.05/2462.80		at concrete.ProblemState.map(ProblemState.scala:203)
2520.05/2462.80		at concrete.ProblemState.map(ProblemState.scala:188)
2520.05/2462.80		at concrete.MAC.nextSolution(MAC.scala:195)
2520.05/2462.80		at concrete.Solver.hasNext(Solver.scala:202)
2520.05/2462.80		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.05/2462.80		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.05/2462.80		at concrete.Solver.toStream(Solver.scala:73)
2520.05/2462.80		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.05/2462.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.05/2462.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.05/2462.80		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.05/2462.80		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.05/2462.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2462.80		at scala.util.Success.map(Try.scala:209)
2520.05/2462.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.05/2462.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.05/2462.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2462.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.05/2462.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2462.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2462.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2462.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2462.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2462.80		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2462.80		at scala.App.main(App.scala:76)
2520.05/2462.80		at scala.App.main$(App.scala:74)
2520.05/2462.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2462.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2462.81	v <instantiation cost="58">
2520.05/2462.81	v       <list>
2520.05/2462.81	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[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[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[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[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[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[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] 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[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[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[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[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[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[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10]
2520.05/2462.81	v       </list>
2520.05/2462.81	v       <values>
2520.05/2462.81	v         1 1 0 0 1 1 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 1 1 0 1 0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0 1 1 0 0 1 1 2 2 2 2 3 2 4 2 3 4 2 3 4 4 2 6 3 6 3 5 3 2 4 3 5 2 5 2 5 3 5 5 4 3 3 6 3 5 4 3 4 2 3 2 4 3 4 3 3 5 3 5 4 5 3 3 5 4 5 3 5 3 3 4 3 4 2 3 2 4 3 4 5 3 6 3 3 4 5 5 3 5 2 5 2 5 3 4 2 3 5 3 6 3 6 2 4 4 3 2 4 3 2 4 2 3 2 2 2 2
2520.05/2462.81	v       </values>
2520.05/2462.81	v     </instantiation>
2520.05/2462.81	s SATISFIABLE

Verifier Data

OK	58

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-4262166-1502422138/watcher-4262166-1502422138 -o /tmp/evaluation-result-4262166-1502422138/solver-4262166-1502422138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262166-1502422138.xml 

pid=9932
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.56 1.51 1.48 3/195 9935
/proc/meminfo: memFree=31132104/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9935/stat : 9935 (runsolver) D 9932 9935 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 30554525 24240128 108 18446744073709551615 4194304 4338465 140730561462064 140730561459704 139914305549015 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 39825408 140730561470673 140730561471049 140730561471049 140730561474506 0
/proc/9935/statm: 5918 108 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 1.56 1.51 1.48 3/195 9935
/proc/meminfo: memFree=31132104/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/9935/stat : 9935 (bash) S 9932 9935 7434 0 -1 4202496 714 3537 0 0 0 0 0 0 20 0 1 0 30554525 9736192 355 18446744073709551615 4194304 5098028 140726992330768 140726992328408 140644640001024 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 32215040 140726992335380 140726992335465 140726992335465 140726992338922 0
/proc/9935/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20043 s]
/proc/loadavg: 1.56 1.51 1.48 3/195 9935
/proc/meminfo: memFree=31132104/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=356956 CPUtime=0.07 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 2589 12351 0 0 0 0 5 2 20 0 2 0 30554525 365522944 1883 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.300259 s]
/proc/loadavg: 1.56 1.51 1.48 3/195 9935
/proc/meminfo: memFree=31132104/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 5942 12351 0 0 6 1 5 2 20 0 15 0 30554525 14309310464 6134 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3493484 6134 2685 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700295 s]
/proc/loadavg: 1.56 1.51 1.48 3/195 9935
/proc/meminfo: memFree=31132104/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 13936 12351 0 0 59 4 5 2 20 0 15 0 30554525 14310178816 14925 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3493696 14925 3141 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50057 s]
/proc/loadavg: 1.76 1.55 1.49 4/210 9998
/proc/meminfo: memFree=31032304/32770624 swapFree=0/375728
[pid=9935] ppid=9932 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 29813 12351 0 0 176 10 5 2 20 0 15 0 30554525 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3496352 42658 3369 1 0 3485525 0
[pid=9935/tid=9985] ppid=9932 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 22596 12351 0 0 115 7 5 2 20 0 15 0 30554545 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140245374333152 140245363209604 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 194 12351 0 0 0 0 5 2 20 0 15 0 30554545 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 1 0 5 2 20 0 15 0 30554545 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 44 12351 0 0 1 0 5 2 20 0 15 0 30554545 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 65 12351 0 0 1 0 5 2 20 0 15 0 30554545 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 1469 12351 0 0 1 0 5 2 20 0 15 0 30554547 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 0 0 5 2 20 0 15 0 30554547 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 44 12351 0 0 0 0 5 2 20 0 15 0 30554547 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244913661424 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 1072 12351 0 0 16 0 5 2 20 0 15 0 30554550 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 586 12351 0 0 14 0 5 2 20 0 15 0 30554550 14321057792 42658 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 1465 12351 0 0 24 0 5 2 20 0 15 0 30554550 14321057792 42705 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14321057792 42705 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 9 12351 0 0 0 0 5 2 20 0 15 0 30554555 14321057792 42705 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.76 1.55 1.49 5/210 9998
/proc/meminfo: memFree=30959884/32770624 swapFree=0/375804
[pid=9935] ppid=9932 vsize=13999932 CPUtime=5.47 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 49897 12351 0 0 524 16 5 2 20 0 15 0 30554525 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3499983 54834 3440 1 0 3488597 0
[pid=9935/tid=9985] ppid=9932 vsize=13999932 CPUtime=2.88 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 35731 12351 0 0 271 10 5 2 20 0 15 0 30554545 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140245374341216 140245370121622 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 194 12351 0 0 0 0 5 2 20 0 15 0 30554545 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 1 0 5 2 20 0 15 0 30554545 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 44 12351 0 0 1 0 5 2 20 0 15 0 30554545 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 65 12351 0 0 1 0 5 2 20 0 15 0 30554545 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 1488 12351 0 0 1 0 5 2 20 0 15 0 30554547 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 0 0 5 2 20 0 15 0 30554547 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 44 12351 0 0 0 0 5 2 20 0 15 0 30554547 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244913661424 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=13999932 CPUtime=0.93 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) R 9932 9935 7434 0 -1 4202560 4491 12351 0 0 86 0 5 2 20 0 15 0 30554550 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245363094729 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=13999932 CPUtime=0.69 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) R 9932 9935 7434 0 -1 1077944384 1546 12351 0 0 61 1 5 2 20 0 15 0 30554550 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) R 9932 9935 7434 0 -1 4202560 4014 12351 0 0 98 1 5 2 20 0 15 0 30554550 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370121622 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 11 12351 0 0 0 0 5 2 20 0 15 0 30554555 14335930368 54834 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 13999932

[startup+6.30067 s]
/proc/loadavg: 1.76 1.55 1.49 5/210 9998
/proc/meminfo: memFree=30778532/32770624 swapFree=0/375804
[pid=9935] ppid=9932 vsize=14069564 CPUtime=13.7 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 66074 12351 0 0 1339 24 5 2 20 0 15 0 30554525 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 103519 3481 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=5.84 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 42932 12351 0 0 563 14 5 2 20 0 15 0 30554545 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140245374343904 140245009571910 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 249 12351 0 0 12 1 5 2 20 0 15 0 30554545 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 1013 12351 0 0 12 0 5 2 20 0 15 0 30554545 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 104 12351 0 0 12 0 5 2 20 0 15 0 30554545 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 209 12351 0 0 12 0 5 2 20 0 15 0 30554545 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 2284 12351 0 0 12 0 5 2 20 0 15 0 30554547 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=14069564 CPUtime=2.94 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 6832 12351 0 0 286 1 5 2 20 0 15 0 30554550 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=14069564 CPUtime=2.71 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 4724 12351 0 0 262 2 5 2 20 0 15 0 30554550 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=14069564 CPUtime=1.72 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 5457 12351 0 0 163 2 5 2 20 0 15 0 30554550 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 12 12351 0 0 0 0 5 2 20 0 15 0 30554555 14407233536 103519 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.72 1.55 1.49 2/196 10061
/proc/meminfo: memFree=31005872/32770624 swapFree=0/375336
[pid=9935] ppid=9932 vsize=14069564 CPUtime=20.73 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 74404 12351 0 0 2033 33 5 2 20 0 15 0 30554525 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 159683 3481 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=12.21 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 44143 12351 0 0 1196 18 5 2 20 0 15 0 30554545 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140245374344160 140245009020820 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 599 12351 0 0 12 2 5 2 20 0 15 0 30554545 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 1177 12351 0 0 12 1 5 2 20 0 15 0 30554545 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 128 12351 0 0 13 1 5 2 20 0 15 0 30554545 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 242 12351 0 0 12 1 5 2 20 0 15 0 30554545 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 2640 12351 0 0 13 0 5 2 20 0 15 0 30554547 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 56 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 159683 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0

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

/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 229084 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=1.39 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 1005 12351 0 0 59 73 5 2 20 0 15 0 30554555 14407233536 229084 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 2316.18
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.15 1.30 1.37 4/210 10260
/proc/meminfo: memFree=29815292/32770624 swapFree=0/377016
[pid=9935] ppid=9932 vsize=14069564 CPUtime=2377.18 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 223156 12351 0 0 237337 374 5 2 20 0 15 0 30554525 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 229596 3486 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=2295.85 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 91437 12351 0 0 229525 53 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140245374343904 140245006882312 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=12.57 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 12539 12351 0 0 1191 59 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=12.57 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 10730 12351 0 0 1195 55 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=12.58 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 11001 12351 0 0 1188 63 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=12.56 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 8018 12351 0 0 1186 63 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=11.14 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 12685 12351 0 0 1051 56 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 71 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=14069564 CPUtime=7.91 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 23121 12351 0 0 779 5 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=14069564 CPUtime=7.64 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 23441 12351 0 0 751 6 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 26891 12351 0 0 334 6 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 1020 12351 0 0 60 76 5 2 20 0 15 0 30554555 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 2377.18
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.47 1.36 1.39 3/210 10262
/proc/meminfo: memFree=29815760/32770624 swapFree=0/377052
[pid=9935] ppid=9932 vsize=14069564 CPUtime=2438.2 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 224872 12351 0 0 243431 382 5 2 20 0 15 0 30554525 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 229596 3486 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=2355.15 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 92404 12351 0 0 235454 54 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140245374343776 140245008824877 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=12.92 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 12598 12351 0 0 1224 61 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=12.91 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 11045 12351 0 0 1229 55 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=12.93 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 11083 12351 0 0 1221 65 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=12.9 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 8083 12351 0 0 1219 64 5 2 20 0 15 0 30554545 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=11.43 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 12891 12351 0 0 1079 57 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 71 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=14069564 CPUtime=7.91 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 23123 12351 0 0 779 5 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=14069564 CPUtime=7.64 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 23443 12351 0 0 751 6 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 26893 12351 0 0 334 6 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 1036 12351 0 0 61 78 5 2 20 0 15 0 30554555 14407233536 229596 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 2438.2
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.36 1.34 1.38 3/209 10265
/proc/meminfo: memFree=29813740/32770624 swapFree=0/377064
[pid=9935] ppid=9932 vsize=14069564 CPUtime=2499.19 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 226375 12351 0 0 249521 391 5 2 20 0 15 0 30554525 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 230108 3486 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=2414.43 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 93212 12351 0 0 241382 54 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140245374343744 140245009544032 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=13.25 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 12661 12351 0 0 1257 61 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=13.25 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 11059 12351 0 0 1262 56 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=13.28 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 11173 12351 0 0 1253 68 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=13.25 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 8393 12351 0 0 1252 66 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=11.72 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 13087 12351 0 0 1106 59 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 71 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=14069564 CPUtime=7.91 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 23125 12351 0 0 779 5 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=14069564 CPUtime=7.64 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 23445 12351 0 0 751 6 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 26895 12351 0 0 334 6 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 1052 12351 0 0 63 80 5 2 20 0 15 0 30554555 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 2499.19
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.8 s]
/proc/loadavg: 1.50 1.37 1.39 3/209 10266
/proc/meminfo: memFree=29811692/32770624 swapFree=0/377068
[pid=9935] ppid=9932 vsize=14069564 CPUtime=2520.05 cores=1,3,5,7
/proc/9935/stat : 9935 (java) S 9932 9935 7434 0 -1 1077944320 227377 12351 0 0 251603 395 5 2 20 0 15 0 30554525 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140735747359472 140245370109687 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
/proc/9935/statm: 3517391 230108 3486 1 0 3506005 0
[pid=9935/tid=9985] ppid=9932 vsize=14069564 CPUtime=2434.69 cores=1,3,5,7
/proc/9935/task/9985/stat : 9985 (java) R 9932 9935 7434 0 -1 4202560 93550 12351 0 0 243407 55 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140245374343888 140244994299615 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9986] ppid=9932 vsize=14069564 CPUtime=13.37 cores=1,3,5,7
/proc/9935/task/9986/stat : 9986 (java) S 9932 9935 7434 0 -1 1077944384 12954 12351 0 0 1268 62 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244970641680 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9987] ppid=9932 vsize=14069564 CPUtime=13.38 cores=1,3,5,7
/proc/9935/task/9987/stat : 9987 (java) S 9932 9935 7434 0 -1 1077944384 11099 12351 0 0 1274 57 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244969589136 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9988] ppid=9932 vsize=14069564 CPUtime=13.4 cores=1,3,5,7
/proc/9935/task/9988/stat : 9988 (java) S 9932 9935 7434 0 -1 1077944384 11222 12351 0 0 1265 68 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244968536592 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9989] ppid=9932 vsize=14069564 CPUtime=13.37 cores=1,3,5,7
/proc/9935/task/9989/stat : 9989 (java) S 9932 9935 7434 0 -1 1077944384 8467 12351 0 0 1263 67 5 2 20 0 15 0 30554545 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244967484048 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9990] ppid=9932 vsize=14069564 CPUtime=11.82 cores=1,3,5,7
/proc/9935/task/9990/stat : 9990 (java) S 9932 9935 7434 0 -1 1077944384 13276 12351 0 0 1115 60 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244915767792 140245370120834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9991] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9991/stat : 9991 (java) S 9932 9935 7434 0 -1 1077944384 71 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244914714080 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9992] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9992/stat : 9992 (java) S 9932 9935 7434 0 -1 1077944384 45 12351 0 0 0 0 5 2 20 0 15 0 30554547 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244913661440 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9993] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9993/stat : 9993 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244912610000 140245370128283 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9994] ppid=9932 vsize=14069564 CPUtime=7.91 cores=1,3,5,7
/proc/9935/task/9994/stat : 9994 (java) S 9932 9935 7434 0 -1 1077944384 23127 12351 0 0 779 5 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244911556592 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9995] ppid=9932 vsize=14069564 CPUtime=7.64 cores=1,3,5,7
/proc/9935/task/9995/stat : 9995 (java) S 9932 9935 7434 0 -1 1077944384 23447 12351 0 0 751 6 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244910504048 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9996] ppid=9932 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/9935/task/9996/stat : 9996 (java) S 9932 9935 7434 0 -1 1077944384 26898 12351 0 0 334 6 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244707961072 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9997] ppid=9932 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/9935/task/9997/stat : 9997 (java) S 9932 9935 7434 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 30554550 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244706908768 140245370119893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
[pid=9935/tid=9998] ppid=9932 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/9935/task/9998/stat : 9998 (java) S 9932 9935 7434 0 -1 1077944384 1064 12351 0 0 64 80 5 2 20 0 15 0 30554555 14407233536 230108 18446744073709551615 4194304 4196468 140735747376928 140244705856304 140245370120834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8781824 140735747381200 140735747383985 140735747383985 140735747387343 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14069564

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

Child status: 143
Real time (s): 2462.83
CPU time (s): 2520.1
CPU user time (s): 2516.11
CPU system time (s): 3.99312
CPU usage (%): 102.325
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 3.99312
maximum resident set size= 920972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315250
involuntary context switches= 7519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.767 second user time and 14.5487 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 05:14:42
IDJOB=4262166
IDBENCH=115932
IDSOLVER=2650
FILE ID=node124/4262166-1502422138
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262166-1502422138/watcher-4262166-1502422138 -o /tmp/evaluation-result-4262166-1502422138/solver-4262166-1502422138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262166-1502422138.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3405d24406a310706e7598d386d00f36
RANDOM SEED=888573166

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31132740 kB
MemAvailable:   31523668 kB
Buffers:          189380 kB
Cached:           489468 kB
SwapCached:            0 kB
Active:           832356 kB
Inactive:         392496 kB
Active(anon):     546232 kB
Inactive(anon):    16768 kB
Active(file):     286124 kB
Inactive(file):   375728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24024 kB
Writeback:             0 kB
AnonPages:        545764 kB
Mapped:            49892 kB
Shmem:             17128 kB
Slab:             115012 kB
SReclaimable:      89820 kB
SUnreclaim:        25192 kB
KernelStack:        3456 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1457008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 05:55:46