Trace number 3492490

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.6771 38.0781

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976730--soft-33-100-0.wbo
MD5SUM2c779af8adc7170b4adc1cc38dda4808
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.9717
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1183
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492490-1307909904.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     233
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 => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.27/0.27	c SATISFIABLE
0.27/0.27	c OPTIMIZING...
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.27/0.27	o 455
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.53/0.30	o 409
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.53/0.33	o 345
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.53/0.34	o 340
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.281
0.53/0.39	o 332
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.299
0.67/0.41	o 242
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.67/0.44	o 203
0.89/0.61	c cleaning 4395 clauses out of 8797 with flag 4000/8797
0.89/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
0.89/0.69	o 189
1.03/0.73	c Got one! Elapsed wall clock time (in seconds):0.627
1.03/0.73	o 171
1.13/0.81	c cleaning 5033 clauses out of 10069 with flag 2000/14464
1.23/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.23/0.94	o 170
1.33/1.02	c cleaning 5429 clauses out of 10865 with flag 2000/20293
1.56/1.22	c cleaning 5714 clauses out of 11436 with flag 8000/26293
1.79/1.45	c cleaning 6357 clauses out of 12723 with flag 15001/33294
2.09/1.73	c cleaning 7178 clauses out of 14365 with flag 23000/41293
2.39/2.06	c cleaning 8088 clauses out of 16188 with flag 32001/50294
2.50/2.11	c Got one! Elapsed wall clock time (in seconds):2.005
2.50/2.11	o 165
2.60/2.25	c cleaning 6571 clauses out of 13160 with flag 4000/55354
2.79/2.45	c cleaning 6292 clauses out of 12590 with flag 10001/61355
2.99/2.68	c cleaning 6642 clauses out of 13297 with flag 17000/68354
3.09/2.70	c Got one! Elapsed wall clock time (in seconds):2.597
3.09/2.70	o 139
3.19/2.87	c cleaning 6017 clauses out of 12037 with flag 5002/73736
3.30/2.97	c Got one! Elapsed wall clock time (in seconds):2.858
3.30/2.97	o 129
3.40/3.08	c cleaning 5933 clauses out of 11876 with flag 3000/79592
3.60/3.28	c cleaning 5969 clauses out of 11943 with flag 9000/85592
3.90/3.51	c cleaning 6484 clauses out of 12975 with flag 16001/92593
4.10/3.73	c Got one! Elapsed wall clock time (in seconds):3.62
4.10/3.73	o 96
4.30/3.92	c cleaning 9027 clauses out of 18062 with flag 5003/104164
4.50/4.18	c cleaning 7509 clauses out of 15032 with flag 11000/110161
4.71/4.31	c Got one! Elapsed wall clock time (in seconds):4.2
4.71/4.31	o 91
4.71/4.39	c cleaning 6414 clauses out of 12832 with flag 2002/115470
5.00/4.61	c cleaning 6206 clauses out of 12418 with flag 8002/121470
5.21/4.87	c cleaning 6599 clauses out of 13210 with flag 15000/128468
5.51/5.16	c cleaning 7306 clauses out of 14613 with flag 23002/136470
5.81/5.48	c cleaning 8146 clauses out of 16305 with flag 32000/145468
6.21/5.86	c cleaning 9070 clauses out of 18161 with flag 42002/155470
6.61/6.23	c cleaning 9540 clauses out of 19090 with flag 52001/165469
7.02/6.61	c cleaning 9771 clauses out of 19550 with flag 62001/175469
7.21/6.81	c Got one! Elapsed wall clock time (in seconds):6.698
7.21/6.81	o 90
7.41/7.01	c cleaning 10128 clauses out of 20262 with flag 5002/185952
7.61/7.24	c cleaning 8061 clauses out of 16132 with flag 11000/191950
7.91/7.50	c cleaning 7528 clauses out of 15071 with flag 18000/198950
8.12/7.77	c Got one! Elapsed wall clock time (in seconds):7.664
8.12/7.77	o 84
8.41/8.01	c cleaning 10126 clauses out of 20267 with flag 5001/211674
8.41/8.08	c Got one! Elapsed wall clock time (in seconds):7.977
8.41/8.08	o 48
8.62/8.25	c cleaning 7952 clauses out of 15913 with flag 4001/217446
8.82/8.43	c cleaning 6979 clauses out of 13961 with flag 10001/223446
9.02/8.62	c Got one! Elapsed wall clock time (in seconds):8.509
9.02/8.62	o 45
9.23/8.83	c cleaning 8599 clauses out of 17208 with flag 5001/233672
9.42/9.05	c cleaning 7298 clauses out of 14608 with flag 11000/239671
9.63/9.29	c cleaning 7154 clauses out of 14316 with flag 18006/246677
9.93/9.56	c cleaning 7572 clauses out of 15158 with flag 26002/254673
10.13/9.75	c Got one! Elapsed wall clock time (in seconds):9.643
10.13/9.75	o 30
10.33/9.94	c cleaning 9273 clauses out of 18555 with flag 5000/265642
10.53/10.17	c cleaning 7636 clauses out of 15283 with flag 11001/271643
10.83/10.43	c cleaning 7319 clauses out of 14648 with flag 18002/278644
11.13/10.73	c cleaning 7659 clauses out of 15328 with flag 26001/286643
11.44/11.07	c cleaning 8329 clauses out of 16668 with flag 35000/295642
11.84/11.40	c cleaning 9167 clauses out of 18339 with flag 45000/305642
11.95/11.50	c Got one! Elapsed wall clock time (in seconds):11.391
11.95/11.50	o 26
12.06/11.61	c cleaning 7482 clauses out of 14972 with flag 3000/311442
12.26/11.82	c cleaning 6737 clauses out of 13490 with flag 9000/317442
12.47/12.06	c cleaning 6873 clauses out of 13753 with flag 16000/324442
12.76/12.38	c cleaning 7436 clauses out of 14881 with flag 24001/332443
13.16/12.71	c cleaning 8216 clauses out of 16444 with flag 33000/341442
13.46/13.03	c cleaning 9111 clauses out of 18229 with flag 43001/351443
13.77/13.35	c cleaning 9549 clauses out of 19117 with flag 53000/361442
14.07/13.67	c cleaning 9779 clauses out of 19570 with flag 63002/371444
14.29/13.88	c Got one! Elapsed wall clock time (in seconds):13.777
14.29/13.89	o 12
14.49/14.07	c cleaning 10924 clauses out of 21853 with flag 5000/383506
14.70/14.29	c cleaning 8461 clauses out of 16930 with flag 11001/389507
14.99/14.55	c cleaning 7729 clauses out of 15470 with flag 18002/396508
15.29/14.86	c cleaning 7861 clauses out of 15739 with flag 26000/404506
15.60/15.18	c cleaning 8430 clauses out of 16880 with flag 35002/413508
16.00/15.52	c cleaning 9220 clauses out of 18450 with flag 45002/423508
16.30/15.81	c Got one! Elapsed wall clock time (in seconds):15.702
16.30/15.81	o 9
16.50/16.04	c cleaning 11591 clauses out of 23190 with flag 5003/437468
16.70/16.27	c cleaning 8794 clauses out of 17597 with flag 11001/443466
17.01/16.53	c cleaning 7894 clauses out of 15802 with flag 18000/450465
17.30/16.82	c cleaning 7951 clauses out of 15909 with flag 26001/458466
17.61/17.13	c cleaning 8473 clauses out of 16957 with flag 35000/467465
17.91/17.49	c cleaning 9238 clauses out of 18485 with flag 45001/477466
18.31/17.84	c cleaning 9619 clauses out of 19246 with flag 55000/487465
18.71/18.20	c cleaning 9809 clauses out of 19628 with flag 65001/497466
19.01/18.56	c cleaning 9906 clauses out of 19818 with flag 75000/507465
19.41/18.93	c cleaning 9951 clauses out of 19912 with flag 85000/517465
19.71/19.28	c cleaning 9974 clauses out of 19962 with flag 95001/527466
20.11/19.62	c cleaning 9988 clauses out of 19988 with flag 105001/537466
20.41/19.96	c cleaning 9995 clauses out of 20000 with flag 115001/547466
20.82/20.31	c cleaning 9998 clauses out of 20005 with flag 125001/557466
21.12/20.66	c cleaning 9996 clauses out of 20006 with flag 135000/567465
21.52/21.00	c cleaning 10002 clauses out of 20010 with flag 145000/577465
21.62/21.11	c Got one! Elapsed wall clock time (in seconds):21.002
21.62/21.11	o 8
21.62/21.18	c cleaning 7617 clauses out of 15239 with flag 2000/582696
21.82/21.39	c cleaning 6809 clauses out of 13623 with flag 8001/588697
22.12/21.64	c cleaning 6901 clauses out of 13813 with flag 15000/595696
22.43/21.93	c cleaning 7449 clauses out of 14912 with flag 23000/603696
22.73/22.26	c cleaning 8227 clauses out of 16464 with flag 32001/612697
23.13/22.62	c cleaning 9112 clauses out of 18236 with flag 42000/622696
23.53/23.04	c cleaning 9559 clauses out of 19125 with flag 52001/632697
23.93/23.44	c cleaning 9779 clauses out of 19568 with flag 62003/642699
24.33/23.85	c cleaning 9885 clauses out of 19787 with flag 72001/652697
24.74/24.24	c cleaning 9944 clauses out of 19901 with flag 82000/662696
25.14/24.64	c cleaning 9974 clauses out of 19958 with flag 92001/672697
25.54/25.03	c cleaning 9985 clauses out of 19984 with flag 102001/682697
25.94/25.43	c cleaning 9996 clauses out of 19998 with flag 112000/692696
26.34/25.82	c cleaning 9995 clauses out of 20002 with flag 122000/702696
26.64/26.17	c cleaning 10002 clauses out of 20008 with flag 132001/712697
27.04/26.52	c cleaning 9996 clauses out of 20006 with flag 142001/722697
27.14/26.66	c Got one! Elapsed wall clock time (in seconds):26.555
27.14/26.66	o 5
27.24/26.70	c cleaning 7753 clauses out of 15514 with flag 1000/728201
27.44/26.91	c cleaning 6873 clauses out of 13761 with flag 7000/734201
27.64/27.14	c cleaning 6933 clauses out of 13888 with flag 14000/741201
27.95/27.42	c cleaning 7472 clauses out of 14955 with flag 22000/749201
28.24/27.73	c cleaning 8240 clauses out of 16485 with flag 31002/758203
28.54/28.09	c cleaning 9115 clauses out of 18243 with flag 41000/768201
28.94/28.44	c cleaning 9561 clauses out of 19131 with flag 51003/778204
29.24/28.79	c cleaning 9781 clauses out of 19568 with flag 61001/788202
29.64/29.16	c cleaning 9887 clauses out of 19786 with flag 71000/798201
29.95/29.50	c cleaning 9947 clauses out of 19899 with flag 81000/808201
30.35/29.87	c cleaning 9972 clauses out of 19953 with flag 91001/818202
30.75/30.23	c cleaning 9985 clauses out of 19981 with flag 101001/828202
31.05/30.59	c cleaning 9987 clauses out of 19995 with flag 111000/838201
31.45/30.97	c cleaning 9997 clauses out of 20008 with flag 121000/848201
31.65/31.12	c Got one! Elapsed wall clock time (in seconds):31.012
31.65/31.12	o 4
31.65/31.17	c cleaning 7887 clauses out of 15781 with flag 1000/853971
31.85/31.37	c cleaning 6942 clauses out of 13895 with flag 7001/859972
32.15/31.61	c cleaning 6975 clauses out of 13955 with flag 14003/866974
32.35/31.87	c cleaning 7485 clauses out of 14978 with flag 22001/874972
32.65/32.18	c cleaning 8243 clauses out of 16493 with flag 31001/883972
33.05/32.52	c cleaning 9120 clauses out of 18249 with flag 41000/893971
33.35/32.87	c cleaning 9557 clauses out of 19129 with flag 51000/903971
33.75/33.24	c cleaning 9776 clauses out of 19572 with flag 61000/913971
34.15/33.61	c cleaning 9895 clauses out of 19797 with flag 71001/923972
34.56/34.03	c cleaning 9947 clauses out of 19903 with flag 81002/933973
34.96/34.42	c cleaning 9967 clauses out of 19954 with flag 91000/943971
35.26/34.79	c cleaning 9988 clauses out of 19988 with flag 101001/953972
35.67/35.19	c cleaning 9995 clauses out of 20000 with flag 111001/963972
36.07/35.53	c cleaning 9998 clauses out of 20005 with flag 121001/973972
36.37/35.89	c cleaning 10001 clauses out of 20007 with flag 131001/983972
36.78/36.25	c cleaning 10001 clauses out of 20007 with flag 141002/993973
37.17/36.61	c cleaning 9997 clauses out of 20005 with flag 151001/1003972
37.57/37.00	c cleaning 10002 clauses out of 20012 with flag 161005/1013976
37.97/37.42	c cleaning 9997 clauses out of 20005 with flag 171000/1023971
38.37/37.80	c cleaning 10003 clauses out of 20012 with flag 181004/1033975
38.57/38.07	c starts		: 209
38.57/38.07	c conflicts		: 1041209
38.57/38.07	c decisions		: 1518621
38.57/38.07	c propagations		: 23103943
38.57/38.07	c inspects		: 239131449
38.57/38.07	c shortcuts		: 0
38.57/38.07	c learnt literals	: 4
38.57/38.07	c learnt binary clauses	: 17
38.57/38.07	c learnt ternary clauses	: 277
38.57/38.07	c learnt constraints	: 1041204
38.57/38.07	c ignored constraints	: 0
38.57/38.07	c root simplifications	: 0
38.57/38.07	c removed literals (reason simplification)	: 9735600
38.57/38.07	c reason swapping (by a shorter reason)	: 0
38.57/38.07	c Calls to reduceDB	: 120
38.57/38.07	c number of reductions to clauses (during analyze)	: 0
38.57/38.07	c number of learned constraints concerned by reduction	: 0
38.57/38.07	c number of learning phase by resolution	: 0
38.57/38.07	c number of learning phase by cutting planes	: 0
38.57/38.07	c speed (assignments/second)	: 3324786.731903871
38.57/38.07	c non guided choices	1441
38.57/38.07	c learnt constraints type 
38.57/38.07	c constraints type 
38.57/38.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
38.57/38.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
38.57/38.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
38.57/38.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
38.57/38.07	s OPTIMUM FOUND
38.57/38.07	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.57/38.07	c objective function=4
38.57/38.07	c Total wall clock time (in seconds): 37.962

