Trace number 3710813

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 snapshot? (TO) 1800.38 1795.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710813-1338154659.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.024s.
0.09/0.15	c declared #vars     41
0.09/0.15	c #constraints  11
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.15	c 11 constraints processed.
0.63/0.43	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.92/0.65	c cleaning 4251 clauses out of 8502 with flag 11002/11002
1.14/0.89	c cleaning 5625 clauses out of 11250 with flag 18001/18001
1.58/1.21	c cleaning 6809 clauses out of 13624 with flag 26000/26000
2.00/1.63	c cleaning 7909 clauses out of 15817 with flag 35002/35002
2.40/2.07	c cleaning 8951 clauses out of 17907 with flag 45001/45001
3.01/2.61	c cleaning 9976 clauses out of 19955 with flag 56000/56000
3.53/3.14	c cleaning 10986 clauses out of 21980 with flag 68001/68001
4.13/3.79	c cleaning 11995 clauses out of 23993 with flag 81000/81000
4.83/4.50	c cleaning 13000 clauses out of 25999 with flag 95001/95001
5.64/5.29	c cleaning 13997 clauses out of 27998 with flag 110000/110000
6.54/6.19	c cleaning 15001 clauses out of 30003 with flag 126002/126002
7.46/7.09	c cleaning 15995 clauses out of 32002 with flag 143002/143002
8.48/8.04	c cleaning 16995 clauses out of 34006 with flag 161001/161001
9.70/9.29	c cleaning 18006 clauses out of 36011 with flag 180001/180001
10.93/10.44	c cleaning 19003 clauses out of 38006 with flag 200002/200002
12.05/11.56	c cleaning 20000 clauses out of 40004 with flag 221003/221003
13.25/12.77	c cleaning 20999 clauses out of 42001 with flag 243000/243000
14.77/14.29	c cleaning 21998 clauses out of 44003 with flag 266001/266001
16.39/15.86	c cleaning 23000 clauses out of 46005 with flag 290001/290001
18.02/17.42	c cleaning 23999 clauses out of 48004 with flag 315000/315000
19.82/19.24	c cleaning 25003 clauses out of 50006 with flag 341001/341001
21.75/21.12	c cleaning 25992 clauses out of 52002 with flag 368000/368000
24.07/23.45	c cleaning 26999 clauses out of 54010 with flag 396000/396000
26.19/25.53	c cleaning 28009 clauses out of 56017 with flag 425006/425006
28.20/27.60	c cleaning 28999 clauses out of 58004 with flag 455002/455002
30.53/29.84	c cleaning 30005 clauses out of 60009 with flag 486006/486006
32.64/31.94	c cleaning 30994 clauses out of 61998 with flag 518000/518000
35.04/34.38	c cleaning 31997 clauses out of 64004 with flag 551000/551000
37.48/36.78	c cleaning 32998 clauses out of 66007 with flag 585000/585000
40.80/40.01	c cleaning 34004 clauses out of 68014 with flag 620005/620005
43.51/42.78	c cleaning 35001 clauses out of 70005 with flag 656000/656000
46.12/45.38	c cleaning 36000 clauses out of 72005 with flag 693001/693001
49.03/48.20	c cleaning 37000 clauses out of 74005 with flag 731001/731001
51.95/51.12	c cleaning 38002 clauses out of 76006 with flag 770002/770002
54.66/53.88	c cleaning 39002 clauses out of 78005 with flag 810003/810003
57.96/57.18	c cleaning 40000 clauses out of 80001 with flag 851001/851001
62.49/61.64	c cleaning 40999 clauses out of 82001 with flag 893001/893001
66.81/65.96	c cleaning 42003 clauses out of 84005 with flag 936004/936004
70.73/69.83	c cleaning 42998 clauses out of 85998 with flag 980000/980000
74.86/73.92	c cleaning 43996 clauses out of 88001 with flag 1025001/1025001
79.48/78.51	c cleaning 44998 clauses out of 90004 with flag 1071000/1071000
83.61/82.69	c cleaning 45999 clauses out of 92007 with flag 1118001/1118001
88.11/87.16	c cleaning 47002 clauses out of 94008 with flag 1166001/1166001
92.72/91.76	c cleaning 47999 clauses out of 96006 with flag 1215001/1215001
96.65/95.68	c cleaning 49003 clauses out of 98007 with flag 1265001/1265001
101.87/100.80	c cleaning 49994 clauses out of 100003 with flag 1316000/1316000
107.74/106.67	c cleaning 50997 clauses out of 102010 with flag 1368001/1368001
113.25/112.12	c cleaning 52001 clauses out of 104013 with flag 1421001/1421001
118.28/117.17	c cleaning 53004 clauses out of 106014 with flag 1475003/1475003
123.80/122.66	c cleaning 54003 clauses out of 108011 with flag 1530004/1530004
128.42/127.29	c cleaning 54994 clauses out of 110004 with flag 1586000/1586000
134.37/133.15	c cleaning 56000 clauses out of 112012 with flag 1643002/1643002
141.18/139.94	c cleaning 57001 clauses out of 114010 with flag 1701000/1701000
147.19/145.99	c cleaning 58004 clauses out of 116009 with flag 1760000/1760000
153.23/151.92	c cleaning 59001 clauses out of 118005 with flag 1820000/1820000
160.04/158.73	c cleaning 60001 clauses out of 120007 with flag 1881003/1881003
167.15/165.81	c cleaning 61004 clauses out of 122008 with flag 1943005/1943005
177.88/176.56	c cleaning 61998 clauses out of 124000 with flag 2006001/2006001
187.51/186.14	c cleaning 62999 clauses out of 126002 with flag 2070001/2070001
196.23/194.81	c cleaning 63999 clauses out of 128002 with flag 2135000/2135000
205.83/204.40	c cleaning 65000 clauses out of 130005 with flag 2201002/2201002
213.94/212.52	c cleaning 66004 clauses out of 132007 with flag 2268004/2268004
222.47/221.00	c cleaning 67001 clauses out of 134005 with flag 2336006/2336006
232.12/230.65	c cleaning 67994 clauses out of 135999 with flag 2405001/2405001
241.05/239.58	c cleaning 69000 clauses out of 138004 with flag 2475000/2475000
250.98/249.45	c cleaning 70001 clauses out of 140006 with flag 2546002/2546002
261.60/260.10	c cleaning 70998 clauses out of 142003 with flag 2618000/2618000
270.53/268.94	c cleaning 71997 clauses out of 144008 with flag 2691003/2691003
280.55/278.92	c cleaning 72996 clauses out of 146009 with flag 2765001/2765001
291.28/289.65	c cleaning 74000 clauses out of 148012 with flag 2840000/2840000
301.50/299.87	c cleaning 75005 clauses out of 150014 with flag 2916002/2916002
312.82/311.13	c cleaning 75996 clauses out of 152007 with flag 2993000/2993000
324.57/322.83	c cleaning 77003 clauses out of 154011 with flag 3071000/3071000
333.79/332.05	c cleaning 77998 clauses out of 156009 with flag 3150001/3150001
343.91/342.16	c cleaning 79000 clauses out of 158010 with flag 3230000/3230000
356.31/354.52	c cleaning 80002 clauses out of 160010 with flag 3311000/3311000
367.94/366.15	c cleaning 80999 clauses out of 162008 with flag 3393000/3393000
380.98/379.16	c cleaning 82000 clauses out of 164010 with flag 3476001/3476001
394.00/392.15	c cleaning 83005 clauses out of 166009 with flag 3560000/3560000
406.64/404.80	c cleaning 83999 clauses out of 168004 with flag 3645000/3645000
420.67/418.74	c cleaning 85000 clauses out of 170005 with flag 3731000/3731000
437.41/435.48	c cleaning 85996 clauses out of 172008 with flag 3818003/3818003
453.56/451.57	c cleaning 87002 clauses out of 174010 with flag 3906001/3906001
467.39/465.34	c cleaning 88001 clauses out of 176010 with flag 3995003/3995003
482.02/479.99	c cleaning 89001 clauses out of 178006 with flag 4085000/4085000
496.98/494.85	c cleaning 90001 clauses out of 180005 with flag 4176000/4176000
513.13/510.93	c cleaning 91001 clauses out of 182004 with flag 4268000/4268000
530.68/528.42	c cleaning 92002 clauses out of 184003 with flag 4361000/4361000
549.69/547.41	c cleaning 93003 clauses out of 186005 with flag 4455004/4455004
565.82/563.59	c cleaning 93991 clauses out of 187998 with flag 4550000/4550000
583.87/581.57	c cleaning 95000 clauses out of 190008 with flag 4646001/4646001
602.68/600.38	c cleaning 95996 clauses out of 192007 with flag 4743000/4743000
614.10/611.74	c cleaning 97002 clauses out of 194011 with flag 4841000/4841000
628.51/626.11	c cleaning 97996 clauses out of 196009 with flag 4940000/4940000
647.54/645.19	c cleaning 99008 clauses out of 198015 with flag 5040002/5040002
665.31/662.83	c cleaning 99999 clauses out of 200005 with flag 5141000/5141000
683.34/680.81	c cleaning 101001 clauses out of 202009 with flag 5243003/5243003
702.39/699.85	c cleaning 102004 clauses out of 204007 with flag 5346002/5346002
721.01/718.49	c cleaning 102995 clauses out of 206002 with flag 5450001/5450001
744.89/742.24	c cleaning 103999 clauses out of 208006 with flag 5555000/5555000
770.64/767.91	c cleaning 104999 clauses out of 210007 with flag 5661000/5661000
790.49/787.77	c cleaning 106002 clauses out of 212009 with flag 5768001/5768001
814.35/811.54	c cleaning 107000 clauses out of 214009 with flag 5876003/5876003
840.46/837.63	c cleaning 107998 clauses out of 216006 with flag 5985000/5985000
864.21/861.31	c cleaning 109000 clauses out of 218009 with flag 6095001/6095001
885.53/882.64	c cleaning 110000 clauses out of 220008 with flag 6206000/6206000
908.00/905.05	c cleaning 110998 clauses out of 222010 with flag 6318002/6318002
931.84/928.88	c cleaning 112002 clauses out of 224011 with flag 6431001/6431001
954.66/951.66	c cleaning 112999 clauses out of 226009 with flag 6545001/6545001
985.10/982.05	c cleaning 114004 clauses out of 228010 with flag 6660001/6660001
1015.56/1012.49	c cleaning 114999 clauses out of 230005 with flag 6776000/6776000
1036.70/1033.52	c cleaning 115996 clauses out of 232008 with flag 6893002/6893002
1060.55/1057.36	c cleaning 117000 clauses out of 234010 with flag 7011000/7011000
1084.42/1081.15	c cleaning 117999 clauses out of 236010 with flag 7130000/7130000
1105.96/1102.68	c cleaning 119006 clauses out of 238011 with flag 7250000/7250000
1133.60/1130.27	c cleaning 120000 clauses out of 240005 with flag 7371000/7371000
1156.42/1153.02	c cleaning 121001 clauses out of 242005 with flag 7493000/7493000
1181.58/1178.16	c cleaning 121998 clauses out of 244004 with flag 7616000/7616000
1208.38/1204.91	c cleaning 123002 clauses out of 246007 with flag 7740001/7740001
1234.52/1231.03	c cleaning 124003 clauses out of 248006 with flag 7865002/7865002
1263.15/1259.67	c cleaning 124997 clauses out of 250002 with flag 7991001/7991001
1292.11/1288.51	c cleaning 125996 clauses out of 252005 with flag 8118001/8118001
1317.67/1314.01	c cleaning 126998 clauses out of 254008 with flag 8246000/8246000
1347.33/1343.65	c cleaning 128002 clauses out of 256010 with flag 8375000/8375000
1375.19/1371.42	c cleaning 129002 clauses out of 258008 with flag 8505000/8505000
1406.44/1402.63	c cleaning 129994 clauses out of 260006 with flag 8636000/8636000
1432.18/1428.31	c cleaning 130999 clauses out of 262013 with flag 8768001/8768001
1457.48/1453.68	c cleaning 132008 clauses out of 264015 with flag 8901002/8901002
1486.34/1482.43	c cleaning 132998 clauses out of 266005 with flag 9035000/9035000
1518.28/1514.33	c cleaning 133999 clauses out of 268007 with flag 9170000/9170000
1546.82/1542.83	c cleaning 135000 clauses out of 270011 with flag 9306003/9306003
1579.04/1575.06	c cleaning 135999 clauses out of 272010 with flag 9443002/9443002
1611.44/1607.31	c cleaning 136997 clauses out of 274009 with flag 9581000/9581000
1650.18/1646.05	c cleaning 137997 clauses out of 276012 with flag 9720000/9720000
1684.07/1679.85	c cleaning 139008 clauses out of 278015 with flag 9860000/9860000
1721.00/1716.76	c cleaning 140001 clauses out of 280007 with flag 10001000/10001000
1766.07/1761.80	c cleaning 140994 clauses out of 282006 with flag 10143000/10143000
1795.30/1790.92	c cleaning 142003 clauses out of 284014 with flag 10286002/10286002
1800.02/1795.61	c starts		: 318
1800.02/1795.61	c conflicts		: 10327495
1800.02/1795.61	c decisions		: 10424199
1800.02/1795.61	c propagations		: 69823787
1800.02/1795.61	c inspects		: 24208388158
1800.02/1795.61	c shortcuts		: 0
1800.02/1795.61	c learnt literals	: 0
1800.02/1795.61	c learnt binary clauses	: 0
1800.02/1795.61	c learnt ternary clauses	: 0
1800.02/1795.61	c learnt constraints	: 10327496
1800.02/1795.61	c ignored constraints	: 0
1800.02/1795.61	c root simplifications	: 318
1800.02/1795.61	c removed literals (reason simplification)	: 83050095
1800.02/1795.61	c reason swapping (by a shorter reason)	: 0
1800.02/1795.61	c Calls to reduceDB	: 139
1800.02/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.61	c number of learned constraints concerned by reduction	: 0
1800.02/1795.61	c number of learning phase by resolution	: 0
1800.02/1795.61	c number of learning phase by cutting planes	: 0
1800.02/1795.61	c speed (assignments/second)	: 38889.06693044293
1800.02/1795.61	c non guided choices	19
1800.02/1795.64	c learnt constraints type 
1800.02/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183715
1800.02/1795.64	c constraints type 
1800.02/1795.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1795.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
1800.02/1795.64	c 11 constraints processed.
1800.02/1795.64	s UNKNOWN
1800.02/1795.64	c Total wall clock time (in seconds): 1795.522

