Trace number 3492355

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 Resolution 2011-06-08OPTIMUM 38.6311 37.5052

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-33-100-0.wbo
MD5SUMfc19369358a85dcf0daa4440bb60967e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2.52761
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492355-1307909634.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.129
0.28/0.23	o 702
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.149
0.28/0.25	o 644
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.27	o 264
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.54/0.31	o 241
0.78/0.51	c cleaning 3280 clauses out of 6568 with flag 5001/6568
0.90/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
0.90/0.62	o 217
0.90/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
0.90/0.69	o 205
1.02/0.74	c cleaning 4700 clauses out of 9408 with flag 1000/12688
1.12/0.85	c Got one! Elapsed wall clock time (in seconds):0.741
1.12/0.85	o 201
1.22/0.92	c cleaning 4932 clauses out of 9876 with flag 2000/17856
1.44/1.12	c cleaning 5472 clauses out of 10944 with flag 8000/23856
1.66/1.39	c cleaning 6230 clauses out of 12473 with flag 15001/30857
1.96/1.66	c cleaning 7114 clauses out of 14242 with flag 23000/38856
2.16/1.81	c Got one! Elapsed wall clock time (in seconds):1.706
2.16/1.81	o 197
2.16/1.88	c cleaning 6496 clauses out of 12996 with flag 2000/44724
2.36/2.09	c cleaning 6249 clauses out of 12501 with flag 8001/50725
2.66/2.33	c cleaning 6619 clauses out of 13252 with flag 15001/57725
2.86/2.55	c Got one! Elapsed wall clock time (in seconds):2.446
2.86/2.55	o 187
3.06/2.73	c cleaning 8741 clauses out of 17494 with flag 5000/68586
3.27/2.93	c cleaning 7370 clauses out of 14753 with flag 11000/74586
3.37/3.03	c Got one! Elapsed wall clock time (in seconds):2.93
3.37/3.03	o 160
3.47/3.13	c cleaning 6561 clauses out of 13134 with flag 3002/80337
3.67/3.34	c cleaning 6283 clauses out of 12571 with flag 9000/86335
3.87/3.58	c cleaning 6632 clauses out of 13289 with flag 16001/93336
4.17/3.86	c cleaning 7319 clauses out of 14656 with flag 24000/101335
4.57/4.24	c cleaning 8163 clauses out of 16338 with flag 33001/110336
4.97/4.62	c cleaning 9073 clauses out of 18174 with flag 43000/120335
5.27/4.99	c cleaning 9549 clauses out of 19103 with flag 53002/130337
5.67/5.34	c Got one! Elapsed wall clock time (in seconds):5.23
5.67/5.34	o 142
5.87/5.55	c cleaning 11876 clauses out of 23757 with flag 5000/144540
6.07/5.79	c cleaning 8935 clauses out of 17882 with flag 11001/150541
6.17/5.87	c Got one! Elapsed wall clock time (in seconds):5.77
6.17/5.88	o 136
6.27/5.97	c cleaning 6996 clauses out of 14004 with flag 3002/155598
6.47/6.18	c cleaning 6496 clauses out of 13007 with flag 9001/161597
6.77/6.42	c cleaning 6749 clauses out of 13510 with flag 16000/168596
7.08/6.70	c cleaning 7379 clauses out of 14761 with flag 24000/176596
7.18/6.80	c Got one! Elapsed wall clock time (in seconds):6.692
7.18/6.80	o 134
7.18/6.90	c cleaning 6601 clauses out of 13207 with flag 3001/182421
7.48/7.10	c cleaning 6298 clauses out of 12606 with flag 9001/188421
7.68/7.34	c cleaning 6647 clauses out of 13307 with flag 16000/195420
7.99/7.63	c cleaning 7325 clauses out of 14661 with flag 24001/203421
7.99/7.67	c Got one! Elapsed wall clock time (in seconds):7.568
7.99/7.67	o 108
8.18/7.81	c cleaning 6209 clauses out of 12429 with flag 4001/208514
8.38/8.05	c cleaning 6103 clauses out of 12219 with flag 10000/214513
8.92/8.35	c cleaning 6555 clauses out of 13117 with flag 17001/221514
9.50/8.61	c Got one! Elapsed wall clock time (in seconds):8.501
9.50/8.61	o 63
9.79/8.80	c cleaning 9153 clauses out of 18314 with flag 5001/233266
9.99/9.02	c cleaning 7576 clauses out of 15161 with flag 11001/239266
10.19/9.28	c cleaning 7275 clauses out of 14584 with flag 18000/246265
10.49/9.56	c cleaning 7652 clauses out of 15310 with flag 26001/254266
10.79/9.88	c cleaning 8322 clauses out of 16657 with flag 35000/263265
11.19/10.26	c cleaning 9163 clauses out of 18337 with flag 45002/273267
11.59/10.61	c cleaning 9577 clauses out of 19174 with flag 55002/283267
11.90/10.99	c cleaning 9796 clauses out of 19595 with flag 65000/293265
12.29/11.36	c cleaning 9894 clauses out of 19799 with flag 75000/303265
12.69/11.72	c cleaning 9948 clauses out of 19906 with flag 85001/313266
12.69/11.78	c Got one! Elapsed wall clock time (in seconds):11.68
12.69/11.78	o 62
12.89/11.92	c cleaning 7870 clauses out of 15747 with flag 4001/319055
13.10/12.12	c cleaning 6929 clauses out of 13876 with flag 10000/325054
13.29/12.36	c cleaning 6970 clauses out of 13949 with flag 17002/332056
13.59/12.63	c cleaning 7483 clauses out of 14978 with flag 25001/340055
13.89/12.96	c cleaning 8239 clauses out of 16494 with flag 34000/349054
14.30/13.32	c cleaning 9125 clauses out of 18255 with flag 44000/359054
14.40/13.40	c Got one! Elapsed wall clock time (in seconds):13.299
14.40/13.40	o 52
14.50/13.50	c cleaning 7203 clauses out of 14419 with flag 3000/364343
14.70/13.70	c cleaning 6605 clauses out of 13219 with flag 9003/370346
14.90/13.94	c cleaning 6799 clauses out of 13612 with flag 16001/377344
15.21/14.20	c cleaning 7400 clauses out of 14812 with flag 24000/385343
15.50/14.54	c cleaning 8207 clauses out of 16417 with flag 33005/394348
15.92/14.90	c cleaning 9094 clauses out of 18205 with flag 43000/404343
16.23/15.27	c cleaning 9551 clauses out of 19112 with flag 53001/414344
16.63/15.61	c cleaning 9773 clauses out of 19560 with flag 63000/424343
16.94/15.96	c cleaning 9891 clauses out of 19788 with flag 73001/434344
17.34/16.30	c cleaning 9946 clauses out of 19899 with flag 83003/444346
17.64/16.63	c cleaning 9973 clauses out of 19952 with flag 93002/454345
17.94/16.99	c cleaning 9984 clauses out of 19977 with flag 103000/464343
18.04/17.02	c Got one! Elapsed wall clock time (in seconds):16.914
18.04/17.02	o 45
18.15/17.18	c cleaning 7671 clauses out of 15350 with flag 5001/469700
18.45/17.40	c cleaning 6838 clauses out of 13682 with flag 11004/475703
18.65/17.63	c cleaning 6912 clauses out of 13840 with flag 18000/482699
18.95/17.91	c cleaning 7456 clauses out of 14928 with flag 26000/490699
19.24/18.23	c cleaning 8231 clauses out of 16474 with flag 35002/499701
19.55/18.56	c cleaning 9118 clauses out of 18246 with flag 45005/509704
19.95/18.91	c cleaning 9551 clauses out of 19123 with flag 55000/519699
20.25/19.25	c cleaning 9781 clauses out of 19572 with flag 65000/529699
20.55/19.58	c cleaning 9892 clauses out of 19791 with flag 75000/539699
20.65/19.65	c Got one! Elapsed wall clock time (in seconds):19.541
20.65/19.65	o 27
20.75/19.78	c cleaning 7793 clauses out of 15592 with flag 4001/545392
20.95/19.97	c cleaning 6893 clauses out of 13798 with flag 10000/551391
21.25/20.20	c cleaning 6948 clauses out of 13905 with flag 17000/558391
21.45/20.48	c cleaning 7468 clauses out of 14957 with flag 25000/566391
21.75/20.79	c cleaning 8238 clauses out of 16489 with flag 34000/575391
22.15/21.13	c cleaning 9116 clauses out of 18251 with flag 44000/585391
22.55/21.51	c cleaning 9565 clauses out of 19135 with flag 54000/595391
22.85/21.86	c cleaning 9782 clauses out of 19571 with flag 64001/605392
23.15/22.18	c cleaning 9892 clauses out of 19788 with flag 74000/615391
23.56/22.51	c cleaning 9943 clauses out of 19896 with flag 84000/625391
23.86/22.85	c cleaning 9972 clauses out of 19955 with flag 94002/635393
24.16/23.19	c cleaning 9987 clauses out of 19983 with flag 104002/645393
24.56/23.54	c cleaning 9993 clauses out of 19994 with flag 114000/655391
24.86/23.89	c cleaning 9995 clauses out of 20001 with flag 124000/665391
25.16/24.16	c Got one! Elapsed wall clock time (in seconds):24.06
25.16/24.16	o 23
25.36/24.38	c cleaning 11934 clauses out of 23873 with flag 5001/679258
25.67/24.60	c cleaning 8969 clauses out of 17941 with flag 11003/685260
25.87/24.84	c cleaning 7982 clauses out of 15970 with flag 18001/692258
26.17/25.10	c cleaning 7988 clauses out of 15987 with flag 26000/700257
26.38/25.39	c cleaning 8492 clauses out of 16999 with flag 35000/709257
26.77/25.71	c cleaning 9247 clauses out of 18507 with flag 45000/719257
27.07/26.04	c cleaning 9625 clauses out of 19260 with flag 55000/729257
27.38/26.35	c cleaning 9813 clauses out of 19636 with flag 65001/739258
27.67/26.68	c cleaning 9902 clauses out of 19822 with flag 75000/749257
28.07/27.00	c cleaning 9956 clauses out of 19922 with flag 85002/759259
28.38/27.33	c cleaning 9980 clauses out of 19967 with flag 95003/769260
28.68/27.67	c cleaning 9990 clauses out of 19985 with flag 105001/779258
29.08/28.00	c cleaning 9991 clauses out of 19994 with flag 115000/789257
29.38/28.33	c cleaning 9997 clauses out of 20004 with flag 125001/799258
29.68/28.67	c cleaning 10001 clauses out of 20009 with flag 135003/809260
30.08/29.01	c cleaning 9998 clauses out of 20006 with flag 145001/819258
30.38/29.32	c cleaning 9998 clauses out of 20008 with flag 155001/829258
30.68/29.64	c cleaning 10001 clauses out of 20009 with flag 165000/839257
30.98/29.98	c cleaning 9996 clauses out of 20008 with flag 175000/849257
31.38/30.32	c cleaning 10002 clauses out of 20014 with flag 185002/859259
31.68/30.64	c cleaning 10002 clauses out of 20012 with flag 195002/869259
31.79/30.73	c Got one! Elapsed wall clock time (in seconds):30.626
31.79/30.73	o 15
31.90/30.84	c cleaning 7981 clauses out of 15972 with flag 3001/875221
32.10/31.04	c cleaning 6991 clauses out of 13991 with flag 9001/881221
32.30/31.29	c cleaning 6994 clauses out of 14001 with flag 16002/888222
32.60/31.56	c cleaning 7493 clauses out of 15006 with flag 24001/896221
32.90/31.88	c cleaning 8253 clauses out of 16514 with flag 33002/905222
33.30/32.24	c cleaning 9124 clauses out of 18259 with flag 43000/915220
33.70/32.61	c cleaning 9563 clauses out of 19135 with flag 53000/925220
34.01/32.98	c cleaning 9783 clauses out of 19575 with flag 63003/935223
34.40/33.33	c cleaning 9888 clauses out of 19789 with flag 73000/945220
34.71/33.69	c cleaning 9946 clauses out of 19903 with flag 83002/955222
35.11/34.04	c cleaning 9972 clauses out of 19956 with flag 93001/965221
35.51/34.40	c cleaning 9989 clauses out of 19983 with flag 103000/975220
35.81/34.76	c cleaning 9993 clauses out of 19994 with flag 113000/985220
36.21/35.11	c cleaning 9995 clauses out of 20002 with flag 123001/995221
36.51/35.47	c cleaning 9998 clauses out of 20006 with flag 133000/1005220
36.91/35.85	c cleaning 9996 clauses out of 20008 with flag 143000/1015220
37.31/36.21	c cleaning 10003 clauses out of 20013 with flag 153001/1025221
37.31/36.26	c Got one! Elapsed wall clock time (in seconds):36.158
37.31/36.26	o 14
37.51/36.43	c cleaning 7654 clauses out of 15316 with flag 4002/1030527
37.71/36.65	c cleaning 6828 clauses out of 13660 with flag 10001/1036526
37.91/36.88	c cleaning 6914 clauses out of 13833 with flag 17002/1043527
38.22/37.16	c cleaning 7458 clauses out of 14919 with flag 25003/1051528
38.32/37.29	c Got one! Elapsed wall clock time (in seconds):37.19
38.32/37.29	o 8
38.42/37.39	c cleaning 6698 clauses out of 13406 with flag 2001/1057473
38.53/37.49	c starts		: 208
38.53/37.50	c conflicts		: 1060270
38.53/37.50	c decisions		: 1694797
38.53/37.50	c propagations		: 25494446
38.53/37.50	c inspects		: 215439342
38.53/37.50	c shortcuts		: 0
38.53/37.50	c learnt literals	: 8
38.53/37.50	c learnt binary clauses	: 53
38.53/37.50	c learnt ternary clauses	: 931
38.53/37.50	c learnt constraints	: 1060261
38.53/37.50	c ignored constraints	: 0
38.53/37.50	c root simplifications	: 0
38.53/37.50	c removed literals (reason simplification)	: 8009667
38.53/37.50	c reason swapping (by a shorter reason)	: 0
38.53/37.50	c Calls to reduceDB	: 125
38.53/37.50	c number of reductions to clauses (during analyze)	: 0
38.53/37.50	c number of learned constraints concerned by reduction	: 0
38.53/37.50	c number of learning phase by resolution	: 0
38.53/37.50	c number of learning phase by cutting planes	: 0
38.53/37.50	c speed (assignments/second)	: 1.2683803980099502E8
38.53/37.50	c non guided choices	991
38.53/37.50	c learnt constraints type 
38.53/37.50	c constraints type 
38.53/37.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
38.53/37.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
38.53/37.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
38.53/37.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
38.53/37.50	s OPTIMUM FOUND
38.62/37.50	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 
38.62/37.50	c objective function=8
38.62/37.50	c Total wall clock time (in seconds): 37.392

