Trace number 4110248

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 21.9517 20.4989

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-0-100-0.wbo
MD5SUM9d79cffbd050edd1a538522b50ef42fc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.68014
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1250
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-4110248-1466343856.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
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.29	c SATISFIABLE
0.27/0.29	c OPTIMIZING...
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.27/0.29	o 753
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.52/0.34	o 547
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.52/0.35	o 431
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.52/0.36	o 427
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.52/0.38	o 424
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.52/0.39	o 421
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.66/0.40	o 412
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.66/0.40	o 407
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.66/0.41	o 397
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.312
0.66/0.42	o 391
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
0.83/0.52	o 389
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
0.83/0.53	o 386
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.83/0.53	o 385
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
0.83/0.53	o 377
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.433
0.83/0.54	o 365
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
0.83/0.54	o 345
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.83/0.55	o 341
0.94/0.68	c cleaning 4119 clauses out of 8240 with flag 9005/8240
1.07/0.72	c Got one! Elapsed wall clock time (in seconds):0.617
1.07/0.72	o 337
1.07/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
1.07/0.73	o 331
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.634
1.07/0.74	o 329
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.07/0.74	o 316
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.07/0.76	o 313
1.07/0.79	c Got one! Elapsed wall clock time (in seconds):0.683
1.07/0.79	o 291
1.21/0.82	c Got one! Elapsed wall clock time (in seconds):0.719
1.21/0.82	o 286
1.21/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.21/0.83	o 278
1.42/0.97	c Got one! Elapsed wall clock time (in seconds):0.86
1.42/0.97	o 272
1.42/0.97	c Got one! Elapsed wall clock time (in seconds):0.866
1.42/0.97	o 270
1.42/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.42/0.98	o 221
1.54/1.00	c Got one! Elapsed wall clock time (in seconds):0.892
1.54/1.00	o 216
1.54/1.10	c cleaning 6464 clauses out of 12929 with flag 7540/17048
1.65/1.16	c Got one! Elapsed wall clock time (in seconds):1.053
1.65/1.16	o 209
1.65/1.18	c Got one! Elapsed wall clock time (in seconds):1.074
1.65/1.18	o 206
1.75/1.24	c Got one! Elapsed wall clock time (in seconds):1.133
1.75/1.24	o 203
1.75/1.27	c Got one! Elapsed wall clock time (in seconds):1.167
1.75/1.27	o 195
1.95/1.44	c cleaning 6444 clauses out of 12904 with flag 14677/23487
1.95/1.47	c Got one! Elapsed wall clock time (in seconds):1.366
1.95/1.47	o 194
2.17/1.63	c Got one! Elapsed wall clock time (in seconds):1.521
2.17/1.63	o 192
2.17/1.64	c Got one! Elapsed wall clock time (in seconds):1.537
2.17/1.64	o 177
2.17/1.65	c Got one! Elapsed wall clock time (in seconds):1.546
2.17/1.65	o 162
2.17/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
2.17/1.68	o 160
2.30/1.72	c Got one! Elapsed wall clock time (in seconds):1.61
2.30/1.72	o 159
2.30/1.76	c Got one! Elapsed wall clock time (in seconds):1.652
2.30/1.76	o 152
2.30/1.79	c Got one! Elapsed wall clock time (in seconds):1.683
2.30/1.79	o 151
2.45/1.87	c Got one! Elapsed wall clock time (in seconds):1.761
2.45/1.87	o 148
2.55/1.92	c Got one! Elapsed wall clock time (in seconds):1.814
2.55/1.92	o 147
2.55/1.98	c cleaning 8314 clauses out of 16628 with flag 4846/33655
2.55/2.00	c Got one! Elapsed wall clock time (in seconds):1.89
2.55/2.00	o 112
2.65/2.01	c Got one! Elapsed wall clock time (in seconds):1.9
2.65/2.01	o 109
2.65/2.06	c Got one! Elapsed wall clock time (in seconds):1.957
2.65/2.06	o 108
2.79/2.11	c Got one! Elapsed wall clock time (in seconds):2.007
2.79/2.11	o 104
2.79/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.79/2.18	o 103
2.90/2.29	c Got one! Elapsed wall clock time (in seconds):2.188
2.90/2.29	o 98
3.00/2.37	c Got one! Elapsed wall clock time (in seconds):2.265
3.00/2.37	o 97
3.10/2.46	c cleaning 8098 clauses out of 16205 with flag 4066/41546
3.29/2.50	c Got one! Elapsed wall clock time (in seconds):2.394
3.29/2.50	o 92
3.29/2.58	c Got one! Elapsed wall clock time (in seconds):2.477
3.29/2.58	o 90
3.50/2.61	c Got one! Elapsed wall clock time (in seconds):2.501
3.50/2.61	o 82
3.50/2.66	c Got one! Elapsed wall clock time (in seconds):2.552
3.50/2.66	o 77
3.82/2.88	c cleaning 8056 clauses out of 16116 with flag 14223/49555
4.36/3.19	c cleaning 7031 clauses out of 14064 with flag 36325/55559
4.56/3.28	c Got one! Elapsed wall clock time (in seconds):3.177
4.56/3.28	o 76
4.56/3.29	c Got one! Elapsed wall clock time (in seconds):3.18
4.56/3.29	o 72
4.56/3.29	c Got one! Elapsed wall clock time (in seconds):3.185
4.56/3.29	o 71
4.72/3.31	c Got one! Elapsed wall clock time (in seconds):3.205
4.72/3.31	o 70
4.84/3.46	c cleaning 6412 clauses out of 12844 with flag 13967/61370
4.93/3.56	c Got one! Elapsed wall clock time (in seconds):3.457
4.93/3.56	o 68
5.04/3.63	c Got one! Elapsed wall clock time (in seconds):3.528
5.04/3.63	o 59
5.15/3.73	c cleaning 6333 clauses out of 12673 with flag 7810/67611
5.15/3.74	c Got one! Elapsed wall clock time (in seconds):3.635
5.15/3.74	o 52
5.35/3.94	c cleaning 5844 clauses out of 11695 with flag 18733/72966
5.55/4.17	c cleaning 5917 clauses out of 11851 with flag 38959/78966
5.86/4.47	c cleaning 6459 clauses out of 12936 with flag 65897/85968
5.86/4.48	c Got one! Elapsed wall clock time (in seconds):4.378
5.86/4.48	o 49
5.96/4.58	c Got one! Elapsed wall clock time (in seconds):4.474
5.96/4.58	o 48
6.15/4.70	c cleaning 6294 clauses out of 12594 with flag 10848/92085
6.35/4.94	c cleaning 6150 clauses out of 12299 with flag 37272/98084
6.45/5.09	c Got one! Elapsed wall clock time (in seconds):4.987
6.45/5.09	o 46
6.55/5.14	c cleaning 5654 clauses out of 11324 with flag 5180/103259
6.75/5.36	c cleaning 5832 clauses out of 11670 with flag 34236/109259
6.85/5.45	c Got one! Elapsed wall clock time (in seconds):5.344
6.85/5.45	o 40
6.96/5.56	c cleaning 5881 clauses out of 11770 with flag 11721/115191
7.15/5.77	c cleaning 5945 clauses out of 11893 with flag 39351/121195
7.45/6.03	c cleaning 6472 clauses out of 12946 with flag 70148/128193
7.75/6.35	c cleaning 7230 clauses out of 14473 with flag 109391/136192
8.15/6.73	c cleaning 8116 clauses out of 16242 with flag 156616/145191
8.55/7.20	c cleaning 9060 clauses out of 18126 with flag 213701/155191
9.15/7.73	c cleaning 10030 clauses out of 20066 with flag 276066/166191
9.75/8.32	c cleaning 11019 clauses out of 22038 with flag 346273/178193
10.36/8.97	c cleaning 12002 clauses out of 24016 with flag 405886/191191
11.05/9.65	c cleaning 13005 clauses out of 26016 with flag 460619/205193
11.15/9.73	c Got one! Elapsed wall clock time (in seconds):9.621
11.15/9.73	o 39
11.25/9.87	c cleaning 9037 clauses out of 18088 with flag 13756/210270
11.55/10.11	c cleaning 7513 clauses out of 15049 with flag 44689/216268
11.75/10.39	c cleaning 7266 clauses out of 14538 with flag 83874/223270
12.06/10.66	c Got one! Elapsed wall clock time (in seconds):10.554
12.06/10.66	o 37
12.26/10.89	c cleaning 9823 clauses out of 19653 with flag 18925/235652
12.57/11.13	c cleaning 7909 clauses out of 15831 with flag 41652/241653
12.86/11.40	c cleaning 7464 clauses out of 14927 with flag 68174/248658
13.16/11.71	c cleaning 7726 clauses out of 15457 with flag 99052/256653
13.46/12.09	c cleaning 8359 clauses out of 16729 with flag 139008/265651
13.46/12.10	c Got one! Elapsed wall clock time (in seconds):11.994
13.46/12.10	o 34
13.67/12.29	c cleaning 6832 clauses out of 13672 with flag 20701/270953
13.76/12.38	c Got one! Elapsed wall clock time (in seconds):12.272
13.76/12.38	o 30
13.96/12.50	c cleaning 6225 clauses out of 12474 with flag 11483/276587
14.16/12.73	c cleaning 6112 clauses out of 12248 with flag 35394/282586
14.36/12.99	c cleaning 6556 clauses out of 13136 with flag 62187/289586
14.67/13.29	c cleaning 7285 clauses out of 14580 with flag 93612/297586
15.06/13.66	c cleaning 8148 clauses out of 16297 with flag 128357/306588
15.36/13.98	c Got one! Elapsed wall clock time (in seconds):13.874
15.36/13.98	o 28
15.59/14.14	c Got one! Elapsed wall clock time (in seconds):14.034
15.59/14.14	o 26
15.69/14.26	c cleaning 10915 clauses out of 21834 with flag 8534/320274
15.99/14.53	c cleaning 8458 clauses out of 16919 with flag 34849/326274
16.29/14.81	c cleaning 7726 clauses out of 15460 with flag 62384/333274
16.59/15.12	c cleaning 7859 clauses out of 15733 with flag 94049/341274
16.89/15.47	c cleaning 8431 clauses out of 16873 with flag 129448/350274
17.29/15.88	c cleaning 9222 clauses out of 18444 with flag 170210/360276
17.79/16.37	c cleaning 10100 clauses out of 20221 with flag 215362/371276
18.38/16.93	c cleaning 11056 clauses out of 22123 with flag 265151/383278
18.98/17.53	c cleaning 12027 clauses out of 24063 with flag 316821/396274
19.28/17.85	c Got one! Elapsed wall clock time (in seconds):17.744
19.28/17.85	o 25
19.58/18.13	c cleaning 12025 clauses out of 24059 with flag 21668/408298
19.58/18.15	c Got one! Elapsed wall clock time (in seconds):18.041
19.58/18.15	o 22
19.78/18.36	c cleaning 8731 clauses out of 17470 with flag 19664/413735
19.98/18.50	c Got one! Elapsed wall clock time (in seconds):18.393
19.98/18.50	o 20
19.98/18.59	c cleaning 7299 clauses out of 14612 with flag 7905/419608
20.19/18.80	c cleaning 6651 clauses out of 13314 with flag 31577/425609
20.48/19.06	c cleaning 6822 clauses out of 13662 with flag 58357/432608
20.68/19.23	c Got one! Elapsed wall clock time (in seconds):19.127
20.68/19.23	o 19
20.68/19.27	c Got one! Elapsed wall clock time (in seconds):19.168
20.68/19.27	o 18
20.88/19.50	c cleaning 8948 clauses out of 17902 with flag 21160/443671
21.08/19.68	c Got one! Elapsed wall clock time (in seconds):19.574
21.08/19.68	o 17
21.18/19.73	c cleaning 7418 clauses out of 14837 with flag 4402/449556
21.18/19.79	c Got one! Elapsed wall clock time (in seconds):19.688
21.18/19.79	o 15
21.29/19.89	c Got one! Elapsed wall clock time (in seconds):19.789
21.29/19.89	o 14
21.39/19.99	c cleaning 6936 clauses out of 13882 with flag 8273/456020
21.58/20.11	c Got one! Elapsed wall clock time (in seconds):20.003
21.58/20.11	o 11
21.58/20.16	c Got one! Elapsed wall clock time (in seconds):20.056
21.58/20.16	o 7
21.68/20.21	c cleaning 6515 clauses out of 13058 with flag 4458/462136
21.88/20.41	c Got one! Elapsed wall clock time (in seconds):20.309
21.88/20.41	o 6
21.88/20.48	c Got one! Elapsed wall clock time (in seconds):20.371
21.88/20.48	o 3
21.88/20.48	c Got one! Elapsed wall clock time (in seconds):20.376
21.88/20.48	o 2
21.88/20.49	c starts		: 234
21.88/20.49	c conflicts		: 468830
21.88/20.49	c decisions		: 797465
21.88/20.49	c propagations		: 12284350
21.88/20.49	c inspects		: 240751783
21.88/20.49	c shortcuts		: 0
21.88/20.49	c learnt literals	: 23
21.88/20.49	c learnt binary clauses	: 34
21.88/20.49	c learnt ternary clauses	: 972
21.88/20.49	c learnt constraints	: 468807
21.88/20.49	c ignored constraints	: 0
21.88/20.49	c root simplifications	: 0
21.88/20.49	c removed literals (reason simplification)	: 0
21.88/20.49	c reason swapping (by a shorter reason)	: 0
21.88/20.49	c Calls to reduceDB	: 58
21.88/20.49	c Number of update (reduction) of LBD	: 128597
21.88/20.49	c Imported unit clauses	: 0
21.88/20.49	c number of reductions to clauses (during analyze)	: 0
21.88/20.49	c number of learned constraints concerned by reduction	: 0
21.88/20.49	c number of learning phase by resolution	: 0
21.88/20.49	c number of learning phase by cutting planes	: 0
21.88/20.49	c speed (assignments/second)	: 604366.3288399095
21.88/20.49	c non guided choices	3996
21.88/20.49	c learnt constraints type 
21.88/20.49	s OPTIMUM FOUND
21.88/20.49	c Found 84 solution(s)
21.88/20.49	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 
21.88/20.49	c objective function=2
21.88/20.49	c Total wall clock time (in seconds): 20.386

