Trace number 3458126

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.4524 88.0519

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=61-P2=13-P3=127-P4=37-P5=37-P6=137-P7=37-P8=223-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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/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@13d4c61c
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-3458126-1307158100.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.079s.
0.10/0.19	c #vars     704
0.10/0.19	c #constraints  1049
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.91/0.66	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.49/1.14	c cleaning 4250 clauses out of 8500 with flag 11001/11001
2.08/1.70	c cleaning 5625 clauses out of 11249 with flag 18000/18000
2.61/2.23	c cleaning 6811 clauses out of 13625 with flag 26001/26001
3.40/3.05	c cleaning 7888 clauses out of 15814 with flag 35001/35001
4.12/3.73	c cleaning 8954 clauses out of 17926 with flag 45001/45001
5.13/4.73	c cleaning 9486 clauses out of 18971 with flag 55000/55000
6.27/5.83	c cleaning 9740 clauses out of 19486 with flag 65001/65001
7.49/6.83	c cleaning 9870 clauses out of 19745 with flag 75000/75000
8.66/7.71	c cleaning 9930 clauses out of 19875 with flag 85000/85000
9.25/8.25	c cleaning 9970 clauses out of 19946 with flag 95001/95001
9.96/8.99	c cleaning 9982 clauses out of 19975 with flag 105000/105000
10.76/9.71	c cleaning 9994 clauses out of 19994 with flag 115001/115001
11.36/10.37	c cleaning 9995 clauses out of 19999 with flag 125000/125000
12.17/11.17	c cleaning 9991 clauses out of 20004 with flag 135000/135000
12.97/11.96	c cleaning 10002 clauses out of 20014 with flag 145001/145001
13.57/12.50	c cleaning 9999 clauses out of 20011 with flag 155000/155000
14.29/13.28	c cleaning 9999 clauses out of 20012 with flag 165000/165000
14.98/13.93	c cleaning 10004 clauses out of 20012 with flag 175000/175000
15.88/14.83	c cleaning 10000 clauses out of 20009 with flag 185001/185001
16.68/15.69	c cleaning 10001 clauses out of 20009 with flag 195001/195001
17.39/16.39	c cleaning 9998 clauses out of 20007 with flag 205000/205000
18.19/17.14	c cleaning 9999 clauses out of 20010 with flag 215001/215001
18.89/17.81	c cleaning 9995 clauses out of 20010 with flag 225000/225000
19.59/18.54	c cleaning 9997 clauses out of 20015 with flag 235000/235000
20.39/19.38	c cleaning 10001 clauses out of 20018 with flag 245000/245000
21.40/20.36	c cleaning 9997 clauses out of 20017 with flag 255000/255000
22.30/21.28	c cleaning 10004 clauses out of 20021 with flag 265001/265001
23.30/22.28	c cleaning 10003 clauses out of 20016 with flag 275000/275000
24.30/23.29	c cleaning 10006 clauses out of 20014 with flag 285001/285001
25.41/24.34	c cleaning 10003 clauses out of 20007 with flag 295000/295000
26.12/25.00	c cleaning 9995 clauses out of 20004 with flag 305001/305001
26.52/25.47	c SATISFIABLE
26.52/25.47	c OPTIMIZING...
26.52/25.47	c Got one! Elapsed wall clock time (in seconds):25.358
26.52/25.47	o 9
26.92/25.85	c cleaning 12246 clauses out of 24519 with flag 5001/319511
27.54/26.43	c cleaning 9120 clauses out of 18272 with flag 11000/325510
28.22/27.16	c cleaning 8058 clauses out of 16154 with flag 18002/332512
28.83/27.70	c cleaning 8047 clauses out of 16095 with flag 26001/340511
29.53/28.47	c cleaning 8513 clauses out of 17047 with flag 35000/349510
30.43/29.36	c cleaning 9257 clauses out of 18534 with flag 45000/359510
31.34/30.20	c cleaning 9636 clauses out of 19278 with flag 55001/369511
31.96/30.87	c cleaning 9806 clauses out of 19641 with flag 65000/379510
32.44/31.39	c cleaning 9899 clauses out of 19836 with flag 75001/389511
33.06/31.98	c cleaning 9949 clauses out of 19936 with flag 85000/399510
33.74/32.64	c cleaning 9990 clauses out of 19988 with flag 95001/409511
34.74/33.69	c cleaning 9997 clauses out of 20001 with flag 105004/419514
35.85/34.79	c cleaning 9995 clauses out of 20000 with flag 115000/429510
36.65/35.59	c cleaning 9999 clauses out of 20007 with flag 125002/439512
37.55/36.48	c cleaning 9997 clauses out of 20006 with flag 135000/449510
38.25/37.15	c cleaning 9993 clauses out of 20009 with flag 145000/459510
38.76/37.70	c cleaning 10001 clauses out of 20017 with flag 155001/469511
39.46/38.32	c cleaning 9997 clauses out of 20015 with flag 165000/479510
39.57/38.51	c Got one! Elapsed wall clock time (in seconds):38.398
39.57/38.51	o 3
39.76/38.61	c cleaning 7597 clauses out of 15231 with flag 2001/484723
40.16/39.00	c cleaning 6799 clauses out of 13633 with flag 8000/490722
40.57/39.44	c cleaning 6906 clauses out of 13835 with flag 15001/497723
41.07/39.93	c cleaning 7449 clauses out of 14928 with flag 23000/505722
41.57/40.41	c cleaning 8235 clauses out of 16480 with flag 32001/514723
42.27/41.16	c cleaning 9117 clauses out of 18244 with flag 42000/524722
42.89/41.81	c cleaning 9553 clauses out of 19126 with flag 52000/534722
43.68/42.52	c cleaning 9776 clauses out of 19574 with flag 62001/544723
44.39/43.27	c cleaning 9886 clauses out of 19797 with flag 72000/554722
45.21/44.08	c cleaning 9944 clauses out of 19911 with flag 82000/564722
45.89/44.79	c cleaning 9973 clauses out of 19969 with flag 92002/574724
46.49/45.34	c cleaning 9981 clauses out of 19995 with flag 102001/584723
47.20/46.03	c cleaning 9990 clauses out of 20013 with flag 112000/594722
47.80/46.69	c cleaning 9998 clauses out of 20024 with flag 122001/604723
48.60/47.43	c cleaning 9999 clauses out of 20026 with flag 132001/614723
49.40/48.21	c cleaning 9997 clauses out of 20027 with flag 142001/624723
50.00/48.89	c cleaning 10001 clauses out of 20030 with flag 152001/634723
50.73/49.53	c cleaning 10013 clauses out of 20030 with flag 162002/644724
51.33/50.16	c cleaning 10001 clauses out of 20015 with flag 172000/654722
52.04/50.85	c cleaning 9999 clauses out of 20014 with flag 182000/664722
52.73/51.54	c cleaning 10005 clauses out of 20016 with flag 192001/674723
53.44/52.24	c cleaning 9999 clauses out of 20011 with flag 202001/684723
53.95/52.81	c cleaning 9990 clauses out of 20012 with flag 212001/694723
54.64/53.42	c cleaning 9995 clauses out of 20021 with flag 222000/704722
55.45/54.23	c cleaning 10000 clauses out of 20026 with flag 232000/714722
56.16/55.01	c cleaning 10001 clauses out of 20027 with flag 242001/724723
56.95/55.76	c cleaning 10005 clauses out of 20026 with flag 252001/734723
57.75/56.52	c cleaning 9999 clauses out of 20020 with flag 262000/744722
58.56/57.38	c cleaning 9999 clauses out of 20021 with flag 272000/754722
59.36/58.17	c cleaning 10011 clauses out of 20024 with flag 282002/764724
60.06/58.85	c cleaning 9996 clauses out of 20011 with flag 292000/774722
60.96/59.70	c cleaning 10003 clauses out of 20016 with flag 302001/784723
61.68/60.49	c cleaning 9999 clauses out of 20012 with flag 312000/794722
62.38/61.17	c cleaning 10003 clauses out of 20013 with flag 322000/804722
63.28/62.02	c cleaning 9999 clauses out of 20010 with flag 332000/814722
64.09/62.88	c cleaning 10001 clauses out of 20011 with flag 342000/824722
64.89/63.71	c cleaning 10001 clauses out of 20011 with flag 352001/834723
65.60/64.37	c cleaning 9997 clauses out of 20009 with flag 362000/844722
66.40/65.19	c cleaning 10001 clauses out of 20014 with flag 372002/854724
67.22/65.99	c cleaning 9996 clauses out of 20012 with flag 382001/864723
68.02/66.73	c cleaning 10001 clauses out of 20014 with flag 392000/874722
68.62/67.39	c cleaning 9998 clauses out of 20014 with flag 402001/884723
69.43/68.21	c cleaning 10000 clauses out of 20015 with flag 412000/894722
70.22/68.93	c cleaning 9997 clauses out of 20015 with flag 422001/904723
70.92/69.60	c cleaning 10002 clauses out of 20017 with flag 432000/914722
71.64/70.38	c cleaning 10000 clauses out of 20015 with flag 442000/924722
72.33/71.01	c cleaning 9997 clauses out of 20016 with flag 452001/934723
73.03/71.75	c cleaning 9999 clauses out of 20018 with flag 462000/944722
73.84/72.60	c cleaning 10000 clauses out of 20020 with flag 472001/954723
74.73/73.42	c cleaning 10004 clauses out of 20019 with flag 482000/964722
75.54/74.24	c cleaning 10001 clauses out of 20015 with flag 492000/974722
76.24/74.93	c cleaning 10007 clauses out of 20016 with flag 502002/984724
76.95/75.62	c cleaning 9997 clauses out of 20008 with flag 512001/994723
77.55/76.22	c cleaning 9999 clauses out of 20011 with flag 522001/1004723
78.26/77.00	c cleaning 10004 clauses out of 20012 with flag 532001/1014723
79.15/77.89	c cleaning 9999 clauses out of 20007 with flag 542000/1024722
79.86/78.51	c cleaning 9995 clauses out of 20008 with flag 552000/1034722
80.66/79.34	c cleaning 10002 clauses out of 20013 with flag 562001/1044723
81.46/80.10	c cleaning 10002 clauses out of 20013 with flag 572003/1054725
82.27/80.91	c cleaning 10002 clauses out of 20009 with flag 582001/1064723
83.17/81.88	c cleaning 9999 clauses out of 20006 with flag 592000/1074722
83.97/82.61	c cleaning 9995 clauses out of 20006 with flag 602000/1084722
84.78/83.45	c cleaning 9999 clauses out of 20011 with flag 612000/1094722
85.58/84.24	c cleaning 10004 clauses out of 20013 with flag 622001/1104723
86.38/85.08	c cleaning 9998 clauses out of 20008 with flag 632000/1114722
87.39/86.01	c cleaning 10001 clauses out of 20010 with flag 642000/1124722
88.20/86.86	c cleaning 10002 clauses out of 20010 with flag 652001/1134723
89.09/87.76	c cleaning 10001 clauses out of 20007 with flag 662001/1144723
89.41/88.04	c starts		: 189
89.41/88.04	c conflicts		: 1148538
89.41/88.04	c decisions		: 1185476
89.41/88.04	c propagations		: 21691041
89.41/88.04	c inspects		: 727134583
89.41/88.04	c shortcuts		: 0
89.41/88.04	c learnt literals	: 17
89.41/88.04	c learnt binary clauses	: 75
89.41/88.04	c learnt ternary clauses	: 260
89.41/88.04	c learnt constraints	: 1148520
89.41/88.04	c ignored constraints	: 0
89.41/88.04	c root simplifications	: 0
89.41/88.04	c removed literals (reason simplification)	: 36147987
89.41/88.04	c reason swapping (by a shorter reason)	: 0
89.41/88.04	c Calls to reduceDB	: 118
89.41/88.04	c number of reductions to clauses (during analyze)	: 0
89.41/88.04	c number of learned constraints concerned by reduction	: 0
89.41/88.04	c number of learning phase by resolution	: 0
89.41/88.04	c number of learning phase by cutting planes	: 0
89.41/88.04	c speed (assignments/second)	: 437937.4318594791
89.41/88.04	c non guided choices	5171
89.41/88.04	c learnt constraints type 
89.41/88.04	c constraints type 
89.41/88.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
89.41/88.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
89.41/88.04	s OPTIMUM FOUND
89.41/88.04	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.41/88.04	c objective function=3
89.41/88.04	c Total wall clock time (in seconds): 87.93

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-3458126-1307158100/watcher-3458126-1307158100 -o /tmp/evaluation-result-3458126-1307158100/solver-3458126-1307158100 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458126-1307158100.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.10 2.02 2/533 15230
/proc/meminfo: memFree=23042292/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 1897 0 1 0 0 0 0 0 18 0 2 0 906040651 13833195520 1598 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3377245 1611 906 9 0 3368401 0
[pid=15230/tid=15231] ppid=15228 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 5779 0 1 0 0 0 0 0 19 0 2 0 906040652 13850947584 6595 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.064865 s]
/proc/loadavg: 2.26 2.10 2.02 2/533 15230
/proc/meminfo: memFree=23042292/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13554756 CPUtime=0.05 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 14119 0 1 0 4 1 0 0 18 0 18 0 906040651 13880070144 13815 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3388696 13821 1727 9 0 3379437 0
[pid=15230/tid=15231] ppid=15228 vsize=13554784 CPUtime=0.04 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 12952 0 1 0 3 1 0 0 25 0 18 0 906040652 13880098816 13823 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912504009831 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554756

