Trace number 4262901

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
sat4j-CSP 2017-07-05SAT (TO)1378 2520.1899 2511.52

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff57.xml
MD5SUM9601f9fdcfec45ff7e2268abb15a55d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1334
Best CPU time to get the best result obtained on this benchmark19.431299
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints344
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":7},{"size":35,"count":133},{"size":36,"count":209}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":343},{"degree":50,"count":6}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":294},{"arity":6,"count":1},{"arity":7,"count":49}]
Number of extensional constraints294
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":294},{"type":"ordered","count":1},{"type":"minimum","count":49}]
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.80/1.56	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.80/1.56	c This is free software under the dual EPL/GNU LGPL licenses.
3.80/1.56	c See www.sat4j.org for details.
3.80/1.56	c That software uses the Rhino library from the Mozilla project.
3.80/1.56	c version CUSTOM.v20170705
3.80/1.56	c java.runtime.name	Java(TM) SE Runtime Environment
3.80/1.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.80/1.56	c java.vm.version	25.131-b11
3.80/1.56	c java.vm.vendor	Oracle Corporation
3.80/1.56	c sun.arch.data.model	64
3.80/1.56	c java.version		1.8.0_131
3.80/1.56	c os.name		Linux
3.80/1.56	c os.version		3.10.0-514.16.1.el7.x86_64
3.80/1.56	c os.arch		amd64
3.80/1.56	c Free memory 		499604488
3.80/1.56	c Max memory 		7247757312
3.80/1.56	c Total memory 		504889344
3.80/1.56	c Number of processors 	4
3.80/1.56	c c --- Begin Solver configuration ---
3.80/1.56	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.80/1.56	c Learn all clauses as in MiniSAT
3.80/1.56	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.80/1.56	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.80/1.56	c No reason simplification
3.80/1.56	c Glucose 2.1 dynamic restart strategy
3.80/1.56	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.80/1.56	c timeout=2147483s
3.80/1.56	c DB Simplification allowed=false
3.80/1.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.80/1.56	c --- End Solver configuration ---
3.80/1.56	c constraints type 
3.80/1.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 698
3.80/1.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 757512
3.80/1.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 462066
3.80/1.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 696
3.80/1.56	c 1220972 constraints processed.
12.22/8.00	o 8838
119.42/113.84	o 5178
123.23/117.42	o 4183
182.26/176.37	o 3858
267.05/260.94	o 3834
303.20/297.08	o 3729
337.91/331.80	o 2678
512.58/506.04	o 2610
627.16/620.50	o 2460
656.58/649.94	o 2258
780.06/773.33	o 1968
1133.00/1126.05	o 1965
1141.19/1134.25	o 1829
1203.05/1196.02	o 1737
1437.89/1430.79	o 1711
1516.15/1508.99	o 1505
1578.30/1571.06	o 1432
2275.13/2266.67	o 1378
2520.17/2511.50	c starts		: 7672
2520.17/2511.50	c conflicts		: 2380454
2520.17/2511.50	c decisions		: 53453326
2520.17/2511.50	c propagations		: 4798524167
2520.17/2511.50	c inspects		: 18110706611
2520.17/2511.50	c shortcuts		: 0
2520.17/2511.50	c learnt literals	: 315
2520.17/2511.50	c learnt binary clauses	: 10049
2520.17/2511.50	c learnt ternary clauses	: 21450
2520.17/2511.50	c learnt constraints	: 2380139
2520.17/2511.50	c ignored constraints	: 0
2520.17/2511.50	c root simplifications	: 0
2520.17/2511.50	c removed literals (reason simplification)	: 0
2520.17/2511.50	c reason swapping (by a shorter reason)	: 0
2520.17/2511.50	c Calls to reduceDB	: 187
2520.17/2511.50	c Number of update (reduction) of LBD	: 1522282
2520.17/2511.50	c Imported unit clauses	: 0
2520.17/2511.50	c number of reductions to clauses (during analyze)	: 0
2520.17/2511.50	c number of learned constraints concerned by reduction	: 0
2520.17/2511.50	c number of learning phase by resolution	: 0
2520.17/2511.50	c number of learning phase by cutting planes	: 0
2520.17/2511.50	c number of rounding to 1 operations	: 0
2520.17/2511.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.17/2511.50	c number of reductions of the coefficients by power 2 	: 0
2520.17/2511.50	c number of right shift for reduction by power 2 	: 0
2520.17/2511.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.17/2511.50	c speed (assignments/second)	: 1911827.3594922537
2520.17/2511.50	c non guided choices	17513542
2520.17/2511.50	c learnt constraints type 
2520.17/2511.50	s SATISFIABLE
2520.17/2511.51	v <instantiation type="solution">
2520.17/2511.51	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[30][5] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[31][5] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[32][5] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[33][5] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[34][5] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[35][5] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[36][5] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[37][5] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[38][5] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[39][5] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[40][5] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[41][5] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[42][5] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[43][5] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] drd[44][5] drd[45][0] drd[45][1] drd[45][2] drd[45][3] drd[45][4] drd[45][5] drd[46][0] drd[46][1] drd[46][2] drd[46][3] drd[46][4] drd[46][5] drd[47][0] drd[47][1] drd[47][2] drd[47][3] drd[47][4] drd[47][5] drd[48][0] drd[48][1] drd[48][2] drd[48][3] drd[48][4] drd[48][5] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] dr[45] dr[46] dr[47] dr[48] </list>
2520.17/2511.51	v 	<values> 55 155 314 603 769 910 38 62 221 510 676 817 51 49 208 497 663 804 51 49 208 497 663 804 855 755 596 307 141 0 855 755 596 307 141 0 47 53 212 501 667 808 4 104 263 552 718 859 4 104 263 552 718 859 55 155 314 603 769 910 714 614 455 166 0 141 714 614 455 166 0 141 216 116 43 332 498 639 217 117 42 331 497 638 488 388 229 60 226 367 487 387 228 61 227 368 105 5 154 443 609 750 100 0 159 448 614 755 119 19 140 429 595 736 118 18 141 430 596 737 285 185 26 263 429 570 285 185 26 263 429 570 33 133 292 581 747 888 102 2 157 446 612 753 102 2 157 446 612 753 81 19 178 467 633 774 81 19 178 467 633 774 0 100 259 548 714 855 0 100 259 548 714 855 819 719 560 271 105 36 819 719 560 271 105 36 259 159 0 289 455 596 257 157 2 291 457 598 469 369 210 79 245 386 763 663 504 215 49 92 763 663 504 215 49 92 650 550 391 102 64 205 650 550 391 102 64 205 548 448 289 0 166 307 548 448 289 0 166 307 593 493 334 45 121 262 592 492 333 44 122 263 168 68 91 380 546 687 177 77 82 371 537 678 34 134 293 582 748 889 524 424 265 24 190 331 524 424 265 24 190 331 21 121 280 569 735 876 27 127 286 575 741 882 14 86 245 534 700 841 38 49 49 0 0 47 4 4 55 0 0 43 42 60 61 5 0 19 18 26 26 33 2 2 19 19 0 0 36 36 0 2 79 49 49 64 64 0 0 45 44 68 77 34 24 24 21 27 14 </values>
2520.17/2511.51	v </instantiation>
2520.17/2511.51	

