Trace number 3453776

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 190.417 100.223

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453776-1307194202.opb
0.10/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.108s.
0.25/0.22	c #vars     704
0.25/0.22	c #constraints  1049
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
3.02/0.93	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.36/1.41	c cleaning 4250 clauses out of 8500 with flag 11001/11001
5.36/1.99	c cleaning 5625 clauses out of 11249 with flag 18000/18000
6.54/2.52	c cleaning 6811 clauses out of 13625 with flag 26001/26001
8.16/3.36	c cleaning 7888 clauses out of 15814 with flag 35001/35001
9.52/4.05	c cleaning 8954 clauses out of 17926 with flag 45001/45001
11.51/5.07	c cleaning 9486 clauses out of 18971 with flag 55000/55000
14.02/6.22	c cleaning 9740 clauses out of 19486 with flag 65001/65001
16.13/7.27	c cleaning 9870 clauses out of 19745 with flag 75000/75000
18.28/8.18	c cleaning 9930 clauses out of 19875 with flag 85000/85000
19.46/8.76	c cleaning 9970 clauses out of 19946 with flag 95001/95001
21.00/9.53	c cleaning 9982 clauses out of 19975 with flag 105000/105000
22.34/10.30	c cleaning 9994 clauses out of 19994 with flag 115001/115001
23.71/10.99	c cleaning 9995 clauses out of 19999 with flag 125000/125000
25.45/11.84	c cleaning 9991 clauses out of 20004 with flag 135000/135000
27.00/12.67	c cleaning 10002 clauses out of 20014 with flag 145001/145001
28.17/13.25	c cleaning 9999 clauses out of 20011 with flag 155000/155000
29.68/14.08	c cleaning 9999 clauses out of 20012 with flag 165000/165000
31.03/14.76	c cleaning 10004 clauses out of 20012 with flag 175000/175000
32.99/15.72	c cleaning 10000 clauses out of 20009 with flag 185001/185001
34.72/16.64	c cleaning 10001 clauses out of 20009 with flag 195001/195001
36.06/17.38	c cleaning 9998 clauses out of 20007 with flag 205000/205000
37.61/18.18	c cleaning 9999 clauses out of 20010 with flag 215001/215001
38.95/18.90	c cleaning 9995 clauses out of 20010 with flag 225000/225000
40.46/19.70	c cleaning 9997 clauses out of 20015 with flag 235000/235000
41.40/20.17	c cleaning 0 clauses out of 5001 with flag 0/5001
42.82/20.71	c cleaning 10001 clauses out of 20018 with flag 245000/245000
44.86/21.76	c cleaning 9997 clauses out of 20017 with flag 255000/255000
46.77/22.77	c cleaning 10004 clauses out of 20021 with flag 265001/265001
48.91/23.85	c cleaning 10003 clauses out of 20016 with flag 275000/275000
51.04/24.92	c cleaning 10006 clauses out of 20014 with flag 285001/285001
53.17/26.06	c cleaning 10003 clauses out of 20007 with flag 295000/295000
54.67/26.81	c cleaning 9995 clauses out of 20004 with flag 305001/305001
55.60/27.33	c  And the winner is Resolution
55.71/27.52	c SATISFIABLE
55.71/27.52	c OPTIMIZING...
55.71/27.52	c Got one! Elapsed wall clock time (in seconds):27.412
55.71/27.52	o 9
56.46/27.90	c cleaning 12246 clauses out of 24519 with flag 5001/319511
57.61/28.55	c cleaning 9120 clauses out of 18272 with flag 11000/325510
59.13/29.35	c cleaning 8058 clauses out of 16154 with flag 18002/332512
60.23/29.99	c cleaning 8047 clauses out of 16095 with flag 26001/340511
62.03/30.83	c cleaning 8513 clauses out of 17047 with flag 35000/349510
63.72/31.80	c cleaning 9257 clauses out of 18534 with flag 45000/359510
65.64/32.72	c cleaning 9636 clauses out of 19278 with flag 55001/369511
66.93/33.49	c cleaning 9806 clauses out of 19641 with flag 65000/379510
68.08/34.08	c cleaning 9899 clauses out of 19836 with flag 75001/389511
69.39/34.74	c cleaning 9949 clauses out of 19936 with flag 85000/399510
70.71/35.47	c cleaning 9990 clauses out of 19988 with flag 95001/409511
73.00/36.63	c cleaning 9997 clauses out of 20001 with flag 105004/419514
75.33/37.82	c cleaning 9995 clauses out of 20000 with flag 115000/429510
76.84/38.70	c cleaning 9999 clauses out of 20007 with flag 125002/439512
78.82/39.66	c cleaning 9997 clauses out of 20006 with flag 135000/449510
80.26/40.44	c cleaning 9993 clauses out of 20009 with flag 145000/459510
81.38/41.05	c cleaning 10001 clauses out of 20017 with flag 155001/469511
82.71/41.75	c cleaning 9997 clauses out of 20015 with flag 165000/479510
83.21/42.00	c  And the winner is Resolution
83.25/42.34	c Got one! Elapsed wall clock time (in seconds):42.229
83.25/42.34	o 3
83.37/42.45	c cleaning 7597 clauses out of 15231 with flag 2001/484723
84.29/42.95	c cleaning 6799 clauses out of 13633 with flag 8000/490722
85.17/43.46	c cleaning 6906 clauses out of 13835 with flag 15001/497723
86.34/44.02	c cleaning 7449 clauses out of 14928 with flag 23000/505722
87.22/44.58	c cleaning 8235 clauses out of 16480 with flag 32001/514723
88.89/45.45	c cleaning 9117 clauses out of 18244 with flag 42000/524722
90.23/46.18	c cleaning 9553 clauses out of 19126 with flag 52000/534722
91.73/46.98	c cleaning 9776 clauses out of 19574 with flag 62001/544723
93.44/47.83	c cleaning 9886 clauses out of 19797 with flag 72000/554722
95.11/48.77	c cleaning 9944 clauses out of 19911 with flag 82000/564722
96.67/49.57	c cleaning 9973 clauses out of 19969 with flag 92002/574724
97.94/50.21	c cleaning 9981 clauses out of 19995 with flag 102001/584723
99.25/50.99	c cleaning 9990 clauses out of 20013 with flag 112000/594722
100.77/51.77	c cleaning 9998 clauses out of 20024 with flag 122001/604723
102.43/52.60	c cleaning 9999 clauses out of 20026 with flag 132001/614723
103.94/53.47	c cleaning 9997 clauses out of 20027 with flag 142001/624723
105.44/54.25	c cleaning 10001 clauses out of 20030 with flag 152001/634723
106.73/55.00	c cleaning 10013 clauses out of 20030 with flag 162002/644724
108.22/55.71	c cleaning 10001 clauses out of 20015 with flag 172000/654722
109.72/56.50	c cleaning 9999 clauses out of 20014 with flag 182000/664722
111.07/57.27	c cleaning 10005 clauses out of 20016 with flag 192001/674723
112.69/58.10	c cleaning 9999 clauses out of 20011 with flag 202001/684723
113.79/58.76	c cleaning 9990 clauses out of 20012 with flag 212001/694723
115.13/59.47	c cleaning 9995 clauses out of 20021 with flag 222000/704722
116.79/60.38	c cleaning 10000 clauses out of 20026 with flag 232000/714722
118.45/61.29	c cleaning 10001 clauses out of 20027 with flag 242001/724723
120.15/62.14	c cleaning 10005 clauses out of 20026 with flag 252001/734723
121.85/63.01	c cleaning 9999 clauses out of 20020 with flag 262000/744722
123.75/64.01	c cleaning 9999 clauses out of 20021 with flag 272000/754722
125.45/64.96	c cleaning 10011 clauses out of 20024 with flag 282002/764724
126.90/65.73	c cleaning 9996 clauses out of 20011 with flag 292000/774722
128.60/66.69	c cleaning 10003 clauses out of 20016 with flag 302001/784723
130.31/67.59	c cleaning 9999 clauses out of 20012 with flag 312000/794722
131.96/68.41	c cleaning 10003 clauses out of 20013 with flag 322000/804722
133.70/69.37	c cleaning 9999 clauses out of 20010 with flag 332000/814722
135.57/70.33	c cleaning 10001 clauses out of 20011 with flag 342000/824722
137.25/71.26	c cleaning 10001 clauses out of 20011 with flag 352001/834723
138.70/72.06	c cleaning 9997 clauses out of 20009 with flag 362000/844722
140.39/72.99	c cleaning 10001 clauses out of 20014 with flag 372002/854724
142.09/73.89	c cleaning 9996 clauses out of 20012 with flag 382001/864723
143.83/74.74	c cleaning 10001 clauses out of 20014 with flag 392000/874722
145.26/75.54	c cleaning 9998 clauses out of 20014 with flag 402001/884723
146.95/76.46	c cleaning 10000 clauses out of 20015 with flag 412000/894722
148.45/77.29	c cleaning 9997 clauses out of 20015 with flag 422001/904723
149.96/78.07	c cleaning 10002 clauses out of 20017 with flag 432000/914722
151.79/79.00	c cleaning 10000 clauses out of 20015 with flag 442000/924722
153.09/79.73	c cleaning 9997 clauses out of 20016 with flag 452001/934723
153.23/79.89	c cleaning 0 clauses out of 10876 with flag 0/10878
154.70/80.70	c cleaning 9999 clauses out of 20018 with flag 462000/944722
156.57/81.69	c cleaning 10000 clauses out of 20020 with flag 472001/954723
158.46/82.63	c cleaning 10004 clauses out of 20019 with flag 482000/964722
160.17/83.55	c cleaning 10001 clauses out of 20015 with flag 492000/974722
161.65/84.35	c cleaning 10007 clauses out of 20016 with flag 502002/984724
163.10/85.20	c cleaning 9997 clauses out of 20008 with flag 512001/994723
164.43/85.89	c cleaning 9999 clauses out of 20011 with flag 522001/1004723
166.08/86.79	c cleaning 10004 clauses out of 20012 with flag 532001/1014723
167.97/87.79	c cleaning 9999 clauses out of 20007 with flag 542000/1024722
169.41/88.56	c cleaning 9995 clauses out of 20008 with flag 552000/1034722
171.30/89.53	c cleaning 10002 clauses out of 20013 with flag 562001/1044723
172.79/90.39	c cleaning 10002 clauses out of 20013 with flag 572003/1054725
174.50/91.30	c cleaning 10002 clauses out of 20009 with flag 582001/1064723
176.77/92.42	c cleaning 9999 clauses out of 20006 with flag 592000/1074722
178.21/93.25	c cleaning 9995 clauses out of 20006 with flag 602000/1084722
180.10/94.20	c cleaning 9999 clauses out of 20011 with flag 612000/1094722
181.59/95.09	c cleaning 10004 clauses out of 20013 with flag 622001/1104723
183.44/96.08	c cleaning 9998 clauses out of 20008 with flag 632000/1114722
185.52/97.12	c cleaning 10001 clauses out of 20010 with flag 642000/1124722
187.21/98.06	c cleaning 10002 clauses out of 20010 with flag 652001/1134723
189.13/99.06	c cleaning 10001 clauses out of 20007 with flag 662001/1144723
189.72/99.48	c  And the winner is Resolution
190.30/100.19	c starts		: 189
190.30/100.19	c conflicts		: 1148538
190.30/100.19	c decisions		: 1185476
190.30/100.19	c propagations		: 21691041
190.30/100.19	c inspects		: 727134583
190.30/100.19	c shortcuts		: 0
190.30/100.19	c learnt literals	: 17
190.30/100.19	c learnt binary clauses	: 75
190.30/100.19	c learnt ternary clauses	: 260
190.30/100.19	c learnt constraints	: 1148520
190.30/100.19	c ignored constraints	: 0
190.30/100.19	c root simplifications	: 0
190.30/100.19	c removed literals (reason simplification)	: 36147987
190.30/100.19	c reason swapping (by a shorter reason)	: 0
190.30/100.19	c Calls to reduceDB	: 118
190.30/100.19	c number of reductions to clauses (during analyze)	: 0
190.30/100.19	c number of learned constraints concerned by reduction	: 0
190.30/100.19	c number of learning phase by resolution	: 0
190.30/100.19	c number of learning phase by cutting planes	: 0
190.30/100.19	c speed (assignments/second)	: 374959.6535808744
190.30/100.19	c non guided choices	5171
190.30/100.19	c learnt constraints type 
190.30/100.19	c constraints type 
190.30/100.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
190.30/100.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
190.30/100.19	c constraints type 
190.30/100.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
190.30/100.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
190.30/100.19	s OPTIMUM FOUND
190.30/100.19	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 
190.30/100.19	c objective function=3
190.30/100.19	c Total wall clock time (in seconds): 100.079

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-3453776-1307194202/watcher-3453776-1307194202 -o /tmp/evaluation-result-3453776-1307194202/solver-3453776-1307194202 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453776-1307194202.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: 3.69 3.85 3.69 4/582 7579
/proc/meminfo: memFree=29363760/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 1369 0 1 0 0 0 0 0 25 0 2 0 831018926 37810176 1073 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 9231 1073 833 9 0 387 0
[pid=7579/tid=7580] ppid=7577 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) R 7577 7579 3716 0 -1 4202560 7977 0 1 0 0 0 0 0 25 0 2 0 831018927 10694979584 8793 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251813934139 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0225999 s]
/proc/loadavg: 3.69 3.85 3.69 4/582 7579
/proc/meminfo: memFree=29363760/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 9938 0 1 0 0 0 0 0 25 0 10 0 831018926 10703900672 9641 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2613257 9645 951 9 0 2604413 0
[pid=7579/tid=7580] ppid=7577 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) R 7577 7579 3716 0 -1 4202560 8822 0 1 0 0 0 0 0 25 0 10 0 831018927 10703900672 9647 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 47897313558568 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10453028

