Trace number 3710784

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 PB specific settings 2.3.2 snapshotOPT5 208.162 205.107

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ex4inp.r.opb
MD5SUMbc692dc92013616c4d370a3b9a33f673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.133979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables240
Total number of constraints91
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint176
Number of terms in the objective function 240
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 240
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 240
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710784-1338153112.opb
0.11/0.11	c reading problem ... 
0.30/0.25	c ... done. Wall clock time 0.148s.
0.30/0.25	c declared #vars     240
0.30/0.25	c #constraints  91
0.30/0.25	c constraints type 
0.30/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.30/0.25	c 91 constraints processed.
0.30/0.26	c SATISFIABLE
0.30/0.26	c OPTIMIZING...
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.30/0.26	o 8
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.30/0.26	o 7
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.165
0.30/0.27	o 6
1.07/0.56	c cleaning 2501 clauses out of 5001 with flag 5000/5001
1.36/0.71	c cleaning 4249 clauses out of 8501 with flag 11001/11002
1.47/0.89	c cleaning 5626 clauses out of 11254 with flag 18003/18004
1.80/1.11	c cleaning 6803 clauses out of 13625 with flag 26000/26001
2.02/1.36	c cleaning 7906 clauses out of 15822 with flag 35000/35001
2.32/1.62	c Got one! Elapsed wall clock time (in seconds):1.516
2.32/1.62	o 5
2.52/1.80	c cleaning 11443 clauses out of 22888 with flag 5000/49973
2.64/1.98	c cleaning 8713 clauses out of 17445 with flag 11000/55973
2.85/2.18	c cleaning 7857 clauses out of 15734 with flag 18002/62975
3.14/2.43	c cleaning 7922 clauses out of 15875 with flag 26000/70973
3.35/2.69	c cleaning 8465 clauses out of 16953 with flag 35000/79973
3.75/3.00	c cleaning 9228 clauses out of 18488 with flag 45000/89973
4.16/3.46	c cleaning 10129 clauses out of 20262 with flag 56002/100975
4.57/3.87	c cleaning 11064 clauses out of 22131 with flag 68000/112973
4.97/4.26	c cleaning 12009 clauses out of 24068 with flag 81001/125974
5.48/4.76	c cleaning 13027 clauses out of 26059 with flag 95001/139974
6.18/5.50	c cleaning 14012 clauses out of 28032 with flag 110001/154974
7.00/6.26	c cleaning 15001 clauses out of 30023 with flag 126004/170977
7.61/6.83	c cleaning 15980 clauses out of 32019 with flag 143001/187974
8.22/7.47	c cleaning 17019 clauses out of 34039 with flag 161001/205974
9.04/8.21	c cleaning 18007 clauses out of 36025 with flag 180006/224979
9.76/8.98	c cleaning 19005 clauses out of 38017 with flag 200005/244978
10.69/9.81	c cleaning 20001 clauses out of 40010 with flag 221003/265976
11.39/10.60	c cleaning 20999 clauses out of 42009 with flag 243003/287976
12.29/11.48	c cleaning 21992 clauses out of 44007 with flag 266000/310973
13.31/12.46	c cleaning 22983 clauses out of 46016 with flag 290001/334974
14.34/13.48	c cleaning 24008 clauses out of 48035 with flag 315003/359976
15.44/14.50	c cleaning 25006 clauses out of 50024 with flag 341000/385973
16.48/15.57	c cleaning 26006 clauses out of 52027 with flag 368009/412982
17.59/16.68	c cleaning 27002 clauses out of 54015 with flag 396003/440976
18.89/17.97	c cleaning 27992 clauses out of 56010 with flag 425000/469973
20.51/19.51	c cleaning 28998 clauses out of 58021 with flag 455003/499976
22.34/21.38	c cleaning 29992 clauses out of 60020 with flag 486000/530973
23.98/22.98	c cleaning 30973 clauses out of 62029 with flag 518001/562974
25.79/24.76	c cleaning 32007 clauses out of 64055 with flag 551000/595973
27.32/26.22	c cleaning 32986 clauses out of 66049 with flag 585001/629974
28.94/27.88	c cleaning 34018 clauses out of 68062 with flag 620000/664973
30.77/29.70	c cleaning 35010 clauses out of 70044 with flag 656000/700973
32.79/31.60	c cleaning 36006 clauses out of 72037 with flag 693003/737976
35.22/34.02	c cleaning 37009 clauses out of 74029 with flag 731001/775974
37.14/35.99	c cleaning 38007 clauses out of 76022 with flag 770003/814976
39.25/38.00	c cleaning 39001 clauses out of 78012 with flag 810000/854973
41.38/40.17	c cleaning 40001 clauses out of 80014 with flag 851003/895976
43.38/42.15	c cleaning 40984 clauses out of 82010 with flag 893000/937973
45.83/44.53	c cleaning 41972 clauses out of 84027 with flag 936001/980974
48.74/47.48	c cleaning 43023 clauses out of 86054 with flag 980000/1024973
51.28/49.91	c cleaning 44014 clauses out of 88033 with flag 1025002/1069975
53.51/52.17	c cleaning 45002 clauses out of 90017 with flag 1071000/1115973
56.02/54.67	c cleaning 45992 clauses out of 92021 with flag 1118006/1162979
58.65/57.26	c cleaning 46997 clauses out of 94023 with flag 1166000/1210973
61.58/60.19	c cleaning 47987 clauses out of 96026 with flag 1215000/1259973
64.39/62.98	c cleaning 48999 clauses out of 98039 with flag 1265000/1309973
67.52/66.02	c cleaning 50009 clauses out of 100040 with flag 1316000/1360973
70.47/68.98	c cleaning 50986 clauses out of 102031 with flag 1368000/1412973
74.75/72.82	c cleaning 52012 clauses out of 104045 with flag 1421000/1465973
77.80/75.86	c cleaning 52986 clauses out of 106033 with flag 1475000/1519973
80.83/78.82	c cleaning 53990 clauses out of 108050 with flag 1530003/1574976
84.47/82.49	c cleaning 55023 clauses out of 110060 with flag 1586003/1630976
88.77/86.70	c cleaning 55994 clauses out of 112034 with flag 1643000/1687973
93.69/91.66	c cleaning 56979 clauses out of 114040 with flag 1701000/1745973
97.62/95.53	c cleaning 58016 clauses out of 116061 with flag 1760000/1804973
101.24/99.16	c cleaning 58986 clauses out of 118045 with flag 1820000/1864973
104.88/102.78	c cleaning 60008 clauses out of 120059 with flag 1881000/1925973
109.22/107.05	c cleaning 60998 clauses out of 122051 with flag 1943000/1987973
112.55/110.35	c cleaning 62027 clauses out of 124053 with flag 2006000/2050973
116.77/114.56	c cleaning 63010 clauses out of 126029 with flag 2070003/2114976
121.00/118.72	c cleaning 63998 clauses out of 128017 with flag 2135001/2179974
124.92/122.60	c cleaning 64987 clauses out of 130023 with flag 2201005/2245978
129.35/127.03	c cleaning 66013 clauses out of 132031 with flag 2268000/2312973
133.68/131.31	c cleaning 66996 clauses out of 134019 with flag 2336001/2380974
138.53/136.18	c cleaning 68003 clauses out of 136026 with flag 2405004/2449977
142.95/140.52	c cleaning 68999 clauses out of 138019 with flag 2475000/2519973
148.59/146.19	c cleaning 70004 clauses out of 140022 with flag 2546002/2590975
153.06/150.59	c cleaning 70992 clauses out of 142016 with flag 2618000/2662973
157.39/154.85	c cleaning 72004 clauses out of 144031 with flag 2691007/2735980
162.72/160.17	c cleaning 72995 clauses out of 146020 with flag 2765000/2809973
168.44/165.81	c cleaning 73982 clauses out of 148025 with flag 2840000/2884973
173.67/171.00	c cleaning 75010 clauses out of 150044 with flag 2916001/2960974
178.54/175.81	c cleaning 76014 clauses out of 152036 with flag 2993003/3037976
183.48/180.74	c cleaning 65911 clauses out of 131854 with flag 3071005/3115978
189.60/186.87	c cleaning 72454 clauses out of 144938 with flag 3150000/3194973
194.86/192.05	c cleaning 76241 clauses out of 152484 with flag 3230000/3274973
200.70/197.89	c cleaning 78609 clauses out of 157247 with flag 3311004/3355977
206.24/203.38	c cleaning 80313 clauses out of 160648 with flag 3393014/3437987
208.07/205.10	c starts		: 255
208.07/205.10	c conflicts		: 3470011
208.07/205.10	c decisions		: 9299772
208.07/205.10	c propagations		: 88952704
208.07/205.10	c inspects		: 1272164309
208.07/205.10	c shortcuts		: 0
208.07/205.10	c learnt literals	: 12
208.07/205.10	c learnt binary clauses	: 145
208.07/205.10	c learnt ternary clauses	: 542
208.07/205.10	c learnt constraints	: 3469998
208.07/205.10	c ignored constraints	: 0
208.07/205.10	c root simplifications	: 266
208.07/205.10	c removed literals (reason simplification)	: 16800886
208.07/205.10	c reason swapping (by a shorter reason)	: 0
208.07/205.10	c Calls to reduceDB	: 83
208.07/205.10	c number of reductions to clauses (during analyze)	: 0
208.07/205.10	c number of learned constraints concerned by reduction	: 0
208.07/205.10	c number of learning phase by resolution	: 0
208.07/205.10	c number of learning phase by cutting planes	: 0
208.07/205.10	c speed (assignments/second)	: 434250.3197586432
208.07/205.10	c non guided choices	688
208.07/205.10	c learnt constraints type 
208.07/205.10	c constraints type 
208.07/205.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
208.07/205.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
208.07/205.10	c 91 constraints processed.
208.07/205.10	s OPTIMUM FOUND
208.07/205.10	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 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 
208.07/205.10	c objective function=5
208.07/205.10	c Total wall clock time (in seconds): 204.994

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710784-1338153112/watcher-3710784-1338153112 -o /tmp/evaluation-result-3710784-1338153112/solver-3710784-1338153112 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710784-1338153112.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 22633
/proc/meminfo: memFree=30880776/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 281437090 94019584 917 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 22954 917 697 9 0 16769 0
[pid=22633/tid=22634] ppid=22631 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) D 22631 22633 21838 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 281437091 94019584 917 33554432000 1073741824 1073778376 140737445329504 140303560965672 242158234919 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0756941 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 22633
/proc/meminfo: memFree=30880776/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 3763 0 1 0 6 1 0 0 20 0 18 0 281437090 9787842560 4460 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2389610 4460 1940 9 0 2380296 0
[pid=22633/tid=22634] ppid=22631 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2360 0 1 0 5 0 0 0 20 0 18 0 281437091 9787842560 4460 33554432000 1073741824 1073778376 140737445329504 140303560969152 140303563773323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100219 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 22633
/proc/meminfo: memFree=30880776/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 4459 0 1 0 10 1 0 0 20 0 18 0 281437090 9787842560 5666 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2389610 5666 2145 9 0 2380296 0
[pid=22633/tid=22634] ppid=22631 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2543 0 1 0 6 2 0 0 20 0 18 0 281437091 9787842560 5666 33554432000 1073741824 1073778376 140737445329504 140303560963640 242170782989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300196 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 22633
/proc/meminfo: memFree=30880776/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 7370 0 1 0 57 2 0 0 20 0 19 0 281437090 9856004096 8967 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 8967 2233 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2566 0 1 0 26 2 0 0 20 0 19 0 281437091 9856004096 8967 33554432000 1073741824 1073778376 140737445329504 140303560971024 140303500737596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9625004

