Trace number 4244183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05SAT (TO)1378 2400.31 2389.93

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

4.60/1.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.60/1.40	c This is free software under the dual EPL/GNU LGPL licenses.
4.60/1.40	c See www.sat4j.org for details.
4.60/1.40	c That software uses the Rhino library from the Mozilla project.
4.60/1.40	c version CUSTOM.v20170705
4.60/1.40	c java.runtime.name	Java(TM) SE Runtime Environment
4.60/1.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.60/1.40	c java.vm.version	25.131-b11
4.60/1.40	c java.vm.vendor	Oracle Corporation
4.60/1.40	c sun.arch.data.model	64
4.60/1.40	c java.version		1.8.0_131
4.60/1.40	c os.name		Linux
4.60/1.40	c os.version		3.10.0-514.16.1.el7.x86_64
4.60/1.40	c os.arch		amd64
4.60/1.40	c Free memory 		499604488
4.60/1.40	c Max memory 		7247757312
4.60/1.40	c Total memory 		504889344
4.60/1.40	c Number of processors 	8
4.60/1.40	c c --- Begin Solver configuration ---
4.60/1.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.60/1.40	c Learn all clauses as in MiniSAT
4.60/1.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.60/1.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.60/1.40	c No reason simplification
4.60/1.40	c Glucose 2.1 dynamic restart strategy
4.60/1.40	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
4.60/1.40	c timeout=2147483s
4.60/1.40	c DB Simplification allowed=false
4.60/1.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.60/1.40	c --- End Solver configuration ---
4.60/1.40	c constraints type 
4.60/1.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 698
4.60/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 757512
4.60/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 462066
4.60/1.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 696
4.60/1.40	c 1220972 constraints processed.
12.47/7.32	o 8838
108.37/101.69	o 5178
111.81/104.92	o 4183
165.03/158.06	o 3858
241.13/234.05	o 3834
273.74/266.62	o 3729
305.39/297.46	o 2678
465.60/457.63	o 2610
570.00/562.05	o 2460
596.90/588.94	o 2258
711.09/703.14	o 1968
1040.58/1032.69	o 1965
1048.49/1040.50	o 1829
1107.68/1099.73	o 1737
1333.08/1325.10	o 1711
1408.39/1400.44	o 1505
1468.28/1460.39	o 1432
2117.14/2106.88	o 1378
2400.27/2389.90	c starts		: 7816
2400.27/2389.90	c conflicts		: 2403047
2400.27/2389.90	c decisions		: 53593964
2400.27/2389.90	c propagations		: 4913427811
2400.27/2389.90	c inspects		: 18614528831
2400.27/2389.90	c shortcuts		: 0
2400.27/2389.90	c learnt literals	: 315
2400.27/2389.90	c learnt binary clauses	: 10090
2400.27/2389.90	c learnt ternary clauses	: 21542
2400.27/2389.90	c learnt constraints	: 2402732
2400.27/2389.90	c ignored constraints	: 0
2400.27/2389.90	c root simplifications	: 0
2400.27/2389.90	c removed literals (reason simplification)	: 0
2400.27/2389.90	c reason swapping (by a shorter reason)	: 0
2400.27/2389.90	c Calls to reduceDB	: 188
2400.27/2389.90	c Number of update (reduction) of LBD	: 1537381
2400.27/2389.90	c Imported unit clauses	: 0
2400.27/2389.90	c number of reductions to clauses (during analyze)	: 0
2400.27/2389.90	c number of learned constraints concerned by reduction	: 0
2400.27/2389.90	c number of learning phase by resolution	: 0
2400.27/2389.90	c number of learning phase by cutting planes	: 0
2400.27/2389.91	c number of rounding to 1 operations	: 0
2400.27/2389.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.27/2389.91	c number of reductions of the coefficients by power 2 	: 0
2400.27/2389.91	c number of right shift for reduction by power 2 	: 0
2400.27/2389.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.27/2389.91	c speed (assignments/second)	: 2057134.9786747308
2400.27/2389.91	c non guided choices	17516447
2400.27/2389.91	c learnt constraints type 
2400.27/2389.91	s SATISFIABLE
2400.27/2389.91	v <instantiation type="solution">
2400.27/2389.91	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>
2400.27/2389.91	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>
2400.27/2389.91	v </instantiation>
2400.27/2389.91	