Verifier Data

OK	1378

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12224 MiB free)
  memory of node 1: 16384 MiB (15640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262901-1502635288/watcher-4262901-1502635288 -o /tmp/evaluation-result-4262901-1502635288/solver-4262901-1502635288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262901-1502635288.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26097, runsolver pid=26094

[startup+0.100236 s]*
/proc/loadavg: 2.00 2.03 2.13 3/206 26103
/proc/meminfo: memFree=28525948/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=9936560 memory=18792 CPUtime=0.01 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 3487 0 0 0 1 0 0 0 20 0 6 0 163181492 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2484140 4698 1923 1 0 2473637 0
[pid=26097/tid=26099] ppid=26094 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 2182 0 0 0 1 0 0 0 20 0 6 0 163181501 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 139620910096976 139620889206336 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163181501 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=9936560 memory=140183226013312 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163181501 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163181501 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163181501 10175037440 4698 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18792 KiB

[startup+0.209919 s]*
/proc/loadavg: 2.00 2.03 2.13 6/215 26112
/proc/meminfo: memFree=28520828/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10551156 memory=25228 CPUtime=0.07 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 4791 0 0 0 6 1 0 0 20 0 15 0 163181492 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2637789 6307 2641 1 0 2627261 0
[pid=26097/tid=26099] ppid=26094 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 2882 0 0 0 5 0 0 0 20 0 15 0 163181501 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620910086544 139620905882781 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10551156 memory=3905945449766835872 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10551156 memory=140183226013312 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620468708512 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620467655408 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10551156 memory=140183226013312 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10551156 memory=140183226013312 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181512 10804383744 6307 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25228 KiB

[startup+0.310465 s]*
/proc/loadavg: 2.00 2.03 2.13 4/215 26112
/proc/meminfo: memFree=28508144/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10551156 memory=35700 CPUtime=0.23 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 8215 0 0 0 20 3 0 0 20 0 15 0 163181492 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2637789 8925 2864 1 0 2627261 0
[pid=26097/tid=26099] ppid=26094 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 5858 0 0 0 13 2 0 0 20 0 15 0 163181501 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620910093072 139620889941342 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163181501 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620468708512 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163181503 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620467655408 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 163181506 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) S 26094 26097 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 421 0 0 0 3 0 0 0 20 0 15 0 163181506 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10551156 memory=140183226013312 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181512 10804383744 8925 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35700 KiB