Verifier Data

OK	2

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-4110248-1466343856/watcher-4110248-1466343856 -o /tmp/evaluation-result-4110248-1466343856/solver-4110248-1466343856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110248-1466343856.wbo 

pid=15003
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.47 2.38 2.06 3/194 15006
/proc/meminfo: memFree=29727288/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36433998 95129600 927 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 23225 927 703 9 0 16769 0
[pid=15006/tid=15007] ppid=15003 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36433998 96370688 927 33554432000 1073741824 1073778376 140737261991424 139821237333544 217401356167 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.47 2.38 2.06 3/194 15006
/proc/meminfo: memFree=29727288/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 36433998 9787879424 6054 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2389619 6054 2140 9 0 2380296 0
[pid=15006/tid=15007] ppid=15003 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 36433998 9787879424 6054 33554432000 1073741824 1073778376 140737261991424 139821237336992 217413905453 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.200292 s]
/proc/loadavg: 2.47 2.38 2.06 3/194 15006
/proc/meminfo: memFree=29727288/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 6363 0 1 0 26 1 0 0 20 0 19 0 36433998 9856040960 7951 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 7952 2231 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2412 0 1 0 17 0 0 0 20 0 19 0 36433998 9856040960 7952 33554432000 1073741824 1073778376 140737261991424 139821237338752 139821066609674 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.300257 s]
/proc/loadavg: 2.47 2.38 2.06 3/194 15006
/proc/meminfo: memFree=29727288/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 7057 0 1 0 51 1 0 0 20 0 19 0 36433998 9856040960 8665 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 8665 2243 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2414 0 1 0 27 0 0 0 20 0 19 0 36433998 9856040960 8665 33554432000 1073741824 1073778376 140737261991424 139821237338752 139821066716640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.47 2.38 2.06 3/194 15006
/proc/meminfo: memFree=29727288/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 8058 0 1 0 105 2 0 0 20 0 19 0 36433998 9856040960 9191 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 9191 2257 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36433998 9856040960 9191 33554432000 1073741824 1073778376 140737261991424 139821237338752 139821066924983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.47 2.38 2.06 3/213 15025
/proc/meminfo: memFree=29692956/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 10778 0 1 0 205 2 0 0 20 0 19 0 36433998 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 10996 2260 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2419 0 1 0 146 1 0 0 20 0 19 0 36433998 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821237338616 139821066989689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2345 0 0 0 26 0 0 0 20 0 19 0 36434003 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) S 15003 15006 12165 0 -1 4202560 4741 0 0 0 30 0 0 0 20 0 19 0 36434003 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821055953464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 10996 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.47 2.38 2.06 3/213 15025
/proc/meminfo: memFree=29686192/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 19231 0 1 0 432 4 0 0 20 0 19 0 36433998 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 17112 2262 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2425 0 1 0 305 1 0 0 20 0 19 0 36433998 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821237338664 139821066977285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2471 0 0 0 30 0 0 0 20 0 19 0 36434003 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) R 15003 15006 12165 0 -1 4202560 13062 0 0 0 92 2 0 0 20 0 19 0 36434003 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821055941032 139821239429104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 17112 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.51 2.39 2.06 3/213 15025
/proc/meminfo: memFree=29657408/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 19949 0 1 0 771 4 0 0 20 0 19 0 36433998 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 20931 2264 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2436 0 1 0 625 1 0 0 20 0 19 0 36433998 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821237329616 139821066989689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2586 0 0 0 32 0 0 0 20 0 19 0 36434003 9856040960 20931 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=1.12 cores=0,2,4,6

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