Verifier Data

OK	1378

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-4244183-1500681510/watcher-4244183-1500681510 -o /tmp/evaluation-result-4244183-1500681510/solver-4244183-1500681510 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500679132-15153 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244183-1500681510.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.11 3/265 15455
/proc/meminfo: memFree=30560452/32770624 swapFree=5932/216672
[pid=15455] ppid=15452 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 2178 0 0 0 0 0 0 0 20 0 2 0 3417999 8550137856 2442 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2087436 2442 1197 1 0 2076347 0
[pid=15455/tid=15456] ppid=15452 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 921 0 0 0 0 0 0 0 20 0 3 0 3417999 8551190528 2442 33554432000 4194304 4196468 140729691627872 140061242780064 140061231277825 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) R 15452 15455 15122 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 3418000 8551190528 2442 33554432000 4194304 4196468 140729691627872 140061242780064 140061231277825 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0

[startup+0.100127 s]
/proc/loadavg: 2.01 2.05 2.11 3/265 15455
/proc/meminfo: memFree=30560452/32770624 swapFree=5932/216672
[pid=15455] ppid=15452 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 4893 0 0 0 8 1 0 0 20 0 20 0 3417999 11162169344 6014 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2725139 6014 2631 1 0 2713552 0
[pid=15455/tid=15456] ppid=15452 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 2981 0 0 0 7 0 0 0 20 0 20 0 3417999 11162169344 6014 33554432000 4194304 4196468 140729691627872 140061242780256 140061222617630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3418000 11162169344 6014 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200435 s]
/proc/loadavg: 2.01 2.05 2.11 3/265 15455
/proc/meminfo: memFree=30560452/32770624 swapFree=5932/216672
[pid=15455] ppid=15452 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 7151 0 0 0 23 2 0 0 20 0 20 0 3417999 11162169344 8336 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2725139 8336 2824 1 0 2713552 0
[pid=15455/tid=15456] ppid=15452 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 4827 0 0 0 16 2 0 0 20 0 20 0 3417999 11162169344 8336 33554432000 4194304 4196468 140729691627872 140061242748464 140061238559901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3418000 11162169344 8336 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300402 s]
/proc/loadavg: 2.01 2.05 2.11 3/265 15455
/proc/meminfo: memFree=30560452/32770624 swapFree=5932/216672
[pid=15455] ppid=15452 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 8441 0 0 0 39 3 0 0 20 0 20 0 3417999 11162169344 10090 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2725139 10090 2940 1 0 2713552 0
[pid=15455/tid=15456] ppid=15452 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 5411 0 0 0 26 2 0 0 20 0 20 0 3417999 11162169344 10090 33554432000 4194304 4196468 140729691627872 140061242770624 140061218263039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3418000 11162169344 10090 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700304 s]
/proc/loadavg: 2.01 2.05 2.11 3/265 15455
/proc/meminfo: memFree=30560452/32770624 swapFree=5932/216672
[pid=15455] ppid=15452 vsize=10900632 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 12879 0 0 0 195 5 0 0 20 0 20 0 3417999 11162247168 38650 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2725158 38650 3091 1 0 2713552 0
[pid=15455/tid=15456] ppid=15452 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 5971 0 0 0 64 4 0 0 20 0 20 0 3417999 11162247168 38650 33554432000 4194304 4196468 140729691627872 140061242770888 140060850099218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3418000 11162247168 38650 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10900632

