Trace number 3492551

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 41.2087 40.244

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-66-100-0.wbo
MD5SUM038e2d59f80e30c95ef1e3e4582a8837
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.657899
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1243
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/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-3492551-1307909954.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c #vars     211
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 => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.54/0.34	c SATISFIABLE
0.54/0.34	c OPTIMIZING...
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.54/0.34	o 410
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.54/0.37	o 253
0.69/0.49	c cleaning 3276 clauses out of 6559 with flag 3000/6559
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
0.82/0.57	o 252
0.92/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.92/0.62	o 240
0.92/0.69	c cleaning 4641 clauses out of 9285 with flag 2003/12561
1.14/0.89	c cleaning 5314 clauses out of 10642 with flag 8001/18559
1.36/1.10	c cleaning 6157 clauses out of 12328 with flag 15001/25559
1.47/1.12	c Got one! Elapsed wall clock time (in seconds):1.021
1.47/1.12	o 218
1.57/1.26	c cleaning 5802 clauses out of 11614 with flag 5001/31002
1.77/1.44	c cleaning 5898 clauses out of 11811 with flag 11000/37001
1.98/1.64	c cleaning 6451 clauses out of 12914 with flag 18001/44002
2.08/1.70	c Got one! Elapsed wall clock time (in seconds):1.593
2.08/1.70	o 169
2.18/1.81	c cleaning 6113 clauses out of 12231 with flag 4002/49770
2.28/1.99	c cleaning 6050 clauses out of 12116 with flag 10000/55768
2.38/2.09	c Got one! Elapsed wall clock time (in seconds):1.988
2.38/2.09	o 134
2.49/2.16	c cleaning 5783 clauses out of 11573 with flag 2000/61275
2.68/2.36	c cleaning 5888 clauses out of 11790 with flag 8000/67275
2.88/2.57	c cleaning 6446 clauses out of 12902 with flag 15000/74275
3.19/2.81	c cleaning 7227 clauses out of 14457 with flag 23001/82276
3.39/3.00	c Got one! Elapsed wall clock time (in seconds):2.9
3.39/3.00	o 119
3.49/3.19	c cleaning 9350 clauses out of 18707 with flag 5000/93753
3.79/3.40	c cleaning 7672 clauses out of 15358 with flag 11001/99754
3.99/3.64	c cleaning 7337 clauses out of 14686 with flag 18001/106754
4.29/3.90	c cleaning 7672 clauses out of 15348 with flag 26000/114753
4.49/4.18	c cleaning 8337 clauses out of 16678 with flag 35002/123755
4.80/4.47	c Got one! Elapsed wall clock time (in seconds):4.366
4.80/4.47	o 115
4.99/4.69	c cleaning 11020 clauses out of 22051 with flag 5000/137465
5.29/4.92	c cleaning 8510 clauses out of 17032 with flag 11001/143466
5.49/5.17	c cleaning 7754 clauses out of 15521 with flag 18000/150465
5.80/5.45	c Got one! Elapsed wall clock time (in seconds):5.346
5.80/5.45	o 108
6.00/5.65	c cleaning 10362 clauses out of 20732 with flag 5000/163430
6.20/5.88	c cleaning 8183 clauses out of 16373 with flag 11003/169433
6.50/6.10	c cleaning 7584 clauses out of 15188 with flag 18001/176431
6.70/6.37	c cleaning 7798 clauses out of 15605 with flag 26002/184432
7.01/6.67	c cleaning 8398 clauses out of 16806 with flag 35001/193431
7.30/7.00	c cleaning 9201 clauses out of 18408 with flag 45001/203431
7.71/7.32	c cleaning 9598 clauses out of 19206 with flag 55000/213430
8.02/7.64	c cleaning 9799 clauses out of 19608 with flag 65000/223430
8.41/8.00	c cleaning 9904 clauses out of 19810 with flag 75001/233431
8.71/8.34	c cleaning 9949 clauses out of 19905 with flag 85000/243430
9.01/8.67	c cleaning 9973 clauses out of 19957 with flag 95001/253431
9.41/9.01	c cleaning 9985 clauses out of 19985 with flag 105002/263432
9.72/9.33	c cleaning 9989 clauses out of 19999 with flag 115001/273431
10.02/9.65	c cleaning 10001 clauses out of 20009 with flag 125000/283430
10.22/9.86	c Got one! Elapsed wall clock time (in seconds):9.761
10.22/9.86	o 88
10.42/10.04	c cleaning 10805 clauses out of 21622 with flag 5000/295044
10.62/10.26	c cleaning 8402 clauses out of 16817 with flag 11000/301044
10.82/10.49	c cleaning 7702 clauses out of 15415 with flag 18000/308044
11.12/10.74	c cleaning 7850 clauses out of 15714 with flag 26001/316045
11.43/11.04	c cleaning 8426 clauses out of 16863 with flag 35000/325044
11.72/11.38	c cleaning 9215 clauses out of 18438 with flag 45001/335045
12.12/11.72	c cleaning 9608 clauses out of 19223 with flag 55001/345045
12.43/12.05	c cleaning 9800 clauses out of 19614 with flag 65000/355044
12.73/12.38	c cleaning 9899 clauses out of 19815 with flag 75001/365045
13.13/12.72	c cleaning 9953 clauses out of 19916 with flag 85001/375045
13.43/13.05	c cleaning 9979 clauses out of 19963 with flag 95001/385045
13.73/13.37	c cleaning 9985 clauses out of 19984 with flag 105001/395045
14.13/13.70	c cleaning 9996 clauses out of 19998 with flag 115000/405044
14.13/13.74	c Got one! Elapsed wall clock time (in seconds):13.637
14.13/13.74	o 60
14.23/13.86	c cleaning 7548 clauses out of 15101 with flag 4000/410143
14.43/14.05	c cleaning 6773 clauses out of 13555 with flag 10002/416145
14.64/14.29	c cleaning 6884 clauses out of 13782 with flag 17002/423145
14.93/14.58	c cleaning 7437 clauses out of 14897 with flag 25001/431144
15.23/14.88	c cleaning 8227 clauses out of 16460 with flag 34001/440144
15.64/15.22	c cleaning 9112 clauses out of 18233 with flag 44001/450144
15.94/15.56	c cleaning 9553 clauses out of 19121 with flag 54001/460144
16.24/15.88	c cleaning 9779 clauses out of 19567 with flag 64000/470143
16.34/15.94	c Got one! Elapsed wall clock time (in seconds):15.84
16.34/15.94	o 56
16.46/16.07	c cleaning 7767 clauses out of 15542 with flag 4001/475897
16.66/16.26	c cleaning 6879 clauses out of 13774 with flag 10000/481896
16.86/16.49	c cleaning 6942 clauses out of 13895 with flag 17000/488896
17.16/16.72	c cleaning 7474 clauses out of 14953 with flag 25000/496896
17.46/17.01	c cleaning 8233 clauses out of 16479 with flag 34000/505896
17.76/17.32	c cleaning 9118 clauses out of 18246 with flag 44000/515896
18.07/17.65	c cleaning 9560 clauses out of 19128 with flag 54000/525896
18.36/17.99	c cleaning 9782 clauses out of 19570 with flag 64002/535898
18.76/18.31	c cleaning 9890 clauses out of 19787 with flag 74001/545897
19.07/18.64	c cleaning 9942 clauses out of 19898 with flag 84002/555898
19.37/18.96	c cleaning 9969 clauses out of 19954 with flag 94000/565896
19.67/19.29	c cleaning 9989 clauses out of 19986 with flag 104001/575897
20.07/19.61	c cleaning 9993 clauses out of 19996 with flag 114000/585896
20.37/19.94	c cleaning 9998 clauses out of 20004 with flag 124001/595897
20.67/20.25	c cleaning 9997 clauses out of 20006 with flag 134001/605897
20.97/20.57	c cleaning 10001 clauses out of 20010 with flag 144002/615898
21.38/20.91	c cleaning 10000 clauses out of 20007 with flag 154000/625896
21.68/21.23	c cleaning 10002 clauses out of 20007 with flag 164000/635896
21.98/21.55	c cleaning 9994 clauses out of 20006 with flag 174001/645897
22.28/21.87	c cleaning 10001 clauses out of 20011 with flag 184000/655896
22.68/22.22	c cleaning 10002 clauses out of 20010 with flag 194000/665896
22.98/22.54	c cleaning 10001 clauses out of 20008 with flag 204000/675896
23.28/22.88	c cleaning 9998 clauses out of 20007 with flag 214000/685896
23.68/23.22	c cleaning 9998 clauses out of 20011 with flag 224002/695898
23.99/23.57	c cleaning 9998 clauses out of 20011 with flag 234000/705896
24.29/23.89	c cleaning 10003 clauses out of 20015 with flag 244002/715898
24.70/24.20	c cleaning 10001 clauses out of 20011 with flag 254001/725897
24.99/24.53	c cleaning 10003 clauses out of 20012 with flag 264003/735899
25.30/24.85	c cleaning 10001 clauses out of 20008 with flag 274002/745898
25.60/25.17	c cleaning 9999 clauses out of 20005 with flag 284000/755896
25.90/25.48	c cleaning 10000 clauses out of 20006 with flag 294000/765896
26.20/25.80	c cleaning 9995 clauses out of 20006 with flag 304000/775896
26.60/26.11	c cleaning 10002 clauses out of 20011 with flag 314000/785896
26.91/26.43	c cleaning 10001 clauses out of 20012 with flag 324003/795899
27.20/26.75	c cleaning 10000 clauses out of 20008 with flag 334000/805896
27.50/27.07	c cleaning 9999 clauses out of 20008 with flag 344000/815896
27.80/27.31	c Got one! Elapsed wall clock time (in seconds):27.208
27.80/27.31	o 48
28.01/27.51	c cleaning 11498 clauses out of 23003 with flag 5001/828890
28.20/27.72	c cleaning 8746 clauses out of 17504 with flag 11000/834889
28.41/27.97	c cleaning 7875 clauses out of 15758 with flag 18000/841889
28.71/28.24	c cleaning 7936 clauses out of 15883 with flag 26000/849889
29.01/28.54	c cleaning 8470 clauses out of 16947 with flag 35000/858889
29.31/28.89	c cleaning 9235 clauses out of 18477 with flag 45000/868889
29.71/29.23	c cleaning 9615 clauses out of 19243 with flag 55001/878890
30.01/29.59	c cleaning 9809 clauses out of 19627 with flag 65000/888889
30.41/29.95	c cleaning 9904 clauses out of 19819 with flag 75001/898890
30.81/30.33	c cleaning 9953 clauses out of 19915 with flag 85001/908890
31.12/30.67	c cleaning 9977 clauses out of 19961 with flag 95000/918889
31.52/31.03	c cleaning 9988 clauses out of 19984 with flag 105000/928889
31.92/31.41	c cleaning 9993 clauses out of 19997 with flag 115001/938890
32.22/31.77	c cleaning 9996 clauses out of 20004 with flag 125001/948890
32.62/32.14	c cleaning 10000 clauses out of 20010 with flag 135003/958892
33.02/32.52	c cleaning 10001 clauses out of 20010 with flag 145003/968892
33.32/32.88	c cleaning 9991 clauses out of 20006 with flag 155000/978889
33.72/33.23	c cleaning 10005 clauses out of 20017 with flag 165002/988891
34.02/33.56	c cleaning 10004 clauses out of 20011 with flag 175001/998890
34.42/33.90	c cleaning 9994 clauses out of 20006 with flag 185000/1008889
34.72/34.23	c cleaning 10001 clauses out of 20013 with flag 195001/1018890
35.02/34.56	c cleaning 9996 clauses out of 20011 with flag 205000/1028889
35.32/34.89	c cleaning 10002 clauses out of 20015 with flag 215000/1038889
35.73/35.23	c cleaning 10001 clauses out of 20014 with flag 225001/1048890
36.02/35.57	c cleaning 10004 clauses out of 20013 with flag 235001/1058890
36.32/35.81	c Got one! Elapsed wall clock time (in seconds):35.711
36.32/35.81	o 22
36.52/36.01	c cleaning 11419 clauses out of 22847 with flag 5000/1071728
36.73/36.22	c cleaning 8709 clauses out of 17428 with flag 11000/1077728
36.93/36.45	c cleaning 7851 clauses out of 15719 with flag 18000/1084728
37.23/36.71	c cleaning 7929 clauses out of 15868 with flag 26000/1092728
37.53/37.03	c cleaning 8459 clauses out of 16940 with flag 35001/1101729
37.84/37.37	c cleaning 9236 clauses out of 18481 with flag 45001/1111729
38.23/37.70	c cleaning 9618 clauses out of 19245 with flag 55001/1121729
38.53/38.05	c cleaning 9809 clauses out of 19626 with flag 65000/1131728
38.84/38.38	c cleaning 9905 clauses out of 19817 with flag 75000/1141728
39.24/38.71	c cleaning 9951 clauses out of 19912 with flag 85000/1151728
39.54/39.05	c cleaning 9975 clauses out of 19961 with flag 95000/1161728
39.84/39.38	c cleaning 9991 clauses out of 19988 with flag 105002/1171730
40.24/39.76	c cleaning 9994 clauses out of 19995 with flag 115000/1181728
40.98/40.15	c cleaning 9996 clauses out of 20000 with flag 125000/1191728
41.14/40.22	c starts		: 203
41.14/40.22	c conflicts		: 1193685
41.14/40.22	c decisions		: 1873231
41.14/40.22	c propagations		: 27861952
41.14/40.22	c inspects		: 241177341
41.14/40.22	c shortcuts		: 0
41.14/40.22	c learnt literals	: 6
41.14/40.22	c learnt binary clauses	: 21
41.14/40.22	c learnt ternary clauses	: 789
41.14/40.22	c learnt constraints	: 1193678
41.14/40.22	c ignored constraints	: 0
41.14/40.22	c root simplifications	: 0
41.14/40.22	c removed literals (reason simplification)	: 8962390
41.14/40.22	c reason swapping (by a shorter reason)	: 0
41.14/40.22	c Calls to reduceDB	: 131
41.14/40.22	c number of reductions to clauses (during analyze)	: 0
41.14/40.22	c number of learned constraints concerned by reduction	: 0
41.14/40.22	c number of learning phase by resolution	: 0
41.14/40.22	c number of learning phase by cutting planes	: 0
41.14/40.22	c speed (assignments/second)	: 6322203.76673474
41.14/40.22	c non guided choices	693
41.14/40.22	c learnt constraints type 
41.14/40.22	c constraints type 
41.14/40.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
41.14/40.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
41.14/40.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
41.14/40.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
41.14/40.22	s OPTIMUM FOUND
41.14/40.22	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 
41.14/40.22	c objective function=22
41.14/40.22	c Total wall clock time (in seconds): 40.119