[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2586 0 0 0 33 0 0 0 20 0 19 0 36434003 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) S 15003 15006 12165 0 -1 4202560 13653 0 0 0 112 2 0 0 20 0 19 0 36434003 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821055953464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 35108 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 9625040

[startup+19.2008 s]
/proc/loadavg: 2.55 2.40 2.07 4/213 15025
/proc/meminfo: memFree=29587872/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=20.68 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 19984 0 1 0 2063 5 0 0 20 0 19 0 36433998 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 37156 2264 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=19.12 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2471 0 1 0 1910 2 0 0 20 0 19 0 36433998 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821237329616 139821066917985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2586 0 0 0 33 0 0 0 20 0 19 0 36434003 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) S 15003 15006 12165 0 -1 4202560 13653 0 0 0 112 2 0 0 20 0 19 0 36434003 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821055953464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 37156 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 9625040

[startup+20.0008 s]
/proc/loadavg: 2.55 2.40 2.07 4/213 15025
/proc/meminfo: memFree=29581728/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=21.48 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 19986 0 1 0 2143 5 0 0 20 0 19 0 36433998 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 38180 2264 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=19.92 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2473 0 1 0 1990 2 0 0 20 0 19 0 36433998 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821237338248 139821066937410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2586 0 0 0 33 0 0 0 20 0 19 0 36434003 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) S 15003 15006 12165 0 -1 4202560 13653 0 0 0 112 2 0 0 20 0 19 0 36434003 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821055953464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 38180 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.48
Current children cumulated vsize (KiB) 9625040

