Trace number 4110280

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 13.9009 12.5437

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-0-100-0.wbo
MD5SUM8fe691f25a36792a009355c5f1181e28
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.74597
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110280-1466343866.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.125
0.27/0.23	o 1083
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.151
0.27/0.26	o 1077
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.27/0.27	o 1071
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.50/0.39	o 1067
0.50/0.40	c Got one! Elapsed wall clock time (in seconds):0.289
0.50/0.40	o 806
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.64/0.40	o 803
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.64/0.41	o 787
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.64/0.41	o 778
0.64/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.64/0.42	o 742
0.64/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.64/0.42	o 736
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.64/0.43	o 714
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.64/0.43	o 660
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.64/0.43	o 541
0.64/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.64/0.44	o 534
0.80/0.58	c cleaning 3595 clauses out of 7217 with flag 9695/7217
1.06/0.70	c Got one! Elapsed wall clock time (in seconds):0.592
1.06/0.70	o 530
1.06/0.70	c Got one! Elapsed wall clock time (in seconds):0.594
1.06/0.70	o 467
1.06/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.06/0.70	o 462
1.06/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.06/0.74	o 460
1.17/0.81	c Got one! Elapsed wall clock time (in seconds):0.703
1.17/0.81	o 458
1.17/0.82	c Got one! Elapsed wall clock time (in seconds):0.713
1.17/0.82	o 451
1.17/0.83	c Got one! Elapsed wall clock time (in seconds):0.719
1.17/0.83	o 450
1.17/0.84	c Got one! Elapsed wall clock time (in seconds):0.732
1.17/0.84	o 447
1.17/0.84	c Got one! Elapsed wall clock time (in seconds):0.734
1.17/0.84	o 440
1.17/0.88	c Got one! Elapsed wall clock time (in seconds):0.775
1.17/0.88	o 439
1.17/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.17/0.89	o 438
1.17/0.90	c Got one! Elapsed wall clock time (in seconds):0.789
1.17/0.90	o 435
1.27/0.90	c Got one! Elapsed wall clock time (in seconds):0.793
1.27/0.90	o 421
1.27/0.90	c Got one! Elapsed wall clock time (in seconds):0.796
1.27/0.90	o 419
1.27/0.96	c cleaning 6273 clauses out of 12554 with flag 3586/16149
1.27/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
1.27/0.98	o 418
1.27/0.99	c Got one! Elapsed wall clock time (in seconds):0.883
1.27/0.99	o 398
1.61/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.61/1.16	o 374
1.71/1.22	c Got one! Elapsed wall clock time (in seconds):1.115
1.71/1.22	o 373
1.71/1.28	c cleaning 6467 clauses out of 12942 with flag 3611/22810
1.71/1.29	c Got one! Elapsed wall clock time (in seconds):1.178
1.71/1.29	o 366
1.71/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
1.71/1.29	o 365
1.84/1.31	c Got one! Elapsed wall clock time (in seconds):1.203
1.84/1.31	o 350
1.84/1.32	c Got one! Elapsed wall clock time (in seconds):1.211
1.84/1.32	o 349
1.84/1.38	c Got one! Elapsed wall clock time (in seconds):1.272
1.84/1.38	o 326
1.99/1.45	c Got one! Elapsed wall clock time (in seconds):1.338
1.99/1.45	o 323
1.99/1.46	c Got one! Elapsed wall clock time (in seconds):1.352
1.99/1.46	o 322
1.99/1.49	c Got one! Elapsed wall clock time (in seconds):1.384
1.99/1.49	o 321
1.99/1.50	c Got one! Elapsed wall clock time (in seconds):1.388
1.99/1.50	o 315
2.14/1.50	c Got one! Elapsed wall clock time (in seconds):1.398
2.14/1.50	o 313
2.14/1.52	c Got one! Elapsed wall clock time (in seconds):1.409
2.14/1.52	o 303
2.14/1.53	c Got one! Elapsed wall clock time (in seconds):1.419
2.14/1.53	o 299
2.14/1.53	c Got one! Elapsed wall clock time (in seconds):1.423
2.14/1.53	o 289
2.14/1.53	c Got one! Elapsed wall clock time (in seconds):1.426
2.14/1.53	o 287
2.14/1.56	c Got one! Elapsed wall clock time (in seconds):1.457
2.14/1.56	o 286
2.14/1.57	c Got one! Elapsed wall clock time (in seconds):1.466
2.14/1.57	o 282
2.14/1.58	c Got one! Elapsed wall clock time (in seconds):1.469
2.14/1.58	o 254
2.14/1.58	c Got one! Elapsed wall clock time (in seconds):1.47
2.14/1.58	o 252
2.14/1.58	c Got one! Elapsed wall clock time (in seconds):1.477
2.14/1.58	o 251
2.14/1.59	c Got one! Elapsed wall clock time (in seconds):1.481
2.14/1.59	o 249
2.14/1.59	c Got one! Elapsed wall clock time (in seconds):1.486
2.14/1.59	o 247
2.24/1.63	c Got one! Elapsed wall clock time (in seconds):1.526
2.24/1.63	o 231
2.24/1.65	c Got one! Elapsed wall clock time (in seconds):1.546
2.24/1.65	o 230
2.34/1.75	c Got one! Elapsed wall clock time (in seconds):1.646
2.34/1.75	o 226
2.34/1.79	c Got one! Elapsed wall clock time (in seconds):1.683
2.34/1.79	o 225
2.44/1.81	c Got one! Elapsed wall clock time (in seconds):1.699
2.44/1.81	o 224
2.54/1.91	c Got one! Elapsed wall clock time (in seconds):1.808
2.54/1.91	o 223
2.54/1.95	c Got one! Elapsed wall clock time (in seconds):1.848
2.54/1.95	o 184
2.66/2.03	c cleaning 10359 clauses out of 20727 with flag 3748/37062
2.66/2.07	c Got one! Elapsed wall clock time (in seconds):1.962
2.66/2.07	o 180
2.79/2.11	c Got one! Elapsed wall clock time (in seconds):2.001
2.79/2.11	o 173
2.79/2.11	c Got one! Elapsed wall clock time (in seconds):2.008
2.79/2.11	o 171
2.79/2.16	c Got one! Elapsed wall clock time (in seconds):2.057
2.79/2.16	o 169
2.90/2.21	c Got one! Elapsed wall clock time (in seconds):2.101
2.90/2.21	o 167
3.00/2.33	c Got one! Elapsed wall clock time (in seconds):2.228
3.00/2.33	o 166
3.09/2.42	c Got one! Elapsed wall clock time (in seconds):2.314
3.09/2.42	o 165
3.09/2.44	c Got one! Elapsed wall clock time (in seconds):2.335
3.09/2.44	o 161
3.09/2.48	c Got one! Elapsed wall clock time (in seconds):2.376
3.09/2.48	o 159
3.09/2.49	c Got one! Elapsed wall clock time (in seconds):2.384
3.09/2.49	o 158
3.19/2.50	c Got one! Elapsed wall clock time (in seconds):2.397
3.19/2.50	o 156
3.19/2.54	c Got one! Elapsed wall clock time (in seconds):2.429
3.19/2.54	o 154
3.30/2.67	c cleaning 10868 clauses out of 21753 with flag 8780/48447
3.30/2.68	c Got one! Elapsed wall clock time (in seconds):2.571
3.30/2.68	o 153
3.40/2.71	c Got one! Elapsed wall clock time (in seconds):2.604
3.40/2.71	o 152
3.40/2.75	c Got one! Elapsed wall clock time (in seconds):2.643
3.40/2.75	o 150
3.40/2.76	c Got one! Elapsed wall clock time (in seconds):2.651
3.40/2.76	o 148
3.40/2.77	c Got one! Elapsed wall clock time (in seconds):2.659
3.40/2.77	o 124
3.40/2.79	c Got one! Elapsed wall clock time (in seconds):2.686
3.40/2.79	o 111
3.50/2.85	c Got one! Elapsed wall clock time (in seconds):2.745
3.50/2.85	o 110
3.50/2.87	c Got one! Elapsed wall clock time (in seconds):2.767
3.50/2.87	o 105
3.50/2.88	c Got one! Elapsed wall clock time (in seconds):2.774
3.50/2.88	o 101
3.62/2.91	c Got one! Elapsed wall clock time (in seconds):2.802
3.62/2.91	o 97
3.62/2.93	c Got one! Elapsed wall clock time (in seconds):2.82
3.62/2.93	o 96
3.62/2.97	c Got one! Elapsed wall clock time (in seconds):2.861
3.62/2.97	o 88
3.62/2.98	c Got one! Elapsed wall clock time (in seconds):2.869
3.62/2.98	o 84
3.73/3.00	c Got one! Elapsed wall clock time (in seconds):2.893
3.73/3.00	o 79
3.85/3.12	c Got one! Elapsed wall clock time (in seconds):3.012
3.85/3.12	o 77
4.08/3.34	c cleaning 11025 clauses out of 22051 with flag 10670/59613
4.08/3.40	c Got one! Elapsed wall clock time (in seconds):3.288
4.08/3.40	o 70
4.70/3.62	c cleaning 8157 clauses out of 16332 with flag 16222/64919
5.13/3.90	c cleaning 7085 clauses out of 14175 with flag 36928/70919
5.34/4.12	c Got one! Elapsed wall clock time (in seconds):4.01
5.34/4.12	o 56
5.34/4.13	c Got one! Elapsed wall clock time (in seconds):4.027
5.34/4.13	o 47
5.34/4.16	c Got one! Elapsed wall clock time (in seconds):4.055
5.34/4.16	o 40
5.55/4.33	c Got one! Elapsed wall clock time (in seconds):4.222
5.55/4.33	o 38
5.66/4.45	c cleaning 9372 clauses out of 18746 with flag 7285/82575
5.95/4.71	c cleaning 7681 clauses out of 15373 with flag 27233/88574
6.05/4.85	c Got one! Elapsed wall clock time (in seconds):4.748
6.05/4.85	o 37
6.05/4.87	c Got one! Elapsed wall clock time (in seconds):4.764
6.05/4.87	o 33
6.15/4.96	c cleaning 6868 clauses out of 13743 with flag 7044/94625
6.15/4.99	c Got one! Elapsed wall clock time (in seconds):4.884
6.15/4.99	o 22
6.25/5.00	c Got one! Elapsed wall clock time (in seconds):4.893
6.25/5.00	o 21
6.36/5.19	c cleaning 6529 clauses out of 13067 with flag 18012/100817
6.46/5.20	c Got one! Elapsed wall clock time (in seconds):5.093
6.46/5.20	o 11
6.58/5.38	c cleaning 5871 clauses out of 11772 with flag 19950/106051
6.78/5.60	c cleaning 5944 clauses out of 11900 with flag 45352/112050
6.78/5.60	c Got one! Elapsed wall clock time (in seconds):5.492
6.78/5.60	o 8
6.98/5.78	c cleaning 5503 clauses out of 11039 with flag 21910/117133
7.28/6.00	c cleaning 5753 clauses out of 11535 with flag 48038/123132
7.48/6.26	c cleaning 6384 clauses out of 12782 with flag 77360/130132
7.78/6.58	c cleaning 7194 clauses out of 14397 with flag 108769/138132
8.18/6.98	c cleaning 8095 clauses out of 16204 with flag 146153/147134
8.69/7.42	c cleaning 9046 clauses out of 18107 with flag 191752/157133
9.20/7.96	c cleaning 10029 clauses out of 20059 with flag 242300/168133
9.81/8.55	c cleaning 11012 clauses out of 22027 with flag 299333/180132
9.91/8.66	c Got one! Elapsed wall clock time (in seconds):8.554
9.91/8.66	o 7
10.13/8.81	c cleaning 8318 clauses out of 16664 with flag 15150/185783
10.32/9.09	c cleaning 7165 clauses out of 14348 with flag 46062/191785
10.62/9.39	c cleaning 7086 clauses out of 14181 with flag 80934/198783
11.02/9.73	c cleaning 7543 clauses out of 15092 with flag 117652/206782
11.42/10.11	c cleaning 8273 clauses out of 16547 with flag 159344/215784
11.82/10.50	c Got one! Elapsed wall clock time (in seconds):10.398
11.82/10.50	o 5
12.13/10.84	c cleaning 11032 clauses out of 22074 with flag 27267/229589
12.44/11.15	c cleaning 8511 clauses out of 17043 with flag 59640/235590
12.73/11.47	c Got one! Elapsed wall clock time (in seconds):11.363
12.73/11.47	o 3
13.13/11.81	c cleaning 10111 clauses out of 20234 with flag 27605/247292
13.44/12.12	c cleaning 8057 clauses out of 16124 with flag 60426/253293
13.73/12.46	c cleaning 7525 clauses out of 15057 with flag 95753/260291
13.83/12.53	c starts		: 238
13.83/12.53	c conflicts		: 262147
13.83/12.53	c decisions		: 428071
13.83/12.53	c propagations		: 6580040
13.83/12.53	c inspects		: 151586280
13.83/12.53	c shortcuts		: 0
13.83/12.53	c learnt literals	: 37
13.83/12.53	c learnt binary clauses	: 36
13.83/12.53	c learnt ternary clauses	: 403
13.83/12.53	c learnt constraints	: 262109
13.83/12.53	c ignored constraints	: 0
13.83/12.54	c root simplifications	: 0
13.83/12.54	c removed literals (reason simplification)	: 0
13.83/12.54	c reason swapping (by a shorter reason)	: 0
13.83/12.54	c Calls to reduceDB	: 32
13.83/12.54	c Number of update (reduction) of LBD	: 68247
13.83/12.54	c Imported unit clauses	: 0
13.83/12.54	c number of reductions to clauses (during analyze)	: 0
13.83/12.54	c number of learned constraints concerned by reduction	: 0
13.83/12.54	c number of learning phase by resolution	: 0
13.83/12.54	c number of learning phase by cutting planes	: 0
13.83/12.54	c speed (assignments/second)	: 531892.3288335623
13.83/12.54	c non guided choices	4515
13.83/12.54	c learnt constraints type 
13.83/12.54	s OPTIMUM FOUND
13.83/12.54	c Found 101 solution(s)
13.83/12.54	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
13.83/12.54	c objective function=3
13.83/12.54	c Total wall clock time (in seconds): 12.43

