Trace number 3718420

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 72.143 70.2978

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark72.143
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 constraints2707
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-3718420-1338254412.wbo
0.11/0.10	c reading problem ... 
0.53/0.30	c ... done. Wall clock time 0.204s.
0.53/0.30	c declared #vars     231
0.53/0.30	c internal #vars     2938
0.53/0.30	c #constraints  2707
0.53/0.30	c constraints type 
0.53/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.53/0.30	c ignored satisfied constraints => 1
0.53/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.53/0.30	c 2708 constraints processed.
0.53/0.30	c objective function length is 2707 literals
0.83/0.46	c SATISFIABLE
0.83/0.46	c OPTIMIZING...
0.83/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.83/0.46	o 406
1.13/0.54	c Got one! Elapsed wall clock time (in seconds):0.447
1.13/0.54	o 398
1.13/0.56	c Got one! Elapsed wall clock time (in seconds):0.463
1.13/0.56	o 386
1.13/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.13/0.58	o 379
1.40/0.60	c Got one! Elapsed wall clock time (in seconds):0.502
1.40/0.60	o 370
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
1.40/0.64	o 366
1.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.555
1.40/0.65	o 349
1.40/0.67	c Got one! Elapsed wall clock time (in seconds):0.571
1.40/0.67	o 311
1.40/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.40/0.69	o 253
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.604
1.62/0.70	o 251
1.72/0.81	c Got one! Elapsed wall clock time (in seconds):0.71
1.72/0.81	o 249
1.83/0.90	c Got one! Elapsed wall clock time (in seconds):0.806
1.83/0.90	o 247
1.83/0.93	c Got one! Elapsed wall clock time (in seconds):0.838
1.83/0.93	o 244
1.83/0.95	c Got one! Elapsed wall clock time (in seconds):0.851
1.83/0.95	o 240
1.93/1.05	c Got one! Elapsed wall clock time (in seconds):0.953
1.93/1.05	o 239
2.04/1.12	c Got one! Elapsed wall clock time (in seconds):1.021
2.04/1.12	o 237
2.04/1.19	c Got one! Elapsed wall clock time (in seconds):1.091
2.04/1.19	o 232
2.13/1.20	c Got one! Elapsed wall clock time (in seconds):1.102
2.13/1.20	o 217
2.13/1.25	c Got one! Elapsed wall clock time (in seconds):1.15
2.13/1.25	o 213
2.23/1.32	c Got one! Elapsed wall clock time (in seconds):1.223
2.23/1.32	o 207
2.23/1.35	c Got one! Elapsed wall clock time (in seconds):1.252
2.23/1.35	o 200
2.33/1.41	c Got one! Elapsed wall clock time (in seconds):1.31
2.33/1.41	o 183
2.43/1.54	c Got one! Elapsed wall clock time (in seconds):1.44
2.43/1.54	o 162
2.53/1.67	c Got one! Elapsed wall clock time (in seconds):1.574
2.53/1.67	o 155
2.77/1.81	c Got one! Elapsed wall clock time (in seconds):1.709
2.77/1.81	o 153
2.97/2.09	c Got one! Elapsed wall clock time (in seconds):1.991
2.97/2.09	o 149
3.18/2.23	c Got one! Elapsed wall clock time (in seconds):2.137
3.18/2.23	o 148
3.27/2.30	c Got one! Elapsed wall clock time (in seconds):2.201
3.27/2.30	o 147
3.27/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
3.27/2.34	o 127
3.58/2.63	c cleaning 8016 clauses out of 16032 with flag 10605/16032
3.73/2.76	c Got one! Elapsed wall clock time (in seconds):2.667
3.73/2.76	o 125
3.83/2.87	c Got one! Elapsed wall clock time (in seconds):2.776
3.83/2.87	o 119
4.03/3.09	c Got one! Elapsed wall clock time (in seconds):2.997
4.03/3.09	o 108
4.13/3.20	c Got one! Elapsed wall clock time (in seconds):3.106
4.13/3.20	o 106
4.43/3.41	c Got one! Elapsed wall clock time (in seconds):3.313
4.43/3.41	o 105
4.43/3.45	c Got one! Elapsed wall clock time (in seconds):3.352
4.43/3.45	o 100
4.53/3.55	c cleaning 7906 clauses out of 15840 with flag 9504/23856
4.68/3.65	c Got one! Elapsed wall clock time (in seconds):3.556
4.68/3.65	o 99
4.85/3.75	c Got one! Elapsed wall clock time (in seconds):3.658
4.85/3.75	o 96
5.05/3.94	c Got one! Elapsed wall clock time (in seconds):3.844
5.05/3.94	o 88
5.15/4.08	c cleaning 7202 clauses out of 14422 with flag 15134/30344
5.52/4.32	c Got one! Elapsed wall clock time (in seconds):4.22
5.52/4.32	o 76
5.52/4.36	c Got one! Elapsed wall clock time (in seconds):4.261
5.52/4.36	o 74
5.62/4.45	c Got one! Elapsed wall clock time (in seconds):4.349
5.62/4.45	o 70
5.71/4.55	c Got one! Elapsed wall clock time (in seconds):4.451
5.71/4.55	o 68
5.81/4.63	c Got one! Elapsed wall clock time (in seconds):4.535
5.81/4.63	o 67
5.91/4.72	c cleaning 7468 clauses out of 14946 with flag 10197/38070
6.04/4.84	c Got one! Elapsed wall clock time (in seconds):4.74
6.04/4.84	o 59
6.25/5.06	c cleaning 6488 clauses out of 12988 with flag 28863/43580
6.25/5.10	c Got one! Elapsed wall clock time (in seconds):4.999
6.25/5.10	o 55
6.67/5.45	c cleaning 5825 clauses out of 11683 with flag 54111/48763
6.77/5.51	c Got one! Elapsed wall clock time (in seconds):5.411
6.77/5.51	o 49
6.77/5.52	c Got one! Elapsed wall clock time (in seconds):5.427
6.77/5.52	o 48
6.77/5.57	c Got one! Elapsed wall clock time (in seconds):5.471
6.77/5.57	o 45
6.89/5.66	c Got one! Elapsed wall clock time (in seconds):5.565
6.89/5.66	o 41
7.29/6.00	c Got one! Elapsed wall clock time (in seconds):5.907
7.29/6.00	o 40
7.39/6.13	c cleaning 6612 clauses out of 13234 with flag 17644/56139
7.50/6.26	c Got one! Elapsed wall clock time (in seconds):6.164
7.50/6.26	o 35
7.70/6.44	c Got one! Elapsed wall clock time (in seconds):6.342
7.70/6.44	o 34
7.80/6.51	c cleaning 6041 clauses out of 12093 with flag 10655/61610
8.00/6.78	c Got one! Elapsed wall clock time (in seconds):6.685
8.00/6.78	o 31
8.10/6.86	c cleaning 5898 clauses out of 11818 with flag 9642/67376
8.40/7.19	c cleaning 5954 clauses out of 11923 with flag 62619/73379
9.01/7.76	c cleaning 6481 clauses out of 12966 with flag 109836/80376
9.30/8.05	c Got one! Elapsed wall clock time (in seconds):7.951
9.30/8.05	o 29
9.50/8.20	c cleaning 5879 clauses out of 11761 with flag 26750/85652
9.50/8.29	c Got one! Elapsed wall clock time (in seconds):8.19
9.50/8.29	o 26
9.80/8.54	c cleaning 5452 clauses out of 10911 with flag 43684/90681
10.22/8.94	c Got one! Elapsed wall clock time (in seconds):8.846
10.22/8.94	o 25
10.52/9.26	c cleaning 7763 clauses out of 15540 with flag 47968/100762
11.03/9.78	c cleaning 6881 clauses out of 13775 with flag 92982/106760
11.24/9.97	c Got one! Elapsed wall clock time (in seconds):9.87
11.24/9.97	o 24
11.53/10.25	c cleaning 6411 clauses out of 12839 with flag 48254/112705
11.73/10.49	c Got one! Elapsed wall clock time (in seconds):10.39
11.73/10.49	o 22
12.03/10.72	c cleaning 6176 clauses out of 12358 with flag 21769/118635
12.53/11.25	c cleaning 6086 clauses out of 12182 with flag 74397/124635
12.53/11.29	c Got one! Elapsed wall clock time (in seconds):11.195
12.53/11.29	o 21
12.64/11.36	c Got one! Elapsed wall clock time (in seconds):11.264
12.64/11.36	o 18
13.04/11.72	c cleaning 6044 clauses out of 12119 with flag 59505/130658
13.24/11.93	c Got one! Elapsed wall clock time (in seconds):11.831
13.24/11.93	o 16
13.34/12.10	c cleaning 5805 clauses out of 11621 with flag 27777/136204
13.74/12.43	c Got one! Elapsed wall clock time (in seconds):12.336
13.74/12.43	o 13
14.04/12.76	c cleaning 8218 clauses out of 16454 with flag 50445/146842
14.45/13.10	c cleaning 7108 clauses out of 14236 with flag 102310/152842
14.95/13.62	c cleaning 7052 clauses out of 14128 with flag 155449/159842
15.55/14.23	c cleaning 7530 clauses out of 15078 with flag 220815/167844
15.75/14.42	c Got one! Elapsed wall clock time (in seconds):14.326
15.75/14.42	o 12
15.95/14.63	c cleaning 6463 clauses out of 12934 with flag 32253/173230
16.35/15.04	c cleaning 6232 clauses out of 12470 with flag 78312/179229
16.85/15.50	c cleaning 6606 clauses out of 13239 with flag 131123/186230
17.36/16.03	c cleaning 7307 clauses out of 14633 with flag 194720/194230
17.66/16.32	c Got one! Elapsed wall clock time (in seconds):16.228
17.66/16.32	o 10
17.66/16.40	c cleaning 6278 clauses out of 12576 with flag 13218/199480
18.16/16.81	c cleaning 6145 clauses out of 12299 with flag 78440/205481
18.57/17.22	c cleaning 6571 clauses out of 13157 with flag 138427/212484
19.07/17.75	c cleaning 7277 clauses out of 14582 with flag 209260/220480
19.69/18.33	c cleaning 8133 clauses out of 16304 with flag 276946/229480
19.99/18.63	c Got one! Elapsed wall clock time (in seconds):18.534
19.99/18.63	o 9
20.39/19.02	c cleaning 9228 clauses out of 18477 with flag 60821/239786
20.81/19.41	c cleaning 7610 clauses out of 15249 with flag 115823/245786
21.23/19.83	c cleaning 7309 clauses out of 14640 with flag 162262/252787
21.73/20.33	c cleaning 7659 clauses out of 15331 with flag 222595/260787
22.33/20.95	c cleaning 8329 clauses out of 16671 with flag 282497/269786
22.93/21.59	c cleaning 9157 clauses out of 18344 with flag 361417/279788
23.74/22.34	c cleaning 10092 clauses out of 20185 with flag 457745/290786
24.55/23.18	c cleaning 11043 clauses out of 22093 with flag 560820/302786
25.55/24.14	c cleaning 12016 clauses out of 24050 with flag 682175/315786
26.55/25.18	c cleaning 13015 clauses out of 26035 with flag 814507/329787
27.46/26.04	c Got one! Elapsed wall clock time (in seconds):25.943
27.46/26.04	o 7
27.96/26.54	c cleaning 15402 clauses out of 30817 with flag 65816/347585
28.48/27.00	c cleaning 10694 clauses out of 21416 with flag 121185/353586
28.91/27.47	c cleaning 8847 clauses out of 17721 with flag 176510/360585
29.50/28.01	c cleaning 8431 clauses out of 16874 with flag 238871/368585
30.01/28.54	c cleaning 8708 clauses out of 17442 with flag 301625/377585
30.60/29.11	c cleaning 9359 clauses out of 18735 with flag 369625/387586
31.31/29.80	c cleaning 10181 clauses out of 20375 with flag 444546/398585
32.11/30.66	c cleaning 11097 clauses out of 22195 with flag 539179/410586
33.11/31.61	c cleaning 12043 clauses out of 24099 with flag 640554/423587
34.03/32.57	c cleaning 13018 clauses out of 26054 with flag 736698/437586
34.93/33.46	c cleaning 14014 clauses out of 28036 with flag 838228/452586
35.93/34.48	c cleaning 15006 clauses out of 30020 with flag 953700/468585
37.14/35.67	c cleaning 15989 clauses out of 32014 with flag 1080048/485586
38.44/36.97	c cleaning 17006 clauses out of 34024 with flag 1209069/503585
39.85/38.33	c cleaning 18003 clauses out of 36018 with flag 1346421/522586
41.26/39.77	c cleaning 19005 clauses out of 38014 with flag 1487006/542585
42.97/41.49	c cleaning 19996 clauses out of 40008 with flag 1647766/563585
44.67/43.17	c cleaning 21003 clauses out of 42013 with flag 1794778/585586
46.48/44.98	c cleaning 21995 clauses out of 44012 with flag 1961655/608589
48.48/46.90	c cleaning 22998 clauses out of 46011 with flag 2131764/632585
50.58/49.08	c cleaning 23995 clauses out of 48013 with flag 2316321/657585
52.99/51.44	c cleaning 25004 clauses out of 50016 with flag 2511980/683585
55.32/53.76	c cleaning 25999 clauses out of 52011 with flag 2708437/710585
57.83/56.20	c cleaning 26997 clauses out of 54013 with flag 2916305/738588
60.34/58.77	c cleaning 28002 clauses out of 56013 with flag 3133614/767585
63.06/61.41	c cleaning 28997 clauses out of 58011 with flag 3366832/797585
65.79/64.10	c cleaning 29998 clauses out of 60014 with flag 3594705/828585
68.93/67.24	c cleaning 31005 clauses out of 62014 with flag 3833270/860585
71.96/70.29	c starts		: 232
71.96/70.29	c conflicts		: 891059
71.96/70.29	c decisions		: 1436342
71.96/70.29	c propagations		: 58413970
71.96/70.29	c inspects		: 780742978
71.96/70.29	c shortcuts		: 0
71.96/70.29	c learnt literals	: 52
71.96/70.29	c learnt binary clauses	: 47
71.96/70.29	c learnt ternary clauses	: 269
71.96/70.29	c learnt constraints	: 891006
71.96/70.29	c ignored constraints	: 0
71.96/70.29	c root simplifications	: 0
71.96/70.29	c removed literals (reason simplification)	: 0
71.96/70.29	c reason swapping (by a shorter reason)	: 0
71.96/70.29	c Calls to reduceDB	: 71
71.96/70.29	c Number of update (reduction) of LBD	: 317378
71.96/70.29	c number of reductions to clauses (during analyze)	: 0
71.96/70.29	c number of learned constraints concerned by reduction	: 0
71.96/70.29	c number of learning phase by resolution	: 0
71.96/70.29	c number of learning phase by cutting planes	: 0
71.96/70.29	c speed (assignments/second)	: 835129.5284934093
71.96/70.29	c non guided choices	8291
71.96/70.29	c learnt constraints type 
71.96/70.29	c constraints type 
71.96/70.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
71.96/70.29	c ignored satisfied constraints => 1
71.96/70.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
71.96/70.29	c 2708 constraints processed.
71.96/70.29	s OPTIMUM FOUND
71.96/70.29	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 
71.96/70.29	c objective function=7
71.96/70.29	c Total wall clock time (in seconds): 70.194

