Trace number 3458231

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 140.305 138.891

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM773aedb43187ca11a13e2d0d2a59ebe9
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.166973
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 variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


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

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458231-1307158400.opb
0.09/0.11	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c #vars     540
0.09/0.18	c #constraints  826
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.99/0.77	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.77/1.45	c cleaning 4250 clauses out of 8500 with flag 11000/11000
2.59/2.22	c cleaning 5626 clauses out of 11251 with flag 18001/18001
3.49/3.21	c cleaning 6811 clauses out of 13625 with flag 26001/26001
4.73/4.36	c cleaning 7907 clauses out of 15814 with flag 35001/35001
5.72/5.30	c cleaning 8950 clauses out of 17907 with flag 45001/45001
7.12/6.78	c cleaning 9474 clauses out of 18957 with flag 55001/55001
8.22/7.86	c cleaning 9735 clauses out of 19482 with flag 65000/65000
9.32/8.97	c cleaning 9872 clauses out of 19749 with flag 75002/75002
10.62/10.28	c cleaning 9936 clauses out of 19876 with flag 85001/85001
11.63/11.25	c cleaning 9966 clauses out of 19939 with flag 95000/95000
12.63/12.28	c cleaning 9981 clauses out of 19973 with flag 105000/105000
13.94/13.59	c cleaning 9991 clauses out of 19993 with flag 115001/115001
15.25/14.84	c cleaning 10000 clauses out of 20001 with flag 125000/125000
16.75/16.25	c cleaning 9993 clauses out of 20001 with flag 135000/135000
18.09/17.33	c cleaning 10004 clauses out of 20009 with flag 145001/145001
19.37/18.28	c cleaning 9979 clauses out of 20003 with flag 155000/155000
20.17/19.06	c cleaning 10005 clauses out of 20025 with flag 165001/165001
21.17/20.08	c cleaning 10002 clauses out of 20020 with flag 175001/175001
22.28/21.12	c cleaning 10007 clauses out of 20018 with flag 185001/185001
23.68/22.51	c cleaning 10002 clauses out of 20010 with flag 195000/195000
24.89/23.71	c cleaning 9998 clauses out of 20008 with flag 205000/205000
26.09/25.00	c cleaning 10002 clauses out of 20011 with flag 215001/215001
27.39/26.29	c cleaning 10001 clauses out of 20009 with flag 225001/225001
28.60/27.44	c cleaning 9999 clauses out of 20009 with flag 235002/235002
29.29/28.19	c cleaning 9994 clauses out of 20008 with flag 245000/245000
29.59/28.42	c SATISFIABLE
29.59/28.42	c OPTIMIZING...
29.59/28.42	c Got one! Elapsed wall clock time (in seconds):28.313
29.59/28.42	o 293
29.71/28.57	c cleaning 7796 clauses out of 15631 with flag 2001/250617
30.29/29.15	c cleaning 6898 clauses out of 13834 with flag 8000/256616
31.10/29.98	c cleaning 6951 clauses out of 13936 with flag 15000/263616
32.01/30.87	c cleaning 7479 clauses out of 14985 with flag 23000/271616
32.90/31.79	c cleaning 8251 clauses out of 16507 with flag 32001/280617
34.22/33.05	c cleaning 9124 clauses out of 18255 with flag 42000/290616
35.00/33.87	c cleaning 9557 clauses out of 19132 with flag 52001/300617
36.00/34.83	c cleaning 9781 clauses out of 19574 with flag 62000/310616
37.00/35.83	c cleaning 9890 clauses out of 19793 with flag 72000/320616
38.20/37.05	c cleaning 9952 clauses out of 19903 with flag 82000/330616
39.31/38.10	c cleaning 9970 clauses out of 19951 with flag 92000/340616
40.11/38.93	c cleaning 9986 clauses out of 19981 with flag 102000/350616
40.91/39.78	c cleaning 9987 clauses out of 19996 with flag 112001/360617
41.82/40.70	c cleaning 10002 clauses out of 20008 with flag 122000/370616
43.03/41.87	c cleaning 10003 clauses out of 20007 with flag 132001/380617
44.03/42.91	c cleaning 9999 clauses out of 20003 with flag 142000/390616
45.24/44.02	c cleaning 10001 clauses out of 20004 with flag 152000/400616
46.24/45.07	c cleaning 9998 clauses out of 20003 with flag 162000/410616
47.22/46.01	c cleaning 9999 clauses out of 20005 with flag 172000/420616
48.12/46.95	c cleaning 10001 clauses out of 20007 with flag 182001/430617
48.83/47.64	c cleaning 9991 clauses out of 20005 with flag 192000/440616
49.73/48.58	c cleaning 9993 clauses out of 20015 with flag 202001/450617
50.83/49.68	c cleaning 10002 clauses out of 20021 with flag 212000/460616
51.85/50.62	c cleaning 9997 clauses out of 20019 with flag 222000/470616
52.63/51.47	c cleaning 10000 clauses out of 20022 with flag 232000/480616
53.43/52.23	c cleaning 9997 clauses out of 20022 with flag 242000/490616
53.63/52.42	c Got one! Elapsed wall clock time (in seconds):52.312
53.63/52.42	o 71
53.83/52.62	c cleaning 7930 clauses out of 15886 with flag 3000/496477
54.23/53.06	c cleaning 6968 clauses out of 13956 with flag 9000/502477
54.83/53.60	c cleaning 6987 clauses out of 13989 with flag 16001/509478
55.54/54.30	c cleaning 7495 clauses out of 15002 with flag 24001/517478
56.26/55.08	c cleaning 8248 clauses out of 16507 with flag 33001/526478
57.36/56.19	c cleaning 9127 clauses out of 18259 with flag 43001/536478
58.24/57.07	c cleaning 9559 clauses out of 19130 with flag 53000/546477
58.94/57.79	c cleaning 9781 clauses out of 19571 with flag 63000/556477
59.64/58.47	c cleaning 9891 clauses out of 19791 with flag 73001/566478
60.34/59.13	c cleaning 9941 clauses out of 19899 with flag 83000/576477
61.04/59.81	c cleaning 9973 clauses out of 19961 with flag 93003/586480
61.35/60.18	c Got one! Elapsed wall clock time (in seconds):60.076
61.35/60.18	o 45
61.95/60.75	c cleaning 10335 clauses out of 20692 with flag 5001/597184
62.65/61.47	c cleaning 8159 clauses out of 16358 with flag 11002/603185
63.65/62.41	c cleaning 7580 clauses out of 15198 with flag 18001/610184
64.65/63.40	c cleaning 7795 clauses out of 15617 with flag 26000/618183
65.75/64.50	c cleaning 8399 clauses out of 16823 with flag 35001/627184
66.97/65.74	c cleaning 9199 clauses out of 18425 with flag 45002/637185
68.28/67.04	c cleaning 9597 clauses out of 19224 with flag 55000/647183
69.49/68.23	c cleaning 9802 clauses out of 19628 with flag 65001/657184
70.37/69.19	c cleaning 9908 clauses out of 19826 with flag 75001/667184
71.07/69.88	c Got one! Elapsed wall clock time (in seconds):69.77
71.07/69.88	o 13
71.88/70.60	c cleaning 10907 clauses out of 21848 with flag 5000/679114
72.38/71.19	c cleaning 8467 clauses out of 16941 with flag 11000/685114
73.08/71.89	c cleaning 7732 clauses out of 15474 with flag 18000/692114
73.98/72.72	c cleaning 7868 clauses out of 15743 with flag 26001/700115
74.09/72.87	c Got one! Elapsed wall clock time (in seconds):72.759
74.09/72.87	o 3
74.29/73.07	c cleaning 6431 clauses out of 12892 with flag 3000/705132
74.79/73.50	c cleaning 6216 clauses out of 12462 with flag 9001/711133
75.29/74.05	c cleaning 6618 clauses out of 13249 with flag 16004/718136
75.89/74.67	c cleaning 7309 clauses out of 14627 with flag 24000/726132
76.80/75.50	c cleaning 8159 clauses out of 16319 with flag 33001/735133
77.70/76.48	c cleaning 9073 clauses out of 18159 with flag 43000/745132
78.90/77.61	c cleaning 9539 clauses out of 19087 with flag 53001/755133
79.91/78.60	c cleaning 9770 clauses out of 19547 with flag 63000/765132
80.81/79.60	c cleaning 9882 clauses out of 19777 with flag 73000/775132
81.81/80.57	c cleaning 9943 clauses out of 19895 with flag 83000/785132
82.62/81.41	c cleaning 9973 clauses out of 19952 with flag 93000/795132
83.83/82.55	c cleaning 9989 clauses out of 19980 with flag 103001/805133
84.83/83.60	c cleaning 9994 clauses out of 19991 with flag 113001/815133
85.93/84.69	c cleaning 9998 clauses out of 19996 with flag 123000/825132
87.03/85.78	c cleaning 9996 clauses out of 19999 with flag 133001/835133
88.24/86.96	c cleaning 10000 clauses out of 20004 with flag 143002/845134
89.42/88.10	c cleaning 10000 clauses out of 20004 with flag 153002/855134
90.34/89.11	c cleaning 9995 clauses out of 20003 with flag 163001/865133
91.22/89.97	c cleaning 10001 clauses out of 20007 with flag 173000/875132
92.13/90.86	c cleaning 9998 clauses out of 20006 with flag 183001/885133
92.93/91.66	c cleaning 9998 clauses out of 20008 with flag 193001/895133
93.75/92.48	c cleaning 9995 clauses out of 20009 with flag 203000/905132
94.63/93.32	c cleaning 9998 clauses out of 20014 with flag 213000/915132
95.43/94.16	c cleaning 9997 clauses out of 20016 with flag 223000/925132
96.23/94.94	c cleaning 10000 clauses out of 20020 with flag 233001/935133
97.13/95.89	c cleaning 9998 clauses out of 20019 with flag 243000/945132
98.24/96.96	c cleaning 10001 clauses out of 20022 with flag 253001/955133
99.25/97.96	c cleaning 9998 clauses out of 20020 with flag 263000/965132
100.25/98.96	c cleaning 10004 clauses out of 20023 with flag 273001/975133
101.14/99.87	c cleaning 10005 clauses out of 20018 with flag 283000/985132
102.34/101.04	c cleaning 10001 clauses out of 20013 with flag 293000/995132
103.44/102.11	c cleaning 10003 clauses out of 20013 with flag 303001/1005133
104.55/103.25	c cleaning 9999 clauses out of 20010 with flag 313001/1015133
105.65/104.35	c cleaning 9989 clauses out of 20011 with flag 323001/1025133
106.55/105.20	c cleaning 9997 clauses out of 20021 with flag 333000/1035132
107.45/106.12	c cleaning 10007 clauses out of 20025 with flag 343001/1045133
108.45/107.13	c cleaning 10007 clauses out of 20018 with flag 353001/1055133
109.56/108.21	c cleaning 9997 clauses out of 20010 with flag 363000/1065132
110.56/109.24	c cleaning 10006 clauses out of 20014 with flag 373001/1075133
111.46/110.19	c cleaning 10001 clauses out of 20008 with flag 383001/1085133
112.66/111.35	c cleaning 9999 clauses out of 20007 with flag 393001/1095133
113.66/112.33	c cleaning 9999 clauses out of 20007 with flag 403000/1105132
114.58/113.26	c cleaning 10000 clauses out of 20009 with flag 413001/1115133
115.56/114.30	c cleaning 9998 clauses out of 20008 with flag 423000/1125132
116.57/115.22	c cleaning 9999 clauses out of 20009 with flag 433000/1135132
117.68/116.30	c cleaning 10001 clauses out of 20011 with flag 443001/1145133
118.67/117.37	c cleaning 10000 clauses out of 20009 with flag 453000/1155132
119.58/118.23	c cleaning 9998 clauses out of 20010 with flag 463001/1165133
120.48/119.19	c cleaning 9998 clauses out of 20012 with flag 473001/1175133
121.48/120.18	c cleaning 10001 clauses out of 20013 with flag 483000/1185132
122.68/121.33	c cleaning 10002 clauses out of 20013 with flag 493001/1195133
123.88/122.59	c cleaning 10000 clauses out of 20010 with flag 503000/1205132
125.08/123.79	c cleaning 10001 clauses out of 20010 with flag 513000/1215132
126.28/124.93	c cleaning 10001 clauses out of 20009 with flag 523000/1225132
127.39/126.04	c cleaning 10001 clauses out of 20008 with flag 533001/1235133
128.49/127.11	c cleaning 10001 clauses out of 20006 with flag 543000/1245132
129.59/128.25	c cleaning 10000 clauses out of 20005 with flag 553000/1255132
130.70/129.39	c cleaning 10001 clauses out of 20007 with flag 563002/1265134
131.80/130.44	c cleaning 10000 clauses out of 20004 with flag 573000/1275132
132.90/131.57	c cleaning 9999 clauses out of 20005 with flag 583001/1285133
134.11/132.76	c cleaning 9998 clauses out of 20006 with flag 593001/1295133
135.31/133.90	c cleaning 10001 clauses out of 20009 with flag 603002/1305134
136.31/134.96	c cleaning 9996 clauses out of 20005 with flag 613000/1315132
137.41/136.07	c cleaning 10004 clauses out of 20011 with flag 623002/1325134
138.51/137.14	c cleaning 10000 clauses out of 20005 with flag 633000/1335132
139.71/138.30	c cleaning 9998 clauses out of 20004 with flag 643000/1345132
140.21/138.87	c starts		: 194
140.21/138.87	c conflicts		: 1350635
140.21/138.87	c decisions		: 1381868
140.21/138.87	c propagations		: 30527802
140.21/138.87	c inspects		: 939344940
140.21/138.87	c shortcuts		: 0
140.21/138.87	c learnt literals	: 20
140.21/138.87	c learnt binary clauses	: 108
140.21/138.87	c learnt ternary clauses	: 348
140.21/138.87	c learnt constraints	: 1350614
140.21/138.87	c ignored constraints	: 0
140.21/138.87	c root simplifications	: 0
140.21/138.87	c removed literals (reason simplification)	: 56174521
140.21/138.87	c reason swapping (by a shorter reason)	: 0
140.21/138.87	c Calls to reduceDB	: 142
140.21/138.87	c number of reductions to clauses (during analyze)	: 0
140.21/138.87	c number of learned constraints concerned by reduction	: 0
140.21/138.87	c number of learning phase by resolution	: 0
140.21/138.87	c number of learning phase by cutting planes	: 0
140.21/138.87	c speed (assignments/second)	: 462542.45454545453
140.21/138.87	c non guided choices	4751
140.21/138.87	c learnt constraints type 
140.21/138.87	c constraints type 
140.21/138.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
140.21/138.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
140.21/138.87	s OPTIMUM FOUND
140.21/138.87	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 
140.21/138.87	c objective function=3
140.21/138.87	c Total wall clock time (in seconds): 138.761

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 2/495 27536
/proc/meminfo: memFree=21322744/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 6061 0 1 0 0 0 0 0 18 0 2 0 808255356 13850947584 5763 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3381579 5776 917 9 0 3372735 0
[pid=27536/tid=27537] ppid=27534 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 6902 0 1 0 0 0 0 0 19 0 2 0 808255356 13850947584 7719 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0823561 s]
/proc/loadavg: 2.09 2.04 2.01 2/495 27536
/proc/meminfo: memFree=21322744/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 14519 0 1 0 5 1 0 0 18 0 18 0 808255356 13880410112 14217 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3388772 14233 1772 9 0 3379506 0
[pid=27536/tid=27537] ppid=27534 vsize=13555220 CPUtime=0.06 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 13338 0 1 0 5 1 0 0 25 0 18 0 808255356 13880545280 14240 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254261313291 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.100325 s]
/proc/loadavg: 2.09 2.04 2.01 2/495 27536
/proc/meminfo: memFree=21322744/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13621720 CPUtime=0.09 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 15556 0 1 0 8 1 0 0 18 0 18 0 808255356 13948641280 15212 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3405430 15215 2093 9 0 3396164 0
[pid=27536/tid=27537] ppid=27534 vsize=13621720 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 13613 0 1 0 7 1 0 0 25 0 18 0 808255356 13948641280 15215 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912496197424 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) 13621720