[startup+0.100576 s]
/proc/loadavg: 3.69 3.85 3.69 4/582 7579
/proc/meminfo: memFree=29363760/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10539760 CPUtime=0.1 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 13098 0 1 0 8 2 0 0 25 0 18 0 831018926 10792714240 12768 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2634940 12769 2092 9 0 2625674 0
[pid=7579/tid=7580] ppid=7577 vsize=10539760 CPUtime=0.08 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) R 7577 7579 3716 0 -1 4202560 11154 0 1 0 7 1 0 0 25 0 18 0 831018927 10792714240 12771 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539760

[startup+0.300545 s]
/proc/loadavg: 3.69 3.85 3.69 4/582 7579
/proc/meminfo: memFree=29363760/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10547684 CPUtime=0.62 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 17623 0 1 0 59 3 0 0 25 0 22 0 831018926 10800828416 16233 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2636921 16233 2205 9 0 2627655 0
[pid=7579/tid=7580] ppid=7577 vsize=10547684 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12059 0 1 0 19 2 0 0 25 0 22 0 831018927 10800828416 16233 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 10547684

[startup+0.700479 s]
/proc/loadavg: 3.69 3.85 3.69 4/582 7579
/proc/meminfo: memFree=29363760/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10557564 CPUtime=2.22 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 36291 0 1 0 217 5 0 0 25 0 22 0 831018926 10810945536 32253 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639391 32266 2227 9 0 2630125 0
[pid=7579/tid=7580] ppid=7577 vsize=10557564 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12059 0 1 0 19 2 0 0 25 0 22 0 831018927 10810945536 32267 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10557564