Verifier Data

OK	22

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-3492551-1307909954/watcher-3492551-1307909954 -o /var/tmp/evaluation-result-3492551-1307909954/solver-3492551-1307909954 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492551-1307909954.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.14 2.04 1.96 2/195 5790
/proc/meminfo: memFree=1290596/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 1243 0 0 0 0 0 0 0 25 0 2 0 981226171 31272960 960 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 7634 963 736 9 0 385 0
[pid=5790/tid=5791] ppid=5788 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 981226171 32362496 968 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 215983630080 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.00681993 s]
/proc/loadavg: 2.14 2.04 1.96 2/195 5790
/proc/meminfo: memFree=1290596/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 1366 0 1 0 0 0 0 0 25 0 2 0 981226171 36679680 1066 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 8955 1066 828 9 0 386 0
[pid=5790/tid=5791] ppid=5788 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 249 0 1 0 0 0 0 0 25 0 2 0 981226171 36679680 1066 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 215983668871 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35820

[startup+0.1008 s]
/proc/loadavg: 2.14 2.04 1.96 2/195 5790
/proc/meminfo: memFree=1290596/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10540276 CPUtime=0.1 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 13141 0 1 0 9 1 0 0 25 0 18 0 981226171 10793242624 12819 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2635069 12820 2092 9 0 2625803 0
[pid=5790/tid=5791] ppid=5788 vsize=10540276 CPUtime=0.09 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 11215 0 1 0 8 1 0 0 25 0 18 0 981226171 10793242624 12820 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 48003903071768 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540276

