Trace number 3718090

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 2012-05-28OPTIMUM 61.2037 58.7426

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark21.5457
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.3.2.v20120528
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	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@4a913fe2
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 Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718090-1338251980.wbo
0.11/0.10	c reading problem ... 
0.28/0.28	c ... done. Wall clock time 0.187s.
0.28/0.28	c declared #vars     231
0.28/0.28	c internal #vars     1168
0.28/0.28	c #constraints  2707
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.28/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.28/0.28	c ignored satisfied constraints => 1
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.28/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.28/0.28	c 2708 constraints processed.
0.28/0.28	c objective function length is 937 literals
0.52/0.36	c SATISFIABLE
0.52/0.36	c OPTIMIZING...
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.266
0.52/0.36	o 310
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.295
0.52/0.39	o 303
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.359
0.79/0.46	o 302
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.387
0.79/0.48	o 294
1.09/0.50	c Got one! Elapsed wall clock time (in seconds):0.405
1.09/0.50	o 289
1.09/0.55	c Got one! Elapsed wall clock time (in seconds):0.455
1.09/0.55	o 287
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
1.34/0.60	o 284
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.533
1.34/0.63	o 276
1.34/0.66	c Got one! Elapsed wall clock time (in seconds):0.559
1.34/0.66	o 275
1.34/0.69	c Got one! Elapsed wall clock time (in seconds):0.591
1.34/0.69	o 270
1.46/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.46/0.73	o 269
1.46/0.74	c Got one! Elapsed wall clock time (in seconds):0.647
1.46/0.74	o 264
1.46/0.79	c Got one! Elapsed wall clock time (in seconds):0.695
1.46/0.79	o 257
1.63/0.83	c Got one! Elapsed wall clock time (in seconds):0.732
1.63/0.83	o 256
1.73/0.92	c Got one! Elapsed wall clock time (in seconds):0.822
1.73/0.92	o 255
1.94/1.12	c Got one! Elapsed wall clock time (in seconds):1.024
1.94/1.12	o 251
1.94/1.13	c Got one! Elapsed wall clock time (in seconds):1.034
1.94/1.13	o 248
1.94/1.16	c Got one! Elapsed wall clock time (in seconds):1.066
1.94/1.16	o 163
2.17/1.34	c cleaning 5806 clauses out of 11611 with flag 12805/11611
2.17/1.36	c Got one! Elapsed wall clock time (in seconds):1.266
2.17/1.36	o 157
2.51/1.62	c Got one! Elapsed wall clock time (in seconds):1.527
2.51/1.62	o 153
2.71/1.82	c cleaning 5618 clauses out of 11251 with flag 12493/17057
3.55/2.29	c Got one! Elapsed wall clock time (in seconds):2.197
3.55/2.29	o 143
3.66/2.32	c Got one! Elapsed wall clock time (in seconds):2.227
3.66/2.32	o 141
3.66/2.36	c Got one! Elapsed wall clock time (in seconds):2.26
3.66/2.36	o 140
3.76/2.44	c cleaning 6216 clauses out of 12455 with flag 9400/23879
3.97/2.58	c Got one! Elapsed wall clock time (in seconds):2.48
3.97/2.58	o 132
4.17/2.63	c Got one! Elapsed wall clock time (in seconds):2.53
4.17/2.63	o 130
4.68/2.93	c cleaning 6183 clauses out of 12372 with flag 30146/30012
4.90/3.10	c Got one! Elapsed wall clock time (in seconds):3.002
4.90/3.10	o 129
5.20/3.45	c cleaning 5910 clauses out of 11833 with flag 24477/35656
5.81/4.01	c cleaning 5946 clauses out of 11923 with flag 62377/41656
6.42/4.64	c cleaning 6486 clauses out of 12980 with flag 121737/48659
6.54/4.76	c Got one! Elapsed wall clock time (in seconds):4.664
6.54/4.76	o 128
6.84/5.02	c Got one! Elapsed wall clock time (in seconds):4.923
6.84/5.02	o 119
6.94/5.10	c cleaning 5863 clauses out of 11740 with flag 9860/53905
7.45/5.68	c cleaning 5932 clauses out of 11877 with flag 58818/59905
7.56/5.76	c Got one! Elapsed wall clock time (in seconds):5.661
7.56/5.76	o 118
7.96/6.12	c cleaning 5899 clauses out of 11824 with flag 46333/65784
8.18/6.39	c Got one! Elapsed wall clock time (in seconds):6.291
8.18/6.39	o 116
8.38/6.53	c cleaning 5540 clauses out of 11096 with flag 16951/70955
8.69/6.80	c Got one! Elapsed wall clock time (in seconds):6.704
8.69/6.80	o 115
8.69/6.82	c Got one! Elapsed wall clock time (in seconds):6.725
8.69/6.82	o 97
8.79/6.92	c cleaning 5588 clauses out of 11179 with flag 6211/76578
9.21/7.34	c Got one! Elapsed wall clock time (in seconds):7.245
9.21/7.34	o 96
9.31/7.42	c cleaning 5494 clauses out of 10995 with flag 10615/81982
9.41/7.50	c Got one! Elapsed wall clock time (in seconds):7.401
9.41/7.50	o 95
9.71/7.88	c cleaning 5716 clauses out of 11486 with flag 43135/87967
10.21/8.37	c Got one! Elapsed wall clock time (in seconds):8.269
10.21/8.37	o 83
10.65/8.80	c cleaning 8228 clauses out of 16471 with flag 50174/98668
11.26/9.32	c cleaning 7112 clauses out of 14244 with flag 100219/104669
11.96/10.02	c cleaning 7047 clauses out of 14132 with flag 164331/111669
12.27/10.35	c Got one! Elapsed wall clock time (in seconds):10.254
12.27/10.35	o 82
12.37/10.46	c Got one! Elapsed wall clock time (in seconds):10.36
12.37/10.46	o 80
12.46/10.55	c cleaning 6218 clauses out of 12450 with flag 10100/117034
12.87/10.97	c Got one! Elapsed wall clock time (in seconds):10.877
12.87/10.97	o 72
12.97/11.06	c cleaning 6056 clauses out of 12127 with flag 10972/122929
13.27/11.31	c Got one! Elapsed wall clock time (in seconds):11.209
13.27/11.31	o 67
13.37/11.47	c cleaning 5635 clauses out of 11285 with flag 19930/128143
13.87/11.95	c cleaning 5815 clauses out of 11649 with flag 71589/134142
13.98/12.03	c Got one! Elapsed wall clock time (in seconds):11.935
13.98/12.03	o 65
14.37/12.41	c cleaning 5833 clauses out of 11667 with flag 49339/139975
14.37/12.49	c Got one! Elapsed wall clock time (in seconds):12.396
14.37/12.49	o 64
14.77/12.89	c cleaning 5862 clauses out of 11744 with flag 51925/145885
15.28/13.32	c cleaning 5929 clauses out of 11880 with flag 106998/151883
15.69/13.71	c Got one! Elapsed wall clock time (in seconds):13.611
15.69/13.71	o 57
16.09/14.10	c cleaning 7998 clauses out of 16007 with flag 48032/161939
16.49/14.55	c cleaning 6999 clauses out of 14010 with flag 105258/167940
17.00/15.04	c cleaning 6993 clauses out of 14009 with flag 163962/174938
17.61/15.69	c cleaning 7496 clauses out of 15016 with flag 235808/182938
17.91/15.95	c Got one! Elapsed wall clock time (in seconds):15.855
17.91/15.95	o 50
18.11/16.12	c cleaning 6341 clauses out of 12693 with flag 22950/188111
18.42/16.50	c cleaning 6165 clauses out of 12351 with flag 65399/194110
18.61/16.62	c Got one! Elapsed wall clock time (in seconds):16.52
18.61/16.62	o 49
18.82/16.83	c cleaning 5635 clauses out of 11289 with flag 28552/199213
19.22/17.27	c cleaning 5820 clauses out of 11654 with flag 75635/205213
19.72/17.76	c cleaning 6410 clauses out of 12834 with flag 126319/212213
20.22/18.28	c Got one! Elapsed wall clock time (in seconds):18.188
20.22/18.28	o 45
20.73/18.74	c cleaning 9479 clauses out of 18982 with flag 52258/224771
21.14/19.19	c cleaning 7745 clauses out of 15502 with flag 109155/230770
21.64/19.63	c cleaning 7368 clauses out of 14756 with flag 157882/237769
21.74/19.71	c Got one! Elapsed wall clock time (in seconds):19.61
21.74/19.71	o 43
22.13/20.11	c cleaning 6577 clauses out of 13179 with flag 53513/243560
22.53/20.53	c cleaning 6293 clauses out of 12602 with flag 109410/249560
23.04/21.07	c cleaning 6644 clauses out of 13309 with flag 177687/256560
23.54/21.54	c Got one! Elapsed wall clock time (in seconds):21.439
23.54/21.54	o 36
23.64/21.66	c Got one! Elapsed wall clock time (in seconds):21.559
23.64/21.66	o 32
23.94/21.99	c cleaning 9200 clauses out of 18417 with flag 37256/268312
24.14/22.12	c Got one! Elapsed wall clock time (in seconds):22.025
24.14/22.12	o 31
24.44/22.40	c cleaning 7405 clauses out of 14825 with flag 34203/273920
24.84/22.83	c cleaning 6701 clauses out of 13418 with flag 88310/279918
25.35/23.34	c cleaning 6840 clauses out of 13717 with flag 151244/286918
25.95/23.94	c cleaning 7427 clauses out of 14877 with flag 225089/294918
26.05/24.08	c Got one! Elapsed wall clock time (in seconds):23.98
26.05/24.08	o 30
26.35/24.38	c cleaning 6645 clauses out of 13302 with flag 35823/300770
26.76/24.79	c cleaning 6310 clauses out of 12656 with flag 86778/306769
27.26/25.26	c cleaning 6667 clauses out of 13346 with flag 142310/313769
27.86/25.80	c cleaning 7327 clauses out of 14678 with flag 208238/321768
28.46/26.41	c cleaning 8170 clauses out of 16352 with flag 282199/330769
29.06/27.09	c cleaning 9085 clauses out of 18181 with flag 368126/340768
29.88/27.84	c cleaning 10039 clauses out of 20095 with flag 464000/351768
30.59/28.56	c Got one! Elapsed wall clock time (in seconds):28.468
30.59/28.56	o 27
31.09/29.06	c cleaning 13296 clauses out of 26597 with flag 51506/368309
31.59/29.55	c cleaning 9640 clauses out of 19300 with flag 109332/374308
32.11/30.08	c cleaning 8321 clauses out of 16660 with flag 163804/381308
32.42/30.31	c Got one! Elapsed wall clock time (in seconds):30.209
32.42/30.31	o 25
32.52/30.47	c cleaning 6965 clauses out of 13948 with flag 20148/386917
33.02/30.92	c cleaning 6484 clauses out of 12984 with flag 73573/392918
33.52/31.46	c cleaning 6745 clauses out of 13499 with flag 136832/399917
34.03/31.99	c cleaning 7370 clauses out of 14754 with flag 201146/407917
34.72/32.62	c cleaning 8180 clauses out of 16384 with flag 278923/416917
35.44/33.33	c cleaning 9101 clauses out of 18204 with flag 357554/426917
36.27/34.15	c cleaning 10035 clauses out of 20102 with flag 440405/437916
37.18/35.09	c cleaning 11031 clauses out of 22070 with flag 541831/449920
38.28/36.10	c cleaning 12013 clauses out of 24037 with flag 643517/462918
39.39/37.21	c cleaning 13006 clauses out of 26024 with flag 754184/476918
40.49/38.35	c cleaning 13999 clauses out of 28015 with flag 867708/491916
40.70/38.54	c Got one! Elapsed wall clock time (in seconds):38.439
40.70/38.54	o 13
41.00/38.82	c cleaning 9821 clauses out of 19652 with flag 30177/497552
41.50/39.32	c cleaning 7909 clauses out of 15828 with flag 84519/503549
42.00/39.88	c cleaning 7450 clauses out of 14920 with flag 145369/510550
42.60/40.49	c cleaning 7724 clauses out of 15469 with flag 208509/518549
43.40/41.22	c cleaning 8362 clauses out of 16745 with flag 283439/527549
44.12/41.96	c cleaning 9185 clauses out of 18384 with flag 367722/537550
45.04/42.90	c cleaning 10091 clauses out of 20198 with flag 469632/548549
46.05/43.87	c cleaning 11049 clauses out of 22107 with flag 572311/560549
47.17/44.97	c cleaning 12021 clauses out of 24060 with flag 687205/573551
48.41/46.18	c cleaning 13015 clauses out of 26039 with flag 803458/587552
49.51/47.22	c cleaning 14002 clauses out of 28022 with flag 906351/602552
50.72/48.49	c cleaning 14996 clauses out of 30016 with flag 1024155/618549
52.13/49.89	c cleaning 16004 clauses out of 32020 with flag 1149641/635550
53.53/51.28	c cleaning 16995 clauses out of 34014 with flag 1276257/653550
55.14/52.85	c cleaning 18008 clauses out of 36017 with flag 1414634/672550
56.94/54.64	c cleaning 19001 clauses out of 38008 with flag 1576883/692549
58.84/56.56	c cleaning 19998 clauses out of 40009 with flag 1748888/713551
60.86/58.53	c cleaning 20999 clauses out of 42006 with flag 1924328/735549
61.08/58.73	c starts		: 214
61.08/58.73	c conflicts		: 737989
61.08/58.73	c decisions		: 1135574
61.08/58.73	c propagations		: 50901989
61.08/58.73	c inspects		: 658753158
61.08/58.73	c shortcuts		: 0
61.08/58.73	c learnt literals	: 20
61.08/58.73	c learnt binary clauses	: 27
61.08/58.73	c learnt ternary clauses	: 540
61.08/58.73	c learnt constraints	: 737968
61.08/58.73	c ignored constraints	: 0
61.08/58.73	c root simplifications	: 0
61.08/58.73	c removed literals (reason simplification)	: 0
61.08/58.73	c reason swapping (by a shorter reason)	: 0
61.08/58.73	c Calls to reduceDB	: 83
61.08/58.73	c Number of update (reduction) of LBD	: 289786
61.08/58.73	c number of reductions to clauses (during analyze)	: 0
61.08/58.73	c number of learned constraints concerned by reduction	: 0
61.08/58.73	c number of learning phase by resolution	: 0
61.08/58.73	c number of learning phase by cutting planes	: 0
61.08/58.73	c speed (assignments/second)	: 871042.6263732503
61.08/58.73	c non guided choices	6496
61.08/58.73	c learnt constraints type 
61.08/58.73	c constraints type 
61.08/58.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
61.08/58.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
61.08/58.73	c ignored satisfied constraints => 1
61.08/58.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
61.08/58.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
61.08/58.73	c 2708 constraints processed.
61.08/58.73	s OPTIMUM FOUND
61.08/58.73	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 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
61.08/58.73	c objective function=13
61.08/58.73	c Total wall clock time (in seconds): 58.637

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718090-1338251980/watcher-3718090-1338251980 -o /tmp/evaluation-result-3718090-1338251980/solver-3718090-1338251980 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718090-1338251980.wbo 

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: 1.98 1.82 1.82 2/194 14215
/proc/meminfo: memFree=29530176/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/14215/stat : 14215 (java) R 14213 14215 13069 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 291322134 23793664 863 33554432000 1073741824 1073778376 140734526798336 140734526787400 140585312216794 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 5793 858 647 9 0 128 0
[pid=14215/tid=14216] ppid=14213 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 291322135 24780800 867 33554432000 1073741824 1073778376 140734526798336 140734526787400 251053086897 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.0426049 s]
/proc/loadavg: 1.98 1.82 1.82 2/194 14215
/proc/meminfo: memFree=29530176/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 3076 0 1 0 2 0 0 0 20 0 13 0 291322134 9446973440 3773 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2306390 3773 1708 9 0 2297091 0
[pid=14215/tid=14216] ppid=14213 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 1895 0 1 0 2 0 0 0 20 0 13 0 291322135 9446973440 3774 33554432000 1073741824 1073778376 140734526798336 140585310377704 140585314391652 0 4 0 16800971 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100232 s]
/proc/loadavg: 1.98 1.82 1.82 2/194 14215
/proc/meminfo: memFree=29530176/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 291322134 9787817984 6142 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2389604 6146 2144 9 0 2380296 0
[pid=14215/tid=14216] ppid=14213 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2435 0 1 0 8 0 0 0 20 0 18 0 291322135 9787817984 6146 33554432000 1073741824 1073778376 140734526798336 140585310380792 251056416013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300201 s]
/proc/loadavg: 1.98 1.82 1.82 2/194 14215
/proc/meminfo: memFree=29530176/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 5885 0 1 0 50 2 0 0 20 0 19 0 291322134 9855979520 8404 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 8404 2226 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2460 0 1 0 26 2 0 0 20 0 19 0 291322135 9855979520 8404 33554432000 1073741824 1073778376 140734526798336 140585310380816 140585168074144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624980