Verifier Data

OK	4

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-3492490-1307909904/watcher-3492490-1307909904 -o /var/tmp/evaluation-result-3492490-1307909904/solver-3492490-1307909904 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492490-1307909904.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.99 1.94 3/195 13147
/proc/meminfo: memFree=1373240/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 1141 0 0 0 0 0 0 0 23 0 2 0 883405995 24580096 877 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 6014 884 671 9 0 381 0
[pid=13147/tid=13148] ppid=13145 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 43 0 0 0 0 0 0 0 24 0 2 0 883405996 26714112 886 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350189188 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.025366 s]
/proc/loadavg: 1.98 1.99 1.94 3/195 13147
/proc/meminfo: memFree=1373240/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 10116 0 1 0 1 0 0 0 23 0 10 0 883405995 10703900672 9815 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2613257 9815 1057 9 0 2604413 0
[pid=13147/tid=13148] ppid=13145 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) S 13145 13147 8455 0 -1 4202560 8993 0 1 0 1 0 0 0 25 0 10 0 883405996 10703900672 9815 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350213087 0 2147483391 0 16784584 18446744071699199166 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.10033 s]
/proc/loadavg: 1.98 1.99 1.94 3/195 13147
/proc/meminfo: memFree=1373240/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10539812 CPUtime=0.1 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 13055 0 1 0 9 1 0 0 23 0 18 0 883405995 10792767488 12712 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2634953 12712 2092 9 0 2625687 0
[pid=13147/tid=13148] ppid=13145 vsize=10539812 CPUtime=0.08 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 11104 0 1 0 7 1 0 0 25 0 18 0 883405996 10792767488 12713 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270338044613 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) 10539812