Verifier Data

OK	8

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 /var/tmp/evaluation-result-3492355-1307909634/watcher-3492355-1307909634 -o /var/tmp/evaluation-result-3492355-1307909634/solver-3492355-1307909634 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492355-1307909634.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.07 1.95 1.73 2/195 5139
/proc/meminfo: memFree=1033020/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 1228 0 0 0 0 0 0 0 25 0 2 0 635154678 31260672 947 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 7632 950 726 9 0 383 0
[pid=5139/tid=5140] ppid=5137 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 635154678 31260672 956 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.065378 s]
/proc/loadavg: 2.07 1.95 1.73 2/195 5139
/proc/meminfo: memFree=1033020/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 11759 0 1 0 4 1 0 0 25 0 18 0 635154678 10724302848 11455 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2618238 11457 1742 9 0 2608972 0
[pid=5139/tid=5140] ppid=5137 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 10587 0 1 0 4 1 0 0 25 0 18 0 635154678 10724302848 11457 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 47901486128227 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100371 s]
/proc/loadavg: 2.07 1.95 1.73 2/195 5139
/proc/meminfo: memFree=1033020/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10540056 CPUtime=0.1 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 13114 0 1 0 9 1 0 0 25 0 18 0 635154678 10793017344 12802 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2635014 12802 2092 9 0 2625748 0
[pid=5139/tid=5140] ppid=5137 vsize=10540056 CPUtime=0.08 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 11208 0 1 0 7 1 0 0 18 0 18 0 635154678 10793017344 12802 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 47901482000291 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540056