[startup+0.700282 s]
/proc/loadavg: 1.98 1.82 1.82 2/194 14215
/proc/meminfo: memFree=29530176/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 11007 0 1 0 143 3 0 0 20 0 19 0 291322134 9855979520 11937 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 11937 2247 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2464 0 1 0 66 2 0 0 20 0 19 0 291322135 9855979520 11937 33554432000 1073741824 1073778376 140734526798336 140585310380328 140585168646507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9624980

[startup+1.50074 s]
/proc/loadavg: 1.98 1.82 1.82 3/213 14234
/proc/meminfo: memFree=29486560/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=2.4 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 11749 0 1 0 236 4 0 0 20 0 19 0 291322134 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 16053 2277 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2472 0 1 0 144 2 0 0 20 0 19 0 291322135 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585310380424 140585168863463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4142 0 0 0 41 1 0 0 20 0 19 0 291322139 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 3889 0 0 0 46 0 0 0 20 0 19 0 291322139 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 16053 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9624980

[startup+3.10075 s]
/proc/loadavg: 1.98 1.83 1.83 4/213 14234
/proc/meminfo: memFree=29455856/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=4.9 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 21952 0 1 0 484 6 0 0 20 0 19 0 291322134 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 21072 2278 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2474 0 1 0 299 2 0 0 20 0 19 0 291322135 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585310380424 140585168562695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 291322137 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4175 0 0 0 48 1 0 0 20 0 19 0 291322139 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.25 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 121 4 0 0 20 0 19 0 291322139 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 21072 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 1.98 1.83 1.83 3/213 14234
/proc/meminfo: memFree=29453508/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=8.18 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 21964 0 1 0 812 6 0 0 20 0 19 0 291322134 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 21040 2278 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=6.11 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2481 0 1 0 609 2 0 0 20 0 19 0 291322135 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585310380424 140585168620499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291322136 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291322137 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4175 0 0 0 48 1 0 0 20 0 19 0 291322139 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.26 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 122 4 0 0 20 0 19 0 291322139 9855979520 21040 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 10 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 37 0 0 0 112 0 0 0 20 0 19 0 291322137 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4178 0 0 0 55 1 0 0 20 0 19 0 291322139 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.28 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 124 4 0 0 20 0 19 0 291322139 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 22202 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 58.24
Current children cumulated vsize (KiB) 9624980