[startup+0.300301 s]
/proc/loadavg: 1.98 1.99 1.94 3/195 13147
/proc/meminfo: memFree=1373240/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=0.53 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 15938 0 1 0 51 2 0 0 23 0 19 0 883405995 10795884544 14715 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 14715 2215 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=0.28 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 11766 0 1 0 26 2 0 0 25 0 19 0 883405996 10795884544 14715 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505637363 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542856

[startup+0.700224 s]
/proc/loadavg: 1.98 1.99 1.94 3/195 13147
/proc/meminfo: memFree=1373240/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=1.03 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 17350 0 1 0 101 2 0 0 23 0 19 0 883405995 10795884544 15847 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 15847 2247 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=0.67 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12278 0 1 0 65 2 0 0 25 0 19 0 883405996 10795884544 15847 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542856

[startup+1.50107 s]
/proc/loadavg: 1.98 1.99 1.94 4/214 13166
/proc/meminfo: memFree=1317312/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=1.89 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 18239 0 1 0 186 3 0 0 23 0 19 0 883405995 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16261 2249 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=1.41 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12282 0 1 0 139 2 0 0 25 0 19 0 883405996 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505576066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=0.06 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 443 0 0 0 6 0 0 0 16 0 19 0 883405998 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.22 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 22 0 0 0 17 0 19 0 883406001 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.17 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 1985 0 0 0 17 0 0 0 15 0 19 0 883406001 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16261 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10542856

