Trace number 3492697

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.1487 39.3236

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
MD5SUMd4e6776e3ea6e9cf4cf1ebaa2f1d5c78
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2.52661
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492697-1307911151.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.059s.
0.11/0.17	c #vars     270
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.129
0.27/0.24	o 566
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.154
0.27/0.26	o 527
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.239
0.50/0.35	o 490
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.50/0.36	o 459
0.60/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.60/0.40	o 439
0.60/0.43	c Got one! Elapsed wall clock time (in seconds):0.318
0.60/0.43	o 397
0.75/0.56	c Got one! Elapsed wall clock time (in seconds):0.451
0.75/0.56	o 383
0.85/0.69	c cleaning 3558 clauses out of 7123 with flag 2007/7123
0.98/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
0.98/0.75	o 380
1.08/0.80	c Got one! Elapsed wall clock time (in seconds):0.689
1.08/0.80	o 287
1.08/0.81	c Got one! Elapsed wall clock time (in seconds):0.699
1.08/0.81	o 284
1.20/0.99	c Got one! Elapsed wall clock time (in seconds):0.88
1.20/0.99	o 244
1.30/1.03	c cleaning 5197 clauses out of 10400 with flag 1000/13958
1.60/1.33	c cleaning 5598 clauses out of 11204 with flag 7001/19959
1.71/1.44	c Got one! Elapsed wall clock time (in seconds):1.331
1.71/1.44	o 233
1.92/1.61	c cleaning 5735 clauses out of 11473 with flag 4000/25826
2.05/1.73	c Got one! Elapsed wall clock time (in seconds):1.619
2.05/1.73	o 204
2.15/1.84	c cleaning 5516 clauses out of 11056 with flag 3000/31144
2.25/1.95	c Got one! Elapsed wall clock time (in seconds):1.842
2.25/1.95	o 171
2.35/2.07	c cleaning 5492 clauses out of 10990 with flag 3001/36594
2.65/2.35	c cleaning 5740 clauses out of 11497 with flag 9000/42593
3.05/2.76	c cleaning 6372 clauses out of 12757 with flag 16000/49593
3.45/3.17	c cleaning 7189 clauses out of 14386 with flag 24001/57594
3.85/3.56	c Got one! Elapsed wall clock time (in seconds):3.451
3.85/3.56	o 143
4.06/3.79	c cleaning 10163 clauses out of 20334 with flag 5002/70731
4.46/4.12	c cleaning 8080 clauses out of 16169 with flag 11000/76729
4.76/4.48	c cleaning 7534 clauses out of 15090 with flag 18001/83730
5.16/4.88	c cleaning 7773 clauses out of 15555 with flag 26000/91729
5.56/5.26	c Got one! Elapsed wall clock time (in seconds):5.15
5.56/5.26	o 133
5.76/5.48	c cleaning 10127 clauses out of 20261 with flag 5000/104208
5.87/5.55	c Got one! Elapsed wall clock time (in seconds):5.438
5.87/5.55	o 118
6.06/5.72	c cleaning 7702 clauses out of 15411 with flag 4003/109485
6.26/5.98	c cleaning 6847 clauses out of 13706 with flag 10000/115482
6.46/6.16	c Got one! Elapsed wall clock time (in seconds):6.056
6.46/6.16	o 110
6.58/6.24	c cleaning 6086 clauses out of 12177 with flag 2003/120800
6.79/6.47	c cleaning 6041 clauses out of 12088 with flag 8000/126797
7.09/6.77	c cleaning 6519 clauses out of 13047 with flag 15000/133797
7.99/7.21	c cleaning 7261 clauses out of 14529 with flag 23001/141798
8.77/7.71	c cleaning 8129 clauses out of 16269 with flag 32002/150799
9.54/8.25	c Got one! Elapsed wall clock time (in seconds):8.143
9.54/8.25	o 99
9.86/8.51	c cleaning 11374 clauses out of 22755 with flag 5001/165414
10.25/8.79	c cleaning 8684 clauses out of 17380 with flag 11000/171413
10.81/9.14	c cleaning 7843 clauses out of 15696 with flag 18000/178413
11.21/9.59	c cleaning 7923 clauses out of 15854 with flag 26001/186414
11.71/10.09	c cleaning 8463 clauses out of 16930 with flag 35000/195413
12.31/10.65	c cleaning 9228 clauses out of 18468 with flag 45001/205414
12.81/11.19	c cleaning 9614 clauses out of 19240 with flag 55001/215414
13.11/11.48	c Got one! Elapsed wall clock time (in seconds):11.373
13.11/11.48	o 90
13.41/11.70	c cleaning 10131 clauses out of 20270 with flag 5000/226058
13.61/11.95	c cleaning 8066 clauses out of 16140 with flag 11001/232059
13.91/12.29	c cleaning 7531 clauses out of 15074 with flag 18001/239059
14.31/12.67	c cleaning 7762 clauses out of 15543 with flag 26001/247059
14.71/13.09	c cleaning 8383 clauses out of 16781 with flag 35001/256059
15.11/13.47	c Got one! Elapsed wall clock time (in seconds):13.36
15.11/13.47	o 86
15.31/13.68	c cleaning 10143 clauses out of 20297 with flag 5000/267958
15.61/13.93	c cleaning 8073 clauses out of 16154 with flag 11000/273958
15.92/14.23	c cleaning 7537 clauses out of 15082 with flag 18001/280959
16.21/14.54	c cleaning 7768 clauses out of 15547 with flag 26003/288961
16.41/14.78	c Got one! Elapsed wall clock time (in seconds):14.67
16.41/14.78	o 83
16.71/15.03	c cleaning 9373 clauses out of 18759 with flag 5001/299941
17.02/15.33	c cleaning 7690 clauses out of 15387 with flag 11002/305942
17.02/15.38	c Got one! Elapsed wall clock time (in seconds):15.277
17.02/15.38	o 75
17.22/15.53	c cleaning 6368 clauses out of 12743 with flag 4002/310988
17.42/15.78	c cleaning 6185 clauses out of 12374 with flag 10001/316987
17.62/15.96	c Got one! Elapsed wall clock time (in seconds):15.857
17.62/15.96	o 67
17.72/16.00	c cleaning 5771 clauses out of 11556 with flag 1000/322354
17.92/16.23	c cleaning 5889 clauses out of 11788 with flag 7003/328357
18.23/16.58	c cleaning 6443 clauses out of 12898 with flag 14002/335356
18.62/16.95	c cleaning 7218 clauses out of 14453 with flag 22000/343354
19.02/17.33	c Got one! Elapsed wall clock time (in seconds):17.221
19.02/17.33	o 63
19.25/17.55	c cleaning 10367 clauses out of 20738 with flag 5001/356857
19.46/17.79	c cleaning 8182 clauses out of 16372 with flag 11002/362858
19.76/18.06	c cleaning 7592 clauses out of 15191 with flag 18003/369859
20.16/18.42	c cleaning 7792 clauses out of 15596 with flag 26000/377856
20.37/18.65	c Got one! Elapsed wall clock time (in seconds):18.544
20.37/18.65	o 57
20.56/18.87	c cleaning 9109 clauses out of 18222 with flag 5001/388274
20.86/19.11	c cleaning 7550 clauses out of 15112 with flag 11000/394273
21.06/19.38	c cleaning 7278 clauses out of 14562 with flag 18000/401273
21.36/19.67	c cleaning 7639 clauses out of 15285 with flag 26001/409274
21.76/20.04	c cleaning 8316 clauses out of 16646 with flag 35001/418274
22.16/20.47	c cleaning 9158 clauses out of 18330 with flag 45001/428274
22.67/20.90	c Got one! Elapsed wall clock time (in seconds):20.794
22.67/20.90	o 45
22.86/21.13	c cleaning 12013 clauses out of 24030 with flag 5001/443132
23.06/21.39	c cleaning 9004 clauses out of 18016 with flag 11000/449131
23.37/21.66	c cleaning 8001 clauses out of 16013 with flag 18001/456132
23.67/21.96	c cleaning 8004 clauses out of 16012 with flag 26001/464132
23.97/22.28	c cleaning 8499 clauses out of 17008 with flag 35001/473132
24.38/22.67	c cleaning 9251 clauses out of 18509 with flag 45001/483132
24.78/23.10	c cleaning 9625 clauses out of 19259 with flag 55002/493133
25.28/23.52	c cleaning 9812 clauses out of 19634 with flag 65002/503133
25.68/23.96	c cleaning 9907 clauses out of 19822 with flag 75002/513133
26.08/24.35	c cleaning 9953 clauses out of 19914 with flag 85001/523132
26.48/24.74	c cleaning 9975 clauses out of 19961 with flag 95001/533132
26.88/25.14	c cleaning 9982 clauses out of 19985 with flag 105000/543131
27.28/25.59	c cleaning 9998 clauses out of 20004 with flag 115001/553132
27.48/25.77	c Got one! Elapsed wall clock time (in seconds):25.663
27.48/25.77	o 38
27.58/25.81	c cleaning 7892 clauses out of 15796 with flag 1000/558922
27.78/26.03	c cleaning 6949 clauses out of 13908 with flag 7004/564926
27.98/26.29	c cleaning 6970 clauses out of 13955 with flag 14000/571922
28.29/26.58	c cleaning 7486 clauses out of 14985 with flag 22000/579922
28.69/26.91	c cleaning 8245 clauses out of 16499 with flag 31000/588922
29.09/27.34	c cleaning 9122 clauses out of 18256 with flag 41002/598924
29.49/27.71	c cleaning 9558 clauses out of 19132 with flag 51000/608922
29.79/28.09	c cleaning 9783 clauses out of 19575 with flag 61001/618923
30.19/28.47	c cleaning 9890 clauses out of 19792 with flag 71001/628923
30.59/28.82	c cleaning 9946 clauses out of 19902 with flag 81001/638923
30.99/29.21	c cleaning 9973 clauses out of 19958 with flag 91003/648925
31.29/29.57	c cleaning 9985 clauses out of 19983 with flag 101001/658923
31.69/29.96	c cleaning 9993 clauses out of 19997 with flag 111000/668922
32.09/30.33	c cleaning 9995 clauses out of 20005 with flag 121001/678923
32.50/30.74	c cleaning 10000 clauses out of 20009 with flag 131000/688922
32.69/30.93	c Got one! Elapsed wall clock time (in seconds):30.826
32.69/30.93	o 25
32.89/31.14	c cleaning 10394 clauses out of 20795 with flag 5000/699708
33.09/31.35	c cleaning 8196 clauses out of 16401 with flag 11000/705708
33.39/31.60	c cleaning 7596 clauses out of 15205 with flag 18000/712708
33.60/31.88	c cleaning 7800 clauses out of 15609 with flag 26000/720708
33.89/32.19	c cleaning 8402 clauses out of 16811 with flag 35002/729710
34.30/32.56	c cleaning 9195 clauses out of 18407 with flag 45000/739708
34.70/32.93	c cleaning 9602 clauses out of 19212 with flag 55000/749708
35.10/33.31	c cleaning 9801 clauses out of 19610 with flag 65000/759708
35.50/33.70	c cleaning 9902 clauses out of 19810 with flag 75001/769709
35.80/34.03	c Got one! Elapsed wall clock time (in seconds):33.925
35.80/34.03	o 9
36.00/34.29	c cleaning 12093 clauses out of 24189 with flag 5000/783990
36.31/34.51	c cleaning 9045 clauses out of 18096 with flag 11000/789990
36.51/34.75	c cleaning 8022 clauses out of 16052 with flag 18001/796991
36.81/35.03	c cleaning 8014 clauses out of 16031 with flag 26002/804992
37.11/35.35	c cleaning 8503 clauses out of 17016 with flag 35001/813991
37.51/35.70	c cleaning 9253 clauses out of 18514 with flag 45002/823992
37.81/36.04	c cleaning 9625 clauses out of 19260 with flag 55001/833991
38.21/36.41	c cleaning 9816 clauses out of 19637 with flag 65003/843993
38.51/36.77	c cleaning 9906 clauses out of 19819 with flag 75001/853991
38.91/37.13	c cleaning 9953 clauses out of 19914 with flag 85002/863992
39.31/37.50	c cleaning 9975 clauses out of 19959 with flag 95000/873990
39.61/37.89	c cleaning 9983 clauses out of 19984 with flag 105000/883990
40.01/38.28	c cleaning 9994 clauses out of 20003 with flag 115002/893992
40.41/38.66	c cleaning 10000 clauses out of 20009 with flag 125002/903992
40.81/39.05	c cleaning 10000 clauses out of 20007 with flag 135000/913990
41.11/39.31	c starts		: 200
41.11/39.31	c conflicts		: 921030
41.11/39.31	c decisions		: 1435934
41.11/39.31	c propagations		: 25240192
41.11/39.31	c inspects		: 225809051
41.11/39.31	c shortcuts		: 0
41.11/39.31	c learnt literals	: 8
41.11/39.31	c learnt binary clauses	: 82
41.11/39.31	c learnt ternary clauses	: 1267
41.11/39.31	c learnt constraints	: 921021
41.11/39.31	c ignored constraints	: 0
41.11/39.31	c root simplifications	: 0
41.11/39.31	c removed literals (reason simplification)	: 6548200
41.11/39.31	c reason swapping (by a shorter reason)	: 0
41.11/39.31	c Calls to reduceDB	: 107
41.11/39.31	c number of reductions to clauses (during analyze)	: 0
41.11/39.31	c number of learned constraints concerned by reduction	: 0
41.11/39.31	c number of learning phase by resolution	: 0
41.11/39.31	c number of learning phase by cutting planes	: 0
41.11/39.31	c speed (assignments/second)	: 4780339.393939394
41.11/39.31	c non guided choices	1589
41.11/39.31	c learnt constraints type 
41.11/39.31	c constraints type 
41.11/39.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
41.11/39.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
41.11/39.31	s OPTIMUM FOUND
41.11/39.31	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.11/39.31	c objective function=9
41.11/39.31	c Total wall clock time (in seconds): 39.206

