Trace number 3458160

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 Resolution 2.3.0OPT3 89.7944 88.3682

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.195969
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.09	c version 2.3.1.v20110525
0.09/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.09	c java.vm.version	19.1-b02
0.09/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.09	c sun.arch.data.model	64
0.09/0.09	c java.version		1.6.0_24
0.09/0.09	c os.name		Linux
0.09/0.09	c os.version		2.6.18-164.el5
0.09/0.09	c os.arch		amd64
0.09/0.09	c Free memory 		12995394264
0.09/0.09	c Max memory 		13063553024
0.09/0.09	c Total memory 		13063553024
0.09/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458160-1307158276.opb
0.10/0.11	c reading problem ... 
0.16/0.24	c ... done. Wall clock time 0.125s.
0.16/0.24	c #vars     704
0.16/0.24	c #constraints  1049
0.16/0.24	c constraints type 
0.16/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.16/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
1.00/0.72	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.55/1.20	c cleaning 4250 clauses out of 8500 with flag 11001/11001
2.05/1.76	c cleaning 5625 clauses out of 11249 with flag 18000/18000
2.58/2.29	c cleaning 6811 clauses out of 13625 with flag 26001/26001
3.47/3.11	c cleaning 7888 clauses out of 15814 with flag 35001/35001
4.10/3.78	c cleaning 8954 clauses out of 17926 with flag 45001/45001
5.12/4.78	c cleaning 9486 clauses out of 18971 with flag 55000/55000
6.22/5.88	c cleaning 9740 clauses out of 19486 with flag 65001/65001
7.45/6.89	c cleaning 9870 clauses out of 19745 with flag 75000/75000
8.79/7.77	c cleaning 9930 clauses out of 19875 with flag 85000/85000
9.38/8.32	c cleaning 9970 clauses out of 19946 with flag 95001/95001
10.08/9.06	c cleaning 9982 clauses out of 19975 with flag 105000/105000
10.79/9.79	c cleaning 9994 clauses out of 19994 with flag 115001/115001
11.49/10.44	c cleaning 9995 clauses out of 19999 with flag 125000/125000
12.29/11.24	c cleaning 9991 clauses out of 20004 with flag 135000/135000
13.11/12.03	c cleaning 10002 clauses out of 20014 with flag 145001/145001
13.60/12.56	c cleaning 9999 clauses out of 20011 with flag 155000/155000
14.40/13.35	c cleaning 9999 clauses out of 20012 with flag 165000/165000
15.00/14.00	c cleaning 10004 clauses out of 20012 with flag 175000/175000
16.01/14.90	c cleaning 10000 clauses out of 20009 with flag 185001/185001
16.81/15.76	c cleaning 10001 clauses out of 20009 with flag 195001/195001
17.53/16.46	c cleaning 9998 clauses out of 20007 with flag 205000/205000
18.32/17.22	c cleaning 9999 clauses out of 20010 with flag 215001/215001
18.92/17.89	c cleaning 9995 clauses out of 20010 with flag 225000/225000
19.73/18.62	c cleaning 9997 clauses out of 20015 with flag 235000/235000
20.52/19.46	c cleaning 10001 clauses out of 20018 with flag 245000/245000
21.52/20.44	c cleaning 9997 clauses out of 20017 with flag 255000/255000
22.43/21.36	c cleaning 10004 clauses out of 20021 with flag 265001/265001
23.43/22.36	c cleaning 10003 clauses out of 20016 with flag 275000/275000
24.43/23.38	c cleaning 10006 clauses out of 20014 with flag 285001/285001
25.54/24.43	c cleaning 10003 clauses out of 20007 with flag 295000/295000
26.14/25.09	c cleaning 9995 clauses out of 20004 with flag 305001/305001
26.64/25.57	c SATISFIABLE
26.64/25.57	c OPTIMIZING...
26.64/25.57	c Got one! Elapsed wall clock time (in seconds):25.454
26.64/25.57	o 9
27.04/25.95	c cleaning 12246 clauses out of 24519 with flag 5001/319511
27.64/26.53	c cleaning 9120 clauses out of 18272 with flag 11000/325510
28.35/27.26	c cleaning 8058 clauses out of 16154 with flag 18002/332512
28.96/27.80	c cleaning 8047 clauses out of 16095 with flag 26001/340511
29.67/28.57	c cleaning 8513 clauses out of 17047 with flag 35000/349510
30.56/29.47	c cleaning 9257 clauses out of 18534 with flag 45000/359510
31.46/30.32	c cleaning 9636 clauses out of 19278 with flag 55001/369511
32.06/30.99	c cleaning 9806 clauses out of 19641 with flag 65000/379510
32.66/31.51	c cleaning 9899 clauses out of 19836 with flag 75001/389511
33.26/32.11	c cleaning 9949 clauses out of 19936 with flag 85000/399510
33.87/32.77	c cleaning 9990 clauses out of 19988 with flag 95001/409511
34.97/33.81	c cleaning 9997 clauses out of 20001 with flag 105004/419514
36.07/34.92	c cleaning 9995 clauses out of 20000 with flag 115000/429510
36.87/35.72	c cleaning 9999 clauses out of 20007 with flag 125002/439512
37.78/36.62	c cleaning 9997 clauses out of 20006 with flag 135000/449510
38.38/37.29	c cleaning 9993 clauses out of 20009 with flag 145000/459510
38.98/37.83	c cleaning 10001 clauses out of 20017 with flag 155001/469511
39.60/38.46	c cleaning 9997 clauses out of 20015 with flag 165000/479510
39.78/38.65	c Got one! Elapsed wall clock time (in seconds):38.54
39.78/38.65	o 3
39.88/38.76	c cleaning 7597 clauses out of 15231 with flag 2001/484723
40.29/39.15	c cleaning 6799 clauses out of 13633 with flag 8000/490722
40.70/39.59	c cleaning 6906 clauses out of 13835 with flag 15001/497723
41.19/40.08	c cleaning 7449 clauses out of 14928 with flag 23000/505722
41.69/40.56	c cleaning 8235 clauses out of 16480 with flag 32001/514723
42.49/41.32	c cleaning 9117 clauses out of 18244 with flag 42000/524722
43.09/41.97	c cleaning 9553 clauses out of 19126 with flag 52000/534722
43.80/42.69	c cleaning 9776 clauses out of 19574 with flag 62001/544723
44.60/43.44	c cleaning 9886 clauses out of 19797 with flag 72000/554722
45.40/44.25	c cleaning 9944 clauses out of 19911 with flag 82000/564722
46.10/44.96	c cleaning 9973 clauses out of 19969 with flag 92002/574724
46.71/45.52	c cleaning 9981 clauses out of 19995 with flag 102001/584723
47.32/46.21	c cleaning 9990 clauses out of 20013 with flag 112000/594722
48.01/46.88	c cleaning 9998 clauses out of 20024 with flag 122001/604723
48.81/47.62	c cleaning 9999 clauses out of 20026 with flag 132001/614723
49.52/48.40	c cleaning 9997 clauses out of 20027 with flag 142001/624723
50.21/49.09	c cleaning 10001 clauses out of 20030 with flag 152001/634723
50.92/49.73	c cleaning 10013 clauses out of 20030 with flag 162002/644724
51.55/50.36	c cleaning 10001 clauses out of 20015 with flag 172000/654722
52.25/51.06	c cleaning 9999 clauses out of 20014 with flag 182000/664722
52.97/51.75	c cleaning 10005 clauses out of 20016 with flag 192001/674723
53.65/52.45	c cleaning 9999 clauses out of 20011 with flag 202001/684723
54.25/53.03	c cleaning 9990 clauses out of 20012 with flag 212001/694723
54.86/53.64	c cleaning 9995 clauses out of 20021 with flag 222000/704722
55.66/54.45	c cleaning 10000 clauses out of 20026 with flag 232000/714722
56.46/55.23	c cleaning 10001 clauses out of 20027 with flag 242001/724723
57.17/55.99	c cleaning 10005 clauses out of 20026 with flag 252001/734723
57.97/56.75	c cleaning 9999 clauses out of 20020 with flag 262000/744722
58.87/57.62	c cleaning 9999 clauses out of 20021 with flag 272000/754722
59.67/58.42	c cleaning 10011 clauses out of 20024 with flag 282002/764724
60.27/59.09	c cleaning 9996 clauses out of 20011 with flag 292000/774722
61.18/59.95	c cleaning 10003 clauses out of 20016 with flag 302001/784723
61.99/60.75	c cleaning 9999 clauses out of 20012 with flag 312000/794722
62.69/61.43	c cleaning 10003 clauses out of 20013 with flag 322000/804722
63.49/62.29	c cleaning 9999 clauses out of 20010 with flag 332000/814722
64.39/63.14	c cleaning 10001 clauses out of 20011 with flag 342000/824722
65.20/63.98	c cleaning 10001 clauses out of 20011 with flag 352001/834723
65.90/64.63	c cleaning 9997 clauses out of 20009 with flag 362000/844722
66.70/65.46	c cleaning 10001 clauses out of 20014 with flag 372002/854724
67.50/66.25	c cleaning 9996 clauses out of 20012 with flag 382001/864723
68.22/67.00	c cleaning 10001 clauses out of 20014 with flag 392000/874722
68.95/67.67	c cleaning 9998 clauses out of 20014 with flag 402001/884723
69.75/68.50	c cleaning 10000 clauses out of 20015 with flag 412000/894722
70.57/69.23	c cleaning 9997 clauses out of 20015 with flag 422001/904723
71.26/69.91	c cleaning 10002 clauses out of 20017 with flag 432000/914722
71.96/70.68	c cleaning 10000 clauses out of 20015 with flag 442000/924722
72.66/71.32	c cleaning 9997 clauses out of 20016 with flag 452001/934723
73.37/72.06	c cleaning 9999 clauses out of 20018 with flag 462000/944722
74.27/72.91	c cleaning 10000 clauses out of 20020 with flag 472001/954723
75.09/73.74	c cleaning 10004 clauses out of 20019 with flag 482000/964722
75.88/74.56	c cleaning 10001 clauses out of 20015 with flag 492000/974722
76.58/75.25	c cleaning 10007 clauses out of 20016 with flag 502002/984724
77.30/75.95	c cleaning 9997 clauses out of 20008 with flag 512001/994723
77.89/76.54	c cleaning 9999 clauses out of 20011 with flag 522001/1004723
78.69/77.33	c cleaning 10004 clauses out of 20012 with flag 532001/1014723
79.59/78.21	c cleaning 9999 clauses out of 20007 with flag 542000/1024722
80.19/78.83	c cleaning 9995 clauses out of 20008 with flag 552000/1034722
81.00/79.66	c cleaning 10002 clauses out of 20013 with flag 562001/1044723
81.80/80.42	c cleaning 10002 clauses out of 20013 with flag 572003/1054725
82.60/81.23	c cleaning 10002 clauses out of 20009 with flag 582001/1064723
83.60/82.20	c cleaning 9999 clauses out of 20006 with flag 592000/1074722
84.31/82.93	c cleaning 9995 clauses out of 20006 with flag 602000/1084722
85.11/83.78	c cleaning 9999 clauses out of 20011 with flag 612000/1094722
85.91/84.56	c cleaning 10004 clauses out of 20013 with flag 622001/1104723
86.81/85.40	c cleaning 9998 clauses out of 20008 with flag 632000/1114722
87.71/86.33	c cleaning 10001 clauses out of 20010 with flag 642000/1124722
88.52/87.17	c cleaning 10002 clauses out of 20010 with flag 652001/1134723
89.43/88.08	c cleaning 10001 clauses out of 20007 with flag 662001/1144723
89.71/88.36	c starts		: 189
89.71/88.36	c conflicts		: 1148538
89.71/88.36	c decisions		: 1185476
89.71/88.36	c propagations		: 21691041
89.71/88.36	c inspects		: 727134583
89.71/88.36	c shortcuts		: 0
89.71/88.36	c learnt literals	: 17
89.71/88.36	c learnt binary clauses	: 75
89.71/88.36	c learnt ternary clauses	: 260
89.71/88.36	c learnt constraints	: 1148520
89.71/88.36	c ignored constraints	: 0
89.71/88.36	c root simplifications	: 0
89.71/88.36	c removed literals (reason simplification)	: 36147987
89.71/88.36	c reason swapping (by a shorter reason)	: 0
89.71/88.36	c Calls to reduceDB	: 118
89.71/88.36	c number of reductions to clauses (during analyze)	: 0
89.71/88.36	c number of learned constraints concerned by reduction	: 0
89.71/88.36	c number of learning phase by resolution	: 0
89.71/88.36	c number of learning phase by cutting planes	: 0
89.71/88.36	c speed (assignments/second)	: 436395.55376722664
89.71/88.36	c non guided choices	5171
89.71/88.36	c learnt constraints type 
89.71/88.36	c constraints type 
89.71/88.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
89.71/88.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
89.71/88.36	s OPTIMUM FOUND
89.71/88.36	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 
89.71/88.36	c objective function=3
89.71/88.36	c Total wall clock time (in seconds): 88.246

