Trace number 3453855

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT2 163.427 86.7339

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark8.43172
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

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.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453855-1307194318.opb
0.10/0.11	c reading problem ... 
0.25/0.21	c ... done. Wall clock time 0.108s.
0.25/0.21	c #vars     704
0.25/0.21	c #constraints  1049
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
2.62/0.88	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.14/1.32	c cleaning 4248 clauses out of 8500 with flag 11001/11001
5.15/1.88	c cleaning 5620 clauses out of 11252 with flag 18001/18001
6.53/2.52	c cleaning 6815 clauses out of 13631 with flag 26000/26000
8.15/3.28	c cleaning 7904 clauses out of 15816 with flag 35000/35000
9.51/3.97	c cleaning 8954 clauses out of 17912 with flag 45000/45000
11.07/4.70	c cleaning 9466 clauses out of 18959 with flag 55001/55001
11.63/5.01	c  And the winner is Resolution
11.67/5.25	c SATISFIABLE
11.67/5.25	c OPTIMIZING...
11.67/5.25	c Got one! Elapsed wall clock time (in seconds):5.142
11.67/5.25	o 129
11.77/5.34	c cleaning 7343 clauses out of 14704 with flag 1001/60212
12.52/5.72	c cleaning 6663 clauses out of 13360 with flag 7000/66211
13.60/6.21	c cleaning 6840 clauses out of 13698 with flag 14001/73212
14.59/6.71	c cleaning 7425 clauses out of 14857 with flag 22000/81211
15.75/7.31	c cleaning 8214 clauses out of 16432 with flag 31000/90211
17.10/8.06	c cleaning 9099 clauses out of 18218 with flag 41000/100211
18.48/8.76	c cleaning 9551 clauses out of 19119 with flag 51000/110211
20.21/9.64	c cleaning 9773 clauses out of 19568 with flag 61000/120211
22.43/10.58	c cleaning 9886 clauses out of 19796 with flag 71001/130212
23.79/11.27	c cleaning 9942 clauses out of 19909 with flag 81000/140211
25.93/12.38	c cleaning 9972 clauses out of 19967 with flag 91000/150211
28.09/13.44	c cleaning 9991 clauses out of 19995 with flag 101000/160211
29.24/14.03	c cleaning 9987 clauses out of 20004 with flag 111000/170211
30.57/14.73	c cleaning 10002 clauses out of 20017 with flag 121000/180211
31.93/15.48	c cleaning 9991 clauses out of 20015 with flag 131000/190211
33.45/16.22	c cleaning 10005 clauses out of 20025 with flag 141001/200212
33.81/16.48	c cleaning 0 clauses out of 5174 with flag 0/5175
35.29/17.16	c cleaning 9996 clauses out of 20019 with flag 151000/210211
36.83/17.94	c cleaning 10006 clauses out of 20023 with flag 161000/220211
37.98/18.58	c cleaning 9992 clauses out of 20018 with flag 171001/230212
39.71/19.45	c cleaning 10003 clauses out of 20025 with flag 181000/240211
41.43/20.39	c cleaning 9998 clauses out of 20022 with flag 191000/250211
42.97/21.19	c cleaning 9999 clauses out of 20024 with flag 201000/260211
44.52/21.91	c cleaning 10010 clauses out of 20025 with flag 211000/270211
45.03/22.24	c  And the winner is Resolution
45.15/22.37	c Got one! Elapsed wall clock time (in seconds):22.262
45.15/22.37	o 99
45.20/22.46	c cleaning 7807 clauses out of 15635 with flag 1001/275831
46.10/23.00	c cleaning 6896 clauses out of 13827 with flag 7000/281830
47.23/23.50	c cleaning 6950 clauses out of 13932 with flag 14001/288831
48.16/24.04	c cleaning 7475 clauses out of 14981 with flag 22000/296830
49.48/24.77	c cleaning 8242 clauses out of 16507 with flag 31001/305831
50.78/25.48	c cleaning 9115 clauses out of 18265 with flag 41001/315831
52.11/26.20	c cleaning 9572 clauses out of 19150 with flag 51001/325831
52.66/26.44	c  And the winner is Resolution
52.75/26.89	c Got one! Elapsed wall clock time (in seconds):26.785
52.75/26.89	o 55
52.99/27.06	c cleaning 7769 clauses out of 15574 with flag 3001/331827
53.75/27.48	c cleaning 6881 clauses out of 13804 with flag 9000/337826
54.81/28.01	c cleaning 6944 clauses out of 13924 with flag 16001/344827
55.75/28.58	c cleaning 7478 clauses out of 14979 with flag 24000/352826
56.65/29.03	c  And the winner is Resolution
56.73/29.40	c Got one! Elapsed wall clock time (in seconds):29.296
56.73/29.40	o 13
57.14/29.69	c cleaning 9287 clauses out of 18597 with flag 5000/363922
58.04/30.15	c cleaning 7631 clauses out of 15310 with flag 11000/369922
58.93/30.68	c cleaning 7313 clauses out of 14680 with flag 18001/376923
60.46/31.43	c cleaning 7665 clauses out of 15367 with flag 26001/384923
61.78/32.16	c cleaning 8329 clauses out of 16702 with flag 35001/393923
63.32/33.01	c cleaning 9182 clauses out of 18372 with flag 45000/403922
65.41/34.05	c cleaning 9587 clauses out of 19192 with flag 55002/413924
66.91/34.80	c cleaning 9791 clauses out of 19603 with flag 65000/423922
68.23/35.54	c cleaning 9888 clauses out of 19813 with flag 75001/433923
69.97/36.44	c cleaning 9954 clauses out of 19926 with flag 85002/443924
72.65/37.87	c cleaning 9974 clauses out of 19970 with flag 95000/453922
75.17/39.12	c cleaning 9995 clauses out of 19997 with flag 105001/463923
77.49/40.33	c cleaning 9998 clauses out of 20001 with flag 115000/473922
78.61/40.96	c cleaning 9990 clauses out of 20005 with flag 125002/483924
80.11/41.73	c cleaning 10002 clauses out of 20014 with flag 135001/493923
82.22/42.87	c cleaning 10001 clauses out of 20011 with flag 145000/503922
84.72/44.11	c cleaning 10000 clauses out of 20011 with flag 155001/513923
87.02/45.37	c cleaning 9998 clauses out of 20010 with flag 165000/523922
89.70/46.74	c cleaning 10005 clauses out of 20014 with flag 175002/533924
91.41/47.63	c cleaning 9997 clauses out of 20007 with flag 185000/543922
93.33/48.60	c cleaning 9998 clauses out of 20011 with flag 195001/553923
95.44/49.77	c cleaning 9989 clauses out of 20012 with flag 205000/563922
97.51/50.87	c cleaning 10000 clauses out of 20023 with flag 215000/573922
99.81/52.03	c cleaning 9998 clauses out of 20027 with flag 225004/583926
101.92/53.19	c cleaning 10000 clauses out of 20026 with flag 235001/593923
104.22/54.38	c cleaning 10010 clauses out of 20025 with flag 245000/603922
106.48/55.50	c cleaning 10005 clauses out of 20017 with flag 255002/613924
108.38/56.51	c cleaning 9998 clauses out of 20010 with flag 265000/623922
109.28/57.10	c  And the winner is Resolution
109.57/57.31	c Got one! Elapsed wall clock time (in seconds):57.208
109.57/57.31	o 3
110.33/57.75	c cleaning 10659 clauses out of 21339 with flag 5001/635249
111.02/58.20	c cleaning 8321 clauses out of 16679 with flag 11000/641248
112.27/58.85	c cleaning 7671 clauses out of 15358 with flag 18000/648248
113.97/59.78	c cleaning 7843 clauses out of 15689 with flag 26002/656250
115.67/60.62	c cleaning 8414 clauses out of 16845 with flag 35001/665249
116.97/61.36	c cleaning 9209 clauses out of 18430 with flag 45000/675248
118.81/62.31	c cleaning 9607 clauses out of 19221 with flag 55000/685248
120.31/63.16	c cleaning 9803 clauses out of 19615 with flag 65001/695249
122.01/64.07	c cleaning 9905 clauses out of 19812 with flag 75001/705249
123.72/64.91	c cleaning 9951 clauses out of 19906 with flag 85000/715248
125.36/65.87	c cleaning 9968 clauses out of 19957 with flag 95002/725250
127.89/67.17	c cleaning 9984 clauses out of 19987 with flag 105000/735248
129.56/68.09	c cleaning 9988 clauses out of 20003 with flag 115000/745248
131.27/68.91	c cleaning 9994 clauses out of 20016 with flag 125001/755249
132.72/69.79	c cleaning 9994 clauses out of 20021 with flag 135000/765248
134.21/70.56	c cleaning 9998 clauses out of 20027 with flag 145000/775248
135.92/71.42	c cleaning 9992 clauses out of 20029 with flag 155000/785248
137.59/72.37	c cleaning 9996 clauses out of 20037 with flag 165000/795248
139.44/73.39	c cleaning 10003 clauses out of 20043 with flag 175002/805250
142.16/74.76	c cleaning 10000 clauses out of 20038 with flag 185000/815248
144.62/76.06	c cleaning 10000 clauses out of 20038 with flag 195000/825248
147.52/77.56	c cleaning 10000 clauses out of 20038 with flag 205000/835248
149.75/78.77	c cleaning 10001 clauses out of 20038 with flag 215000/845248
152.04/79.98	c cleaning 10002 clauses out of 20037 with flag 225000/855248
154.12/81.07	c cleaning 0 clauses out of 11955 with flag 0/11959
154.82/81.46	c cleaning 10003 clauses out of 20035 with flag 235000/865248
156.86/82.56	c cleaning 10000 clauses out of 20033 with flag 245001/875249
159.32/83.80	c cleaning 10002 clauses out of 20033 with flag 255001/885249
161.40/84.99	c cleaning 10000 clauses out of 20032 with flag 265002/895250
162.90/85.72	c  And the winner is Resolution
162.99/85.81	c Got one! Elapsed wall clock time (in seconds):85.705
162.99/85.81	o 2
162.99/85.81	c  And the winner is Resolution
163.29/86.69	c starts		: 183
163.29/86.69	c conflicts		: 902175
163.29/86.69	c decisions		: 953853
163.29/86.69	c propagations		: 17893125
163.29/86.69	c inspects		: 537864118
163.29/86.69	c shortcuts		: 0
163.29/86.69	c learnt literals	: 0
163.29/86.69	c learnt binary clauses	: 10
163.29/86.69	c learnt ternary clauses	: 35
163.29/86.69	c learnt constraints	: 902175
163.29/86.69	c ignored constraints	: 0
163.29/86.69	c root simplifications	: 0
163.29/86.69	c removed literals (reason simplification)	: 24550000
163.29/86.69	c reason swapping (by a shorter reason)	: 0
163.29/86.69	c Calls to reduceDB	: 97
163.29/86.69	c number of reductions to clauses (during analyze)	: 0
163.29/86.69	c number of learned constraints concerned by reduction	: 0
163.29/86.69	c number of learning phase by resolution	: 0
163.29/86.69	c number of learning phase by cutting planes	: 0
163.29/86.69	c speed (assignments/second)	: 2.033309659090909E7
163.29/86.69	c non guided choices	8272
163.29/86.69	c learnt constraints type 
163.29/86.69	c constraints type 
163.29/86.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
163.29/86.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
163.29/86.69	c constraints type 
163.29/86.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
163.29/86.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
163.29/86.69	s OPTIMUM FOUND
163.29/86.69	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 x42 -x43 x44 x45 x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 x99 -x100 -x101 x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 x165 x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 
163.29/86.69	c objective function=2
163.29/86.69	c Total wall clock time (in seconds): 86.586

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453855-1307194318/watcher-3453855-1307194318 -o /tmp/evaluation-result-3453855-1307194318/solver-3453855-1307194318 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453855-1307194318.opb 