[startup+3.10075 s]
/proc/loadavg: 1.98 1.99 1.94 4/214 13167
/proc/meminfo: memFree=1315080/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=3.5 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 18372 0 1 0 347 3 0 0 23 0 19 0 883405995 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16387 2249 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=2.92 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12290 0 1 0 290 2 0 0 25 0 19 0 883405996 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505522517 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 883405997 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=0.14 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 557 0 0 0 14 0 0 0 16 0 19 0 883405998 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.22 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 22 0 0 0 15 0 19 0 883406001 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.17 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 1985 0 0 0 17 0 0 0 15 0 19 0 883406001 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16387 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10542856

[startup+6.30112 s]
/proc/loadavg: 1.98 1.99 1.94 4/214 13167
/proc/meminfo: memFree=1315328/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=6.71 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 18452 0 1 0 668 3 0 0 23 0 19 0 883405995 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16321 2249 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=5.98 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12302 0 1 0 596 2 0 0 25 0 19 0 883405996 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 883405997 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=0.27 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 617 0 0 0 27 0 0 0 15 0 19 0 883405998 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.22 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 22 0 0 0 15 0 19 0 883406001 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.17 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 1985 0 0 0 17 0 0 0 15 0 19 0 883406001 10795884544 16321 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0

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

/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 158 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 146 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 148 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=1.5 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 932 0 0 0 149 1 0 0 16 0 19 0 883405998 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.24 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 24 0 0 0 16 0 19 0 883406001 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.2 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 2159 0 0 0 20 0 0 0 15 0 19 0 883406001 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16682 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.27
Current children cumulated vsize (KiB) 10542856