[startup+0.300313 s]
/proc/loadavg: 2.09 2.04 2.01 2/495 27536
/proc/meminfo: memFree=21322744/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13625212 CPUtime=0.54 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 18842 0 1 0 52 2 0 0 18 0 19 0 808255356 13952217088 17446 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3406303 17446 2216 9 0 3397037 0
[pid=27536/tid=27537] ppid=27534 vsize=13625212 CPUtime=0.28 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14331 0 1 0 27 1 0 0 18 0 19 0 808255356 13952217088 17446 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 47663230649239 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13625212

[startup+0.700242 s]
/proc/loadavg: 2.09 2.04 2.01 2/495 27536
/proc/meminfo: memFree=21322744/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13625212 CPUtime=0.99 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 19319 0 1 0 97 2 0 0 18 0 19 0 808255356 13952217088 17923 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3406303 17923 2217 9 0 3397037 0
[pid=27536/tid=27537] ppid=27534 vsize=13625212 CPUtime=0.68 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14798 0 1 0 67 1 0 0 18 0 19 0 808255356 13952217088 17923 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505582336 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13625212

[startup+1.50108 s]
/proc/loadavg: 2.09 2.04 2.01 3/514 27555
/proc/meminfo: memFree=21255456/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13625212 CPUtime=1.87 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 20929 0 1 0 185 2 0 0 18 0 19 0 808255356 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3406303 19474 2249 9 0 3397037 0
[pid=27536/tid=27537] ppid=27534 vsize=13625212 CPUtime=1.45 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14841 0 1 0 144 1 0 0 19 0 19 0 808255356 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505582175 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 345 0 0 0 0 0 0 0 16 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 19 0 808255358 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13625212 CPUtime=0.02 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 698 0 0 0 2 0 0 0 15 0 19 0 808255359 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13625212 CPUtime=0.16 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 1155 0 0 0 16 0 0 0 15 0 19 0 808255362 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13625212 CPUtime=0.21 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2285 0 0 0 21 0 0 0 15 0 19 0 808255362 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255362 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13952217088 19474 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13625212