[startup+0.701672 s]
/proc/loadavg: 2.00 2.03 2.13 6/215 26112
/proc/meminfo: memFree=28493784/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10551232 memory=112384 CPUtime=1.32 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 12634 0 0 0 127 5 0 0 20 0 15 0 163181492 10804461568 28096 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2637808 28096 3065 1 0 2627261 0
[pid=26097/tid=26099] ppid=26094 vsize=10551232 memory=280366204190760 CPUtime=0.53 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 7514 0 0 0 49 4 0 0 20 0 15 0 163181501 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620910092160 139620548738486 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10551232 memory=280366204325968 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10551232 memory=280366204196008 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10551232 memory=280366204145440 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181501 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163181501 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10551232 memory=39680 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620468708512 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10551232 memory=636 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620467655408 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10551232 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10551232 memory=960 CPUtime=0.23 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) R 26094 26097 7084 0 -1 4202560 1315 0 0 0 23 0 0 0 20 0 15 0 163181506 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620465535840 139620889384341 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10551232 memory=1236 CPUtime=0.23 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) R 26094 26097 7084 0 -1 4202560 992 0 0 0 23 0 0 0 20 0 15 0 163181506 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620464483920 139620886561152 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10551232 memory=2240 CPUtime=0.3 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 1530 0 0 0 30 0 0 0 20 0 15 0 163181506 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10551232 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181512 10804461568 28162 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 112384 KiB

[startup+1.50072 s]
/proc/loadavg: 2.00 2.03 2.13 7/215 26112
/proc/meminfo: memFree=28342628/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10551232 memory=293672 CPUtime=3.8 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 24092 0 0 0 366 14 0 0 20 0 15 0 163181492 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2637808 73418 3104 1 0 2627261 0
[pid=26097/tid=26099] ppid=26094 vsize=10551232 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 7565 0 0 0 121 5 0 0 20 0 15 0 163181501 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620910099208 139620549372187 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10551232 memory=7649399375607707186 CPUtime=0.06 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 113 0 0 0 5 1 0 0 20 0 15 0 163181501 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10551232 memory=7300704776819335744 CPUtime=0.05 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 89 0 0 0 4 1 0 0 20 0 15 0 163181501 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10551232 memory=262616 CPUtime=0.04 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 78 0 0 0 3 1 0 0 20 0 15 0 163181501 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 163181501 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620468708512 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10551232 memory=6502580487379 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163181503 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620467655408 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10551232 memory=13563786715989427 CPUtime=0.96 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) R 26094 26097 7084 0 -1 4202560 5467 0 0 0 95 1 0 0 20 0 15 0 163181506 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620465533080 139620889357643 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10551232 memory=4044 CPUtime=0.99 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) R 26094 26097 7084 0 -1 4202560 7073 0 0 0 98 1 0 0 20 0 15 0 163181506 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620464489424 139620890760532 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10551232 memory=2241 CPUtime=0.34 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 2156 0 0 0 34 0 0 0 20 0 15 0 163181506 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163181506 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163181512 10804461568 73418 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 10551232 KiB

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