Verifier Data

OK	7

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-3718420-1338254412/watcher-3718420-1338254412 -o /tmp/evaluation-result-3718420-1338254412/solver-3718420-1338254412 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718420-1338254412.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: 2.06 2.05 2.01 3/194 1575
/proc/meminfo: memFree=29678308/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1575/stat : 1575 (java) R 1573 1575 30566 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 291568602 23793664 710 33554432000 1073741824 1073778376 140735208685440 140735208674504 219504752720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 5809 710 525 9 0 128 0
[pid=1575/tid=1576] ppid=1573 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 291568603 95129600 926 33554432000 1073741824 1073778376 140735208685440 140104303152680 219504799015 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.036036 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 1575
/proc/meminfo: memFree=29678308/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 3029 0 1 0 2 0 0 0 20 0 13 0 291568602 9446973440 3727 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2306390 3727 1699 9 0 2297091 0
[pid=1575/tid=1576] ppid=1573 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 1849 0 1 0 1 0 0 0 20 0 13 0 291568603 9446973440 3727 33554432000 1073741824 1073778376 140735208685440 140104303153392 219517347085 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100231 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 1575
/proc/meminfo: memFree=29678308/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 4468 0 1 0 10 1 0 0 20 0 18 0 291568602 9787817984 6140 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2389604 6140 2144 9 0 2380296 0
[pid=1575/tid=1576] ppid=1573 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 291568603 9787817984 6140 33554432000 1073741824 1073778376 140735208685440 140104303155992 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.3002 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 1575
/proc/meminfo: memFree=29678308/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9558416 CPUtime=0.53 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 6759 0 1 0 52 1 0 0 20 0 18 0 291568602 9787817984 9268 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2389604 9268 2230 9 0 2380296 0
[pid=1575/tid=1576] ppid=1573 vsize=9558416 CPUtime=0.27 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2453 0 1 0 27 0 0 0 20 0 18 0 291568603 9787817984 9268 33554432000 1073741824 1073778376 140735208685440 140104303155992 140104305349258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558416