[startup+0.100789 s]
/proc/loadavg: 2.26 2.10 2.02 2/533 15230
/proc/meminfo: memFree=23042292/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13622252 CPUtime=0.1 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 15488 0 1 0 8 2 0 0 18 0 18 0 906040651 13949186048 15184 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3405563 15188 2093 9 0 3396297 0
[pid=15230/tid=15231] ppid=15228 vsize=13622252 CPUtime=0.08 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 13591 0 1 0 7 1 0 0 18 0 18 0 906040652 13949186048 15188 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 47448194493267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622252

[startup+0.300829 s]
/proc/loadavg: 2.26 2.10 2.02 2/533 15230
/proc/meminfo: memFree=23042292/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13626808 CPUtime=0.53 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 18876 0 1 0 51 2 0 0 18 0 19 0 906040651 13953851392 17725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3406702 17726 2218 9 0 3397436 0
[pid=15230/tid=15231] ppid=15228 vsize=13626808 CPUtime=0.28 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 14407 0 1 0 27 1 0 0 19 0 19 0 906040652 13953851392 17726 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 47448194493267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13626808

[startup+0.704772 s]
/proc/loadavg: 2.26 2.10 2.02 2/533 15230
/proc/meminfo: memFree=23042292/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13626808 CPUtime=1.05 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 20444 0 1 0 103 2 0 0 18 0 19 0 906040651 13953851392 19262 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3406702 19262 2249 9 0 3397436 0
[pid=15230/tid=15231] ppid=15228 vsize=13626808 CPUtime=0.66 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 14968 0 1 0 65 1 0 0 19 0 19 0 906040652 13953851392 19262 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13626808