[startup+0.300765 s]
/proc/loadavg: 2.14 2.04 1.96 2/195 5790
/proc/meminfo: memFree=1290596/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544248 CPUtime=0.54 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 16167 0 1 0 52 2 0 0 25 0 19 0 981226171 10797309952 14857 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636062 14857 2215 9 0 2626796 0
[pid=5790/tid=5791] ppid=5788 vsize=10544248 CPUtime=0.28 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 11777 0 1 0 27 1 0 0 25 0 19 0 981226171 10797309952 14857 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505329120 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544248

[startup+0.700695 s]
/proc/loadavg: 2.14 2.04 1.96 2/195 5790
/proc/meminfo: memFree=1290596/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544356 CPUtime=1.04 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 17516 0 1 0 102 2 0 0 25 0 19 0 981226171 10797420544 15903 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636089 15903 2247 9 0 2626823 0
[pid=5790/tid=5791] ppid=5788 vsize=10544356 CPUtime=0.67 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) S 5788 5790 3459 0 -1 4202560 12062 0 1 0 66 1 0 0 25 0 19 0 981226171 10797420544 15903 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10544356

[startup+1.50055 s]
/proc/loadavg: 2.14 2.04 1.96 3/214 5809
/proc/meminfo: memFree=1235536/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544356 CPUtime=1.88 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 17807 0 1 0 186 2 0 0 25 0 19 0 981226171 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636089 16190 2248 9 0 2626823 0
[pid=5790/tid=5791] ppid=5788 vsize=10544356 CPUtime=1.41 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12066 0 1 0 140 1 0 0 25 0 19 0 981226171 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505589124 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 63 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10544356 CPUtime=0.06 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 435 0 0 0 6 0 0 0 16 0 19 0 981226174 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10544356 CPUtime=0.21 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 1646 0 0 0 21 0 0 0 19 0 19 0 981226177 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10544356 CPUtime=0.15 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) S 5788 5790 3459 0 -1 4202560 1977 0 0 0 15 0 0 0 15 0 19 0 981226177 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981226177 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10797420544 16190 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10544356