Verifier Data

ERROR: no interpretation found !

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-3710813-1338154659/watcher-3710813-1338154659 -o /tmp/evaluation-result-3710813-1338154659/solver-3710813-1338154659 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710813-1338154659.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.00 2.02 2.00 3/194 29393
/proc/meminfo: memFree=28910120/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29393/stat : 29393 (java) D 29391 29393 24682 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281590760 9515008 182 33554432000 1073741824 1073778376 140736779533024 140736779524056 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29393/statm: 2323 182 140 9 0 71 0

[startup+0.101993 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 29393
/proc/meminfo: memFree=28910120/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 4361 0 1 0 8 1 0 0 20 0 18 0 281590760 9787842560 5058 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2389610 5059 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200331 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 29393
/proc/meminfo: memFree=28910120/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 6083 0 1 0 25 1 0 0 20 0 19 0 281590760 9856004096 7344 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 7347 2206 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625004

[startup+0.300342 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 29393
/proc/meminfo: memFree=28910120/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 6818 0 1 0 49 2 0 0 20 0 19 0 281590760 9856004096 7680 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 7680 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.70023 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 29393
/proc/meminfo: memFree=28910120/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 7907 0 1 0 102 2 0 0 20 0 19 0 281590760 9856004096 10329 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 10329 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.16 2.05 2.01 3/213 29412
/proc/meminfo: memFree=28875220/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 7940 0 1 0 188 2 0 0 20 0 19 0 281590760 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 10871 2274 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2573 0 1 0 140 1 0 0 20 0 19 0 281590761 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725208621480 140725081547238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 281590763 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1785 0 0 0 21 0 0 0 20 0 19 0 281590766 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 10871 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.16 2.05 2.01 3/213 29412
/proc/meminfo: memFree=28874724/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 7950 0 1 0 351 2 0 0 20 0 19 0 281590760 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 10878 2274 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2576 0 1 0 295 2 0 0 20 0 19 0 281590761 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725208621360 140725081678552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 281590763 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1785 0 0 0 21 0 0 0 20 0 19 0 281590766 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 10878 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.3008 s]
/proc/loadavg: 2.15 2.05 2.01 3/213 29412
/proc/meminfo: memFree=28872676/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=6.76 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 7995 0 1 0 673 3 0 0 20 0 19 0 281590760 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 11198 2274 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2582 0 1 0 606 2 0 0 20 0 19 0 281590761 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725208621320 140725081547782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590762 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 19 0 281590763 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1785 0 0 0 21 0 0 0 20 0 19 0 281590766 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 11198 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 138 0 0 0 62 0 0 0 20 0 19 0 281590762 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 117 0 0 0 59 0 0 0 20 0 19 0 281590762 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 221 0 0 0 60 2 0 0 20 0 19 0 281590762 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=5.47 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 158 0 0 0 545 2 0 0 20 0 19 0 281590763 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1854 0 0 0 25 0 0 0 20 0 19 0 281590766 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 99 0 0 0 31 25 0 0 20 0 19 0 281590766 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 32352 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.68
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29577
/proc/meminfo: memFree=28761652/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=1786.69 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 9914 0 1 0 178622 47 0 0 20 0 19 0 281590760 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 33376 2275 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=1775.14 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2716 0 1 0 177484 30 0 0 20 0 19 0 281590761 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725208621360 140725081591183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 264 0 0 0 55 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 155 0 0 0 57 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 134 0 0 0 64 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 272 0 0 0 67 1 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 268 0 0 0 64 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 138 0 0 0 63 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 117 0 0 0 59 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 221 0 0 0 61 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=5.54 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 161 0 0 0 552 2 0 0 20 0 19 0 281590763 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1854 0 0 0 25 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 103 0 0 0 32 26 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29577
/proc/meminfo: memFree=28761652/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 9917 0 1 0 179955 47 0 0 20 0 19 0 281590760 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 33376 2275 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=1788.37 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2717 0 1 0 178806 31 0 0 20 0 19 0 281590761 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725208621360 140725081547881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 264 0 0 0 56 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 155 0 0 0 57 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 134 0 0 0 64 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 272 0 0 0 68 1 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 268 0 0 0 65 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 138 0 0 0 64 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 117 0 0 0 60 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 221 0 0 0 61 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=5.6 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 163 0 0 0 558 2 0 0 20 0 19 0 281590763 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1854 0 0 0 25 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 103 0 0 0 32 26 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29577
/proc/meminfo: memFree=28761652/32873844 swapFree=6856/6856
[pid=29393] ppid=29391 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/29393/stat : 29393 (java) S 29391 29393 24682 0 -1 4202496 9917 0 1 0 179955 47 0 0 20 0 19 0 281590760 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140734692260176 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29393/statm: 2406251 33376 2275 9 0 2396937 0
[pid=29393/tid=29395] ppid=29391 vsize=9625004 CPUtime=1788.37 cores=1,3,5,7
/proc/29393/task/29395/stat : 29395 (java) R 29391 29393 24682 0 -1 4202560 2717 0 1 0 178806 31 0 0 20 0 19 0 281590761 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725208621360 140725081547881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29396] ppid=29391 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/29393/task/29396/stat : 29396 (java) S 29391 29393 24682 0 -1 4202560 264 0 0 0 56 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725052595112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29397] ppid=29391 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29393/task/29397/stat : 29397 (java) S 29391 29393 24682 0 -1 4202560 155 0 0 0 57 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725051542568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29398] ppid=29391 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/29393/task/29398/stat : 29398 (java) S 29391 29393 24682 0 -1 4202560 134 0 0 0 64 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725050489512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29399] ppid=29391 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/29393/task/29399/stat : 29399 (java) S 29391 29393 24682 0 -1 4202560 272 0 0 0 68 1 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725049436968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29400] ppid=29391 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/29393/task/29400/stat : 29400 (java) S 29391 29393 24682 0 -1 4202560 268 0 0 0 65 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725048383912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29401] ppid=29391 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/29393/task/29401/stat : 29401 (java) S 29391 29393 24682 0 -1 4202560 138 0 0 0 64 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725047331368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29402] ppid=29391 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/29393/task/29402/stat : 29402 (java) S 29391 29393 24682 0 -1 4202560 117 0 0 0 60 0 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725046278312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29403] ppid=29391 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/29393/task/29403/stat : 29403 (java) S 29391 29393 24682 0 -1 4202560 221 0 0 0 61 2 0 0 20 0 19 0 281590762 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725045225768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29393/tid=29404] ppid=29391 vsize=9625004 CPUtime=5.6 cores=1,3,5,7
/proc/29393/task/29404/stat : 29404 (java) S 29391 29393 24682 0 -1 4202560 163 0 0 0 558 2 0 0 20 0 19 0 281590763 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725032815464 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29405] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29405/stat : 29405 (java) S 29391 29393 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725031761784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29406] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29406/stat : 29406 (java) S 29391 29393 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281590764 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725030708616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29407] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29407/stat : 29407 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725029657360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29408] ppid=29391 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/29393/task/29408/stat : 29408 (java) S 29391 29393 24682 0 -1 4202560 1854 0 0 0 25 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725028604216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29393/tid=29409] ppid=29391 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/29393/task/29409/stat : 29409 (java) S 29391 29393 24682 0 -1 4202560 2330 0 0 0 17 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725027551672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29410] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29410/stat : 29410 (java) S 29391 29393 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725026498808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29393/tid=29411] ppid=29391 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/29393/task/29411/stat : 29411 (java) S 29391 29393 24682 0 -1 4202560 103 0 0 0 32 26 0 0 20 0 19 0 281590766 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725025446472 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29393/tid=29412] ppid=29391 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29393/task/29412/stat : 29412 (java) S 29391 29393 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281590775 9856004096 33376 33554432000 1073741824 1073778376 140734692269040 140725024392744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.65
CPU time (s): 1800.38
CPU user time (s): 1799.56
CPU system time (s): 0.821875
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.821875
maximum resident set size= 133664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9960
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41849
involuntary context switches= 17309

runsolver used 6.03008 second user time and 15.1837 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 23:37:39
IDJOB=3710813
IDBENCH=2913
IDSOLVER=2289
FILE ID=node144/3710813-1338154659
RUNJOBID= node144-1338138284-27029
PBS_JOBID= 14624480
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.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-3710813-1338154659/watcher-3710813-1338154659 -o /tmp/evaluation-result-3710813-1338154659/solver-3710813-1338154659 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710813-1338154659.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=734339365

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.91
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.196
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28910384 kB
Buffers:          376632 kB
Cached:          2608920 kB
SwapCached:            0 kB
Active:           940068 kB
Inactive:        2182892 kB
Active(anon):     138728 kB
Inactive(anon):        0 kB
Active(file):     801340 kB
Inactive(file):  2182892 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        146980 kB
Mapped:            22512 kB
Shmem:               200 kB
Slab:             697084 kB
SReclaimable:     139352 kB
SUnreclaim:       557732 kB
KernelStack:        1600 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71496 MiB
End job on node144 at 2012-05-28 00:07:36