Trace number 4109248

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 16.8514 15.3772

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-33-100-0.wbo
MD5SUM9949b87f9004912630b1e1d8508ff079
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark4.70128
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109248-1466343600.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     238
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 69 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.29/0.22	o 549
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.141
0.29/0.24	o 547
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.57/0.32	o 531
0.57/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.57/0.33	o 529
0.57/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.57/0.34	o 496
0.57/0.36	c Got one! Elapsed wall clock time (in seconds):0.26
0.57/0.36	o 494
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.268
0.57/0.37	o 493
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.282
0.57/0.38	o 482
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.57/0.39	o 453
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.57/0.39	o 452
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.296
0.57/0.39	o 441
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.304
0.70/0.40	o 429
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.70/0.41	o 415
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.317
0.70/0.42	o 375
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.70/0.43	o 372
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.70/0.47	o 370
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.84/0.51	o 369
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.415
0.84/0.51	o 365
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.433
0.84/0.53	o 360
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
0.84/0.54	o 356
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.84/0.56	o 351
0.95/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
0.95/0.63	o 350
1.08/0.70	c cleaning 4962 clauses out of 9925 with flag 2743/9925
1.08/0.75	c Got one! Elapsed wall clock time (in seconds):0.655
1.08/0.75	o 316
1.23/0.80	c Got one! Elapsed wall clock time (in seconds):0.705
1.23/0.80	o 286
1.33/0.94	c cleaning 5350 clauses out of 10709 with flag 10444/15671
1.43/1.01	c Got one! Elapsed wall clock time (in seconds):0.909
1.43/1.01	o 284
1.43/1.04	c Got one! Elapsed wall clock time (in seconds):0.939
1.43/1.04	o 281
1.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.96
1.43/1.06	o 252
1.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.965
1.43/1.06	o 229
1.54/1.16	c Got one! Elapsed wall clock time (in seconds):1.061
1.54/1.16	o 228
1.64/1.21	c cleaning 6083 clauses out of 12167 with flag 3427/22479
1.64/1.22	c Got one! Elapsed wall clock time (in seconds):1.118
1.64/1.22	o 224
1.64/1.27	c Got one! Elapsed wall clock time (in seconds):1.174
1.64/1.27	o 223
1.75/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
1.75/1.34	o 219
1.85/1.47	c cleaning 6174 clauses out of 12349 with flag 11102/28744
1.95/1.50	c Got one! Elapsed wall clock time (in seconds):1.398
1.95/1.50	o 208
2.15/1.71	c cleaning 6036 clauses out of 12077 with flag 20906/34646
2.15/1.72	c Got one! Elapsed wall clock time (in seconds):1.623
2.15/1.72	o 206
2.25/1.85	c Got one! Elapsed wall clock time (in seconds):1.753
2.25/1.85	o 205
2.25/1.90	c Got one! Elapsed wall clock time (in seconds):1.796
2.25/1.90	o 203
2.35/1.95	c cleaning 5936 clauses out of 11875 with flag 4307/40480
2.35/1.97	c Got one! Elapsed wall clock time (in seconds):1.871
2.35/1.97	o 201
2.59/2.19	c cleaning 5840 clauses out of 11700 with flag 22861/46241
2.70/2.22	c Got one! Elapsed wall clock time (in seconds):2.123
2.70/2.22	o 194
2.89/2.40	c Got one! Elapsed wall clock time (in seconds):2.297
2.89/2.40	o 191
2.89/2.45	c cleaning 5961 clauses out of 11922 with flag 4921/52303
2.89/2.46	c Got one! Elapsed wall clock time (in seconds):2.365
2.89/2.46	o 190
3.02/2.50	c Got one! Elapsed wall clock time (in seconds):2.402
3.02/2.50	o 189
3.02/2.56	c Got one! Elapsed wall clock time (in seconds):2.464
3.02/2.56	o 188
3.02/2.57	c Got one! Elapsed wall clock time (in seconds):2.468
3.02/2.57	o 186
3.24/2.61	c Got one! Elapsed wall clock time (in seconds):2.514
3.24/2.61	o 185
3.24/2.67	c Got one! Elapsed wall clock time (in seconds):2.575
3.24/2.67	o 181
3.37/2.77	c cleaning 6801 clauses out of 13605 with flag 10552/59947
3.47/2.83	c Got one! Elapsed wall clock time (in seconds):2.731
3.47/2.83	o 170
3.67/3.00	c cleaning 6151 clauses out of 12302 with flag 19328/65445
3.67/3.00	c Got one! Elapsed wall clock time (in seconds):2.906
3.67/3.00	o 169
3.67/3.04	c Got one! Elapsed wall clock time (in seconds):2.945
3.67/3.04	o 153
3.77/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
3.77/3.18	o 142
3.87/3.22	c cleaning 5802 clauses out of 11604 with flag 4410/70898
3.98/3.34	c Got one! Elapsed wall clock time (in seconds):3.242
3.98/3.34	o 132
4.08/3.41	c Got one! Elapsed wall clock time (in seconds):3.306
4.08/3.41	o 130
4.08/3.46	c cleaning 5691 clauses out of 11397 with flag 5045/76493
4.08/3.47	c Got one! Elapsed wall clock time (in seconds):3.37
4.08/3.47	o 128
4.08/3.47	c Got one! Elapsed wall clock time (in seconds):3.375
4.08/3.47	o 127
4.19/3.51	c Got one! Elapsed wall clock time (in seconds):3.415
4.19/3.51	o 92
4.19/3.57	c Got one! Elapsed wall clock time (in seconds):3.469
4.19/3.57	o 90
4.31/3.63	c Got one! Elapsed wall clock time (in seconds):3.526
4.31/3.63	o 86
4.31/3.69	c Got one! Elapsed wall clock time (in seconds):3.589
4.31/3.69	o 82
4.56/3.81	c cleaning 6556 clauses out of 13122 with flag 7502/83909
4.98/4.07	c cleaning 6281 clauses out of 12566 with flag 29760/89909
4.98/4.09	c Got one! Elapsed wall clock time (in seconds):3.993
4.98/4.09	o 81
5.16/4.12	c Got one! Elapsed wall clock time (in seconds):4.023
5.16/4.12	o 79
5.16/4.15	c Got one! Elapsed wall clock time (in seconds):4.051
5.16/4.15	o 77
5.58/4.37	c Got one! Elapsed wall clock time (in seconds):4.273
5.58/4.37	o 76
5.79/4.40	c Got one! Elapsed wall clock time (in seconds):4.305
5.79/4.40	o 75
5.79/4.47	c cleaning 7569 clauses out of 15139 with flag 3643/98763
6.00/4.69	c Got one! Elapsed wall clock time (in seconds):4.587
6.00/4.69	o 74
6.32/4.94	c cleaning 8938 clauses out of 17890 with flag 19727/109083
6.42/5.02	c Got one! Elapsed wall clock time (in seconds):4.921
6.42/5.02	o 73
6.52/5.10	c Got one! Elapsed wall clock time (in seconds):5.002
6.52/5.10	o 60
6.62/5.20	c cleaning 7587 clauses out of 15186 with flag 7901/115317
6.82/5.44	c cleaning 6800 clauses out of 13602 with flag 31297/121320
6.92/5.52	c Got one! Elapsed wall clock time (in seconds):5.417
6.92/5.52	o 55
6.92/5.59	c Got one! Elapsed wall clock time (in seconds):5.486
6.92/5.59	o 54
7.02/5.67	c cleaning 6394 clauses out of 12788 with flag 8349/127306
7.22/5.89	c cleaning 6194 clauses out of 12393 with flag 31668/133305
7.52/6.17	c cleaning 6594 clauses out of 13199 with flag 58632/140305
7.62/6.26	c Got one! Elapsed wall clock time (in seconds):6.158
7.62/6.26	o 53
7.62/6.27	c Got one! Elapsed wall clock time (in seconds):6.169
7.62/6.27	o 42
7.72/6.38	c cleaning 6240 clauses out of 12481 with flag 11514/146181
7.93/6.60	c cleaning 6119 clauses out of 12238 with flag 32296/152178
8.22/6.86	c cleaning 6556 clauses out of 13119 with flag 57266/159178
8.32/6.92	c Got one! Elapsed wall clock time (in seconds):6.825
8.32/6.92	o 41
8.42/7.08	c cleaning 6222 clauses out of 12445 with flag 14374/165060
8.72/7.30	c cleaning 6108 clauses out of 12224 with flag 38782/171061
8.92/7.50	c Got one! Elapsed wall clock time (in seconds):7.4
8.92/7.50	o 40
9.02/7.70	c cleaning 8310 clauses out of 16622 with flag 18404/181568
9.23/7.83	c Got one! Elapsed wall clock time (in seconds):7.729
9.23/7.83	o 38
9.33/7.91	c cleaning 7051 clauses out of 14108 with flag 8415/187364
9.53/8.12	c Got one! Elapsed wall clock time (in seconds):8.021
9.53/8.12	o 37
9.73/8.35	c cleaning 8937 clauses out of 17888 with flag 22855/198195
9.93/8.58	c cleaning 7470 clauses out of 14951 with flag 47799/204196
10.03/8.67	c Got one! Elapsed wall clock time (in seconds):8.573
10.03/8.67	o 36
10.13/8.78	c cleaning 6592 clauses out of 13192 with flag 12356/209907
10.34/8.96	c Got one! Elapsed wall clock time (in seconds):8.865
10.34/8.96	o 34
10.63/9.20	c cleaning 8500 clauses out of 17000 with flag 20681/220308
10.83/9.42	c cleaning 7244 clauses out of 14501 with flag 46026/226309
10.93/9.58	c Got one! Elapsed wall clock time (in seconds):9.485
10.93/9.58	o 33
11.03/9.63	c cleaning 6465 clauses out of 12942 with flag 4452/231994
11.23/9.81	c Got one! Elapsed wall clock time (in seconds):9.709
11.23/9.81	o 29
11.44/10.03	c cleaning 8403 clauses out of 16807 with flag 21379/242324
11.63/10.27	c cleaning 7201 clauses out of 14404 with flag 46522/248324
11.93/10.51	c Got one! Elapsed wall clock time (in seconds):10.416
11.93/10.51	o 28
12.13/10.76	c cleaning 9453 clauses out of 18906 with flag 23112/260027
12.46/11.00	c cleaning 7724 clauses out of 15453 with flag 49657/266028
12.65/11.27	c cleaning 7363 clauses out of 14728 with flag 79323/273027
12.95/11.58	c cleaning 7675 clauses out of 15365 with flag 112476/281027
13.15/11.79	c Got one! Elapsed wall clock time (in seconds):11.691
13.15/11.79	o 27
13.45/12.02	c cleaning 9224 clauses out of 18450 with flag 22714/291787
13.45/12.07	c Got one! Elapsed wall clock time (in seconds):11.97
13.45/12.07	o 26
13.66/12.23	c cleaning 7354 clauses out of 14726 with flag 18480/297287
13.85/12.46	c cleaning 6683 clauses out of 13371 with flag 46590/303286
14.15/12.72	c cleaning 6837 clauses out of 13690 with flag 78208/310289
14.25/12.87	c Got one! Elapsed wall clock time (in seconds):12.773
14.25/12.87	o 24
14.35/12.92	c cleaning 6167 clauses out of 12342 with flag 4568/315779
14.55/13.13	c cleaning 6079 clauses out of 12174 with flag 32006/321778
14.55/13.13	c Got one! Elapsed wall clock time (in seconds):13.033
14.55/13.13	o 22
14.66/13.30	c cleaning 5560 clauses out of 11125 with flag 22703/326809
14.95/13.51	c cleaning 5781 clauses out of 11565 with flag 48250/332809
15.15/13.76	c cleaning 6382 clauses out of 12782 with flag 77538/339809
15.45/14.06	c cleaning 7197 clauses out of 14399 with flag 111180/347809
15.76/14.31	c Got one! Elapsed wall clock time (in seconds):14.207
15.76/14.31	o 20
15.86/14.41	c Got one! Elapsed wall clock time (in seconds):14.312
15.86/14.41	o 16
15.95/14.58	c cleaning 9421 clauses out of 18843 with flag 13533/359452
16.25/14.84	c cleaning 7703 clauses out of 15418 with flag 40733/365452
16.35/14.92	c Got one! Elapsed wall clock time (in seconds):14.823
16.35/14.92	o 12
16.35/14.99	c Got one! Elapsed wall clock time (in seconds):14.887
16.35/14.99	o 6
16.45/15.08	c cleaning 6884 clauses out of 13767 with flag 9721/371505
16.75/15.32	c cleaning 6437 clauses out of 12876 with flag 36684/377504
16.75/15.37	c starts		: 272
16.75/15.37	c conflicts		: 378706
16.75/15.37	c decisions		: 617752
16.75/15.37	c propagations		: 9538741
16.75/15.37	c inspects		: 184454867
16.75/15.37	c shortcuts		: 0
16.75/15.37	c learnt literals	: 36
16.75/15.37	c learnt binary clauses	: 45
16.75/15.37	c learnt ternary clauses	: 723
16.75/15.37	c learnt constraints	: 378669
16.75/15.37	c ignored constraints	: 0
16.75/15.37	c root simplifications	: 0
16.75/15.37	c removed literals (reason simplification)	: 0
16.75/15.37	c reason swapping (by a shorter reason)	: 0
16.75/15.37	c Calls to reduceDB	: 54
16.75/15.37	c Number of update (reduction) of LBD	: 97399
16.75/15.37	c Imported unit clauses	: 0
16.75/15.37	c number of reductions to clauses (during analyze)	: 0
16.75/15.37	c number of learned constraints concerned by reduction	: 0
16.75/15.37	c number of learning phase by resolution	: 0
16.75/15.37	c number of learning phase by cutting planes	: 0
16.75/15.37	c speed (assignments/second)	: 627094.9312997173
16.75/15.37	c non guided choices	2955
16.75/15.37	c learnt constraints type 
16.75/15.37	s OPTIMUM FOUND
16.75/15.37	c Found 86 solution(s)
16.75/15.37	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 
16.75/15.37	c objective function=6
16.75/15.37	c Total wall clock time (in seconds): 15.271