[startup+1.50079 s]
/proc/loadavg: 2.01 2.05 2.11 6/285 15475
/proc/meminfo: memFree=30320944/32770624 swapFree=5932/216704
[pid=15455] ppid=15452 vsize=10967196 CPUtime=5.23 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 21979 0 0 0 500 23 0 0 20 0 21 0 3417999 11230408704 83620 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2741799 83620 3134 1 0 2730193 0
[pid=15455/tid=15456] ppid=15452 vsize=10967196 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 6067 0 0 0 135 5 0 0 20 0 21 0 3417999 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061242776392 140060851311177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 81 0 0 0 5 2 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 77 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 75 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15463/stat : 15463 (java) S 15452 15455 15122 0 -1 1077944384 22 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061169965968 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15464] ppid=15452 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15464/stat : 15464 (java) S 15452 15455 15122 0 -1 1077944384 33 0 0 0 3 2 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061168913424 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15465] ppid=15452 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15465/stat : 15465 (java) S 15452 15455 15122 0 -1 1077944384 53 0 0 0 3 1 0 0 20 0 21 0 3418000 11230408704 83620 33554432000 4194304 4196468 140729691627872 140061167860880 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15466] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15466/stat : 15466 (java) S 15452 15455 15122 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3418003 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060579821552 140061238549122 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15467] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15467/stat : 15467 (java) S 15452 15455 15122 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3418003 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060578767776 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15468] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15468/stat : 15468 (java) S 15452 15455 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3418004 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060577715184 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15469] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15469/stat : 15469 (java) S 15452 15455 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060576663760 140061238556571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15470] ppid=15452 vsize=10967196 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15470/stat : 15470 (java) R 15452 15455 15122 0 -1 4202560 4403 0 0 0 99 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060575597944 140061219718093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15471] ppid=15452 vsize=10967196 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15471/stat : 15471 (java) R 15452 15455 15122 0 -1 4202560 2795 0 0 0 91 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060574539848 140061222023925 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15472] ppid=15452 vsize=10967196 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15472/stat : 15472 (java) R 15452 15455 15122 0 -1 4202560 4695 0 0 0 103 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060573492752 140061222021402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15473] ppid=15452 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 2071 0 0 0 40 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 83620 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 10967196

[startup+3.10121 s]
/proc/loadavg: 2.09 2.07 2.11 4/286 15476
/proc/meminfo: memFree=30235808/32770624 swapFree=5932/216716
[pid=15455] ppid=15452 vsize=10967196 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 22856 0 0 0 798 24 0 0 20 0 21 0 3417999 11230408704 85413 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2741799 85413 3150 1 0 2730193 0
[pid=15455/tid=15456] ppid=15452 vsize=10967196 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 6211 0 0 0 294 5 0 0 20 0 21 0 3417999 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061242774584 140060851429406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 81 0 0 0 5 2 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 77 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 75 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15463/stat : 15463 (java) S 15452 15455 15122 0 -1 1077944384 22 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061169965968 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15464] ppid=15452 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15464/stat : 15464 (java) S 15452 15455 15122 0 -1 1077944384 33 0 0 0 3 2 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061168913424 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15465] ppid=15452 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15465/stat : 15465 (java) S 15452 15455 15122 0 -1 1077944384 53 0 0 0 3 1 0 0 20 0 21 0 3418000 11230408704 85413 33554432000 4194304 4196468 140729691627872 140061167860880 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15466] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15466/stat : 15466 (java) S 15452 15455 15122 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3418003 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060579821552 140061238549122 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15467] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15467/stat : 15467 (java) S 15452 15455 15122 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3418003 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060578767776 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15468] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15468/stat : 15468 (java) S 15452 15455 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3418004 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060577715184 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15469] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15469/stat : 15469 (java) S 15452 15455 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060576663760 140061238556571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15470] ppid=15452 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15470/stat : 15470 (java) S 15452 15455 15122 0 -1 1077944384 4464 0 0 0 137 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060575611376 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15471] ppid=15452 vsize=10967196 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15471/stat : 15471 (java) S 15452 15455 15122 0 -1 1077944384 3308 0 0 0 141 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060574558832 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15472] ppid=15452 vsize=10967196 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15472/stat : 15472 (java) S 15452 15455 15122 0 -1 1077944384 4815 0 0 0 149 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060573506288 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15473] ppid=15452 vsize=10967196 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 2108 0 0 0 44 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15476] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15476/stat : 15476 (java) S 15452 15455 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3418142 11230408704 85413 33554432000 4194304 4196468 140729691627872 140060569293744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 10967196