[startup+1.50059 s]
/proc/loadavg: 2.26 2.10 2.02 3/552 15249
/proc/meminfo: memFree=22972772/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13626808 CPUtime=1.88 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 21091 0 1 0 185 3 0 0 18 0 19 0 906040651 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3406702 19907 2249 9 0 3397436 0
[pid=15230/tid=15231] ppid=15228 vsize=13626808 CPUtime=1.44 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 14969 0 1 0 143 1 0 0 20 0 19 0 906040652 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505537387 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13626808 CPUtime=0.02 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 714 0 0 0 2 0 0 0 15 0 19 0 906040655 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13626808 CPUtime=0.22 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 1951 0 0 0 22 0 0 0 19 0 19 0 906040658 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13626808 CPUtime=0.15 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 1466 0 0 0 15 0 0 0 18 0 19 0 906040658 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906040658 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13953851392 19907 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13626808

[startup+3.10129 s]
/proc/loadavg: 2.26 2.10 2.02 3/552 15249
/proc/meminfo: memFree=22968084/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13626808 CPUtime=3.52 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 21913 0 1 0 349 3 0 0 18 0 19 0 906040651 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3406702 20725 2250 9 0 3397436 0
[pid=15230/tid=15231] ppid=15228 vsize=13626808 CPUtime=2.99 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 14970 0 1 0 298 1 0 0 25 0 19 0 906040652 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505628882 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 906040654 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13626808 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 1152 0 0 0 6 0 0 0 16 0 19 0 906040655 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13626808 CPUtime=0.26 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 1967 0 0 0 26 0 0 0 15 0 19 0 906040658 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13626808 CPUtime=0.16 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 1466 0 0 0 16 0 0 0 15 0 19 0 906040658 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906040658 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13626808 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13953851392 20725 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13626808