running on 4 cores: 0,2,4,6

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.94 3.59 3.53 2/348 31043
/proc/meminfo: memFree=23491988/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 4340 0 1 0 0 0 0 0 25 0 2 0 909662335 10694979584 4041 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2611079 4055 917 9 0 2602235 0
[pid=31043/tid=31044] ppid=31041 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) R 31041 31043 27326 0 -1 4202560 3276 0 1 0 0 0 0 0 25 0 2 0 909662336 10694979584 4092 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0933161 s]
/proc/loadavg: 2.94 3.59 3.53 2/348 31043
/proc/meminfo: memFree=23491988/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10539620 CPUtime=0.09 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 13019 0 1 0 8 1 0 0 25 0 18 0 909662335 10792570880 12692 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2634905 12694 2092 9 0 2625639 0
[pid=31043/tid=31044] ppid=31041 vsize=10539620 CPUtime=0.08 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) R 31041 31043 27326 0 -1 4202560 11080 0 1 0 7 1 0 0 18 0 18 0 909662336 10792570880 12694 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 47837166017060 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539620

[startup+0.100323 s]
/proc/loadavg: 2.94 3.59 3.53 2/348 31043
/proc/meminfo: memFree=23491988/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10539752 CPUtime=0.1 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 13118 0 1 0 9 1 0 0 25 0 18 0 909662335 10792706048 12791 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2634938 12791 2092 9 0 2625672 0
[pid=31043/tid=31044] ppid=31041 vsize=10539752 CPUtime=0.08 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) R 31041 31043 27326 0 -1 4202560 11177 0 1 0 7 1 0 0 18 0 18 0 909662336 10792706048 12791 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 47837169654611 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539752