[startup+3.10079 s]
/proc/loadavg: 2.09 2.04 2.01 3/514 27555
/proc/meminfo: memFree=21251736/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13625212 CPUtime=3.49 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 21114 0 1 0 346 3 0 0 18 0 19 0 808255356 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3406303 19658 2249 9 0 3397037 0
[pid=27536/tid=27537] ppid=27534 vsize=13625212 CPUtime=3.03 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14842 0 1 0 302 1 0 0 22 0 19 0 808255356 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505560755 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 91 0 0 0 0 0 0 0 16 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 808255358 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13625212 CPUtime=0.04 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 871 0 0 0 4 0 0 0 15 0 19 0 808255359 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13625212 CPUtime=0.16 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 1156 0 0 0 16 0 0 0 15 0 19 0 808255362 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13625212 CPUtime=0.22 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2285 0 0 0 22 0 0 0 15 0 19 0 808255362 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255362 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13625212 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13952217088 19658 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 13625212

[startup+6.30125 s]
/proc/loadavg: 2.08 2.04 2.01 3/514 27555
/proc/meminfo: memFree=21249132/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13624872 CPUtime=6.72 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 21607 0 1 0 669 3 0 0 18 0 19 0 808255356 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3406218 19776 2250 9 0 3396952 0
[pid=27536/tid=27537] ppid=27534 vsize=13624872 CPUtime=6.17 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14845 0 1 0 616 1 0 0 25 0 19 0 808255356 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505582744 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 808255358 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13624872 CPUtime=0.09 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 1220 0 0 0 9 0 0 0 16 0 19 0 808255359 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13624872 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13624872 CPUtime=0.19 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 1232 0 0 0 19 0 0 0 15 0 19 0 808255362 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13624872 CPUtime=0.22 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2285 0 0 0 22 0 0 0 15 0 19 0 808255362 13951868928 19776 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0

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