[startup+3.10127 s]
/proc/loadavg: 2.14 2.04 1.96 3/214 5809
/proc/meminfo: memFree=1234444/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544356 CPUtime=3.49 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 17866 0 1 0 347 2 0 0 25 0 19 0 981226171 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636089 16242 2248 9 0 2626823 0
[pid=5790/tid=5791] ppid=5788 vsize=10544356 CPUtime=2.92 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12074 0 1 0 291 1 0 0 25 0 19 0 981226171 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505535828 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10544356 CPUtime=0.14 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 478 0 0 0 14 0 0 0 16 0 19 0 981226174 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10544356 CPUtime=0.21 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 1646 0 0 0 21 0 0 0 19 0 19 0 981226177 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) S 5788 5790 3459 0 -1 4202560 1977 0 0 0 16 0 0 0 15 0 19 0 981226177 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981226177 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10797420544 16242 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10544356

[startup+6.30071 s]
/proc/loadavg: 2.12 2.04 1.96 3/214 5809
/proc/meminfo: memFree=1233452/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544356 CPUtime=6.7 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 18158 0 1 0 668 2 0 0 25 0 19 0 981226171 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636089 16522 2248 9 0 2626823 0
[pid=5790/tid=5791] ppid=5788 vsize=10544356 CPUtime=5.97 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12086 0 1 0 596 1 0 0 25 0 19 0 981226171 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505545188 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 99 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 19 0 981226173 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10544356 CPUtime=0.28 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 651 0 0 0 28 0 0 0 16 0 19 0 981226174 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10544356 CPUtime=0.21 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 1646 0 0 0 21 0 0 0 19 0 19 0 981226177 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) S 5788 5790 3459 0 -1 4202560 1977 0 0 0 16 0 0 0 15 0 19 0 981226177 10797420544 16522 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0

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