[startup+0.385232 s]
/proc/loadavg: 2.94 3.59 3.53 2/348 31043
/proc/meminfo: memFree=23491988/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10547716 CPUtime=0.97 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 19047 0 1 0 94 3 0 0 25 0 22 0 909662335 10800861184 17045 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2636929 17046 2217 9 0 2627663 0
[pid=31043/tid=31044] ppid=31041 vsize=10547716 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12059 0 1 0 19 1 0 0 19 0 22 0 909662336 10800861184 17046 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10547716

[startup+0.701165 s]
/proc/loadavg: 2.94 3.59 3.53 2/348 31043
/proc/meminfo: memFree=23491988/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10556616 CPUtime=2.22 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 35790 0 1 0 218 4 0 0 25 0 22 0 909662335 10809974784 31309 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2639154 31315 2226 9 0 2629888 0
[pid=31043/tid=31044] ppid=31041 vsize=10556616 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12059 0 1 0 19 1 0 0 19 0 22 0 909662336 10809974784 31316 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10556616

[startup+1.50107 s]
/proc/loadavg: 2.94 3.59 3.53 7/370 31065
/proc/meminfo: memFree=23282072/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=4.53 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 78630 0 1 0 444 9 0 0 25 0 22 0 909662335 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 69260 2255 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12059 0 1 0 19 1 0 0 15 0 22 0 909662336 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 386 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31054] ppid=31041 vsize=10555444 CPUtime=0.03 cores=0,2,4,6
/proc/31043/task/31054/stat : 31054 (java) S 31041 31043 27326 0 -1 4202560 1400 0 0 0 3 0 0 0 16 0 22 0 909662338 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 0 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31055] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31055/stat : 31055 (java) S 31041 31043 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31056] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31056/stat : 31056 (java) S 31041 31043 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31057] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31057/stat : 31057 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032219569 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31058] ppid=31041 vsize=10555444 CPUtime=0.86 cores=0,2,4,6
/proc/31043/task/31058/stat : 31058 (java) S 31041 31043 27326 0 -1 4202560 8707 0 0 0 85 1 0 0 16 0 22 0 909662341 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31059] ppid=31041 vsize=10555444 CPUtime=0.92 cores=0,2,4,6
/proc/31043/task/31059/stat : 31059 (java) S 31041 31043 27326 0 -1 4202560 7813 0 0 0 92 0 0 0 16 0 22 0 909662341 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909662341 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31062] ppid=31041 vsize=10555444 CPUtime=1.21 cores=0,2,4,6
/proc/31043/task/31062/stat : 31062 (java) R 31041 31043 27326 0 -1 4202560 629 0 0 0 121 0 0 0 24 0 22 0 909662357 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505669522 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31043/tid=31063] ppid=31041 vsize=10555444 CPUtime=1.21 cores=0,2,4,6
/proc/31043/task/31063/stat : 31063 (java) R 31041 31043 27326 0 -1 4202560 45337 0 0 0 116 5 0 0 25 0 22 0 909662357 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505829021 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909662358 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31065] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31065/stat : 31065 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909662358 10808774656 69260 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 10555444

