Trace number 4262044

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)15686 2520.0801 2482.45

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-lipa20b.xml
MD5SUM2a1cb6febb6ec7dbf2abb0b9e0866987
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13638
Best CPU time to get the best result obtained on this benchmark19961.5
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints180
Number of domains2
Minimum domain size19
Maximum domain size20
Distribution of domain sizes[{"size":19,"count":179},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":221},{"degree":2,"count":179},{"degree":17,"count":3},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":8}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":179},{"arity":20,"count":1}]
Number of extensional constraints179
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":179},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.16	c Concrete v3.4 running
11.74/5.12	o 18008
12.31/5.33	o 17858
12.64/5.41	o 17716
12.64/5.47	o 17605
12.97/5.52	o 17494
12.97/5.58	o 17058
13.29/5.68	o 16850
13.92/5.85	o 16820
14.22/5.94	o 16663
14.22/5.98	o 16557
14.52/6.02	o 16314
14.52/6.06	o 16282
14.83/6.10	o 16275
15.73/6.47	o 16238
16.03/6.52	o 16222
16.03/6.56	o 16157
16.66/6.70	o 16153
18.21/7.72	o 16147
21.57/9.73	o 16111
21.73/9.82	o 16036
23.15/11.14	o 15986
23.35/11.33	o 15918
24.21/12.14	o 15865
28.08/15.84	o 15857
170.75/154.65	o 15814
461.10/437.79	o 15812
640.40/613.36	o 15811
683.25/654.98	o 15780
683.37/655.01	o 15769
683.91/655.54	o 15737
684.36/655.95	o 15686
2520.00/2482.41	java.util.concurrent.TimeoutException
2520.00/2482.41		at concrete.MAC.mac(MAC.scala:74)
2520.00/2482.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.00/2482.41		at scala.util.Try$.apply(Try.scala:209)
2520.00/2482.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2482.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2482.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2482.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2482.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.00/2482.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2482.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2482.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2482.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2482.41		at concrete.MAC.oneRun(MAC.scala:146)
2520.00/2482.41		at concrete.MAC.nextSolution(MAC.scala:166)
2520.00/2482.41		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.00/2482.41		at concrete.ProblemState.map(ProblemState.scala:203)
2520.00/2482.41		at concrete.ProblemState.map(ProblemState.scala:188)
2520.00/2482.41		at concrete.MAC.nextSolution(MAC.scala:195)
2520.00/2482.41		at concrete.Solver.hasNext(Solver.scala:202)
2520.00/2482.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.00/2482.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.00/2482.41		at concrete.Solver.toStream(Solver.scala:73)
2520.00/2482.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.00/2482.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.00/2482.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.00/2482.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.00/2482.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.00/2482.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2482.41		at scala.util.Success.map(Try.scala:209)
2520.00/2482.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.00/2482.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.00/2482.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2482.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.00/2482.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2482.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2482.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2482.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2482.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2482.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2482.41		at scala.App.main(App.scala:76)
2520.00/2482.41		at scala.App.main$(App.scala:74)
2520.00/2482.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2482.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2482.42	v <instantiation cost="15686">
2520.00/2482.42	v       <list>
2520.00/2482.42	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] d[0][1] d[0][2] d[0][3] d[0][5] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][6] d[2][7] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][6] d[4][7] d[4][8] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
2520.00/2482.42	v       </list>
2520.00/2482.42	v       <values>
2520.00/2482.42	v         13 1 14 7 10 0 9 6 11 3 18 8 17 5 15 19 4 2 12 16 5 8 12 7 12 11 3 10 13 15 8 6 13 6 12 15 15 11 9 6 6 3 8 7 5 11 5 8 7 10 13 6 9 11 11 11 9 11 6 13 8 12 17 13 15 9 8 7 8 13 12 15 3 3 3 7 4 11 7 13 10 8 12 12 11 5 8 7 10 13 7 11 10 5 10 11 14 4 18 4 9 15 6 9 9 10 13 19 12 15 4 9 9 7 7 9 15 7 5 18 14 10 8 10 15 10 11 8 8 7 9 11 8 14 18 4 11 13 9 11 16 9 4 12 14 12 11 15 15 12 12 14 1 11 13 11 12 13 8 10 14 10 14 1 1 13 12 4 18 9 19 8 12 7 8 18 13 12 8 5 19 19 8 12 15 9 12 11 14 16 3 12 13 14 10 10 15 3 10
2520.00/2482.42	v       </values>
2520.00/2482.42	v     </instantiation>
2520.00/2482.42	s SATISFIABLE