[startup+6.30083 s]
/proc/loadavg: 2.09 2.07 2.11 3/286 15476
/proc/meminfo: memFree=30230720/32770624 swapFree=5932/216716
[pid=15455] ppid=15452 vsize=10967196 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 25252 0 0 0 1118 24 0 0 20 0 21 0 3417999 11230408704 85994 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2741799 85994 3152 1 0 2730193 0
[pid=15455/tid=15456] ppid=15452 vsize=10967196 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 6742 0 0 0 614 5 0 0 20 0 21 0 3417999 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061242774128 140060851429906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 81 0 0 0 5 2 0 0 20 0 21 0 3418000 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 21 0 3418000 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 77 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 75 0 0 0 4 2 0 0 20 0 21 0 3418000 11230408704 85994 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14

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

[pid=15455/tid=15473] ppid=15452 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 5813 0 0 0 50 1 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 3030 0 0 0 62 58 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15476] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15476/stat : 15476 (java) S 15452 15455 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3418142 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060569293744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 2392.64
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.7 s]
/proc/loadavg: 1.04 1.24 1.64 2/260 15648
/proc/meminfo: memFree=31090996/32770624 swapFree=5932/218820
[pid=15455] ppid=15452 vsize=10967196 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 87757 0 0 0 239769 235 0 0 20 0 21 0 3417999 11230408704 230248 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2741799 230248 3170 1 0 2730193 0
[pid=15455/tid=15456] ppid=15452 vsize=10967196 CPUtime=2387.58 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 37118 0 0 0 238746 12 0 0 20 0 21 0 3417999 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061242769552 140060852355767 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=10967196 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 517 0 0 0 46 20 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=10967196 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 640 0 0 0 42 20 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=10967196 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 611 0 0 0 42 21 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=10967196 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 426 0 0 0 43 21 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=10967196 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 863 0 0 0 44 21 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=10967196 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15463/stat : 15463 (java) S 15452 15455 15122 0 -1 1077944384 1401 0 0 0 43 20 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061169965968 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15464] ppid=15452 vsize=10967196 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15464/stat : 15464 (java) S 15452 15455 15122 0 -1 1077944384 465 0 0 0 45 20 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061168913424 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15465] ppid=15452 vsize=10967196 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15465/stat : 15465 (java) S 15452 15455 15122 0 -1 1077944384 421 0 0 0 41 19 0 0 20 0 21 0 3418000 11230408704 230248 33554432000 4194304 4196468 140729691627872 140061167860880 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15466] ppid=15452 vsize=10967196 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15466/stat : 15466 (java) S 15452 15455 15122 0 -1 1077944384 5370 0 0 0 15 3 0 0 20 0 21 0 3418003 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060579821552 140061238549122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15467] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15467/stat : 15467 (java) S 15452 15455 15122 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 3418003 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060578767840 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15468] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15468/stat : 15468 (java) S 15452 15455 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 3418004 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060577715200 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15469] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15469/stat : 15469 (java) S 15452 15455 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060576663760 140061238556571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15470] ppid=15452 vsize=10967196 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15470/stat : 15470 (java) S 15452 15455 15122 0 -1 1077944384 11466 0 0 0 176 1 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060575611376 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15471] ppid=15452 vsize=10967196 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15471/stat : 15471 (java) S 15452 15455 15122 0 -1 1077944384 8612 0 0 0 177 0 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060574558832 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15472] ppid=15452 vsize=10967196 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15472/stat : 15472 (java) S 15452 15455 15122 0 -1 1077944384 9580 0 0 0 181 1 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060573506288 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15473] ppid=15452 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 5813 0 0 0 50 1 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=10967196 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 3032 0 0 0 63 58 0 0 20 0 21 0 3418008 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15476] ppid=15452 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15476/stat : 15476 (java) S 15452 15455 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3418142 11230408704 230248 33554432000 4194304 4196468 140729691627872 140060569293744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10967196

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