/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 405 0 0 0 7 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 84 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 196 0 0 0 7 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 285 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 235 0 0 0 5 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13643736 CPUtime=2.82 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 3749 0 0 0 281 1 0 0 15 0 19 0 808255359 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13643736 CPUtime=0.87 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 9494 0 0 0 87 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13643736 CPUtime=0.31 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2645 0 0 0 31 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 138.93
Current children cumulated vsize (KiB) 13643736

[startup+138.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/514 27559
/proc/meminfo: memFree=21208924/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13643736 CPUtime=139.71 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 33542 0 1 0 13965 6 0 0 18 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3410934 27840 2251 9 0 3401668 0
[pid=27536/tid=27537] ppid=27534 vsize=13643736 CPUtime=135.07 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14991 0 1 0 13505 2 0 0 25 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505740720 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 405 0 0 0 7 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 84 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 196 0 0 0 7 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 285 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 235 0 0 0 5 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13643736 CPUtime=2.82 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 3749 0 0 0 281 1 0 0 15 0 19 0 808255359 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13643736 CPUtime=0.87 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 9494 0 0 0 87 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13643736 CPUtime=0.31 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2645 0 0 0 31 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 139.71
Current children cumulated vsize (KiB) 13643736

[startup+138.701 s]
/proc/loadavg: 2.02 2.04 2.00 3/514 27559
/proc/meminfo: memFree=21208924/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13643736 CPUtime=140.11 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 33543 0 1 0 14005 6 0 0 18 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3410934 27840 2251 9 0 3401668 0
[pid=27536/tid=27537] ppid=27534 vsize=13643736 CPUtime=135.45 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14992 0 1 0 13543 2 0 0 25 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505582049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 405 0 0 0 7 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 24 0 0 0 5 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 84 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 196 0 0 0 7 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 285 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 235 0 0 0 5 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13643736 CPUtime=2.84 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 3749 0 0 0 283 1 0 0 15 0 19 0 808255359 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13643736 CPUtime=0.87 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 9494 0 0 0 87 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13643736 CPUtime=0.31 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2645 0 0 0 31 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 140.11
Current children cumulated vsize (KiB) 13643736

[startup+138.801 s]
/proc/loadavg: 2.02 2.04 2.00 3/514 27559
/proc/meminfo: memFree=21208924/32951124 swapFree=67057928/67111528
[pid=27536] ppid=27534 vsize=13643736 CPUtime=140.21 cores=0,2,4,6
/proc/27536/stat : 27536 (java) S 27534 27536 23895 0 -1 4202496 33543 0 1 0 14015 6 0 0 18 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27536/statm: 3410934 27840 2251 9 0 3401668 0
[pid=27536/tid=27537] ppid=27534 vsize=13643736 CPUtime=135.55 cores=0,2,4,6
/proc/27536/task/27537/stat : 27537 (java) R 27534 27536 23895 0 -1 4202560 14992 0 1 0 13553 2 0 0 25 0 19 0 808255356 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 46912505582068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27536/tid=27539] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27539/stat : 27539 (java) S 27534 27536 23895 0 -1 4202560 405 0 0 0 7 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27540] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27540/stat : 27540 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27541] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27541/stat : 27541 (java) S 27534 27536 23895 0 -1 4202560 24 0 0 0 5 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27542] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27542/stat : 27542 (java) S 27534 27536 23895 0 -1 4202560 84 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27543] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27543/stat : 27543 (java) S 27534 27536 23895 0 -1 4202560 138 0 0 0 8 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27544] ppid=27534 vsize=13643736 CPUtime=0.07 cores=0,2,4,6
/proc/27536/task/27544/stat : 27544 (java) S 27534 27536 23895 0 -1 4202560 196 0 0 0 7 0 0 0 16 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27545] ppid=27534 vsize=13643736 CPUtime=0.08 cores=0,2,4,6
/proc/27536/task/27545/stat : 27545 (java) S 27534 27536 23895 0 -1 4202560 285 0 0 0 8 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27546] ppid=27534 vsize=13643736 CPUtime=0.05 cores=0,2,4,6
/proc/27536/task/27546/stat : 27546 (java) S 27534 27536 23895 0 -1 4202560 235 0 0 0 5 0 0 0 15 0 19 0 808255358 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27547] ppid=27534 vsize=13643736 CPUtime=2.84 cores=0,2,4,6
/proc/27536/task/27547/stat : 27547 (java) S 27534 27536 23895 0 -1 4202560 3749 0 0 0 283 1 0 0 15 0 19 0 808255359 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 0 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27548] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27548/stat : 27548 (java) S 27534 27536 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27549] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27549/stat : 27549 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808255360 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27550] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27550/stat : 27550 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273440177 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27551] ppid=27534 vsize=13643736 CPUtime=0.87 cores=0,2,4,6
/proc/27536/task/27551/stat : 27551 (java) S 27534 27536 23895 0 -1 4202560 9494 0 0 0 87 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 4 0 0 0
[pid=27536/tid=27552] ppid=27534 vsize=13643736 CPUtime=0.31 cores=0,2,4,6
/proc/27536/task/27552/stat : 27552 (java) S 27534 27536 23895 0 -1 4202560 2645 0 0 0 31 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 2 0 0 0
[pid=27536/tid=27553] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27553/stat : 27553 (java) S 27534 27536 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273432473 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
[pid=27536/tid=27554] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27554/stat : 27554 (java) S 27534 27536 23895 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 808255362 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 0 0 0 0
[pid=27536/tid=27555] ppid=27534 vsize=13643736 CPUtime=0 cores=0,2,4,6
/proc/27536/task/27555/stat : 27555 (java) S 27534 27536 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808255374 13971185664 27840 33554432000 1073741824 1073778376 140735875302432 18446744073709551615 254273433088 0 4 0 16800975 18446604451405097152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 140.21
Current children cumulated vsize (KiB) 13643736