Verifier Data

OK	3

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-3458160-1307158276/watcher-3458160-1307158276 -o /tmp/evaluation-result-3458160-1307158276/solver-3458160-1307158276 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458160-1307158276.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: 1.97 2.03 2.00 3/474 27169
/proc/meminfo: memFree=21420928/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 4195 0 1 0 0 0 0 0 25 0 2 0 808242877 13850947584 3898 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3381579 3912 917 9 0 3372735 0
[pid=27169/tid=27170] ppid=27167 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 5024 0 1 0 0 0 0 0 25 0 2 0 808242878 13850947584 5839 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.09643 s]
/proc/loadavg: 1.97 2.03 2.00 3/474 27169
/proc/meminfo: memFree=21420928/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13622276 CPUtime=0.09 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 15424 0 1 0 8 1 0 0 25 0 18 0 808242877 13949210624 15093 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3405569 15093 2083 9 0 3396303 0
[pid=27169/tid=27170] ppid=27167 vsize=13622276 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 13516 0 1 0 6 1 0 0 25 0 18 0 808242878 13949210624 15095 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 47139512351571 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) 13622276

[startup+0.101268 s]
/proc/loadavg: 1.97 2.03 2.00 3/474 27169
/proc/meminfo: memFree=21420928/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13622276 CPUtime=0.1 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 15508 0 1 0 9 1 0 0 25 0 18 0 808242877 13949210624 15177 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3405569 15177 2092 9 0 3396303 0
[pid=27169/tid=27170] ppid=27167 vsize=13622276 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 13587 0 1 0 7 1 0 0 25 0 18 0 808242878 13949210624 15178 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254261277729 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) 13622276