[startup+3.1008 s]
/proc/loadavg: 2.94 3.59 3.53 4/370 31065
/proc/meminfo: memFree=23129552/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=7.93 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 116250 0 1 0 778 15 0 0 25 0 22 0 909662335 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 103155 2257 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12059 0 1 0 19 1 0 0 15 0 22 0 909662336 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 185 0 0 0 1 0 0 0 15 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 530 0 0 0 0 0 0 0 16 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 608 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31054] ppid=31041 vsize=10555444 CPUtime=0.08 cores=0,2,4,6
/proc/31043/task/31054/stat : 31054 (java) S 31041 31043 27326 0 -1 4202560 2355 0 0 0 8 0 0 0 16 0 22 0 909662338 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 0 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31055] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31055/stat : 31055 (java) S 31041 31043 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31056] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31056/stat : 31056 (java) S 31041 31043 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31057] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31057/stat : 31057 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032219569 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31058] ppid=31041 vsize=10555444 CPUtime=1 cores=0,2,4,6
/proc/31043/task/31058/stat : 31058 (java) S 31041 31043 27326 0 -1 4202560 12459 0 0 0 99 1 0 0 15 0 22 0 909662341 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31059] ppid=31041 vsize=10555444 CPUtime=1.03 cores=0,2,4,6
/proc/31043/task/31059/stat : 31059 (java) S 31041 31043 27326 0 -1 4202560 7829 0 0 0 103 0 0 0 15 0 22 0 909662341 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909662341 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31062] ppid=31041 vsize=10555444 CPUtime=2.75 cores=0,2,4,6
/proc/31043/task/31062/stat : 31062 (java) R 31041 31043 27326 0 -1 4202560 754 0 0 0 275 0 0 0 25 0 22 0 909662357 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505625978 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31043/tid=31063] ppid=31041 vsize=10555444 CPUtime=2.75 cores=0,2,4,6
/proc/31043/task/31063/stat : 31063 (java) R 31041 31043 27326 0 -1 4202560 77645 0 0 0 266 9 0 0 25 0 22 0 909662357 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505648562 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909662358 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31065] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31065/stat : 31065 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909662358 10808774656 103155 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10555444