[startup+37.5009 s]
/proc/loadavg: 1.99 1.99 1.94 3/214 13224
/proc/meminfo: memFree=1315356/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=38.07 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 19081 0 1 0 3802 5 0 0 23 0 19 0 883405995 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16687 2250 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=35.81 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12399 0 1 0 3579 2 0 0 25 0 19 0 883405996 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505167005 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 158 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 146 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 148 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=1.53 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 937 0 0 0 152 1 0 0 16 0 19 0 883405998 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.24 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 24 0 0 0 16 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.2 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 2159 0 0 0 20 0 0 0 15 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.07
Current children cumulated vsize (KiB) 10542856

[startup+37.9009 s]
/proc/loadavg: 1.99 1.99 1.94 3/214 13224
/proc/meminfo: memFree=1315356/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=38.47 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 19082 0 1 0 3842 5 0 0 23 0 19 0 883405995 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16687 2250 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=36.19 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12400 0 1 0 3617 2 0 0 25 0 19 0 883405996 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505604581 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 158 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 146 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 148 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=1.54 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 937 0 0 0 153 1 0 0 16 0 19 0 883405998 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.24 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 24 0 0 0 16 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.2 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 2159 0 0 0 20 0 0 0 15 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16687 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.47
Current children cumulated vsize (KiB) 10542856