[startup+0.300584 s]
/proc/loadavg: 1.97 2.03 2.00 3/474 27169
/proc/meminfo: memFree=21420928/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13625948 CPUtime=0.41 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 18417 0 1 0 39 2 0 0 25 0 19 0 808242877 13952970752 17265 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3406487 17265 2202 9 0 3397221 0
[pid=27169/tid=27170] ppid=27167 vsize=13625948 CPUtime=0.23 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 14371 0 1 0 22 1 0 0 25 0 19 0 808242878 13952970752 17265 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505122408 0 4 0 16800975 0 0 0 -1 4 0 0 4
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13625948

[startup+0.70135 s]
/proc/loadavg: 1.97 2.03 2.00 3/474 27169
/proc/meminfo: memFree=21420928/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13625956 CPUtime=1 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 19317 0 1 0 98 2 0 0 25 0 19 0 808242877 13952978944 17959 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3406489 17959 2220 9 0 3397223 0
[pid=27169/tid=27170] ppid=27167 vsize=13625956 CPUtime=0.64 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 14969 0 1 0 62 2 0 0 25 0 19 0 808242878 13952978944 17959 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433542 0 4 0 16800975 0 0 0 -1 4 0 0 4
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13625956

[startup+1.501 s]
/proc/loadavg: 1.97 2.03 2.00 3/491 27200
/proc/meminfo: memFree=21352004/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13625956 CPUtime=1.85 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 20876 0 1 0 183 2 0 0 25 0 19 0 808242877 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3406489 19512 2248 9 0 3397223 0
[pid=27169/tid=27170] ppid=27167 vsize=13625956 CPUtime=1.41 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 14975 0 1 0 139 2 0 0 25 0 19 0 808242878 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505548580 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 808242880 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13625956 CPUtime=0.02 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 715 0 0 0 2 0 0 0 16 0 19 0 808242881 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13625956 CPUtime=0.2 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 1254 0 0 0 20 0 0 0 19 0 19 0 808242884 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13625956 CPUtime=0.2 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 1951 0 0 0 20 0 0 0 15 0 19 0 808242884 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808242884 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13625956 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13952978944 19512 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13625956