Verifier Data

OK	6

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-4109248-1466343600/watcher-4109248-1466343600 -o /tmp/evaluation-result-4109248-1466343600/solver-4109248-1466343600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109248-1466343600.wbo 

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

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.12 2.09 1.76 3/194 32461
/proc/meminfo: memFree=30897704/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 36405666 98570240 978 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 24065 978 744 9 0 16771 0
[pid=32461/tid=32462] ppid=32458 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36405666 98570240 978 33554432000 1073741824 1073778376 140734093014992 140095227276840 206629062016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.12 2.09 1.76 3/194 32461
/proc/meminfo: memFree=30897704/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 36405666 9787879424 6131 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2389619 6131 2157 9 0 2380296 0
[pid=32461/tid=32462] ppid=32458 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 36405666 9787879424 6131 33554432000 1073741824 1073778376 140734093014992 140095227281528 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 2.12 2.09 1.76 3/194 32461
/proc/meminfo: memFree=30897704/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 6456 0 1 0 27 2 0 0 20 0 19 0 36405666 9856040960 8488 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 8488 2234 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2407 0 1 0 17 1 0 0 20 0 19 0 36405666 9856040960 8488 33554432000 1073741824 1073778376 140734093014992 140095227282048 140095234352928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.12 2.09 1.76 3/194 32461
/proc/meminfo: memFree=30897704/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 7302 0 1 0 55 2 0 0 20 0 19 0 36405666 9856040960 8707 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 8707 2244 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2407 0 1 0 27 1 0 0 20 0 19 0 36405666 9856040960 8707 33554432000 1073741824 1073778376 140734093014992 140095227282048 140095233807071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700178 s]
/proc/loadavg: 2.12 2.09 1.76 3/194 32461
/proc/meminfo: memFree=30897704/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 8309 0 1 0 106 2 0 0 20 0 19 0 36405666 9856040960 9354 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 9354 2257 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2408 0 1 0 66 2 0 0 20 0 19 0 36405666 9856040960 9354 33554432000 1073741824 1073778376 140734093014992 140095227282048 140095072056672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.12 2.09 1.76 3/214 32483
/proc/meminfo: memFree=30866296/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 8321 0 1 0 193 2 0 0 20 0 19 0 36405666 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 10898 2260 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2412 0 1 0 146 2 0 0 20 0 19 0 36405666 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095227281840 140095072406589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 1905 0 0 0 19 0 0 0 20 0 19 0 36405670 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 2731 0 0 0 24 0 0 0 20 0 19 0 36405670 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 10898 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.11 2.09 1.76 3/214 32483
/proc/meminfo: memFree=30765884/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 12058 0 1 0 374 3 0 0 20 0 19 0 36405666 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 13180 2261 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 36405666 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095227279808 140095072475829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4593 0 0 0 35 0 0 0 20 0 19 0 36405670 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 3775 0 0 0 31 0 0 0 20 0 19 0 36405670 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 13180 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.11 2.09 1.76 4/214 32483
/proc/meminfo: memFree=30732776/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=7.72 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 21497 0 1 0 768 4 0 0 20 0 19 0 36405666 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 21229 2264 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 36405666 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095227272912 140095072685413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4620 0 0 0 42 0 0 0 20 0 19 0 36405670 9856040960 21229 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=0.99 cores=1,3,5,7

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