[startup+0.300349 s]
/proc/loadavg: 2.07 1.95 1.73 2/195 5139
/proc/meminfo: memFree=1033020/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10545100 CPUtime=0.54 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 15769 0 1 0 52 2 0 0 25 0 19 0 635154678 10798182400 14847 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636275 14847 2214 9 0 2627009 0
[pid=5139/tid=5140] ppid=5137 vsize=10545100 CPUtime=0.28 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 11846 0 1 0 27 1 0 0 19 0 19 0 635154678 10798182400 14847 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 47901486467923 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10545100

[startup+0.700263 s]
/proc/loadavg: 2.07 1.95 1.73 2/195 5139
/proc/meminfo: memFree=1033020/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10545100 CPUtime=1.02 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 16913 0 1 0 100 2 0 0 25 0 19 0 635154678 10798182400 15674 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636275 15674 2246 9 0 2627009 0
[pid=5139/tid=5140] ppid=5137 vsize=10545100 CPUtime=0.67 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12144 0 1 0 66 1 0 0 19 0 19 0 635154678 10798182400 15674 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505563915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10545100

[startup+1.50113 s]
/proc/loadavg: 2.07 1.95 1.73 3/214 5158
/proc/meminfo: memFree=977320/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10545100 CPUtime=1.86 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 17531 0 1 0 183 3 0 0 25 0 19 0 635154678 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636275 16200 2247 9 0 2627009 0
[pid=5139/tid=5140] ppid=5137 vsize=10545100 CPUtime=1.41 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12146 0 1 0 140 1 0 0 20 0 19 0 635154678 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505557779 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 210 0 0 0 0 0 0 0 16 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10545100 CPUtime=0.05 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 432 0 0 0 5 0 0 0 15 0 19 0 635154681 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10545100 CPUtime=0.15 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 1835 0 0 0 15 0 0 0 17 0 19 0 635154683 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10545100 CPUtime=0.19 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 1388 0 0 0 19 0 0 0 18 0 19 0 635154684 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154684 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635154684 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635154695 10798182400 16200 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10545100