/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 572 0 0 0 42 10 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1631 0 0 0 41 11 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 877 0 0 0 40 10 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10617796 memory=4156 CPUtime=0.11 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 5291 0 0 0 7 4 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10617796 memory=68932 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620468708576 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10617796 memory=636 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620467655424 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10617796 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10617796 memory=926220 CPUtime=2.59 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 16873 0 0 0 256 3 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10617796 memory=288230621803970871 CPUtime=2.58 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) S 26094 26097 7084 0 -1 1077944384 17525 0 0 0 256 2 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10617796 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 5837 0 0 0 49 1 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10617796 memory=7956006113574416482 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10617796 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 2632 0 0 0 66 89 0 0 20 0 16 0 163181512 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26113] ppid=26094 vsize=10617796 memory=7956006113574218603 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26113/stat : 26113 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163181651 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620393145392 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 2510.98 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 926220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.3 s]
/proc/loadavg: 4.89 4.47 3.54 7/215 26599
/proc/meminfo: memFree=22376868/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10617796 memory=926220 CPUtime=2520 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 95000 0 0 0 251862 138 0 0 20 0 16 0 163181492 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2654449 231555 3138 1 0 2643902 0
[pid=26097/tid=26099] ppid=26094 vsize=10617796 memory=68 CPUtime=2510.5 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 41688 0 0 0 251036 14 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620910092432 139620549885404 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.53 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 663 0 0 0 42 11 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10617796 memory=251960 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 572 0 0 0 42 10 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1631 0 0 0 41 11 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 877 0 0 0 40 10 0 0 20 0 16 0 163181501 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10617796 memory=926220 CPUtime=0.11 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 5291 0 0 0 7 4 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10617796 memory=926220 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620468708576 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10617796 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 163181503 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620467655424 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10617796 memory=926220 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10617796 memory=4156 CPUtime=2.59 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 16873 0 0 0 256 3 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10617796 memory=68932 CPUtime=2.58 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) S 26094 26097 7084 0 -1 1077944384 17525 0 0 0 256 2 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10617796 memory=164 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 5837 0 0 0 49 1 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10617796 memory=280366204472624 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163181506 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10617796 memory=926220 CPUtime=1.56 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 2634 0 0 0 67 89 0 0 20 0 16 0 163181512 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26113] ppid=26094 vsize=10617796 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26113/stat : 26113 (java) S 26094 26097 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163181651 10872623104 231555 18446744073709551615 4194304 4196468 140727967588752 139620393145392 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 926220 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2511.52 s]
# the end of solver process 26097 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.8 s, system=1.38723 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2511.41 s]
/proc/loadavg: 4.89 4.47 3.54 7/215 26599
/proc/meminfo: memFree=22376868/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10817488 memory=926560 CPUtime=2520.13 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 96099 0 0 0 251875 138 0 0 20 0 17 0 163181492 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2704372 231640 3141 1 0 2693825 0
[pid=26097/tid=26099] ppid=26094 vsize=10817488 memory=4288 CPUtime=2510.6 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) R 26094 26097 7084 0 -1 4202560 41911 0 0 0 251046 14 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620910099760 139620550662522 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10817488 memory=2160 CPUtime=0.53 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 663 0 0 0 42 11 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10817488 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 572 0 0 0 42 10 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10817488 memory=926220 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1631 0 0 0 41 11 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10817488 memory=2008 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 877 0 0 0 40 10 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10817488 memory=11368 CPUtime=0.11 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 5291 0 0 0 7 4 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10817488 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620468708576 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10817488 memory=926220 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620467655424 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10817488 memory=11368 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10817488 memory=1224 CPUtime=2.59 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 16935 0 0 0 256 3 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10817488 memory=4600 CPUtime=2.59 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) R 26094 26097 7084 0 -1 4202560 17543 0 0 0 257 2 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620889248421 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10817488 memory=1440 CPUtime=0.51 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 6006 0 0 0 50 1 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10817488 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10817488 memory=636 CPUtime=1.56 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 2634 0 0 0 67 89 0 0 20 0 17 0 163181512 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 926560 KiB