[startup+6.30117 s]
/proc/loadavg: 2.95 3.58 3.53 5/370 31068
/proc/meminfo: memFree=23014888/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=13.76 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 140482 0 1 0 1359 17 0 0 25 0 22 0 909662335 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 127344 2258 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12061 0 1 0 19 1 0 0 15 0 22 0 909662336 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 185 0 0 0 1 0 0 0 15 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 174 0 0 0 1 0 0 0 16 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 560 0 0 0 1 0 0 0 15 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 610 0 0 0 1 0 0 0 16 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 241 0 0 0 1 0 0 0 16 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0.01 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 308 0 0 0 1 0 0 0 15 0 22 0 909662337 10808774656 127344 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0

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

[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909662341 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909662358 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31286] ppid=31041 vsize=10555444 CPUtime=22.27 cores=0,2,4,6
/proc/31043/task/31286/stat : 31286 (java) R 31041 31043 27326 0 -1 4202560 9 0 0 0 2227 0 0 0 16 0 22 0 909668067 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505669499 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31043/tid=31287] ppid=31041 vsize=10555444 CPUtime=22.27 cores=0,2,4,6
/proc/31043/task/31287/stat : 31287 (java) R 31041 31043 27326 0 -1 4202560 13370 0 0 0 2225 2 0 0 16 0 22 0 909668067 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505588718 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31043/tid=31288] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31288/stat : 31288 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909668067 10808774656 190935 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 157.92
Current children cumulated vsize (KiB) 10555444