[startup+3.10084 s]
/proc/loadavg: 2.07 1.95 1.73 3/214 5158
/proc/meminfo: memFree=975956/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10545100 CPUtime=3.47 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 17752 0 1 0 344 3 0 0 25 0 19 0 635154678 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636275 16415 2247 9 0 2627009 0
[pid=5139/tid=5140] ppid=5137 vsize=10545100 CPUtime=2.93 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12152 0 1 0 292 1 0 0 23 0 19 0 635154678 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505598789 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 635154680 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10545100 CPUtime=0.12 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 548 0 0 0 12 0 0 0 15 0 19 0 635154681 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10545100 CPUtime=0.15 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 1835 0 0 0 15 0 0 0 17 0 19 0 635154683 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10545100 CPUtime=0.2 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 1388 0 0 0 20 0 0 0 18 0 19 0 635154684 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154684 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635154684 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10545100 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635154695 10798182400 16415 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10545100

[startup+6.30128 s]
/proc/loadavg: 2.06 1.95 1.73 3/214 5159
/proc/meminfo: memFree=975968/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10543716 CPUtime=6.67 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 18024 0 1 0 664 3 0 0 25 0 19 0 635154678 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2635929 16398 2247 9 0 2626663 0
[pid=5139/tid=5140] ppid=5137 vsize=10543716 CPUtime=5.98 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12165 0 1 0 597 1 0 0 20 0 19 0 635154678 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505557765 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 635154680 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10543716 CPUtime=0.26 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 688 0 0 0 26 0 0 0 15 0 19 0 635154681 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10543716 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10543716 CPUtime=0.15 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 1835 0 0 0 15 0 0 0 17 0 19 0 635154683 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10543716 CPUtime=0.2 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 1388 0 0 0 20 0 0 0 18 0 19 0 635154684 10796765184 16398 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0

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