[startup+6.30068 s]
/proc/loadavg: 2.24 2.09 2.02 3/552 15249
/proc/meminfo: memFree=22967336/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13643528 CPUtime=6.95 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 28073 0 1 0 691 4 0 0 18 0 19 0 906040651 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3410882 24880 2250 9 0 3401616 0
[pid=15230/tid=15231] ppid=15228 vsize=13643528 CPUtime=6.13 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 14978 0 1 0 612 1 0 0 25 0 19 0 906040652 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505628882 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 906040654 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13643528 CPUtime=0.12 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 1687 0 0 0 12 0 0 0 16 0 19 0 906040655 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13643528 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13643528 CPUtime=0.28 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 1971 0 0 0 28 0 0 0 15 0 19 0 906040658 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13643528 CPUtime=0.35 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 7007 0 0 0 35 0 0 0 15 0 19 0 906040658 13970972672 24880 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0

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

/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 183 0 0 0 6 0 0 0 16 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13638264 CPUtime=0.07 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13638264 CPUtime=0.04 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13638264 CPUtime=0.05 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 119 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 359 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13638264 CPUtime=0.08 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 159 0 0 0 8 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13638264 CPUtime=2.33 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 3928 0 0 0 231 2 0 0 16 0 19 0 906040655 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13638264 CPUtime=0.33 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 2327 0 0 0 33 0 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13638264 CPUtime=0.75 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 8537 0 0 0 74 1 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.49
Current children cumulated vsize (KiB) 13638264