Verifier Data

OK	3

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-4110280-1466343866/watcher-4110280-1466343866 -o /tmp/evaluation-result-4110280-1466343866/solver-4110280-1466343866 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110280-1466343866.wbo 

pid=22967
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.30 2.25 1.96 4/194 22970
/proc/meminfo: memFree=30262768/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 36433386 94019584 917 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 22954 917 697 9 0 16769 0
[pid=22970/tid=22971] ppid=22967 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36433387 95129600 927 33554432000 1073741824 1073778376 140735912901776 140650813161000 214360485159 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.30 2.25 1.96 4/194 22970
/proc/meminfo: memFree=30262768/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 36433386 9787879424 6051 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2389619 6051 2134 9 0 2380296 0
[pid=22970/tid=22971] ppid=22967 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 36433387 9787879424 6051 33554432000 1073741824 1073778376 140735912901776 140650813164448 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200298 s]
/proc/loadavg: 2.30 2.25 1.96 4/194 22970
/proc/meminfo: memFree=30262768/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 6341 0 1 0 26 1 0 0 20 0 19 0 36433386 9856040960 7978 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 7978 2231 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2414 0 1 0 17 0 0 0 20 0 19 0 36433387 9856040960 7978 33554432000 1073741824 1073778376 140735912901776 140650813166208 140650666374695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300371 s]
/proc/loadavg: 2.30 2.25 1.96 4/194 22970
/proc/meminfo: memFree=30262768/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 6863 0 1 0 49 1 0 0 20 0 19 0 36433386 9856040960 8470 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 8470 2243 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2416 0 1 0 27 0 0 0 20 0 19 0 36433387 9856040960 8470 33554432000 1073741824 1073778376 140735912901776 140650813166208 140650666764261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700292 s]
/proc/loadavg: 2.30 2.25 1.96 4/194 22970
/proc/meminfo: memFree=30262768/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 7969 0 1 0 105 1 0 0 20 0 19 0 36433386 9856040960 9520 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 9520 2257 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2418 0 1 0 67 0 0 0 20 0 19 0 36433387 9856040960 9520 33554432000 1073741824 1073778376 140735912901776 140650813166208 140650666741391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.30 2.25 1.96 3/213 22989
/proc/meminfo: memFree=30218984/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 11432 0 1 0 212 2 0 0 20 0 19 0 36433386 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 12099 2262 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2422 0 1 0 147 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650813166072 140650666700096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 3307 0 0 0 26 0 0 0 20 0 19 0 36433391 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4432 0 0 0 37 0 0 0 20 0 19 0 36433391 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 12099 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.30 2.25 1.96 3/213 22989
/proc/meminfo: memFree=30207068/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 11479 0 1 0 383 2 0 0 20 0 19 0 36433386 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 14149 2263 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2427 0 1 0 306 1 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650813164696 140650666723111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 3348 0 0 0 33 0 0 0 20 0 19 0 36433391 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4433 0 0 0 41 0 0 0 20 0 19 0 36433391 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 14149 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.28 2.25 1.96 3/213 23054
/proc/meminfo: memFree=30221588/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 18415 0 1 0 755 3 0 0 20 0 19 0 36433386 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 22051 2266 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2438 0 1 0 626 2 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650813157072 140650666746572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 10268 0 0 0 80 2 0 0 20 0 19 0 36433391 9856040960 22051 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.45 cores=0,2,4,6

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