Child status: 30
Real time (s): 138.891
CPU time (s): 140.305
CPU user time (s): 140.236
CPU system time (s): 0.068989
CPU usage (%): 101.018
Max. virtual memory (cumulated for all children) (KiB): 13648408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.236
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33571
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= 6656
involuntary context switches= 4173

runsolver used 0.702893 second user time and 1.49677 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 05:33:20
IDJOB=3458231
IDBENCH=48051
IDSOLVER=1952
FILE ID=node140/3458231-1307158400
RUNJOBID= node140-1307156475-27026
PBS_JOBID= 13508776
Free space on /tmp= 73644 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458231-1307158400/watcher-3458231-1307158400 -o /tmp/evaluation-result-3458231-1307158400/solver-3458231-1307158400 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458231-1307158400.opb

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

MD5SUM BENCH= 773aedb43187ca11a13e2d0d2a59ebe9
RANDOM SEED=777561984

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:      21322760 kB
Buffers:        308568 kB
Cached:        3966820 kB
SwapCached:       6932 kB
Active:        7490944 kB
Inactive:      3801088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21322760 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             780 kB
Writeback:           4 kB
AnonPages:     7014988 kB
Mapped:          45944 kB
Slab:           215100 kB
PageTables:      52628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 154834960 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:35:39