[startup+87.5013 s]
/proc/loadavg: 2.06 2.07 2.01 3/552 15343
/proc/meminfo: memFree=22943408/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13638264 CPUtime=88.89 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 32486 0 1 0 8882 7 0 0 18 0 19 0 906040651 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3409566 26799 2251 9 0 3400300 0
[pid=15230/tid=15231] ppid=15228 vsize=13638264 CPUtime=84.9 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 15095 0 1 0 8488 2 0 0 25 0 19 0 906040652 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505564873 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 183 0 0 0 6 0 0 0 16 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13638264 CPUtime=0.07 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13638264 CPUtime=0.04 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13638264 CPUtime=0.05 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 119 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 359 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13638264 CPUtime=0.08 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 159 0 0 0 8 0 0 0 15 0 19 0 906040654 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13638264 CPUtime=2.33 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 3928 0 0 0 231 2 0 0 16 0 19 0 906040655 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13638264 CPUtime=0.33 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 2327 0 0 0 33 0 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13638264 CPUtime=0.75 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 8537 0 0 0 74 1 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906040658 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13965582336 26799 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.89
Current children cumulated vsize (KiB) 13638264

[startup+87.9012 s]
/proc/loadavg: 2.06 2.07 2.01 3/552 15344
/proc/meminfo: memFree=22943160/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13638264 CPUtime=89.3 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 32495 0 1 0 8923 7 0 0 18 0 19 0 906040651 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3409566 26807 2251 9 0 3400300 0
[pid=15230/tid=15231] ppid=15228 vsize=13638264 CPUtime=85.3 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 15096 0 1 0 8528 2 0 0 25 0 19 0 906040652 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505537344 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 183 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13638264 CPUtime=0.07 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13638264 CPUtime=0.04 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13638264 CPUtime=0.05 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 119 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 359 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13638264 CPUtime=0.08 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 159 0 0 0 8 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13638264 CPUtime=2.35 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 3936 0 0 0 233 2 0 0 16 0 19 0 906040655 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13638264 CPUtime=0.33 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 2327 0 0 0 33 0 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13638264 CPUtime=0.75 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 8537 0 0 0 74 1 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.3
Current children cumulated vsize (KiB) 13638264