[startup+1.50134 s]
/proc/loadavg: 3.69 3.85 3.69 7/604 7604
/proc/meminfo: memFree=29141524/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=4.53 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 86906 0 1 0 441 12 0 0 25 0 22 0 831018926 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 78933 2257 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12059 0 1 0 19 2 0 0 15 0 22 0 831018927 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 358 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 254 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 536 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7590] ppid=7577 vsize=10556700 CPUtime=0.03 cores=1,3,5,7
/proc/7579/task/7590/stat : 7590 (java) S 7577 7579 3716 0 -1 4202560 1498 0 0 0 3 0 0 0 16 0 22 0 831018929 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 0 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7591] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7591/stat : 7591 (java) S 7577 7579 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7592] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7592/stat : 7592 (java) S 7577 7579 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=0.94 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 10913 0 0 0 93 1 0 0 24 0 22 0 831018932 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.86 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6675 0 0 0 85 1 0 0 22 0 22 0 831018932 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018932 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7598] ppid=7577 vsize=10556700 CPUtime=1.22 cores=1,3,5,7
/proc/7579/task/7598/stat : 7598 (java) R 7577 7579 3716 0 -1 4202560 661 0 0 0 122 0 0 0 25 0 22 0 831018948 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505627252 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7579/tid=7599] ppid=7577 vsize=10556700 CPUtime=1.22 cores=1,3,5,7
/proc/7579/task/7599/stat : 7599 (java) R 7577 7579 3716 0 -1 4202560 52321 0 0 0 115 7 0 0 25 0 22 0 831018948 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505587759 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7601] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7601/stat : 7601 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 78933 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 10556700