Verifier Data

OK	15686

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-4262044-1502431779/watcher-4262044-1502431779 -o /tmp/evaluation-result-4262044-1502431779/solver-4262044-1502431779 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262044-1502431779.xml 

pid=20895
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.37 1.38 1.41 2/194 20898
/proc/meminfo: memFree=28325308/32770624 swapFree=0/300848
[pid=20898] ppid=20895 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/20898/stat : 20898 (runsolver) D 20895 20898 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 45373472 24240128 106 18446744073709551615 4194304 4338465 140730376395568 140730376393208 140582194647767 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13799424 140730376397008 140730376397385 140730376397385 140730376400842 0
/proc/20898/statm: 5918 106 53 36 0 2156 0

[startup+0.100062 s]
/proc/loadavg: 1.37 1.38 1.41 2/194 20898
/proc/meminfo: memFree=28325308/32770624 swapFree=0/300848
[pid=20898] ppid=20895 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/20898/stat : 20898 (bash) R 20895 20898 16548 0 -1 4202496 826 6173 0 0 0 0 0 1 20 0 1 0 45373472 9867264 366 18446744073709551615 4194304 5098028 140736966742448 140736966740104 140102720244709 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 8261632 140736966746644 140736966746729 140736966746729 140736966750186 0
/proc/20898/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200798 s]
/proc/loadavg: 1.37 1.38 1.41 2/194 20898
/proc/meminfo: memFree=28325308/32770624 swapFree=0/300848
[pid=20898] ppid=20895 vsize=105200 CPUtime=0.08 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 2485 12571 0 0 0 0 5 3 20 0 2 0 45373472 107724800 1319 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 26556 1319 993 1 0 17065 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105200

[startup+0.300265 s]
/proc/loadavg: 1.37 1.38 1.41 2/194 20898
/proc/meminfo: memFree=28325308/32770624 swapFree=0/300848
[pid=20898] ppid=20895 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 6205 12571 0 0 6 1 5 3 20 0 15 0 45373472 14309310464 6310 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3493484 6310 2666 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700285 s]
/proc/loadavg: 1.37 1.38 1.41 2/194 20898
/proc/meminfo: memFree=28325308/32770624 swapFree=0/300848
[pid=20898] ppid=20895 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 14100 12571 0 0 60 4 5 3 20 0 15 0 45373472 14310178816 14992 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3493696 14992 3082 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50748 s]
/proc/loadavg: 1.34 1.38 1.41 4/209 20961
/proc/meminfo: memFree=28227260/32770624 swapFree=0/300896
[pid=20898] ppid=20895 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 29842 12571 0 0 178 9 5 3 20 0 15 0 45373472 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3496352 43171 3373 1 0 3485525 0
[pid=20898/tid=20948] ppid=20895 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 1077944384 22515 12571 0 0 117 5 5 3 20 0 15 0 45373492 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139763070423344 139763066214101 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 65 12571 0 0 0 0 5 3 20 0 15 0 45373493 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 189 12571 0 0 1 0 5 3 20 0 15 0 45373493 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 60 12571 0 0 1 0 5 3 20 0 15 0 45373493 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 41 12571 0 0 1 0 5 3 20 0 15 0 45373493 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 1452 12571 0 0 1 0 5 3 20 0 15 0 45373494 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 55 12571 0 0 0 0 5 3 20 0 15 0 45373495 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) R 20895 20898 16548 0 -1 4202560 737 12571 0 0 12 0 5 3 20 0 15 0 45373498 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762607663728 139763049698134 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) R 20895 20898 16548 0 -1 4202560 1070 12571 0 0 17 0 5 3 20 0 15 0 45373498 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763052220720 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) R 20895 20898 16548 0 -1 4202560 1448 12571 0 0 24 0 5 3 20 0 15 0 45373498 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763045605915 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 10 12571 0 0 0 0 5 3 20 0 15 0 45373502 14321057792 43171 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10884 s]
/proc/loadavg: 1.34 1.38 1.41 6/209 20961
/proc/meminfo: memFree=28147604/32770624 swapFree=0/300896
[pid=20898] ppid=20895 vsize=13999932 CPUtime=5.63 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 49769 12571 0 0 540 15 5 3 20 0 15 0 45373472 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3499983 56083 3441 1 0 3488597 0
[pid=20898/tid=20948] ppid=20895 vsize=13999932 CPUtime=2.9 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 35820 12571 0 0 273 9 5 3 20 0 15 0 45373492 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139763070433808 139762691400151 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 65 12571 0 0 0 0 5 3 20 0 15 0 45373493 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 189 12571 0 0 1 0 5 3 20 0 15 0 45373493 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 60 12571 0 0 1 0 5 3 20 0 15 0 45373493 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 41 12571 0 0 1 0 5 3 20 0 15 0 45373493 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 1465 12571 0 0 1 0 5 3 20 0 15 0 45373494 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 55 12571 0 0 0 0 5 3 20 0 15 0 45373495 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) R 20895 20898 16548 0 -1 4202560 4196 12571 0 0 92 0 5 3 20 0 15 0 45373498 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762607650272 139763046793728 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=13999932 CPUtime=0.79 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) R 20895 20898 16548 0 -1 4202560 1987 12571 0 0 70 1 5 3 20 0 15 0 45373498 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763047725028 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) R 20895 20898 16548 0 -1 4202560 3679 12571 0 0 97 1 5 3 20 0 15 0 45373498 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066225242 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 11 12571 0 0 0 0 5 3 20 0 15 0 45373502 14335930368 56083 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 13999932