/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 268 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 60 0 0 0 2 0 0 0 16 0 19 0 635154680 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10544260 CPUtime=1.5 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 905 0 0 0 149 1 0 0 15 0 19 0 635154681 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10544260 CPUtime=0.56 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 6371 0 0 0 56 0 0 0 16 0 19 0 635154683 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10544260 CPUtime=0.43 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 7093 0 0 0 43 0 0 0 15 0 19 0 635154684 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154684 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635154684 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635154695 10797322240 20242 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (KiB) 10544260

[startup+36.7009 s]
/proc/loadavg: 2.09 1.97 1.74 3/214 5159
/proc/meminfo: memFree=959608/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10544260 CPUtime=37.81 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 28627 0 1 0 3775 6 0 0 25 0 19 0 635154678 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636065 20243 2250 9 0 2626799 0
[pid=5139/tid=5140] ppid=5137 vsize=10544260 CPUtime=34.95 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12269 0 1 0 3493 2 0 0 18 0 19 0 635154678 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505531285 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 268 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 60 0 0 0 3 0 0 0 16 0 19 0 635154680 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10544260 CPUtime=1.58 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 908 0 0 0 157 1 0 0 15 0 19 0 635154681 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10544260 CPUtime=0.56 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 6371 0 0 0 56 0 0 0 16 0 19 0 635154683 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10544260 CPUtime=0.43 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 7093 0 0 0 43 0 0 0 15 0 19 0 635154684 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154684 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635154684 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635154695 10797322240 20243 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 10544260