[startup+0.700206 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 22633
/proc/meminfo: memFree=30880776/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 8685 0 1 0 134 2 0 0 20 0 19 0 281437090 9856004096 11917 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 11917 2279 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2571 0 1 0 65 2 0 0 20 0 19 0 281437091 9856004096 11917 33554432000 1073741824 1073778376 140737445329504 140303560970664 140303501234193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 22652
/proc/meminfo: memFree=30839868/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 8712 0 1 0 220 2 0 0 20 0 19 0 281437090 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 12961 2279 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2573 0 1 0 140 2 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303560970664 140303501264405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 281437092 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 1605 0 0 0 32 0 0 0 20 0 19 0 281437095 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3283 0 0 0 36 0 0 0 20 0 19 0 281437095 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 12961 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10055 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 22652
/proc/meminfo: memFree=30835152/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=3.86 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 8734 0 1 0 383 3 0 0 20 0 19 0 281437090 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 13994 2279 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2579 0 1 0 293 2 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303560970664 140303501225295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 281437092 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 1605 0 0 0 32 0 0 0 20 0 19 0 281437095 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3283 0 0 0 36 0 0 0 20 0 19 0 281437095 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 13994 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 22652
/proc/meminfo: memFree=30830336/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=7.11 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 8765 0 1 0 708 3 0 0 20 0 19 0 281437090 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 14523 2279 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=6.04 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2586 0 1 0 602 2 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303560970664 140303501251338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281437091 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 281437092 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 1605 0 0 0 32 0 0 0 20 0 19 0 281437095 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3283 0 0 0 37 0 0 0 20 0 19 0 281437095 9856004096 14523 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 100 0 0 0 32 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 77 0 0 0 33 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 138 0 0 0 26 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 134 0 0 0 28 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 65 0 0 0 27 2 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 73 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 82 0 0 0 31 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 115 0 0 0 27 0 0 0 20 0 19 0 281437091 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 65 0 0 0 185 2 0 0 20 0 19 0 281437092 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 7795 0 0 0 61 1 0 0 20 0 19 0 281437095 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3302 0 0 0 52 0 0 0 20 0 19 0 281437095 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 281437095 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 32945 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 206.04
Current children cumulated vsize (KiB) 9625004

[startup+203.901 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 22653
/proc/meminfo: memFree=30726852/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=206.86 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 15831 0 1 0 20673 13 0 0 20 0 19 0 281437090 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 33482 2280 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=201.22 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2663 0 1 0 20117 5 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303560970544 140303501225432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 100 0 0 0 32 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 77 0 0 0 34 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 138 0 0 0 26 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 159 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 65 0 0 0 27 2 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 73 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 82 0 0 0 31 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 115 0 0 0 27 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 68 0 0 0 189 2 0 0 20 0 19 0 281437092 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 7795 0 0 0 61 1 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3302 0 0 0 52 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 206.86
Current children cumulated vsize (KiB) 9625004

[startup+204.701 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 22653
/proc/meminfo: memFree=30724804/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=207.66 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 15831 0 1 0 20753 13 0 0 20 0 19 0 281437090 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 33482 2280 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=202.02 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2663 0 1 0 20197 5 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303560970544 140303501388244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 100 0 0 0 32 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 77 0 0 0 34 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 138 0 0 0 26 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 159 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 65 0 0 0 27 2 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 73 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 82 0 0 0 31 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 115 0 0 0 27 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 68 0 0 0 189 2 0 0 20 0 19 0 281437092 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 7795 0 0 0 61 1 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3302 0 0 0 52 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.66
Current children cumulated vsize (KiB) 9625004

[startup+205.101 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 22653
/proc/meminfo: memFree=30724804/32873648 swapFree=7112/7112
[pid=22633] ppid=22631 vsize=9625004 CPUtime=208.07 cores=1,3,5,7
/proc/22633/stat : 22633 (java) S 22631 22633 21838 0 -1 4202496 15832 0 1 0 20794 13 0 0 20 0 19 0 281437090 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140737445320640 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22633/statm: 2406251 33482 2280 9 0 2396937 0
[pid=22633/tid=22634] ppid=22631 vsize=9625004 CPUtime=202.42 cores=1,3,5,7
/proc/22633/task/22634/stat : 22634 (java) R 22631 22633 21838 0 -1 4202560 2663 0 1 0 20237 5 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303560970544 140303501449203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22636] ppid=22631 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22633/task/22636/stat : 22636 (java) S 22631 22633 21838 0 -1 4202560 100 0 0 0 32 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303499701160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22637] ppid=22631 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22633/task/22637/stat : 22637 (java) S 22631 22633 21838 0 -1 4202560 77 0 0 0 34 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303498648616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22638] ppid=22631 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22633/task/22638/stat : 22638 (java) S 22631 22633 21838 0 -1 4202560 138 0 0 0 26 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303497595560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22639] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22639/stat : 22639 (java) S 22631 22633 21838 0 -1 4202560 159 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303496543016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22640] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22640/stat : 22640 (java) S 22631 22633 21838 0 -1 4202560 65 0 0 0 27 2 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303400647080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22641] ppid=22631 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22633/task/22641/stat : 22641 (java) S 22631 22633 21838 0 -1 4202560 73 0 0 0 29 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303399594536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22642] ppid=22631 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/22633/task/22642/stat : 22642 (java) S 22631 22633 21838 0 -1 4202560 82 0 0 0 31 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303398541480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22633/tid=22643] ppid=22631 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/22633/task/22643/stat : 22643 (java) S 22631 22633 21838 0 -1 4202560 115 0 0 0 27 0 0 0 20 0 19 0 281437091 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303397488936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22644] ppid=22631 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/22633/task/22644/stat : 22644 (java) S 22631 22633 21838 0 -1 4202560 68 0 0 0 189 2 0 0 20 0 19 0 281437092 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303385078632 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22645] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22645/stat : 22645 (java) S 22631 22633 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303384024952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22646] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22646/stat : 22646 (java) S 22631 22633 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281437093 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303382971784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22647] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22647/stat : 22647 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303381920528 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22648] ppid=22631 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/22633/task/22648/stat : 22648 (java) S 22631 22633 21838 0 -1 4202560 7795 0 0 0 61 1 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303380867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22633/tid=22649] ppid=22631 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22633/task/22649/stat : 22649 (java) S 22631 22633 21838 0 -1 4202560 3303 0 0 0 53 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303379814840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22650] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22650/stat : 22650 (java) S 22631 22633 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303378761976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22633/tid=22651] ppid=22631 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22633/task/22651/stat : 22651 (java) S 22631 22633 21838 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 281437095 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303377709640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22633/tid=22652] ppid=22631 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22633/task/22652/stat : 22652 (java) S 22631 22633 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281437116 9856004096 33482 33554432000 1073741824 1073778376 140737445329504 140303376655912 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 208.07
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 205.107
CPU time (s): 208.162
CPU user time (s): 207.899
CPU system time (s): 0.26296
CPU usage (%): 101.49
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.899
system time used= 0.26296
maximum resident set size= 133988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15850
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6805
involuntary context switches= 6656

runsolver used 0.987849 second user time and 1.9947 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 23:11:52
IDJOB=3710784
IDBENCH=2866
IDSOLVER=2289
FILE ID=node126/3710784-1338153112
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ex4inp.r.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710784-1338153112/watcher-3710784-1338153112 -o /tmp/evaluation-result-3710784-1338153112/solver-3710784-1338153112 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710784-1338153112.opb

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

MD5SUM BENCH= bc692dc92013616c4d370a3b9a33f673
RANDOM SEED=576653914

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30881196 kB
Buffers:          312564 kB
Cached:           582968 kB
SwapCached:        17756 kB
Active:           998584 kB
Inactive:         178104 kB
Active(anon):     262952 kB
Inactive(anon):    20452 kB
Active(file):     735632 kB
Inactive(file):   157652 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:        279508 kB
Mapped:            17944 kB
Shmem:                 0 kB
Slab:             669256 kB
SReclaimable:     113116 kB
SUnreclaim:       556140 kB
KernelStack:        1760 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2012-05-27 23:15:17