[startup+3.10107 s]
/proc/loadavg: 3.69 3.85 3.69 5/604 7604
/proc/meminfo: memFree=29001032/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=7.73 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 104670 0 1 0 759 14 0 0 25 0 22 0 831018926 10810060800 96695 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 96698 2258 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12059 0 1 0 19 2 0 0 15 0 22 0 831018927 10810060800 96699 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96701 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 96703 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 22 0 831018928 10810060800 96705 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96707 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96709 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96711 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96712 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 541 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 96715 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7590] ppid=7577 vsize=10556700 CPUtime=0.09 cores=1,3,5,7
/proc/7579/task/7590/stat : 7590 (java) S 7577 7579 3716 0 -1 4202560 2327 0 0 0 9 0 0 0 16 0 22 0 831018929 10810060800 96717 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 0 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7591] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7591/stat : 7591 (java) S 7577 7579 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 96719 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7592] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7592/stat : 7592 (java) S 7577 7579 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 96721 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 96722 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=0.96 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 10917 0 0 0 95 1 0 0 15 0 22 0 831018932 10810060800 96723 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.88 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6681 0 0 0 87 1 0 0 15 0 22 0 831018932 10810060800 96724 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 96724 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018932 10810060800 96725 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7598] ppid=7577 vsize=10556700 CPUtime=2.76 cores=1,3,5,7
/proc/7579/task/7598/stat : 7598 (java) R 7577 7579 3716 0 -1 4202560 893 0 0 0 276 0 0 0 25 0 22 0 831018948 10810060800 96726 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505710894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7579/tid=7599] ppid=7577 vsize=10556700 CPUtime=2.75 cores=1,3,5,7
/proc/7579/task/7599/stat : 7599 (java) R 7577 7579 3716 0 -1 4202560 68836 0 0 0 267 8 0 0 25 0 22 0 831018948 10810060800 96728 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505639508 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 96729 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7601] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7601/stat : 7601 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 96731 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 10556700