[startup+2389.81 s]
/proc/loadavg: 1.04 1.24 1.64 2/260 15648
/proc/meminfo: memFree=31090996/32770624 swapFree=5932/218820
[pid=15455] ppid=15452 vsize=11166888 CPUtime=2400.16 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 89488 0 0 0 239781 235 0 0 20 0 22 0 3417999 11434893312 230350 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2791722 230350 3173 1 0 2780116 0
[pid=15455/tid=15456] ppid=15452 vsize=11166888 CPUtime=2387.68 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) R 15452 15455 15122 0 -1 4202560 37384 0 0 0 238756 12 0 0 20 0 22 0 3417999 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061242776984 140060851926565 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=11166888 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 517 0 0 0 46 20 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=11166888 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 640 0 0 0 42 20 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=11166888 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 611 0 0 0 42 21 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=11166888 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 426 0 0 0 43 21 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 863 0 0 0 44 21 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=11166888 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15463/stat : 15463 (java) S 15452 15455 15122 0 -1 1077944384 1401 0 0 0 43 20 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061169965968 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15464] ppid=15452 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15464/stat : 15464 (java) S 15452 15455 15122 0 -1 1077944384 465 0 0 0 45 20 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061168913424 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15465] ppid=15452 vsize=11166888 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15465/stat : 15465 (java) S 15452 15455 15122 0 -1 1077944384 421 0 0 0 41 19 0 0 20 0 22 0 3418000 11434893312 230350 33554432000 4194304 4196468 140729691627872 140061167860880 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15466] ppid=15452 vsize=11166888 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15466/stat : 15466 (java) S 15452 15455 15122 0 -1 1077944384 5370 0 0 0 15 3 0 0 20 0 22 0 3418003 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060579821552 140061238549122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15467] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15467/stat : 15467 (java) S 15452 15455 15122 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 22 0 3418003 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060578767840 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15468] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15468/stat : 15468 (java) S 15452 15455 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 3418004 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060577715200 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15469] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15469/stat : 15469 (java) S 15452 15455 15122 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060576663760 140061238556571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15470] ppid=15452 vsize=11166888 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15470/stat : 15470 (java) S 15452 15455 15122 0 -1 1077944384 11656 0 0 0 176 1 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060575611376 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15471] ppid=15452 vsize=11166888 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15471/stat : 15471 (java) R 15452 15455 15122 0 -1 4202560 8956 0 0 0 178 0 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060574559128 140061216365213 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15472] ppid=15452 vsize=11166888 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15472/stat : 15472 (java) S 15452 15455 15122 0 -1 1077944384 9661 0 0 0 181 1 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060573506288 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15473] ppid=15452 vsize=11166888 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 6070 0 0 0 50 1 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=11166888 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 3032 0 0 0 63 58 0 0 20 0 22 0 3418008 11434893312 230350 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 2400.16
Current children cumulated vsize (KiB) 11166888