[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4620 0 0 0 43 0 0 0 20 0 19 0 36405670 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 13175 0 0 0 98 3 0 0 20 0 19 0 36405670 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 31250 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 9625040

[startup+14.8008 s]
/proc/loadavg: 2.09 2.09 1.77 3/214 32483
/proc/meminfo: memFree=30650120/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=16.25 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 21522 0 1 0 1620 5 0 0 20 0 19 0 36405666 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 31762 2264 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=14.78 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2453 0 1 0 1475 3 0 0 20 0 19 0 36405666 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095227272912 140095072504761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4620 0 0 0 43 0 0 0 20 0 19 0 36405670 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 13175 0 0 0 98 3 0 0 20 0 19 0 36405670 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 31762 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.25
Current children cumulated vsize (KiB) 9625040

[startup+15.2008 s]
/proc/loadavg: 2.09 2.09 1.77 3/214 32483
/proc/meminfo: memFree=30650120/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=16.65 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 21524 0 1 0 1660 5 0 0 20 0 19 0 36405666 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 32274 2264 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=15.18 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2455 0 1 0 1515 3 0 0 20 0 19 0 36405666 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095227279848 140095072441276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4620 0 0 0 43 0 0 0 20 0 19 0 36405670 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 13175 0 0 0 98 3 0 0 20 0 19 0 36405670 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 32274 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (KiB) 9625040

[startup+15.3008 s]
/proc/loadavg: 2.09 2.09 1.77 3/214 32483
/proc/meminfo: memFree=30650120/32872528 swapFree=534252/566956
[pid=32461] ppid=32458 vsize=9625040 CPUtime=16.75 cores=1,3,5,7
/proc/32461/stat : 32461 (java) S 32458 32461 32093 0 -1 4202496 21525 0 1 0 1670 5 0 0 20 0 19 0 36405666 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140734093006128 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32461/statm: 2406260 32786 2264 9 0 2396937 0
[pid=32461/tid=32462] ppid=32458 vsize=9625040 CPUtime=15.28 cores=1,3,5,7
/proc/32461/task/32462/stat : 32462 (java) R 32458 32461 32093 0 -1 4202560 2456 0 1 0 1525 3 0 0 20 0 19 0 36405666 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095227279848 140095072469139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32464] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32464/stat : 32464 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095199734184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32465] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32465/stat : 32465 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095198681640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32466] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32466/stat : 32466 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095197628584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32467] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32467/stat : 32467 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095196576040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32468] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32468/stat : 32468 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095195524008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32469] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32469/stat : 32469 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095194471464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32461/tid=32470] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32470/stat : 32470 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095193418408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32471] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32471/stat : 32471 (java) S 32458 32461 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405667 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140095192365864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32472] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32472/stat : 32472 (java) S 32458 32461 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094581221736 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32473] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32473/stat : 32473 (java) S 32458 32461 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094580168056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32474] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32474/stat : 32474 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405668 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094579114888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32475] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32475/stat : 32475 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094578063632 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32476] ppid=32458 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/32461/task/32476/stat : 32476 (java) S 32458 32461 32093 0 -1 4202560 4620 0 0 0 43 0 0 0 20 0 19 0 36405670 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094577011512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32461/tid=32477] ppid=32458 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/32461/task/32477/stat : 32477 (java) S 32458 32461 32093 0 -1 4202560 13175 0 0 0 98 3 0 0 20 0 19 0 36405670 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094575958968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32478] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32478/stat : 32478 (java) S 32458 32461 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094574906104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32461/tid=32479] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32479/stat : 32479 (java) S 32458 32461 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405670 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094573853768 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32461/tid=32480] ppid=32458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32461/task/32480/stat : 32480 (java) S 32458 32461 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405682 9856040960 32786 33554432000 1073741824 1073778376 140734093014992 140094572799016 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.75
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.3772
CPU time (s): 16.8514
CPU user time (s): 16.7585
CPU system time (s): 0.092985
CPU usage (%): 109.587
Max. virtual memory (cumulated for all children) (KiB): 9625508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7585
system time used= 0.092985
maximum resident set size= 133256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21550
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= 633
involuntary context switches= 57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106983 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:40:00
IDJOB=4109248
IDBENCH=78752
IDSOLVER=2551
FILE ID=node138/4109248-1466343600
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972763--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109248-1466343600/watcher-4109248-1466343600 -o /tmp/evaluation-result-4109248-1466343600/solver-4109248-1466343600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109248-1466343600.wbo

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

MD5SUM BENCH= 9949b87f9004912630b1e1d8508ff079
RANDOM SEED=1260720228

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.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
cpu MHz		: 2666.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30898596 kB
Buffers:          174792 kB
Cached:           271080 kB
SwapCached:         1136 kB
Active:           311048 kB
Inactive:         333268 kB
Active(anon):     197268 kB
Inactive(anon):     3144 kB
Active(file):     113780 kB
Inactive(file):   330124 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:        827980 kB
Mapped:            15536 kB
Shmem:                 0 kB
Slab:             610340 kB
SReclaimable:      53448 kB
SUnreclaim:       556892 kB
KernelStack:        1760 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71732 MiB
End job on node138 at 2016-06-19 15:40:16