[startup+6.30154 s]
/proc/loadavg: 3.71 3.85 3.69 5/604 7604
/proc/meminfo: memFree=28787000/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=14.22 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 165324 0 1 0 1400 22 0 0 25 0 22 0 831018926 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 157342 2258 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12059 0 1 0 19 2 0 0 15 0 22 0 831018927 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 412 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0.01 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 117 0 0 0 1 0 0 0 16 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0.01 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 476 0 0 0 1 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0.01 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 589 0 0 0 1 0 0 0 15 0 22 0 831018928 10810060800 157342 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0

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

[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=2.14 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 11916 0 0 0 213 1 0 0 15 0 22 0 831018932 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.95 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6681 0 0 0 94 1 0 0 15 0 22 0 831018932 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831018932 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7609] ppid=7577 vsize=10556700 CPUtime=47.06 cores=1,3,5,7
/proc/7579/task/7609/stat : 7609 (java) R 7577 7579 3716 0 -1 4202560 43 0 0 0 4706 0 0 0 16 0 22 0 831023160 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505710112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7579/tid=7610] ppid=7577 vsize=10556700 CPUtime=47.07 cores=1,3,5,7
/proc/7579/task/7610/stat : 7610 (java) R 7577 7579 3716 0 -1 4202560 17 0 0 0 4707 0 0 0 16 0 22 0 831023160 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505588064 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7579/tid=7611] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7611/stat : 7611 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831023160 10810060800 182139 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 186.21
Current children cumulated vsize (KiB) 10556700