[startup+0.70032 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 1575
/proc/meminfo: memFree=29678308/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=1.62 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 11695 0 1 0 160 2 0 0 20 0 19 0 291568602 9855979520 13557 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 13557 2257 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2463 0 1 0 68 0 0 0 20 0 19 0 291568603 9855979520 13557 33554432000 1073741824 1073778376 140735208685440 140104303157512 140104132268008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9624980

[startup+1.50073 s]
/proc/loadavg: 2.06 2.05 2.01 3/214 1598
/proc/meminfo: memFree=29627160/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=2.43 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 11708 0 1 0 241 2 0 0 20 0 19 0 291568602 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 18168 2259 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2473 0 1 0 146 2 0 0 20 0 19 0 291568603 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104303157768 140104132288449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4805 0 0 0 46 0 0 0 20 0 19 0 291568607 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 3232 0 0 0 46 0 0 0 20 0 19 0 291568607 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 18168 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 2.05 2.05 2.01 3/214 1598
/proc/meminfo: memFree=29610156/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=4.13 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 11782 0 1 0 410 3 0 0 20 0 19 0 291568602 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 23335 2285 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=3.06 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2486 0 1 0 304 2 0 0 20 0 19 0 291568603 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104303157624 140104132268062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4809 0 0 0 49 0 0 0 20 0 19 0 291568607 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 3244 0 0 0 51 0 0 0 20 0 19 0 291568607 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 23335 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9624980

[startup+6.30075 s]
/proc/loadavg: 2.05 2.05 2.01 3/214 1598
/proc/meminfo: memFree=29588276/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=7.6 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 14003 0 1 0 756 4 0 0 20 0 19 0 291568602 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 24843 2285 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=6.11 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2491 0 1 0 609 2 0 0 20 0 19 0 291568603 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104303157720 140104132248671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291568604 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291568605 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4810 0 0 0 53 0 0 0 20 0 19 0 291568607 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 5440 0 0 0 66 0 0 0 20 0 19 0 291568607 9855979520 24843 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 55 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=2.05 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 42 0 0 0 205 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4813 0 0 0 56 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 5440 0 0 0 66 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 71.25
Current children cumulated vsize (KiB) 9624980

[startup+69.9007 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 1598
/proc/meminfo: memFree=29407420/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=71.66 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 14204 0 1 0 7160 6 0 0 20 0 19 0 291568602 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 27523 2286 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=67.55 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2555 0 1 0 6752 3 0 0 20 0 19 0 291568603 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104303157600 140104132276995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 55 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=2.05 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 42 0 0 0 205 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4813 0 0 0 56 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 5440 0 0 0 66 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 71.66
Current children cumulated vsize (KiB) 9624980

[startup+70.1007 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 1598
/proc/meminfo: memFree=29407420/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=71.86 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 14204 0 1 0 7180 6 0 0 20 0 19 0 291568602 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 27523 2286 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=67.75 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2555 0 1 0 6772 3 0 0 20 0 19 0 291568603 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104303157600 140104132268982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 55 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=2.05 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 42 0 0 0 205 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) S 1573 1575 30566 0 -1 4202560 4813 0 0 0 56 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104122194488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 5440 0 0 0 66 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 71.86
Current children cumulated vsize (KiB) 9624980

[startup+70.2007 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 1598
/proc/meminfo: memFree=29407420/32873648 swapFree=7116/7116
[pid=1575] ppid=1573 vsize=9624980 CPUtime=71.96 cores=1,3,5,7
/proc/1575/stat : 1575 (java) S 1573 1575 30566 0 -1 4202496 14205 0 1 0 7190 6 0 0 20 0 19 0 291568602 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140735208676576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1575/statm: 2406245 27523 2286 9 0 2396937 0
[pid=1575/tid=1576] ppid=1573 vsize=9624980 CPUtime=67.85 cores=1,3,5,7
/proc/1575/task/1576/stat : 1576 (java) R 1573 1575 30566 0 -1 4202560 2555 0 1 0 6782 3 0 0 20 0 19 0 291568603 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104303157600 140104132581559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1578] ppid=1573 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1575/task/1578/stat : 1578 (java) S 1573 1575 30566 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104264648872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1579] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1579/stat : 1579 (java) S 1573 1575 30566 0 -1 4202560 55 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104263596328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1580] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1580/stat : 1580 (java) S 1573 1575 30566 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104262543784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1581] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1581/stat : 1581 (java) S 1573 1575 30566 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104261491240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1582] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1582/stat : 1582 (java) S 1573 1575 30566 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104260438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1584] ppid=1573 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1575/task/1584/stat : 1584 (java) S 1573 1575 30566 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104259386152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1585] ppid=1573 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1575/task/1585/stat : 1585 (java) S 1573 1575 30566 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104258333608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1586] ppid=1573 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1575/task/1586/stat : 1586 (java) S 1573 1575 30566 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 291568604 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104257281064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1575/tid=1587] ppid=1573 vsize=9624980 CPUtime=2.05 cores=1,3,5,7
/proc/1575/task/1587/stat : 1587 (java) S 1573 1575 30566 0 -1 4202560 42 0 0 0 205 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104126404712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1588] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1588/stat : 1588 (java) S 1573 1575 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104125351032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1589] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1589/stat : 1589 (java) S 1573 1575 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291568605 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104124298376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1590] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1590/stat : 1590 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104123247120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1591] ppid=1573 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/1575/task/1591/stat : 1591 (java) R 1573 1575 30566 0 -1 4202560 4814 0 0 0 57 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104122194488 140104309540673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1575/tid=1594] ppid=1573 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/1575/task/1594/stat : 1594 (java) S 1573 1575 30566 0 -1 4202560 5440 0 0 0 66 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104121141944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1595] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1595/stat : 1595 (java) S 1573 1575 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104120089592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1575/tid=1596] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1596/stat : 1596 (java) S 1573 1575 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291568607 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104119037256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1575/tid=1597] ppid=1573 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1575/task/1597/stat : 1597 (java) S 1573 1575 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568637 9855979520 27523 33554432000 1073741824 1073778376 140735208685440 140104117981992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 71.96
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 70.2978
CPU time (s): 72.143
CPU user time (s): 71.9801
CPU system time (s): 0.162975
CPU usage (%): 102.625
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9801
system time used= 0.162975
maximum resident set size= 110152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14225
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3577
involuntary context switches= 2129

runsolver used 0.146977 second user time and 0.371943 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:20:12
IDJOB=3718420
IDBENCH=79289
IDSOLVER=2301
FILE ID=node114/3718420-1338254412
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=1939939409

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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	: 5331.91
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.242
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.242
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:        29678728 kB
Buffers:          865452 kB
Cached:           424100 kB
SwapCached:         2272 kB
Active:          2175596 kB
Inactive:          42492 kB
Active(anon):     913452 kB
Inactive(anon):     9072 kB
Active(file):    1262144 kB
Inactive(file):    33420 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1031600 kB
Mapped:            19204 kB
Shmem:               104 kB
Slab:             802760 kB
SReclaimable:     246728 kB
SUnreclaim:       556032 kB
KernelStack:        1760 kB
PageTables:         5808 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2087180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1001472 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= 71464 MiB
End job on node114 at 2012-05-29 03:21:23