[startup+2511.5 s]
/proc/loadavg: 4.89 4.47 3.54 7/215 26599
/proc/meminfo: memFree=22376868/32770624 swapFree=67108776/67108860
[pid=26097] ppid=26094 vsize=10817488 memory=926560 CPUtime=2520.17 cores=1,3,5,7
/proc/26097/stat : 26097 (java) S 26094 26097 7084 0 -1 1077944320 96134 0 0 0 251879 138 0 0 20 0 17 0 163181492 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 140727967571296 139620905860855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
/proc/26097/statm: 2704372 231640 3141 1 0 2693825 0
[pid=26097/tid=26099] ppid=26094 vsize=10817488 memory=926220 CPUtime=2510.63 cores=1,3,5,7
/proc/26097/task/26099/stat : 26099 (java) S 26094 26097 7084 0 -1 1077944384 41921 0 0 0 251049 14 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620910103728 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26100] ppid=26094 vsize=10817488 memory=68 CPUtime=0.53 cores=1,3,5,7
/proc/26097/task/26100/stat : 26100 (java) S 26094 26097 7084 0 -1 1077944384 663 0 0 0 42 11 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620866759696 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26101] ppid=26094 vsize=10817488 memory=926220 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26101/stat : 26101 (java) S 26094 26097 7084 0 -1 1077944384 572 0 0 0 42 10 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620865707152 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26102] ppid=26094 vsize=10817488 memory=926220 CPUtime=0.52 cores=1,3,5,7
/proc/26097/task/26102/stat : 26102 (java) S 26094 26097 7084 0 -1 1077944384 1631 0 0 0 41 11 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620514716432 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26103] ppid=26094 vsize=10817488 memory=926220 CPUtime=0.5 cores=1,3,5,7
/proc/26097/task/26103/stat : 26103 (java) S 26094 26097 7084 0 -1 1077944384 877 0 0 0 40 10 0 0 20 0 17 0 163181501 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620513663888 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26104] ppid=26094 vsize=10817488 memory=4156 CPUtime=0.11 cores=1,3,5,7
/proc/26097/task/26104/stat : 26104 (java) S 26094 26097 7084 0 -1 1077944384 5311 0 0 0 7 4 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620469762288 139620905872002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26105] ppid=26094 vsize=10817488 memory=926220 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26105/stat : 26105 (java) S 26094 26097 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620468708576 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26106] ppid=26094 vsize=10817488 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26106/stat : 26106 (java) S 26094 26097 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163181503 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620467655424 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26107] ppid=26094 vsize=10817488 memory=68932 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26107/stat : 26107 (java) S 26094 26097 7084 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620466603984 139620905879451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26108] ppid=26094 vsize=10817488 memory=164 CPUtime=2.59 cores=1,3,5,7
/proc/26097/task/26108/stat : 26108 (java) S 26094 26097 7084 0 -1 1077944384 16935 0 0 0 256 3 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620465552112 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26109] ppid=26094 vsize=10817488 memory=280366204472624 CPUtime=2.6 cores=1,3,5,7
/proc/26097/task/26109/stat : 26109 (java) S 26094 26097 7084 0 -1 1077944384 17548 0 0 0 258 2 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620464499568 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26110] ppid=26094 vsize=10817488 memory=926220 CPUtime=0.51 cores=1,3,5,7
/proc/26097/task/26110/stat : 26110 (java) S 26094 26097 7084 0 -1 1077944384 6006 0 0 0 50 1 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620463446512 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26111] ppid=26094 vsize=10817488 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/26097/task/26111/stat : 26111 (java) S 26094 26097 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163181506 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620462394208 139620905871061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
[pid=26097/tid=26112] ppid=26094 vsize=10817488 memory=926220 CPUtime=1.56 cores=1,3,5,7
/proc/26097/task/26112/stat : 26112 (java) S 26094 26097 7084 0 -1 1077944384 2634 0 0 0 67 89 0 0 20 0 17 0 163181512 11077107712 231640 18446744073709551615 4194304 4196468 140727967588752 139620394199600 139620905872002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140727967596944 140727967597097 140727967597097 140727967600591 0
Current children cumulated CPU time: 2520.17 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 926560 KiB

Child status: 143
Real time (s): 2511.52
CPU time (s): 2520.19
CPU user time (s): 2518.8
CPU system time (s): 1.38723
CPU usage (%): 100.345
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 926560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.8
system time used= 1.38723
maximum resident set size= 927260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56789
involuntary context switches= 927


# summary of solver processes directly reported to runsolver:
#   pid: 26097
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2518.8
#   total CPU system time (s): 1.38723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6048 second user time and 24.6591 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 16:27:02
IDJOB=4262901
IDBENCH=138319
IDSOLVER=2651
FILE ID=node132/4262901-1502635288
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff57.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262901-1502635288/watcher-4262901-1502635288 -o /tmp/evaluation-result-4262901-1502635288/solver-4262901-1502635288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262901-1502635288.xml

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

MD5SUM BENCH= 9601f9fdcfec45ff7e2268abb15a55d6
RANDOM SEED=289893006

node132.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.74
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.74
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.74
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.74
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:        28533684 kB
MemAvailable:   28779400 kB
Buffers:          228268 kB
Cached:           341984 kB
SwapCached:           84 kB
Active:          3659984 kB
Inactive:         165864 kB
Active(anon):    3203420 kB
Inactive(anon):   101948 kB
Active(file):     456564 kB
Inactive(file):    63916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:       3255520 kB
Mapped:            76332 kB
Shmem:             49768 kB
Slab:             108840 kB
SReclaimable:      82140 kB
SUnreclaim:        26700 kB
KernelStack:        3536 kB
PageTables:        11344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4775556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3092480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 17:08:54