[startup+37.1008 s]
/proc/loadavg: 2.09 1.97 1.74 3/214 5159
/proc/meminfo: memFree=959608/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10544260 CPUtime=38.22 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 28630 0 1 0 3816 6 0 0 25 0 19 0 635154678 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636065 20244 2250 9 0 2626799 0
[pid=5139/tid=5140] ppid=5137 vsize=10544260 CPUtime=35.34 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) R 5137 5139 2916 0 -1 4202560 12271 0 1 0 3532 2 0 0 17 0 19 0 635154678 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 46912505598519 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 268 0 0 0 2 0 0 0 16 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 70 0 0 0 3 0 0 0 16 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10544260 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 111 0 0 0 2 0 0 0 16 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10544260 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 19 0 635154680 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10544260 CPUtime=1.6 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 908 0 0 0 159 1 0 0 15 0 19 0 635154681 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 635154681 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154683 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10544260 CPUtime=0.57 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 6372 0 0 0 57 0 0 0 15 0 19 0 635154683 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10544260 CPUtime=0.43 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 7093 0 0 0 43 0 0 0 15 0 19 0 635154684 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635154684 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635154684 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10544260 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635154695 10797322240 20244 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.22
Current children cumulated vsize (KiB) 10544260

[startup+37.5007 s]
/proc/loadavg: 2.09 1.97 1.74 3/214 5159
/proc/meminfo: memFree=959616/32951124 swapFree=67055716/67111528
[pid=5139] ppid=5137 vsize=10545288 CPUtime=38.62 cores=1,3,5,7
/proc/5139/stat : 5139 (java) S 5137 5139 2916 0 -1 4202496 28648 0 1 0 3856 6 0 0 25 0 20 0 635154678 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5139/statm: 2636322 20260 2250 9 0 2627056 0
[pid=5139/tid=5140] ppid=5137 vsize=10545288 CPUtime=35.7 cores=1,3,5,7
/proc/5139/task/5140/stat : 5140 (java) S 5137 5139 2916 0 -1 4202560 12277 0 1 0 3568 2 0 0 19 0 20 0 635154678 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5142] ppid=5137 vsize=10545288 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5142/stat : 5142 (java) S 5137 5139 2916 0 -1 4202560 268 0 0 0 2 0 0 0 15 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5143] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5143/stat : 5143 (java) S 5137 5139 2916 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5144] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5144/stat : 5144 (java) S 5137 5139 2916 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5145] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5145/stat : 5145 (java) S 5137 5139 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5146] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5146/stat : 5146 (java) S 5137 5139 2916 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5147] ppid=5137 vsize=10545288 CPUtime=0.02 cores=1,3,5,7
/proc/5139/task/5147/stat : 5147 (java) S 5137 5139 2916 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5148] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5148/stat : 5148 (java) S 5137 5139 2916 0 -1 4202560 111 0 0 0 3 0 0 0 16 0 20 0 635154680 10798374912 20260 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5149] ppid=5137 vsize=10545288 CPUtime=0.03 cores=1,3,5,7
/proc/5139/task/5149/stat : 5149 (java) S 5137 5139 2916 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 20 0 635154680 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
[pid=5139/tid=5150] ppid=5137 vsize=10545288 CPUtime=1.62 cores=1,3,5,7
/proc/5139/task/5150/stat : 5150 (java) S 5137 5139 2916 0 -1 4202560 908 0 0 0 161 1 0 0 15 0 20 0 635154681 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 0 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5151] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5151/stat : 5151 (java) S 5137 5139 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 20 0 635154681 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5152] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5152/stat : 5152 (java) S 5137 5139 2916 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 20 0 635154681 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5153] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5153/stat : 5153 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 635154683 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672485809 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5154] ppid=5137 vsize=10545288 CPUtime=0.57 cores=1,3,5,7
/proc/5139/task/5154/stat : 5154 (java) S 5137 5139 2916 0 -1 4202560 6372 0 0 0 57 0 0 0 15 0 20 0 635154683 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 1 0 0 0
[pid=5139/tid=5155] ppid=5137 vsize=10545288 CPUtime=0.43 cores=1,3,5,7
/proc/5139/task/5155/stat : 5155 (java) S 5137 5139 2916 0 -1 4202560 7093 0 0 0 43 0 0 0 15 0 20 0 635154684 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 5 0 0 0
[pid=5139/tid=5156] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5156/stat : 5156 (java) S 5137 5139 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 635154684 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478105 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5157] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5157/stat : 5157 (java) S 5137 5139 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 20 0 635154684 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 3 0 0 0
[pid=5139/tid=5158] ppid=5137 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/5139/task/5158/stat : 5158 (java) S 5137 5139 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 635154695 10798374912 20261 33554432000 1073741824 1073778376 140737329164672 18446744073709551615 268672478720 0 4 0 16800975 18446604471138732096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.62
Current children cumulated vsize (KiB) 10545288

Child status: 30
Real time (s): 37.5052
CPU time (s): 38.6311
CPU user time (s): 38.5641
CPU system time (s): 0.066989
CPU usage (%): 103.002
Max. virtual memory (cumulated for all children) (KiB): 10554604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5641
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28656
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4122
involuntary context switches= 1529

runsolver used 0.06299 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:13:54
IDJOB=3492355
IDBENCH=78777
IDSOLVER=1982
FILE ID=node107/3492355-1307909634
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492355-1307909634/watcher-3492355-1307909634 -o /var/tmp/evaluation-result-3492355-1307909634/solver-3492355-1307909634 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492355-1307909634.wbo

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

MD5SUM BENCH= fc19369358a85dcf0daa4440bb60967e
RANDOM SEED=266918705

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1033556 kB
Buffers:         59980 kB
Cached:       30723232 kB
SwapCached:      20072 kB
Active:       15773344 kB
Inactive:     15184328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1033556 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             232 kB
Writeback:           0 kB
AnonPages:      172088 kB
Mapped:          21132 kB
Slab:           896568 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10537632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node107 at 2011-06-12 22:14:32