[startup+20.4008 s]
/proc/loadavg: 2.55 2.40 2.07 4/213 15025
/proc/meminfo: memFree=29581728/32872528 swapFree=1534436/1655032
[pid=15006] ppid=15003 vsize=9625040 CPUtime=21.88 cores=0,2,4,6
/proc/15006/stat : 15006 (java) S 15003 15006 12165 0 -1 4202496 19987 0 1 0 2183 5 0 0 20 0 19 0 36433998 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 140737261982560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15006/statm: 2406260 38692 2264 9 0 2396937 0
[pid=15006/tid=15007] ppid=15003 vsize=9625040 CPUtime=20.32 cores=0,2,4,6
/proc/15006/task/15007/stat : 15007 (java) R 15003 15006 12165 0 -1 4202560 2474 0 1 0 2030 2 0 0 20 0 19 0 36433998 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821237338248 139821066977001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15009] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15009/stat : 15009 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821198829864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15010] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15010/stat : 15010 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821197777064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15011] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15011/stat : 15011 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821196724776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15012] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15012/stat : 15012 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821195671976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15013] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15013/stat : 15013 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821194619688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15014] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15014/stat : 15014 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821193566888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15006/tid=15015] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15015/stat : 15015 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821192514600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15016] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15016/stat : 15016 (java) S 15003 15006 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433999 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821191461800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15017] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15017/stat : 15017 (java) S 15003 15006 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434000 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821061216488 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15018] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15018/stat : 15018 (java) S 15003 15006 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821060162552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15019] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15019/stat : 15019 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434001 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821059110152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15020] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15020/stat : 15020 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821058058640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15021] ppid=15003 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/15006/task/15021/stat : 15021 (java) S 15003 15006 12165 0 -1 4202560 2586 0 0 0 33 0 0 0 20 0 19 0 36434003 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821057006264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15006/tid=15022] ppid=15003 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/15006/task/15022/stat : 15022 (java) S 15003 15006 12165 0 -1 4202560 13653 0 0 0 112 2 0 0 20 0 19 0 36434003 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821055953464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15023] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15023/stat : 15023 (java) S 15003 15006 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821054901368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15006/tid=15024] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15024/stat : 15024 (java) S 15003 15006 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434003 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821053848776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15006/tid=15025] ppid=15003 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15006/task/15025/stat : 15025 (java) S 15003 15006 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434015 9856040960 38692 33554432000 1073741824 1073778376 140737261991424 139821052793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.88
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 20.4989
CPU time (s): 21.9517
CPU user time (s): 21.8787
CPU system time (s): 0.072988
CPU usage (%): 107.087
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8787
system time used= 0.072988
maximum resident set size= 156872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20006
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= 765
involuntary context switches= 72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148977 second user time and 0.180972 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:44:16
IDJOB=4110248
IDBENCH=79217
IDSOLVER=2551
FILE ID=node122/4110248-1466343856
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
Free space on /tmp= 71740 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.1111225122--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110248-1466343856/watcher-4110248-1466343856 -o /tmp/evaluation-result-4110248-1466343856/solver-4110248-1466343856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110248-1466343856.wbo

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

MD5SUM BENCH= 9d79cffbd050edd1a538522b50ef42fc
RANDOM SEED=631444087

node122.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.769
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	: 5333.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.55
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29727940 kB
Buffers:          177024 kB
Cached:           353528 kB
SwapCached:            0 kB
Active:           336632 kB
Inactive:         399968 kB
Active(anon):     198308 kB
Inactive(anon):     9900 kB
Active(file):     138324 kB
Inactive(file):   390068 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3696 kB
Writeback:             0 kB
AnonPages:       1979320 kB
Mapped:            21148 kB
Shmem:               204 kB
Slab:             615872 kB
SReclaimable:      59272 kB
SUnreclaim:       556600 kB
KernelStack:        1760 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2472804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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= 71740 MiB
End job on node122 at 2016-06-19 15:44:36