[startup+57.5006 s]
/proc/loadavg: 1.92 1.84 1.83 3/214 14295
/proc/meminfo: memFree=29479896/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=59.86 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 22101 0 1 0 5978 8 0 0 20 0 19 0 291322134 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 22206 2279 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=56.06 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2553 0 1 0 5604 2 0 0 20 0 19 0 291322135 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585310380304 140585168597879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=1.14 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 37 0 0 0 114 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4178 0 0 0 55 1 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.28 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 124 4 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 59.86
Current children cumulated vsize (KiB) 9624980

[startup+58.307 s]
/proc/loadavg: 1.92 1.84 1.83 3/214 14295
/proc/meminfo: memFree=29479896/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=60.67 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 22101 0 1 0 6059 8 0 0 20 0 19 0 291322134 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 22206 2279 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=56.87 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2553 0 1 0 5685 2 0 0 20 0 19 0 291322135 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585310380304 140585168555016 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=1.14 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 37 0 0 0 114 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4178 0 0 0 55 1 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.28 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 124 4 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 9624980

[startup+58.7007 s]
/proc/loadavg: 1.92 1.84 1.83 3/214 14295
/proc/meminfo: memFree=29479896/32873648 swapFree=7368/7368
[pid=14215] ppid=14213 vsize=9624980 CPUtime=61.08 cores=1,3,5,7
/proc/14215/stat : 14215 (java) S 14213 14215 13069 0 -1 4202496 22102 0 1 0 6100 8 0 0 20 0 19 0 291322134 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140734526789472 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14215/statm: 2406245 22206 2279 9 0 2396937 0
[pid=14215/tid=14216] ppid=14213 vsize=9624980 CPUtime=57.24 cores=1,3,5,7
/proc/14215/task/14216/stat : 14216 (java) R 14213 14215 13069 0 -1 4202560 2554 0 1 0 5722 2 0 0 20 0 19 0 291322135 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585310380264 140585168578492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14218] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14218/stat : 14218 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585288480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14219] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14219/stat : 14219 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585287428392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14220] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14220/stat : 14220 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585084119464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14221] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14221/stat : 14221 (java) S 14213 14215 13069 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585083066920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14222] ppid=14213 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/14215/task/14222/stat : 14222 (java) S 14213 14215 13069 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585082014376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14223] ppid=14213 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/14215/task/14223/stat : 14223 (java) S 14213 14215 13069 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585080961832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14215/tid=14224] ppid=14213 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/14215/task/14224/stat : 14224 (java) S 14213 14215 13069 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585079909288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14215/tid=14225] ppid=14213 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/14215/task/14225/stat : 14225 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 291322136 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585078856744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14226] ppid=14213 vsize=9624980 CPUtime=1.16 cores=1,3,5,7
/proc/14215/task/14226/stat : 14226 (java) S 14213 14215 13069 0 -1 4202560 37 0 0 0 116 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585066657896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14227] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14227/stat : 14227 (java) S 14213 14215 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585065604216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14228] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14228/stat : 14228 (java) S 14213 14215 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291322137 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585064551560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14229] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14229/stat : 14229 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585063500304 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14230] ppid=14213 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/14215/task/14230/stat : 14230 (java) S 14213 14215 13069 0 -1 4202560 4178 0 0 0 55 1 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585062447672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14231] ppid=14213 vsize=9624980 CPUtime=1.28 cores=1,3,5,7
/proc/14215/task/14231/stat : 14231 (java) S 14213 14215 13069 0 -1 4202560 14036 0 0 0 124 4 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585061395128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14215/tid=14232] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14232/stat : 14232 (java) S 14213 14215 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585060342776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14233] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14233/stat : 14233 (java) S 14213 14215 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291322139 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585059290440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14215/tid=14234] ppid=14213 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14215/task/14234/stat : 14234 (java) S 14213 14215 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291322164 9855979520 22206 33554432000 1073741824 1073778376 140734526798336 140585058235176 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 61.08
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 58.7426
CPU time (s): 61.2037
CPU user time (s): 61.0017
CPU system time (s): 0.201969
CPU usage (%): 104.19
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0017
system time used= 0.201969
maximum resident set size= 88868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22114
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3711
involuntary context switches= 2970

runsolver used 0.318951 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:39:40
IDJOB=3718090
IDBENCH=78966
IDSOLVER=2301
FILE ID=node149/3718090-1338251980
RUNJOBID= node149-1338251638-13086
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718090-1338251980/watcher-3718090-1338251980 -o /tmp/evaluation-result-3718090-1338251980/solver-3718090-1338251980 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718090-1338251980.wbo

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=1906392466

node149.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.145
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.29
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.145
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	: 5331.91
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.145
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	: 5438.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.145
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	: 5331.91
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.145
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	: 5331.91
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.145
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	: 5438.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.145
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	: 5331.91
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.145
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29530332 kB
Buffers:          641504 kB
Cached:          1748500 kB
SwapCached:         2476 kB
Active:          1216048 kB
Inactive:        1285388 kB
Active(anon):      94068 kB
Inactive(anon):     9368 kB
Active(file):    1121980 kB
Inactive(file):  1276020 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:        190180 kB
Mapped:            22528 kB
Shmem:                96 kB
Slab:             701776 kB
SReclaimable:     144952 kB
SUnreclaim:       556824 kB
KernelStack:        1760 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:40:39