[startup+84.7128 s]
/proc/loadavg: 3.64 3.64 3.56 5/370 31295
/proc/meminfo: memFree=22662916/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=161.02 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 208444 0 1 0 16073 29 0 0 25 0 22 0 909662335 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 190938 2259 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12071 0 1 0 19 1 0 0 15 0 22 0 909662336 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 83 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0.18 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 203 0 0 0 18 0 0 0 16 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 193 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0.14 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 571 0 0 0 14 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 64 0 0 0 15 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 629 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 266 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 333 0 0 0 15 0 0 0 15 0 22 0 909662337 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31054] ppid=31041 vsize=10555444 CPUtime=8.86 cores=0,2,4,6
/proc/31043/task/31054/stat : 31054 (java) S 31041 31043 27326 0 -1 4202560 18435 0 0 0 883 3 0 0 15 0 22 0 909662338 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 0 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31055] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31055/stat : 31055 (java) S 31041 31043 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31056] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31056/stat : 31056 (java) S 31041 31043 27326 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 909662339 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31057] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31057/stat : 31057 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032219569 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31058] ppid=31041 vsize=10555444 CPUtime=1.84 cores=0,2,4,6
/proc/31043/task/31058/stat : 31058 (java) S 31041 31043 27326 0 -1 4202560 16752 0 0 0 182 2 0 0 15 0 22 0 909662341 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31059] ppid=31041 vsize=10555444 CPUtime=1.12 cores=0,2,4,6
/proc/31043/task/31059/stat : 31059 (java) S 31041 31043 27326 0 -1 4202560 7832 0 0 0 112 0 0 0 15 0 22 0 909662341 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909662341 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909662358 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31286] ppid=31041 vsize=10555444 CPUtime=23.74 cores=0,2,4,6
/proc/31043/task/31286/stat : 31286 (java) R 31041 31043 27326 0 -1 4202560 9 0 0 0 2374 0 0 0 16 0 22 0 909668067 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505582944 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31043/tid=31287] ppid=31041 vsize=10555444 CPUtime=23.75 cores=0,2,4,6
/proc/31043/task/31287/stat : 31287 (java) R 31041 31043 27326 0 -1 4202560 13371 0 0 0 2373 2 0 0 16 0 22 0 909668067 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505589373 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31043/tid=31288] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31288/stat : 31288 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909668067 10808774656 190938 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 10555444