/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 101 0 0 0 3 0 0 0 16 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10544356 CPUtime=0.04 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 62 0 0 0 4 0 0 0 16 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 162 0 0 0 3 0 0 0 16 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 98 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10544356 CPUtime=1.63 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 966 0 0 0 163 0 0 0 16 0 19 0 981226174 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10544356 CPUtime=0.21 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 1646 0 0 0 21 0 0 0 19 0 19 0 981226177 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10544356 CPUtime=0.19 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) S 5788 5790 3459 0 -1 4202560 2377 0 0 0 19 0 0 0 15 0 19 0 981226177 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) S 5788 5790 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226177 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10797420544 16889 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 10544356

[startup+39.9008 s]
/proc/loadavg: 2.07 2.03 1.96 3/214 5810
/proc/meminfo: memFree=1230076/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10544356 CPUtime=40.62 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 25632 0 1 0 4059 3 0 0 25 0 19 0 981226171 10797420544 21411 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636089 21412 2251 9 0 2626823 0
[pid=5790/tid=5791] ppid=5788 vsize=10544356 CPUtime=38.09 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12192 0 1 0 3808 1 0 0 25 0 19 0 981226171 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505535586 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10544356 CPUtime=0.04 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 98 0 0 0 3 0 0 0 15 0 19 0 981226173 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10544356 CPUtime=1.66 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 967 0 0 0 166 0 0 0 16 0 19 0 981226174 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10544356 CPUtime=0.23 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 1653 0 0 0 23 0 0 0 18 0 19 0 981226177 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10544356 CPUtime=0.35 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) R 5788 5790 3459 0 -1 4202560 8985 0 0 0 35 0 0 0 16 0 19 0 981226177 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 48003903198322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) S 5788 5790 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226177 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10797420544 21412 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.62
Current children cumulated vsize (KiB) 10544356