[startup+2389.9 s]
/proc/loadavg: 1.04 1.24 1.64 2/260 15648
/proc/meminfo: memFree=31090996/32770624 swapFree=5932/218820
[pid=15455] ppid=15452 vsize=11166888 CPUtime=2400.27 cores=0,2,4,6,8,10,12,14
/proc/15455/stat : 15455 (java) S 15452 15455 15122 0 -1 1077944320 90459 0 0 0 239792 235 0 0 20 0 22 0 3417999 11434893312 230351 33554432000 4194304 4196468 140729691627872 140729691610416 140061238537975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
/proc/15455/statm: 2791722 230351 3173 1 0 2780116 0
[pid=15455/tid=15456] ppid=15452 vsize=11166888 CPUtime=2387.73 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15456/stat : 15456 (java) S 15452 15455 15122 0 -1 1077944384 37401 0 0 0 238761 12 0 0 20 0 22 0 3417999 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061242780848 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15457] ppid=15452 vsize=11166888 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15457/stat : 15457 (java) S 15452 15455 15122 0 -1 1077944384 517 0 0 0 46 20 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061175228688 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15458] ppid=15452 vsize=11166888 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15458/stat : 15458 (java) S 15452 15455 15122 0 -1 1077944384 640 0 0 0 42 20 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061174176144 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15459] ppid=15452 vsize=11166888 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15459/stat : 15459 (java) S 15452 15455 15122 0 -1 1077944384 611 0 0 0 42 21 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061173123600 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15461] ppid=15452 vsize=11166888 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15461/stat : 15461 (java) S 15452 15455 15122 0 -1 1077944384 426 0 0 0 43 21 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061172071056 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15462] ppid=15452 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15462/stat : 15462 (java) S 15452 15455 15122 0 -1 1077944384 863 0 0 0 44 21 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061171018512 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15463] ppid=15452 vsize=11166888 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15463/stat : 15463 (java) S 15452 15455 15122 0 -1 1077944384 1401 0 0 0 43 20 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061169965968 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15464] ppid=15452 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15464/stat : 15464 (java) S 15452 15455 15122 0 -1 1077944384 465 0 0 0 45 20 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061168913424 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15465] ppid=15452 vsize=11166888 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15465/stat : 15465 (java) S 15452 15455 15122 0 -1 1077944384 421 0 0 0 41 19 0 0 20 0 22 0 3418000 11434893312 230351 33554432000 4194304 4196468 140729691627872 140061167860880 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15466] ppid=15452 vsize=11166888 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15466/stat : 15466 (java) S 15452 15455 15122 0 -1 1077944384 5370 0 0 0 15 3 0 0 20 0 22 0 3418003 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060579821552 140061238549122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15467] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15467/stat : 15467 (java) S 15452 15455 15122 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 22 0 3418003 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060578767840 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15468] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15468/stat : 15468 (java) S 15452 15455 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 3418004 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060577715200 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15469] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15469/stat : 15469 (java) S 15452 15455 15122 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060576663760 140061238556571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15470] ppid=15452 vsize=11166888 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15470/stat : 15470 (java) S 15452 15455 15122 0 -1 1077944384 11656 0 0 0 176 1 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060575611376 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15471] ppid=15452 vsize=11166888 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15471/stat : 15471 (java) S 15452 15455 15122 0 -1 1077944384 9230 0 0 0 179 0 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060574558832 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15472] ppid=15452 vsize=11166888 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15472/stat : 15472 (java) R 15452 15455 15122 0 -1 4202560 10322 0 0 0 186 1 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060573506584 140061230492417 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15473] ppid=15452 vsize=11166888 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15473/stat : 15473 (java) S 15452 15455 15122 0 -1 1077944384 6070 0 0 0 50 1 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060572453744 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15474] ppid=15452 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15474/stat : 15474 (java) S 15452 15455 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060571400416 140061238548181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
[pid=15455/tid=15475] ppid=15452 vsize=11166888 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15455/task/15475/stat : 15475 (java) S 15452 15455 15122 0 -1 1077944384 3032 0 0 0 63 58 0 0 20 0 22 0 3418008 11434893312 230351 33554432000 4194304 4196468 140729691627872 140060570347952 140061238549122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10416128 140729691632811 140729691632964 140729691632964 140729691635663 0
Current children cumulated CPU time (s) 2400.27
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2389.93
CPU time (s): 2400.31
CPU user time (s): 2397.94
CPU system time (s): 2.37102
CPU usage (%): 100.435
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.94
system time used= 2.37102
maximum resident set size= 922332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55127
involuntary context switches= 122723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0062 second user time and 19.405 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 01:58:30
IDJOB=4244183
IDBENCH=138319
IDSOLVER=2623
FILE ID=node135/4244183-1500681510
RUNJOBID= node135-1500679132-15153
PBS_JOBID= 20623034
Free space on /tmp= 61844 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-4244183-1500681510/watcher-4244183-1500681510 -o /tmp/evaluation-result-4244183-1500681510/solver-4244183-1500681510 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500679132-15153 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244183-1500681510.xml

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

MD5SUM BENCH= 9601f9fdcfec45ff7e2268abb15a55d6
RANDOM SEED=1685953083

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30561196 kB
MemAvailable:   30586120 kB
Buffers:           54652 kB
Cached:           279828 kB
SwapCached:            0 kB
Active:          1603168 kB
Inactive:         225300 kB
Active(anon):    1497084 kB
Inactive(anon):     8628 kB
Active(file):     106084 kB
Inactive(file):   216672 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:       1499728 kB
Mapped:            42368 kB
Shmem:              8872 kB
Slab:              68944 kB
SReclaimable:      36004 kB
SUnreclaim:        32940 kB
KernelStack:        4560 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2692968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1370112 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= 61844 MiB
End job on node135 at 2017-07-22 02:38:20