[startup+85.5017 s]
/proc/loadavg: 3.64 3.64 3.56 5/370 31295
/proc/meminfo: memFree=22662916/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=162.48 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 208560 0 1 0 16218 30 0 0 25 0 22 0 909662335 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 191053 2259 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12071 0 1 0 19 1 0 0 15 0 22 0 909662336 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 83 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0.19 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 203 0 0 0 19 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 193 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 571 0 0 0 15 0 0 0 16 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 64 0 0 0 15 0 0 0 16 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 629 0 0 0 16 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0.17 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 266 0 0 0 17 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 333 0 0 0 15 0 0 0 15 0 22 0 909662337 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31054] ppid=31041 vsize=10555444 CPUtime=9 cores=0,2,4,6
/proc/31043/task/31054/stat : 31054 (java) S 31041 31043 27326 0 -1 4202560 18550 0 0 0 897 3 0 0 15 0 22 0 909662338 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 0 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31055] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31055/stat : 31055 (java) S 31041 31043 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909662339 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31056] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31056/stat : 31056 (java) S 31041 31043 27326 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 909662339 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31057] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31057/stat : 31057 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032219569 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31058] ppid=31041 vsize=10555444 CPUtime=1.84 cores=0,2,4,6
/proc/31043/task/31058/stat : 31058 (java) S 31041 31043 27326 0 -1 4202560 16752 0 0 0 182 2 0 0 15 0 22 0 909662341 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31059] ppid=31041 vsize=10555444 CPUtime=1.12 cores=0,2,4,6
/proc/31043/task/31059/stat : 31059 (java) S 31041 31043 27326 0 -1 4202560 7832 0 0 0 112 0 0 0 15 0 22 0 909662341 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909662341 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909662341 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909662358 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31286] ppid=31041 vsize=10555444 CPUtime=24.39 cores=0,2,4,6
/proc/31043/task/31286/stat : 31286 (java) R 31041 31043 27326 0 -1 4202560 9 0 0 0 2439 0 0 0 16 0 22 0 909668067 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505570989 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31043/tid=31287] ppid=31041 vsize=10555444 CPUtime=24.39 cores=0,2,4,6
/proc/31043/task/31287/stat : 31287 (java) R 31041 31043 27326 0 -1 4202560 13372 0 0 0 2437 2 0 0 16 0 22 0 909668067 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 46912505829270 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31043/tid=31288] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31288/stat : 31288 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909668067 10808774656 191053 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.48
Current children cumulated vsize (KiB) 10555444