[startup+99.101 s]
/proc/loadavg: 3.55 3.79 3.69 4/603 7998
/proc/meminfo: memFree=26662504/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=189.27 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 192515 0 1 0 18900 27 0 0 25 0 22 0 831018926 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 182394 2260 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.21 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) S 7577 7579 3716 0 -1 4202560 12078 0 1 0 19 2 0 0 15 0 22 0 831018927 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0.17 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 446 0 0 0 17 0 0 0 15 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0.22 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 82 0 0 0 22 0 0 0 15 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 144 0 0 0 19 0 0 0 15 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 123 0 0 0 19 0 0 0 16 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0.18 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 156 0 0 0 18 0 0 0 15 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 361 0 0 0 19 0 0 0 15 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 514 0 0 0 19 0 0 0 16 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0.25 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 614 0 0 0 25 0 0 0 16 0 22 0 831018928 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7590] ppid=7577 vsize=10556700 CPUtime=11.31 cores=1,3,5,7
/proc/7579/task/7590/stat : 7590 (java) R 7577 7579 3716 0 -1 4202560 18140 0 0 0 1129 2 0 0 15 0 22 0 831018929 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 47897317473420 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=7579/tid=7591] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7591/stat : 7591 (java) S 7577 7579 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7592] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7592/stat : 7592 (java) S 7577 7579 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831018930 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=2.14 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 11916 0 0 0 213 1 0 0 15 0 22 0 831018932 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.95 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6681 0 0 0 94 1 0 0 15 0 22 0 831018932 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018932 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831018932 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018949 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7609] ppid=7577 vsize=10556700 CPUtime=48.5 cores=1,3,5,7
/proc/7579/task/7609/stat : 7609 (java) S 7577 7579 3716 0 -1 4202560 44 0 0 0 4850 0 0 0 16 0 22 0 831023160 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7610] ppid=7577 vsize=10556700 CPUtime=48.51 cores=1,3,5,7
/proc/7579/task/7610/stat : 7610 (java) S 7577 7579 3716 0 -1 4202560 18 0 0 0 4851 0 0 0 16 0 22 0 831023160 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7611] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7611/stat : 7611 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831023160 10810060800 182394 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 189.27
Current children cumulated vsize (KiB) 10556700

[startup+99.9009 s]
/proc/loadavg: 3.55 3.79 3.69 4/603 7998
/proc/meminfo: memFree=26662504/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=190.08 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 192521 0 1 0 18981 27 0 0 25 0 19 0 831018926 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 180993 2260 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.33 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) R 7577 7579 3716 0 -1 4202560 12078 0 1 0 31 2 0 0 16 0 19 0 831018927 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0.17 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 446 0 0 0 17 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0.22 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 82 0 0 0 22 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 144 0 0 0 19 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 123 0 0 0 19 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0.18 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 156 0 0 0 18 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 361 0 0 0 19 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 514 0 0 0 19 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0.25 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 614 0 0 0 25 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7590] ppid=7577 vsize=10556700 CPUtime=11.45 cores=1,3,5,7
/proc/7579/task/7590/stat : 7590 (java) S 7577 7579 3716 0 -1 4202560 18140 0 0 0 1143 2 0 0 16 0 19 0 831018929 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 0 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7591] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7591/stat : 7591 (java) S 7577 7579 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831018930 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7592] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7592/stat : 7592 (java) S 7577 7579 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831018930 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=2.14 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 11918 0 0 0 213 1 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.97 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6681 0 0 0 96 1 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831018949 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.08
Current children cumulated vsize (KiB) 10556700