[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 10268 0 0 0 82 2 0 0 20 0 19 0 36433391 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4437 0 0 0 49 0 0 0 20 0 19 0 36433391 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 26033 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 9625040

[startup+12.0007 s]
/proc/loadavg: 2.33 2.26 1.97 3/192 23095
/proc/meminfo: memFree=30240884/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=13.33 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 18430 0 1 0 1329 4 0 0 20 0 19 0 36433386 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 27057 2266 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=11.97 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2453 0 1 0 1195 2 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650813157072 140650666716418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 10268 0 0 0 82 2 0 0 20 0 19 0 36433391 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4437 0 0 0 49 0 0 0 20 0 19 0 36433391 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 27057 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 9625040

[startup+12.4009 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23119
/proc/meminfo: memFree=30181764/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=13.73 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 18432 0 1 0 1369 4 0 0 20 0 19 0 36433386 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 27569 2266 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=12.37 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2455 0 1 0 1235 2 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650813166120 140650666709251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 10268 0 0 0 82 2 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4437 0 0 0 49 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 9625040

[startup+12.5008 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23119
/proc/meminfo: memFree=30181764/32872528 swapFree=1286400/1433568
[pid=22970] ppid=22967 vsize=9625040 CPUtime=13.83 cores=0,2,4,6
/proc/22970/stat : 22970 (java) S 22967 22970 20454 0 -1 4202496 18432 0 1 0 1379 4 0 0 20 0 19 0 36433386 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140735912892912 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22970/statm: 2406260 27569 2266 9 0 2396937 0
[pid=22970/tid=22971] ppid=22967 vsize=9625040 CPUtime=12.47 cores=0,2,4,6
/proc/22970/task/22971/stat : 22971 (java) R 22967 22970 20454 0 -1 4202560 2455 0 1 0 1245 2 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650813166120 140650666742346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22973] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22973/stat : 22973 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650785618728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22974] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22974/stat : 22974 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650655296168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22975] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22975/stat : 22975 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650654243880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22976] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22976/stat : 22976 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650653191080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22977] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22977/stat : 22977 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650652137768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22978] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22978/stat : 22978 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650651084968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22979] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22979/stat : 22979 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650313935400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22970/tid=22980] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22980/stat : 22980 (java) S 22967 22970 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433387 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650312882600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22981] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22981/stat : 22981 (java) S 22967 22970 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650300685032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22982] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22982/stat : 22982 (java) S 22967 22970 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650299631096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22983] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22983/stat : 22983 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433389 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650298578696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22984] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22984/stat : 22984 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650297527184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22985] ppid=22967 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/22970/task/22985/stat : 22985 (java) S 22967 22970 20454 0 -1 4202560 10268 0 0 0 82 2 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650296473784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22970/tid=22986] ppid=22967 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22970/task/22986/stat : 22986 (java) S 22967 22970 20454 0 -1 4202560 4437 0 0 0 49 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650295420984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22987] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22987/stat : 22987 (java) S 22967 22970 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650294368888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22970/tid=22988] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22988/stat : 22988 (java) S 22967 22970 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433391 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650293316296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22970/tid=22989] ppid=22967 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22970/task/22989/stat : 22989 (java) S 22967 22970 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433403 9856040960 27569 33554432000 1073741824 1073778376 140735912901776 140650292262312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.5437
CPU time (s): 13.9009
CPU user time (s): 13.8289
CPU system time (s): 0.071989
CPU usage (%): 110.819
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8289
system time used= 0.071989
maximum resident set size= 112380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 610
involuntary context switches= 41

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048992 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:44:26
IDJOB=4110280
IDBENCH=79229
IDSOLVER=2551
FILE ID=node130/4110280-1466343866
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968898--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110280-1466343866/watcher-4110280-1466343866 -o /tmp/evaluation-result-4110280-1466343866/solver-4110280-1466343866 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110280-1466343866.wbo

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

MD5SUM BENCH= 8fe691f25a36792a009355c5f1181e28
RANDOM SEED=814517562

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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
cpu MHz		: 2666.365
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 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 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 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
cpu MHz		: 2666.365
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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 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 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 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
cpu MHz		: 2666.365
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
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
cpu MHz		: 2666.365
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.365
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 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 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 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:       32872528 kB
MemFree:        30262668 kB
Buffers:           96716 kB
Cached:           259784 kB
SwapCached:         1836 kB
Active:           152676 kB
Inactive:         268856 kB
Active(anon):      64472 kB
Inactive(anon):     2524 kB
Active(file):      88204 kB
Inactive(file):   266332 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1509924 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             608076 kB
SReclaimable:      50660 kB
SUnreclaim:       557416 kB
KernelStack:        1624 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:44:39