Verifier Data

OK	9

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-3492697-1307911151/watcher-3492697-1307911151 -o /var/tmp/evaluation-result-3492697-1307911151/solver-3492697-1307911151 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492697-1307911151.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.00 2.00 1.91 2/192 29299
/proc/meminfo: memFree=1318484/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/29299/stat : 29299 (java) R 29297 29299 27059 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 883530982 23580672 694 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220811274129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29299/statm: 5757 695 511 9 0 124 0

[startup+0.0094409 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29299
/proc/meminfo: memFree=1318484/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 1321 0 0 0 0 0 0 0 25 0 2 0 883530982 36646912 1021 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 8947 1025 788 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.105428 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29299
/proc/meminfo: memFree=1318484/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10539960 CPUtime=0.11 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 13131 0 1 0 9 2 0 0 25 0 18 0 883530982 10792919040 12777 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2634990 12778 2093 9 0 2625724 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539960

[startup+0.300375 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29299
/proc/meminfo: memFree=1318484/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10542920 CPUtime=0.5 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 15665 0 1 0 48 2 0 0 25 0 19 0 883530982 10795950080 14638 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2635730 14638 2215 9 0 2626464 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542920

[startup+0.700298 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29299
/proc/meminfo: memFree=1318484/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10542492 CPUtime=0.98 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 16820 0 1 0 96 2 0 0 25 0 19 0 883530982 10795511808 15428 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2635623 15428 2234 9 0 2626357 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10542492

[startup+1.50115 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29318
/proc/meminfo: memFree=1264356/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10542492 CPUtime=1.82 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 17710 0 1 0 180 2 0 0 25 0 19 0 883530982 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2635623 16315 2247 9 0 2626357 0
[pid=29299/tid=29301] ppid=29297 vsize=10542492 CPUtime=1.43 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) R 29297 29299 27059 0 -1 4202560 12307 0 1 0 142 1 0 0 19 0 19 0 883530983 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 46912505559703 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10542492 CPUtime=0.03 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 484 0 0 0 3 0 0 0 15 0 19 0 883530986 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10542492 CPUtime=0.17 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 984 0 0 0 17 0 0 0 16 0 19 0 883530989 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10542492 CPUtime=0.16 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 2094 0 0 0 16 0 0 0 15 0 19 0 883530989 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530989 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10795511808 16315 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10542492

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29318
/proc/meminfo: memFree=1261876/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10542492 CPUtime=3.45 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 17732 0 1 0 342 3 0 0 25 0 19 0 883530982 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2635623 16332 2248 9 0 2626357 0
[pid=29299/tid=29301] ppid=29297 vsize=10542492 CPUtime=2.96 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) R 29297 29299 27059 0 -1 4202560 12312 0 1 0 295 1 0 0 21 0 19 0 883530983 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 46912505625640 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 287 0 0 0 0 0 0 0 16 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10542492 CPUtime=0.09 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 883530986 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10542492 CPUtime=0.17 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 984 0 0 0 17 0 0 0 15 0 19 0 883530989 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10542492 CPUtime=0.17 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 2101 0 0 0 17 0 0 0 15 0 19 0 883530989 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530989 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10795511808 16332 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10542492

[startup+6.30127 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29318
/proc/meminfo: memFree=1259644/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10542492 CPUtime=6.69 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 18200 0 1 0 665 4 0 0 25 0 19 0 883530982 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2635623 16782 2249 9 0 2626357 0
[pid=29299/tid=29301] ppid=29297 vsize=10542492 CPUtime=6.03 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) R 29297 29299 27059 0 -1 4202560 12322 0 1 0 602 1 0 0 20 0 19 0 883530983 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 46912505572331 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 288 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 883530985 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10542492 CPUtime=0.2 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 695 0 0 0 20 0 0 0 15 0 19 0 883530986 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10542492 CPUtime=0.18 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 984 0 0 0 18 0 0 0 15 0 19 0 883530989 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10542492 CPUtime=0.19 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 2111 0 0 0 19 0 0 0 16 0 19 0 883530989 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883530989 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10542492 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10795511808 16782 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10542492

[startup+12.7011 s]

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

/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 139 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10544204 CPUtime=0.01 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10544204 CPUtime=0.01 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 234 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10544204 CPUtime=1.34 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 969 0 0 0 132 2 0 0 15 0 19 0 883530986 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10544204 CPUtime=0.25 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 1343 0 0 0 25 0 0 0 15 0 19 0 883530989 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10544204 CPUtime=1.49 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 13722 0 0 0 148 1 0 0 15 0 19 0 883530989 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530989 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10797264896 21709 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.51
Current children cumulated vsize (KiB) 10544204

[startup+38.3014 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29319
/proc/meminfo: memFree=1236772/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10544204 CPUtime=40.11 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 30564 0 1 0 4003 8 0 0 25 0 19 0 883530982 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2636051 21710 2251 9 0 2626785 0
[pid=29299/tid=29301] ppid=29297 vsize=10544204 CPUtime=36.72 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29299 27059 0 -1 4202560 12408 0 1 0 3670 2 0 0 18 0 19 0 883530983 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10544204 CPUtime=0.03 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 172 0 0 0 3 0 0 0 16 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 42 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 234 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10544204 CPUtime=1.41 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) R 29297 29299 27059 0 -1 4202560 969 0 0 0 139 2 0 0 15 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220815930441 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10544204 CPUtime=0.25 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 1343 0 0 0 25 0 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10544204 CPUtime=1.49 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 13722 0 0 0 148 1 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.11
Current children cumulated vsize (KiB) 10544204

[startup+39.1012 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29319
/proc/meminfo: memFree=1236768/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10544204 CPUtime=40.91 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 30567 0 1 0 4083 8 0 0 25 0 19 0 883530982 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2636051 21710 2251 9 0 2626785 0
[pid=29299/tid=29301] ppid=29297 vsize=10544204 CPUtime=37.49 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) R 29297 29299 27059 0 -1 4202560 12411 0 1 0 3747 2 0 0 18 0 19 0 883530983 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 46912505572730 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10544204 CPUtime=0.03 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 75 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 234 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10544204 CPUtime=1.44 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 969 0 0 0 142 2 0 0 15 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10544204 CPUtime=0.25 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 1343 0 0 0 25 0 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10544204 CPUtime=1.49 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 13722 0 0 0 148 1 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530989 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10797264896 21710 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.91
Current children cumulated vsize (KiB) 10544204

[startup+39.3012 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29319
/proc/meminfo: memFree=1236768/32951124 swapFree=67062232/67111528
[pid=29299] ppid=29297 vsize=10544204 CPUtime=41.11 cores=1,3,5,7
/proc/29299/stat : 29299 (java) S 29297 29299 27059 0 -1 4202496 30568 0 1 0 4103 8 0 0 25 0 19 0 883530982 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29299/statm: 2636051 21711 2251 9 0 2626785 0
[pid=29299/tid=29301] ppid=29297 vsize=10544204 CPUtime=37.69 cores=1,3,5,7
/proc/29299/task/29301/stat : 29301 (java) R 29297 29299 27059 0 -1 4202560 12412 0 1 0 3767 2 0 0 18 0 19 0 883530983 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 46912505594488 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29299/tid=29302] ppid=29297 vsize=10544204 CPUtime=0.03 cores=1,3,5,7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29299 27059 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29303] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29299 27059 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29304] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29299 27059 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29305] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29299 27059 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29306] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29299 27059 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29307] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29299 27059 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29308] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29299 27059 0 -1 4202560 75 0 0 0 2 0 0 0 16 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29309] ppid=29297 vsize=10544204 CPUtime=0.02 cores=1,3,5,7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29299 27059 0 -1 4202560 234 0 0 0 2 0 0 0 15 0 19 0 883530985 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29310] ppid=29297 vsize=10544204 CPUtime=1.44 cores=1,3,5,7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29299 27059 0 -1 4202560 969 0 0 0 142 2 0 0 15 0 19 0 883530986 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 0 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29311] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29299 27059 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29312] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29299 27059 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883530986 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29313] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530988 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828060081 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29314] ppid=29297 vsize=10544204 CPUtime=0.25 cores=1,3,5,7
/proc/29299/task/29314/stat : 29314 (java) S 29297 29299 27059 0 -1 4202560 1343 0 0 0 25 0 0 0 15 0 19 0 883530989 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 5 0 0 0
[pid=29299/tid=29315] ppid=29297 vsize=10544204 CPUtime=1.49 cores=1,3,5,7
/proc/29299/task/29315/stat : 29315 (java) S 29297 29299 27059 0 -1 4202560 13722 0 0 0 148 1 0 0 15 0 19 0 883530989 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 1 0 0 0
[pid=29299/tid=29316] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29316/stat : 29316 (java) S 29297 29299 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883530989 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052377 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
[pid=29299/tid=29317] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29317/stat : 29317 (java) S 29297 29299 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883530989 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 3 0 0 0
[pid=29299/tid=29318] ppid=29297 vsize=10544204 CPUtime=0 cores=1,3,5,7
/proc/29299/task/29318/stat : 29318 (java) S 29297 29299 27059 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883531000 10797264896 21711 33554432000 1073741824 1073778376 140737176748304 18446744073709551615 220828052992 0 4 0 16800975 18446604471161774272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.11
Current children cumulated vsize (KiB) 10544204

Child status: 30
Real time (s): 39.3236
CPU time (s): 41.1487
CPU user time (s): 41.0578
CPU system time (s): 0.090986
CPU usage (%): 104.641
Max. virtual memory (cumulated for all children) (KiB): 10544204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0578
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30595
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= 3762
involuntary context switches= 1774

runsolver used 0.06199 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 22:39:11
IDJOB=3492697
IDBENCH=79232
IDSOLVER=1982
FILE ID=node147/3492697-1307911151
RUNJOBID= node147-1307908199-28931
PBS_JOBID= 13559562
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= d4e6776e3ea6e9cf4cf1ebaa2f1d5c78
RANDOM SEED=10664736

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1319384 kB
Buffers:         63900 kB
Cached:       30483008 kB
SwapCached:       9980 kB
Active:       15827756 kB
Inactive:     14857504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1319384 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      136320 kB
Mapped:          18548 kB
Slab:           882876 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519356 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 node147 at 2011-06-12 22:39:50