[startup+3.10068 s]
/proc/loadavg: 1.97 2.03 2.00 5/514 27276
/proc/meminfo: memFree=21291488/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13626100 CPUtime=3.47 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 21433 0 1 0 345 2 0 0 25 0 19 0 808242877 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3406525 20067 2249 9 0 3397259 0
[pid=27169/tid=27170] ppid=27167 vsize=13626100 CPUtime=2.97 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 14977 0 1 0 295 2 0 0 25 0 19 0 808242878 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505740885 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 19 0 808242880 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13626100 CPUtime=0.05 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 933 0 0 0 5 0 0 0 16 0 19 0 808242881 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13626100 CPUtime=0.22 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 1303 0 0 0 22 0 0 0 15 0 19 0 808242884 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13626100 CPUtime=0.2 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 1951 0 0 0 20 0 0 0 15 0 19 0 808242884 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808242884 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13626100 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13953126400 20067 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 13626100

[startup+6.30115 s]
/proc/loadavg: 1.97 2.03 2.00 3/514 27276
/proc/meminfo: memFree=21270656/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13643644 CPUtime=6.94 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 28208 0 1 0 690 4 0 0 25 0 19 0 808242877 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3410911 24948 2249 9 0 3401645 0
[pid=27169/tid=27170] ppid=27167 vsize=13643644 CPUtime=6.09 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 14986 0 1 0 607 2 0 0 25 0 19 0 808242878 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505547930 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 328 0 0 0 0 0 0 0 15 0 19 0 808242880 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13643644 CPUtime=0.12 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 1700 0 0 0 12 0 0 0 16 0 19 0 808242881 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13643644 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13643644 CPUtime=0.43 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 7162 0 0 0 42 1 0 0 16 0 19 0 808242884 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13643644 CPUtime=0.24 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 1963 0 0 0 24 0 0 0 15 0 19 0 808242884 13971091456 24948 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0

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