[startup+86.3015 s]
/proc/loadavg: 3.67 3.65 3.56 5/370 31295
/proc/meminfo: memFree=22662544/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=10555444 CPUtime=162.99 cores=0,2,4,6
/proc/31043/stat : 31043 (java) S 31041 31043 27326 0 -1 4202496 208563 0 1 0 16269 30 0 0 25 0 19 0 909662335 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 2638861 191054 2260 9 0 2629595 0
[pid=31043/tid=31044] ppid=31041 vsize=10555444 CPUtime=0.2 cores=0,2,4,6
/proc/31043/task/31044/stat : 31044 (java) S 31041 31043 27326 0 -1 4202560 12072 0 1 0 19 1 0 0 16 0 19 0 909662336 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31046] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31046/stat : 31046 (java) S 31041 31043 27326 0 -1 4202560 83 0 0 0 16 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31047] ppid=31041 vsize=10555444 CPUtime=0.19 cores=0,2,4,6
/proc/31043/task/31047/stat : 31047 (java) S 31041 31043 27326 0 -1 4202560 203 0 0 0 19 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31048] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31048/stat : 31048 (java) S 31041 31043 27326 0 -1 4202560 193 0 0 0 16 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31049] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31049/stat : 31049 (java) S 31041 31043 27326 0 -1 4202560 571 0 0 0 15 0 0 0 16 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31050] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31050/stat : 31050 (java) S 31041 31043 27326 0 -1 4202560 64 0 0 0 15 0 0 0 16 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31051] ppid=31041 vsize=10555444 CPUtime=0.16 cores=0,2,4,6
/proc/31043/task/31051/stat : 31051 (java) S 31041 31043 27326 0 -1 4202560 629 0 0 0 16 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31052] ppid=31041 vsize=10555444 CPUtime=0.17 cores=0,2,4,6
/proc/31043/task/31052/stat : 31052 (java) S 31041 31043 27326 0 -1 4202560 266 0 0 0 17 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31053] ppid=31041 vsize=10555444 CPUtime=0.15 cores=0,2,4,6
/proc/31043/task/31053/stat : 31053 (java) S 31041 31043 27326 0 -1 4202560 333 0 0 0 15 0 0 0 15 0 19 0 909662337 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 2 0 0 0
[pid=31043/tid=31054] ppid=31041 vsize=10555444 CPUtime=9 cores=0,2,4,6
/proc/31043/task/31054/stat : 31054 (java) S 31041 31043 27326 0 -1 4202560 18550 0 0 0 897 3 0 0 15 0 19 0 909662338 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 0 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31055] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31055/stat : 31055 (java) S 31041 31043 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909662339 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31056] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31056/stat : 31056 (java) S 31041 31043 27326 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 909662339 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31057] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31057/stat : 31057 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909662341 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032219569 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31058] ppid=31041 vsize=10555444 CPUtime=1.84 cores=0,2,4,6
/proc/31043/task/31058/stat : 31058 (java) S 31041 31043 27326 0 -1 4202560 16752 0 0 0 182 2 0 0 15 0 19 0 909662341 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 0 0 0 0
[pid=31043/tid=31059] ppid=31041 vsize=10555444 CPUtime=1.12 cores=0,2,4,6
/proc/31043/task/31059/stat : 31059 (java) S 31041 31043 27326 0 -1 4202560 7832 0 0 0 112 0 0 0 15 0 19 0 909662341 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31060] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31060/stat : 31060 (java) S 31041 31043 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909662341 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032211865 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
[pid=31043/tid=31061] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31061/stat : 31061 (java) S 31041 31043 27326 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 909662341 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 6 0 0 0
[pid=31043/tid=31064] ppid=31041 vsize=10555444 CPUtime=0 cores=0,2,4,6
/proc/31043/task/31064/stat : 31064 (java) S 31041 31043 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 909662358 10808774656 191054 33554432000 1073741824 1073778376 140735412913328 18446744073709551615 260032212480 0 4 0 16800975 18446604453907997696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.99
Current children cumulated vsize (KiB) 10555444

[startup+86.7014 s]
/proc/loadavg: 3.67 3.65 3.56 5/370 31295
/proc/meminfo: memFree=22662544/32951124 swapFree=67056304/67111528
[pid=31043] ppid=31041 vsize=0 CPUtime=163.38 cores=0,2,4,6
/proc/31043/stat : 31043 (java) R 31041 31043 27326 0 -1 4203524 208566 0 1 0 16308 30 0 0 18 0 1 0 909662335 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 163.38
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 86.7339
CPU time (s): 163.427
CPU user time (s): 163.089
CPU system time (s): 0.337948
CPU usage (%): 188.424
Max. virtual memory (cumulated for all children) (KiB): 10562000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.089
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208566
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= 5161
involuntary context switches= 2617

runsolver used 0.316951 second user time and 0.647901 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 15:31:58
IDJOB=3453855
IDBENCH=48059
IDSOLVER=1950
FILE ID=node110/3453855-1307194318
RUNJOBID= node110-1307194308-30782
PBS_JOBID= 13508825
Free space on /tmp= 74044 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453855-1307194318/watcher-3453855-1307194318 -o /tmp/evaluation-result-3453855-1307194318/solver-3453855-1307194318 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453855-1307194318.opb

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

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=800636059

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23492276 kB
Buffers:        305484 kB
Cached:        4588240 kB
SwapCached:       8652 kB
Active:        4664140 kB
Inactive:      4472444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23492276 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:     4241080 kB
Mapped:          35708 kB
Slab:           230116 kB
PageTables:      27952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85963944 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 /tmp at the end= 74044 MiB
End job on node110 at 2011-06-04 15:33:24