[startup+88.0202 s]
/proc/loadavg: 2.06 2.07 2.01 3/552 15344
/proc/meminfo: memFree=22943160/32950928 swapFree=58671692/67111528
[pid=15230] ppid=15228 vsize=13638264 CPUtime=89.41 cores=1,3,5,7
/proc/15230/stat : 15230 (java) S 15228 15230 10738 0 -1 4202496 32495 0 1 0 8934 7 0 0 18 0 19 0 906040651 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15230/statm: 3409566 26807 2251 9 0 3400300 0
[pid=15230/tid=15231] ppid=15228 vsize=13638264 CPUtime=85.4 cores=1,3,5,7
/proc/15230/task/15231/stat : 15231 (java) R 15228 15230 10738 0 -1 4202560 15096 0 1 0 8538 2 0 0 25 0 19 0 906040652 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 46912505534204 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 10738 0 -1 4202560 183 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 10738 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=13638264 CPUtime=0.07 cores=1,3,5,7
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 10738 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=13638264 CPUtime=0.04 cores=1,3,5,7
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 10738 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=13638264 CPUtime=0.05 cores=1,3,5,7
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 10738 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 10738 0 -1 4202560 119 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 7 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=13638264 CPUtime=0.06 cores=1,3,5,7
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 10738 0 -1 4202560 359 0 0 0 6 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=13638264 CPUtime=0.08 cores=1,3,5,7
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 10738 0 -1 4202560 159 0 0 0 8 0 0 0 15 0 19 0 906040654 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=13638264 CPUtime=2.35 cores=1,3,5,7
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 10738 0 -1 4202560 3936 0 0 0 233 2 0 0 16 0 19 0 906040655 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 0 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906040656 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15243] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15243/stat : 15243 (java) S 15228 15230 10738 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906040656 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15244] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15244/stat : 15244 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427215281 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15245] ppid=15228 vsize=13638264 CPUtime=0.33 cores=1,3,5,7
/proc/15230/task/15245/stat : 15245 (java) S 15228 15230 10738 0 -1 4202560 2327 0 0 0 33 0 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15246] ppid=15228 vsize=13638264 CPUtime=0.75 cores=1,3,5,7
/proc/15230/task/15246/stat : 15246 (java) S 15228 15230 10738 0 -1 4202560 8537 0 0 0 74 1 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
[pid=15230/tid=15247] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15247/stat : 15247 (java) S 15228 15230 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427207577 0 4 0 16800975 18446604460577772608 0 0 -1 3 0 0 0
[pid=15230/tid=15248] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15248/stat : 15248 (java) S 15228 15230 10738 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906040658 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 5 0 0 0
[pid=15230/tid=15249] ppid=15228 vsize=13638264 CPUtime=0 cores=1,3,5,7
/proc/15230/task/15249/stat : 15249 (java) S 15228 15230 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906040671 13965582336 26807 33554432000 1073741824 1073778376 140734044706416 18446744073709551615 256427208192 0 4 0 16800975 18446604460577772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.41
Current children cumulated vsize (KiB) 13638264

Child status: 30
Real time (s): 88.0519
CPU time (s): 89.4524
CPU user time (s): 89.3684
CPU system time (s): 0.083987
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 13646808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3684
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32516
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= 5441
involuntary context switches= 1782

runsolver used 0.45593 second user time and 1.09483 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 05:28:20
IDJOB=3458126
IDBENCH=47946
IDSOLVER=1952
FILE ID=node115/3458126-1307158100
RUNJOBID= node115-1307156270-14441
PBS_JOBID= 13508801
Free space on /tmp= 73840 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=223-P1=61-P2=13-P3=127-P4=37-P5=37-P6=137-P7=37-P8=223-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458126-1307158100/watcher-3458126-1307158100 -o /tmp/evaluation-result-3458126-1307158100/solver-3458126-1307158100 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458126-1307158100.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=466743003

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23042432 kB
Buffers:        177108 kB
Cached:         304188 kB
SwapCached:      65796 kB
Active:        1167152 kB
Inactive:      8499032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23042432 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             908 kB
Writeback:          52 kB
AnonPages:     9123476 kB
Mapped:          35820 kB
Slab:            97392 kB
PageTables:      76060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165266276 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= 73840 MiB
End job on node115 at 2011-06-04 05:29:48