/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 266 0 0 0 5 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 241 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 30 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 172 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 28 0 0 0 6 0 0 0 16 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 30 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13638560 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 316 0 0 0 8 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 345 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13638560 CPUtime=2.35 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 3943 0 0 0 233 2 0 0 16 0 19 0 808242881 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13638560 CPUtime=0.86 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 8561 0 0 0 85 1 0 0 15 0 19 0 808242884 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13638560 CPUtime=0.3 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 2471 0 0 0 30 0 0 0 15 0 19 0 808242884 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 808242884 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13965885440 26656 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.71
Current children cumulated vsize (KiB) 13638560

[startup+87.1009 s]
/proc/loadavg: 2.13 2.05 2.01 3/514 27278
/proc/meminfo: memFree=21223148/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13638560 CPUtime=88.52 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 32666 0 1 0 8845 7 0 0 25 0 19 0 808242877 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3409640 26662 2250 9 0 3400374 0
[pid=27169/tid=27170] ppid=27167 vsize=13638560 CPUtime=84.39 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 15101 0 1 0 8437 2 0 0 25 0 19 0 808242878 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505568764 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 267 0 0 0 6 0 0 0 16 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 241 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 30 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 172 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 28 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 35 0 0 0 7 0 0 0 16 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13638560 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 316 0 0 0 8 0 0 0 16 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 345 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13638560 CPUtime=2.37 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 3943 0 0 0 235 2 0 0 16 0 19 0 808242881 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13638560 CPUtime=0.86 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 8561 0 0 0 85 1 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13638560 CPUtime=0.3 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 2471 0 0 0 30 0 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 88.52
Current children cumulated vsize (KiB) 13638560

[startup+87.9007 s]
/proc/loadavg: 2.13 2.05 2.01 3/514 27278
/proc/meminfo: memFree=21223272/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13638560 CPUtime=89.33 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 32667 0 1 0 8926 7 0 0 25 0 19 0 808242877 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3409640 26662 2250 9 0 3400374 0
[pid=27169/tid=27170] ppid=27167 vsize=13638560 CPUtime=85.18 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 15102 0 1 0 8516 2 0 0 25 0 19 0 808242878 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505548891 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 267 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 241 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 30 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 172 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 28 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 35 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13638560 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 316 0 0 0 8 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 345 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13638560 CPUtime=2.39 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 3943 0 0 0 237 2 0 0 16 0 19 0 808242881 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13638560 CPUtime=0.86 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 8561 0 0 0 85 1 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13638560 CPUtime=0.3 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 2471 0 0 0 30 0 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 808242884 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13965885440 26662 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 89.33
Current children cumulated vsize (KiB) 13638560