[startup+38.0008 s]
/proc/loadavg: 1.99 1.99 1.94 3/214 13224
/proc/meminfo: memFree=1315356/32951124 swapFree=67054448/67111528
[pid=13147] ppid=13145 vsize=10542856 CPUtime=38.57 cores=1,3,5,7
/proc/13147/stat : 13147 (java) S 13145 13147 8455 0 -1 4202496 19083 0 1 0 3852 5 0 0 23 0 19 0 883405995 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13147/statm: 2635714 16688 2250 9 0 2626448 0
[pid=13147/tid=13148] ppid=13145 vsize=10542856 CPUtime=36.29 cores=1,3,5,7
/proc/13147/task/13148/stat : 13148 (java) R 13145 13147 8455 0 -1 4202560 12401 0 1 0 3627 2 0 0 25 0 19 0 883405996 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 46912505570981 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13147/tid=13150] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13150/stat : 13150 (java) S 13145 13147 8455 0 -1 4202560 158 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13151] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13151/stat : 13151 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13152] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13152/stat : 13152 (java) S 13145 13147 8455 0 -1 4202560 46 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13153] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13153/stat : 13153 (java) S 13145 13147 8455 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13154] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13154/stat : 13154 (java) S 13145 13147 8455 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13155] ppid=13145 vsize=10542856 CPUtime=0.02 cores=1,3,5,7
/proc/13147/task/13155/stat : 13155 (java) S 13145 13147 8455 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 7 0 0 0
[pid=13147/tid=13156] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13156/stat : 13156 (java) S 13145 13147 8455 0 -1 4202560 146 0 0 0 3 0 0 0 16 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13157] ppid=13145 vsize=10542856 CPUtime=0.03 cores=1,3,5,7
/proc/13147/task/13157/stat : 13157 (java) S 13145 13147 8455 0 -1 4202560 148 0 0 0 3 0 0 0 15 0 19 0 883405997 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13158] ppid=13145 vsize=10542856 CPUtime=1.54 cores=1,3,5,7
/proc/13147/task/13158/stat : 13158 (java) S 13145 13147 8455 0 -1 4202560 937 0 0 0 153 1 0 0 16 0 19 0 883405998 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 0 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13159] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13159/stat : 13159 (java) S 13145 13147 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13160] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13160/stat : 13160 (java) S 13145 13147 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883405999 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13161] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13161/stat : 13161 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350207409 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13162] ppid=13145 vsize=10542856 CPUtime=0.24 cores=1,3,5,7
/proc/13147/task/13162/stat : 13162 (java) S 13145 13147 8455 0 -1 4202560 1825 0 0 0 24 0 0 0 16 0 19 0 883406001 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13163] ppid=13145 vsize=10542856 CPUtime=0.2 cores=1,3,5,7
/proc/13147/task/13163/stat : 13163 (java) S 13145 13147 8455 0 -1 4202560 2159 0 0 0 20 0 0 0 15 0 19 0 883406001 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
[pid=13147/tid=13164] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13164/stat : 13164 (java) S 13145 13147 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883406001 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350199705 0 4 0 16800975 18446604468559424448 0 0 -1 3 0 0 0
[pid=13147/tid=13165] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13165/stat : 13165 (java) S 13145 13147 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883406001 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 5 0 0 0
[pid=13147/tid=13166] ppid=13145 vsize=10542856 CPUtime=0 cores=1,3,5,7
/proc/13147/task/13166/stat : 13166 (java) S 13145 13147 8455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883406012 10795884544 16688 33554432000 1073741824 1073778376 140736280418016 18446744073709551615 270350200320 0 4 0 16800975 18446604468559424448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.57
Current children cumulated vsize (KiB) 10542856

Child status: 30
Real time (s): 38.0781
CPU time (s): 38.6771
CPU user time (s): 38.6201
CPU system time (s): 0.056991
CPU usage (%): 101.573
Max. virtual memory (cumulated for all children) (KiB): 10543624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6201
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19114
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= 4570
involuntary context switches= 2087

runsolver used 0.045993 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-12 22:18:24
IDJOB=3492490
IDBENCH=78841
IDSOLVER=1982
FILE ID=node143/3492490-1307909904
RUNJOBID= node143-1307908050-12755
PBS_JOBID= 13559565
Free space on /var/tmp= 2916 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976730--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-3492490-1307909904/watcher-3492490-1307909904 -o /var/tmp/evaluation-result-3492490-1307909904/solver-3492490-1307909904 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492490-1307909904.wbo

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

MD5SUM BENCH= 2c779af8adc7170b4adc1cc38dda4808
RANDOM SEED=1171793905

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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	: 5332.83
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.846
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.74
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.846
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:       1373892 kB
Buffers:         62496 kB
Cached:       30489532 kB
SwapCached:       9452 kB
Active:       15883396 kB
Inactive:     14748088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1373892 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:       76892 kB
Mapped:          21192 kB
Slab:           882716 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545592 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= 2912 MiB
End job on node143 at 2011-06-12 22:19:02