[startup+100.122 s]
/proc/loadavg: 3.55 3.79 3.69 3/600 7998
/proc/meminfo: memFree=26667488/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=10556700 CPUtime=190.3 cores=1,3,5,7
/proc/7579/stat : 7579 (java) S 7577 7579 3716 0 -1 4202496 192521 0 1 0 19003 27 0 0 25 0 19 0 831018926 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 2639175 180993 2260 9 0 2629909 0
[pid=7579/tid=7580] ppid=7577 vsize=10556700 CPUtime=0.55 cores=1,3,5,7
/proc/7579/task/7580/stat : 7580 (java) R 7577 7579 3716 0 -1 4202560 12078 0 1 0 53 2 0 0 16 0 19 0 831018927 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7579/tid=7582] ppid=7577 vsize=10556700 CPUtime=0.17 cores=1,3,5,7
/proc/7579/task/7582/stat : 7582 (java) S 7577 7579 3716 0 -1 4202560 446 0 0 0 17 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7583] ppid=7577 vsize=10556700 CPUtime=0.22 cores=1,3,5,7
/proc/7579/task/7583/stat : 7583 (java) S 7577 7579 3716 0 -1 4202560 82 0 0 0 22 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7584] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7584/stat : 7584 (java) S 7577 7579 3716 0 -1 4202560 144 0 0 0 19 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7585] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7585/stat : 7585 (java) S 7577 7579 3716 0 -1 4202560 123 0 0 0 19 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7586] ppid=7577 vsize=10556700 CPUtime=0.18 cores=1,3,5,7
/proc/7579/task/7586/stat : 7586 (java) S 7577 7579 3716 0 -1 4202560 156 0 0 0 18 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7587] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7587/stat : 7587 (java) S 7577 7579 3716 0 -1 4202560 361 0 0 0 19 0 0 0 15 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 7 0 0 0
[pid=7579/tid=7588] ppid=7577 vsize=10556700 CPUtime=0.19 cores=1,3,5,7
/proc/7579/task/7588/stat : 7588 (java) S 7577 7579 3716 0 -1 4202560 514 0 0 0 19 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7589] ppid=7577 vsize=10556700 CPUtime=0.25 cores=1,3,5,7
/proc/7579/task/7589/stat : 7589 (java) S 7577 7579 3716 0 -1 4202560 614 0 0 0 25 0 0 0 16 0 19 0 831018928 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7590] ppid=7577 vsize=10556700 CPUtime=11.45 cores=1,3,5,7
/proc/7579/task/7590/stat : 7590 (java) S 7577 7579 3716 0 -1 4202560 18140 0 0 0 1143 2 0 0 16 0 19 0 831018929 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 0 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7591] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7591/stat : 7591 (java) S 7577 7579 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831018930 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7592] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7592/stat : 7592 (java) S 7577 7579 3716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831018930 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7593] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7593/stat : 7593 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826063793 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7594] ppid=7577 vsize=10556700 CPUtime=2.14 cores=1,3,5,7
/proc/7579/task/7594/stat : 7594 (java) S 7577 7579 3716 0 -1 4202560 11918 0 0 0 213 1 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 3 0 0 0
[pid=7579/tid=7595] ppid=7577 vsize=10556700 CPUtime=0.97 cores=1,3,5,7
/proc/7579/task/7595/stat : 7595 (java) S 7577 7579 3716 0 -1 4202560 6681 0 0 0 96 1 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7596] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7596/stat : 7596 (java) S 7577 7579 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056089 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
[pid=7579/tid=7597] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7597/stat : 7597 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 831018932 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 1 0 0 0
[pid=7579/tid=7600] ppid=7577 vsize=10556700 CPUtime=0 cores=1,3,5,7
/proc/7579/task/7600/stat : 7600 (java) S 7577 7579 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831018949 10810060800 180993 33554432000 1073741824 1073778376 140734757556528 18446744073709551615 251826056704 0 4 0 16800975 18446604454628040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.3
Current children cumulated vsize (KiB) 10556700

[startup+100.201 s]
/proc/loadavg: 3.55 3.79 3.69 3/600 7998
/proc/meminfo: memFree=26667488/32950928 swapFree=41528364/67111528
[pid=7579] ppid=7577 vsize=0 CPUtime=190.38 cores=1,3,5,7
/proc/7579/stat : 7579 (java) R 7577 7579 3716 0 -1 4203524 192532 0 1 0 19010 28 0 0 18 0 1 0 831018926 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7579/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.38
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 100.223
CPU time (s): 190.417
CPU user time (s): 190.109
CPU system time (s): 0.307953
CPU usage (%): 189.994
Max. virtual memory (cumulated for all children) (KiB): 10557564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.109
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192532
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= 6047
involuntary context switches= 2707

runsolver used 0.58791 second user time and 1.36679 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 15:30:02
IDJOB=3453776
IDBENCH=47980
IDSOLVER=1950
FILE ID=node126/3453776-1307194202
RUNJOBID= node126-1307194157-7267
PBS_JOBID= 13508841
Free space on /tmp= 73800 MiB

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

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1257030739

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29364056 kB
Buffers:        317648 kB
Cached:         493088 kB
SwapCached:      15388 kB
Active:        2815712 kB
Inactive:       450584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29364056 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:     2453104 kB
Mapped:          31940 kB
Slab:           148520 kB
PageTables:     101488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186769968 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= 73800 MiB
End job on node126 at 2011-06-04 15:31:43