[startup+88.3006 s]
/proc/loadavg: 2.13 2.05 2.01 3/514 27278
/proc/meminfo: memFree=21223272/32951124 swapFree=67057928/67111528
[pid=27169] ppid=27167 vsize=13638560 CPUtime=89.71 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27167 27169 23895 0 -1 4202496 32676 0 1 0 8964 7 0 0 25 0 19 0 808242877 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27169/statm: 3409640 26670 2250 9 0 3400374 0
[pid=27169/tid=27170] ppid=27167 vsize=13638560 CPUtime=85.54 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27167 27169 23895 0 -1 4202560 15103 0 1 0 8552 2 0 0 25 0 19 0 808242878 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 46912505548646 0 4 0 16800975 0 0 0 -1 4 0 0 4
[pid=27169/tid=27172] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27167 27169 23895 0 -1 4202560 267 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27173] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27167 27169 23895 0 -1 4202560 241 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27174] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27167 27169 23895 0 -1 4202560 30 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27175] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27167 27169 23895 0 -1 4202560 172 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27176] ppid=27167 vsize=13638560 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27167 27169 23895 0 -1 4202560 28 0 0 0 6 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27177] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27167 27169 23895 0 -1 4202560 35 0 0 0 7 0 0 0 16 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27178] ppid=27167 vsize=13638560 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27167 27169 23895 0 -1 4202560 316 0 0 0 8 0 0 0 16 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27179] ppid=27167 vsize=13638560 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27167 27169 23895 0 -1 4202560 345 0 0 0 7 0 0 0 15 0 19 0 808242880 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27180] ppid=27167 vsize=13638560 CPUtime=2.41 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27167 27169 23895 0 -1 4202560 3951 0 0 0 239 2 0 0 16 0 19 0 808242881 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 0 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27181] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27167 27169 23895 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27182] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27167 27169 23895 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 808242882 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27183] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273440177 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27184] ppid=27167 vsize=13638560 CPUtime=0.86 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27167 27169 23895 0 -1 4202560 8561 0 0 0 85 1 0 0 15 0 19 0 808242884 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 0 0 0 0
[pid=27169/tid=27185] ppid=27167 vsize=13638560 CPUtime=0.3 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27167 27169 23895 0 -1 4202560 2471 0 0 0 30 0 0 0 15 0 19 0 808242884 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 6 0 0 0
[pid=27169/tid=27186] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27167 27169 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808242884 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273432473 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
[pid=27169/tid=27187] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 808242884 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 2 0 0 0
[pid=27169/tid=27188] ppid=27167 vsize=13638560 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27167 27169 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808242902 13965885440 26670 33554432000 1073741824 1073778376 140737130353104 18446744073709551615 254273433088 0 4 0 16800975 18446604442417467776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 89.71
Current children cumulated vsize (KiB) 13638560

Child status: 30
Real time (s): 88.3682
CPU time (s): 89.7944
CPU user time (s): 89.7124
CPU system time (s): 0.081987
CPU usage (%): 101.614
Max. virtual memory (cumulated for all children) (KiB): 13647072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.7124
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32697
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= 5536
involuntary context switches= 2351

runsolver used 0.462929 second user time and 0.925859 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 05:31:16
IDJOB=3458160
IDBENCH=47980
IDSOLVER=1952
FILE ID=node140/3458160-1307158276
RUNJOBID= node140-1307156475-27026
PBS_JOBID= 13508776
Free space on /tmp= 73640 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458160-1307158276/watcher-3458160-1307158276 -o /tmp/evaluation-result-3458160-1307158276/solver-3458160-1307158276 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458160-1307158276.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1029406136

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      21421100 kB
Buffers:        308292 kB
Cached:        3971096 kB
SwapCached:       6932 kB
Active:        7393840 kB
Inactive:      3800860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21421100 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:     6914056 kB
Mapped:          37996 kB
Slab:           214744 kB
PageTables:      51856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141382600 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= 73644 MiB
End job on node140 at 2011-06-04 05:32:44