[startup+40.1008 s]
/proc/loadavg: 2.07 2.03 1.96 3/214 5810
/proc/meminfo: memFree=1230076/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10546308 CPUtime=40.98 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 26887 0 1 0 4094 4 0 0 25 0 19 0 981226171 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636577 21926 2251 9 0 2627311 0
[pid=5790/tid=5791] ppid=5788 vsize=10546308 CPUtime=38.29 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12201 0 1 0 3828 1 0 0 25 0 19 0 981226171 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505535213 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10546308 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10546308 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10546308 CPUtime=0.04 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 98 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10546308 CPUtime=1.66 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 967 0 0 0 166 0 0 0 16 0 19 0 981226174 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10546308 CPUtime=0.26 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 2027 0 0 0 26 0 0 0 16 0 19 0 981226177 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10546308 CPUtime=0.46 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) S 5788 5790 3459 0 -1 4202560 9856 0 0 0 46 0 0 0 16 0 19 0 981226177 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) S 5788 5790 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226177 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10799419392 21926 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.98
Current children cumulated vsize (KiB) 10546308

[startup+40.2008 s]
/proc/loadavg: 2.07 2.03 1.96 3/214 5810
/proc/meminfo: memFree=1230076/32950940 swapFree=67053420/67111528
[pid=5790] ppid=5788 vsize=10546308 CPUtime=41.14 cores=1,3,5,7
/proc/5790/stat : 5790 (java) S 5788 5790 3459 0 -1 4202496 26984 0 1 0 4110 4 0 0 25 0 19 0 981226171 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5790/statm: 2636577 22022 2251 9 0 2627311 0
[pid=5790/tid=5791] ppid=5788 vsize=10546308 CPUtime=38.37 cores=1,3,5,7
/proc/5790/task/5791/stat : 5791 (java) R 5788 5790 3459 0 -1 4202560 12201 0 1 0 3836 1 0 0 25 0 19 0 981226171 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 46912505522748 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5790/tid=5793] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5793/stat : 5793 (java) S 5788 5790 3459 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5794] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5794/stat : 5794 (java) S 5788 5790 3459 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5795] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5795/stat : 5795 (java) S 5788 5790 3459 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5796] ppid=5788 vsize=10546308 CPUtime=0.02 cores=1,3,5,7
/proc/5790/task/5796/stat : 5796 (java) S 5788 5790 3459 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5797] ppid=5788 vsize=10546308 CPUtime=0.04 cores=1,3,5,7
/proc/5790/task/5797/stat : 5797 (java) S 5788 5790 3459 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5790/tid=5798] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5798/stat : 5798 (java) S 5788 5790 3459 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5799] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5799/stat : 5799 (java) S 5788 5790 3459 0 -1 4202560 100 0 0 0 3 0 0 0 16 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5800] ppid=5788 vsize=10546308 CPUtime=0.03 cores=1,3,5,7
/proc/5790/task/5800/stat : 5800 (java) S 5788 5790 3459 0 -1 4202560 98 0 0 0 3 0 0 0 15 0 19 0 981226173 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5790/tid=5801] ppid=5788 vsize=10546308 CPUtime=1.67 cores=1,3,5,7
/proc/5790/task/5801/stat : 5801 (java) S 5788 5790 3459 0 -1 4202560 968 0 0 0 167 0 0 0 16 0 19 0 981226174 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5802] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5802/stat : 5802 (java) S 5788 5790 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981226174 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5803] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5803/stat : 5803 (java) S 5788 5790 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981226174 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5804] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5804/stat : 5804 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5805] ppid=5788 vsize=10546308 CPUtime=0.26 cores=1,3,5,7
/proc/5790/task/5805/stat : 5805 (java) S 5788 5790 3459 0 -1 4202560 2027 0 0 0 26 0 0 0 16 0 19 0 981226177 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5790/tid=5806] ppid=5788 vsize=10546308 CPUtime=0.53 cores=1,3,5,7
/proc/5790/task/5806/stat : 5806 (java) R 5788 5790 3459 0 -1 4202560 9952 0 0 0 53 0 0 0 15 0 19 0 981226177 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 48003902702696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5790/tid=5807] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5807/stat : 5807 (java) S 5788 5790 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226177 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5790/tid=5808] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5808/stat : 5808 (java) R 5788 5790 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226177 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5790/tid=5809] ppid=5788 vsize=10546308 CPUtime=0 cores=1,3,5,7
/proc/5790/task/5809/stat : 5809 (java) S 5788 5790 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226187 10799419392 22022 33554432000 1073741824 1073778376 140736415770144 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (KiB) 10546308

Child status: 30
Real time (s): 40.244
CPU time (s): 41.2087
CPU user time (s): 41.1607
CPU system time (s): 0.047992
CPU usage (%): 102.397
Max. virtual memory (cumulated for all children) (KiB): 10546308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1607
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27019
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= 4891
involuntary context switches= 1993

runsolver used 0.075988 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:19:14
IDJOB=3492551
IDBENCH=78878
IDSOLVER=1982
FILE ID=node117/3492551-1307909954
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 038e2d59f80e30c95ef1e3e4582a8837
RANDOM SEED=439432128

node117.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.849
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.849
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.849
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.849
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.75
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1291380 kB
Buffers:         63236 kB
Cached:       30290044 kB
SwapCached:      10872 kB
Active:       15084300 kB
Inactive:     15628948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1291380 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             608 kB
Writeback:           0 kB
AnonPages:      357424 kB
Mapped:          21208 kB
Slab:           882884 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10548804 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= 2884 MiB
End job on node117 at 2011-06-12 22:19:54