[startup+6.30088 s]
/proc/loadavg: 1.34 1.38 1.41 5/209 20961
/proc/meminfo: memFree=27892352/32770624 swapFree=0/300900
[pid=20898] ppid=20895 vsize=14069564 CPUtime=15.43 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 73965 12571 0 0 1512 23 5 3 20 0 15 0 45373472 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 102428 3475 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=5.78 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 45968 12571 0 0 558 12 5 3 20 0 15 0 45373492 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139763070435736 139762694486688 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 774 12571 0 0 17 0 5 3 20 0 15 0 45373493 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 736 12571 0 0 19 1 5 3 20 0 15 0 45373493 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 120 12571 0 0 18 0 5 3 20 0 15 0 45373493 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 150 12571 0 0 17 0 5 3 20 0 15 0 45373493 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 2508 12571 0 0 12 0 5 3 20 0 15 0 45373494 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 60 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=14069564 CPUtime=3.82 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) R 20895 20898 16548 0 -1 4202560 7543 12571 0 0 373 1 5 3 20 0 15 0 45373498 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762607644544 139763049700683 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) R 20895 20898 16548 0 -1 4202560 6307 12571 0 0 337 2 5 3 20 0 15 0 45373498 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762606604120 139763049700654 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=14069564 CPUtime=1.67 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) S 20895 20898 16548 0 -1 1077944384 7575 12571 0 0 157 2 5 3 20 0 15 0 45373498 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 23 12571 0 0 0 0 5 3 20 0 15 0 45373502 14407233536 102428 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.59 1.43 1.43 3/209 20961
/proc/meminfo: memFree=27378948/32770624 swapFree=0/300904
[pid=20898] ppid=20895 vsize=14069564 CPUtime=24.84 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 81089 12571 0 0 2434 42 5 3 20 0 15 0 45373472 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 245511 3483 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=12.08 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 46967 12571 0 0 1181 19 5 3 20 0 15 0 45373492 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139763070436624 139762697059029 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 814 12571 0 0 22 3 5 3 20 0 15 0 45373493 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 781 12571 0 0 25 3 5 3 20 0 15 0 45373493 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 167 12571 0 0 23 2 5 3 20 0 15 0 45373493 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 206 12571 0 0 23 3 5 3 20 0 15 0 45373493 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 2777 12571 0 0 12 0 5 3 20 0 15 0 45373494 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 60 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 245511 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0

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

/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086597 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=1.35 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 1045 12571 0 0 56 71 5 3 20 0 15 0 45373502 14407233536 1086597 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 2359.65
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.79 1.72 1.60 4/210 21502
/proc/meminfo: memFree=26021112/32770624 swapFree=0/301680
[pid=20898] ppid=20895 vsize=14069564 CPUtime=2419.71 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 675160 12571 0 0 241522 441 5 3 20 0 15 0 45373472 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 1086618 3484 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=2371.37 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 477566 12571 0 0 236999 130 5 3 20 0 15 0 45373492 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139763070438128 139762692934848 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=7.23 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 18806 12571 0 0 663 52 5 3 20 0 15 0 45373493 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 27858 12571 0 0 662 57 5 3 20 0 15 0 45373493 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=7.26 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 24092 12571 0 0 663 55 5 3 20 0 15 0 45373493 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=7.25 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 19178 12571 0 0 663 54 5 3 20 0 15 0 45373493 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=2.43 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 29922 12571 0 0 202 33 5 3 20 0 15 0 45373494 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 62 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) S 20895 20898 16548 0 -1 1077944384 24486 12571 0 0 660 5 5 3 20 0 15 0 45373498 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762607663728 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=14069564 CPUtime=6.63 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) S 20895 20898 16548 0 -1 1077944384 20284 12571 0 0 651 4 5 3 20 0 15 0 45373498 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=14069564 CPUtime=2.79 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) S 20895 20898 16548 0 -1 1077944384 29624 12571 0 0 264 7 5 3 20 0 15 0 45373498 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 1081 12571 0 0 57 73 5 3 20 0 15 0 45373502 14407233536 1086618 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 2419.71
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.77 1.72 1.61 4/210 21504
/proc/meminfo: memFree=26075052/32770624 swapFree=0/301680
[pid=20898] ppid=20895 vsize=14069564 CPUtime=2479.83 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 685186 12571 0 0 247530 445 5 3 20 0 15 0 45373472 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 1086851 3484 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=2431.34 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 483246 12571 0 0 242995 131 5 3 20 0 15 0 45373492 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139763070437904 139762697000840 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=7.26 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 19076 12571 0 0 666 52 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=7.29 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 28105 12571 0 0 664 57 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=7.28 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 25918 12571 0 0 665 55 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=7.28 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 19469 12571 0 0 666 54 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=2.43 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 30244 12571 0 0 202 33 5 3 20 0 15 0 45373494 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 62 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) S 20895 20898 16548 0 -1 1077944384 24493 12571 0 0 660 5 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762607663728 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=14069564 CPUtime=6.63 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) S 20895 20898 16548 0 -1 1077944384 20287 12571 0 0 651 4 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=14069564 CPUtime=2.79 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) S 20895 20898 16548 0 -1 1077944384 30974 12571 0 0 264 7 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 1111 12571 0 0 59 75 5 3 20 0 15 0 45373502 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 2479.83
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.4 s]
/proc/loadavg: 1.51 1.66 1.59 4/210 21504
/proc/meminfo: memFree=26085600/32770624 swapFree=0/301676
[pid=20898] ppid=20895 vsize=14069564 CPUtime=2520 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 687525 12571 0 0 251545 447 5 3 20 0 15 0 45373472 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 1086851 3484 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=2471.4 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 485534 12571 0 0 247000 132 5 3 20 0 15 0 45373492 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139763070437952 139762697060953 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=7.28 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 19084 12571 0 0 668 52 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=7.31 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 28109 12571 0 0 666 57 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=7.3 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 25921 12571 0 0 667 55 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=7.3 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 19486 12571 0 0 668 54 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=2.44 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 30259 12571 0 0 203 33 5 3 20 0 15 0 45373494 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 62 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) S 20895 20898 16548 0 -1 1077944384 24493 12571 0 0 660 5 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762607663728 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=14069564 CPUtime=6.63 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) S 20895 20898 16548 0 -1 1077944384 20287 12571 0 0 651 4 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=14069564 CPUtime=2.79 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) S 20895 20898 16548 0 -1 1077944384 30974 12571 0 0 264 7 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 1115 12571 0 0 60 76 5 3 20 0 15 0 45373502 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 2520
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 20898 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2482.4 s]
/proc/loadavg: 1.51 1.66 1.59 4/210 21504
/proc/meminfo: memFree=26085600/32770624 swapFree=0/301676
[pid=20898] ppid=20895 vsize=14069564 CPUtime=2520 cores=1,3,5,7
/proc/20898/stat : 20898 (java) S 20895 20898 16548 0 -1 1077944320 687525 12571 0 0 251545 447 5 3 20 0 15 0 45373472 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 140731807880736 139763066203895 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
/proc/20898/statm: 3517391 1086851 3484 1 0 3506005 0
[pid=20898/tid=20948] ppid=20895 vsize=14069564 CPUtime=2471.4 cores=1,3,5,7
/proc/20898/task/20948/stat : 20948 (java) R 20895 20898 16548 0 -1 4202560 485534 12571 0 0 247000 132 5 3 20 0 15 0 45373492 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139763070437952 139762697060953 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20949] ppid=20895 vsize=14069564 CPUtime=7.28 cores=1,3,5,7
/proc/20898/task/20949/stat : 20949 (java) S 20895 20898 16548 0 -1 1077944384 19084 12571 0 0 668 52 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762666748816 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20950] ppid=20895 vsize=14069564 CPUtime=7.31 cores=1,3,5,7
/proc/20898/task/20950/stat : 20950 (java) S 20895 20898 16548 0 -1 1077944384 28109 12571 0 0 666 57 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762665696016 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20951] ppid=20895 vsize=14069564 CPUtime=7.3 cores=1,3,5,7
/proc/20898/task/20951/stat : 20951 (java) S 20895 20898 16548 0 -1 1077944384 25921 12571 0 0 667 55 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762664643728 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20952] ppid=20895 vsize=14069564 CPUtime=7.3 cores=1,3,5,7
/proc/20898/task/20952/stat : 20952 (java) S 20895 20898 16548 0 -1 1077944384 19486 12571 0 0 668 54 5 3 20 0 15 0 45373493 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762663590928 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20953] ppid=20895 vsize=14069564 CPUtime=2.44 cores=1,3,5,7
/proc/20898/task/20953/stat : 20953 (java) S 20895 20898 16548 0 -1 1077944384 30259 12571 0 0 203 33 5 3 20 0 15 0 45373494 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762611873904 139763066215042 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20954] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20954/stat : 20954 (java) S 20895 20898 16548 0 -1 1077944384 62 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762610819936 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20955] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20955/stat : 20955 (java) S 20895 20898 16548 0 -1 1077944384 44 12571 0 0 0 0 5 3 20 0 15 0 45373495 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762609767552 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20956] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20956/stat : 20956 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762608715856 139763066222491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20957] ppid=20895 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/20898/task/20957/stat : 20957 (java) S 20895 20898 16548 0 -1 1077944384 24493 12571 0 0 660 5 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762607663728 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20958] ppid=20895 vsize=14069564 CPUtime=6.63 cores=1,3,5,7
/proc/20898/task/20958/stat : 20958 (java) S 20895 20898 16548 0 -1 1077944384 20287 12571 0 0 651 4 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762606610928 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20959] ppid=20895 vsize=14069564 CPUtime=2.79 cores=1,3,5,7
/proc/20898/task/20959/stat : 20959 (java) S 20895 20898 16548 0 -1 1077944384 30974 12571 0 0 264 7 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762605558640 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20960] ppid=20895 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/20898/task/20960/stat : 20960 (java) S 20895 20898 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 45373498 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762604506080 139763066214101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
[pid=20898/tid=20961] ppid=20895 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/20898/task/20961/stat : 20961 (java) S 20895 20898 16548 0 -1 1077944384 1115 12571 0 0 60 76 5 3 20 0 15 0 45373502 14407233536 1086851 18446744073709551615 4194304 4196468 140731807898192 139762603452848 139763066215042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140731807905744 140731807908529 140731807908529 140731807911887 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2482.45
CPU time (s): 2520.08
CPU user time (s): 2515.55
CPU system time (s): 4.53313
CPU usage (%): 101.516
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.55
system time used= 4.53313
maximum resident set size= 4348128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106089
involuntary context switches= 5410

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7024 second user time and 15.8924 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 07:55:39
IDJOB=4262044
IDBENCH=123084
IDSOLVER=2650
FILE ID=node126/4262044-1502431779
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-lipa20b.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262044-1502431779/watcher-4262044-1502431779 -o /tmp/evaluation-result-4262044-1502431779/solver-4262044-1502431779 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262044-1502431779.xml

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

MD5SUM BENCH= 2a1cb6febb6ec7dbf2abb0b9e0866987
RANDOM SEED=512162996

node126.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.81
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.81
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.81
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.81
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:        28325688 kB
MemAvailable:   28921148 kB
Buffers:          272952 kB
Cached:           595868 kB
SwapCached:          524 kB
Active:          3611788 kB
Inactive:         372172 kB
Active(anon):    3069192 kB
Inactive(anon):    71324 kB
Active(file):     542596 kB
Inactive(file):   300848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24164 kB
Writeback:            16 kB
AnonPages:       3114388 kB
Mapped:            53608 kB
Shmem:             25248 kB
Slab:             161816 kB
SReclaimable:     135704 kB
SUnreclaim:        26112 kB
KernelStack:        3424 kB
PageTables:        11296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3875048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2818048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 08:37:02