Trace number 3711235

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 snapshotSAT (TO)-25 1800.77 1797.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_5.opb
MD5SUMa142d6d7b95394ce9dab5e7d7d075ea6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark3.14852
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -25
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products626
Sum of products size1252

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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-3711235-1338168374.opb
0.09/0.12	c reading problem ... 
0.22/0.22	c ... done. Wall clock time 0.106s.
0.22/0.22	c declared #vars     100
0.22/0.22	c internal #vars     726
0.22/0.22	c #constraints  1352
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 626
0.22/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.22/0.22	c ignored satisfied constraints => 100
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 626
0.22/0.22	c 1452 constraints processed.
0.22/0.23	c SATISFIABLE
0.22/0.23	c OPTIMIZING...
0.22/0.23	c Got one! Elapsed wall clock time (in seconds):0.115
0.22/0.23	o 0
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.22/0.24	o -1
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.121
0.22/0.24	o -2
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.123
0.22/0.24	o -3
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.22/0.24	o -4
0.22/0.25	c Got one! Elapsed wall clock time (in seconds):0.129
0.22/0.25	o -18
0.22/0.27	c Got one! Elapsed wall clock time (in seconds):0.148
0.22/0.27	o -19
0.46/0.31	c Got one! Elapsed wall clock time (in seconds):0.192
0.46/0.31	o -20
0.46/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.46/0.31	o -21
0.46/0.32	c Got one! Elapsed wall clock time (in seconds):0.203
0.46/0.32	o -22
0.46/0.38	c Got one! Elapsed wall clock time (in seconds):0.258
0.46/0.38	o -23
0.79/0.57	c cleaning 2782 clauses out of 5570 with flag 4001/5570
1.18/0.82	c cleaning 4394 clauses out of 8788 with flag 10001/11570
1.49/1.14	c cleaning 5697 clauses out of 11394 with flag 17001/18570
1.92/1.58	c cleaning 6849 clauses out of 13697 with flag 25001/26570
2.58/2.13	c cleaning 7923 clauses out of 15847 with flag 34000/35569
3.17/2.73	c cleaning 8959 clauses out of 17924 with flag 44000/45569
3.63/3.13	c Got one! Elapsed wall clock time (in seconds):3.015
3.63/3.13	o -24
4.04/3.53	c cleaning 10362 clauses out of 20734 with flag 5000/57338
4.35/3.87	c cleaning 8186 clauses out of 16372 with flag 11000/63338
4.76/4.26	c cleaning 7594 clauses out of 15187 with flag 18001/70339
5.26/4.72	c cleaning 7798 clauses out of 15596 with flag 26004/78342
5.76/5.28	c cleaning 8397 clauses out of 16796 with flag 35002/87340
6.37/5.89	c cleaning 9196 clauses out of 18397 with flag 45000/97338
7.17/6.61	c cleaning 10092 clauses out of 20201 with flag 56000/108338
7.68/7.11	c Got one! Elapsed wall clock time (in seconds):6.997
7.68/7.11	o -25
8.08/7.51	c cleaning 11399 clauses out of 22807 with flag 5000/121036
8.38/7.89	c cleaning 8701 clauses out of 17408 with flag 11000/127036
8.80/8.26	c cleaning 7846 clauses out of 15708 with flag 18001/134037
9.20/8.66	c cleaning 7923 clauses out of 15861 with flag 26000/142036
9.70/9.17	c cleaning 8462 clauses out of 16939 with flag 35001/151037
10.41/9.84	c cleaning 9236 clauses out of 18477 with flag 45001/161037
11.20/10.62	c cleaning 10117 clauses out of 20240 with flag 56000/172036
12.00/11.48	c cleaning 11058 clauses out of 22123 with flag 68000/184036
13.01/12.44	c cleaning 12028 clauses out of 24066 with flag 81001/197037
14.21/13.61	c cleaning 13020 clauses out of 26039 with flag 95002/211038
15.53/14.94	c cleaning 14009 clauses out of 28018 with flag 110001/226037
17.04/16.45	c cleaning 15003 clauses out of 30008 with flag 126000/242036
18.84/18.23	c cleaning 15994 clauses out of 32006 with flag 143001/259037
20.54/19.94	c cleaning 17002 clauses out of 34011 with flag 161000/277036
22.66/22.01	c cleaning 17995 clauses out of 36009 with flag 180000/296036
24.46/23.88	c cleaning 19004 clauses out of 38014 with flag 200000/316036
26.76/26.10	c cleaning 20004 clauses out of 40012 with flag 221002/337038
28.97/28.36	c cleaning 20998 clauses out of 42006 with flag 243000/359036
31.38/30.70	c cleaning 21996 clauses out of 44008 with flag 266000/382036
34.50/33.80	c cleaning 23005 clauses out of 46013 with flag 290001/406037
37.80/37.16	c cleaning 23998 clauses out of 48007 with flag 315000/431036
41.32/40.70	c cleaning 24999 clauses out of 50009 with flag 341000/457036
45.02/44.33	c cleaning 26000 clauses out of 52011 with flag 368001/484037
49.25/48.55	c cleaning 26999 clauses out of 54010 with flag 396000/512036
54.08/53.37	c cleaning 28000 clauses out of 56011 with flag 425000/541036
59.29/58.59	c cleaning 29000 clauses out of 58012 with flag 455001/571037
64.62/63.87	c cleaning 30006 clauses out of 60013 with flag 486002/602038
70.12/69.37	c cleaning 31002 clauses out of 62007 with flag 518002/634038
74.94/74.15	c cleaning 31998 clauses out of 64003 with flag 551000/667036
80.26/79.45	c cleaning 32999 clauses out of 66008 with flag 585003/701039
86.39/85.59	c cleaning 33996 clauses out of 68006 with flag 620000/736036
92.50/91.60	c cleaning 35004 clauses out of 70010 with flag 656000/772036
99.85/98.92	c cleaning 35995 clauses out of 72006 with flag 693000/809036
106.65/105.77	c cleaning 36996 clauses out of 74011 with flag 731000/847036
114.36/113.42	c cleaning 38008 clauses out of 76015 with flag 770000/886036
122.08/121.15	c cleaning 39001 clauses out of 78008 with flag 810001/926037
131.70/130.76	c cleaning 39997 clauses out of 80007 with flag 851001/967037
141.34/140.39	c cleaning 41001 clauses out of 82009 with flag 893000/1009036
150.26/149.20	c cleaning 41999 clauses out of 84008 with flag 936000/1052036
159.39/158.38	c cleaning 42998 clauses out of 86010 with flag 980001/1096037
170.29/169.23	c cleaning 44002 clauses out of 88011 with flag 1025000/1141036
180.82/179.74	c cleaning 45003 clauses out of 90009 with flag 1071000/1187036
194.23/193.13	c cleaning 46000 clauses out of 92007 with flag 1118001/1234037
207.77/206.66	c cleaning 47001 clauses out of 94007 with flag 1166001/1282037
221.84/220.31	c cleaning 47998 clauses out of 96006 with flag 1215001/1331037
235.60/234.06	c cleaning 49000 clauses out of 98007 with flag 1265000/1381036
248.91/247.40	c cleaning 50001 clauses out of 100008 with flag 1316001/1432037
265.73/264.12	c cleaning 50998 clauses out of 102007 with flag 1368001/1484037
286.98/285.34	c cleaning 51999 clauses out of 104009 with flag 1421001/1537037
304.84/303.19	c cleaning 53003 clauses out of 106010 with flag 1475001/1591037
323.37/321.62	c cleaning 54001 clauses out of 108009 with flag 1530003/1646039
343.59/341.84	c cleaning 54998 clauses out of 110005 with flag 1586000/1702036
364.51/362.73	c cleaning 55999 clauses out of 112007 with flag 1643000/1759036
383.75/381.98	c cleaning 56997 clauses out of 114008 with flag 1701000/1817036
402.77/400.97	c cleaning 58001 clauses out of 116011 with flag 1760000/1876036
421.68/419.85	c cleaning 59003 clauses out of 118012 with flag 1820002/1936038
441.01/439.17	c cleaning 59997 clauses out of 120008 with flag 1881001/1997037
461.94/460.02	c cleaning 60999 clauses out of 122011 with flag 1943001/2059037
482.77/480.87	c cleaning 62004 clauses out of 124013 with flag 2006002/2122038
516.34/514.33	c cleaning 62996 clauses out of 126007 with flag 2070000/2186036
546.47/544.50	c cleaning 64000 clauses out of 128011 with flag 2135000/2251036
574.39/572.36	c cleaning 65003 clauses out of 130011 with flag 2201000/2317036
604.42/602.31	c cleaning 66000 clauses out of 132008 with flag 2268000/2384036
640.74/638.61	c cleaning 67000 clauses out of 134008 with flag 2336000/2452036
672.88/670.71	c cleaning 67998 clauses out of 136010 with flag 2405002/2521038
702.31/700.17	c cleaning 69002 clauses out of 138010 with flag 2475000/2591036
733.26/731.06	c cleaning 70000 clauses out of 140008 with flag 2546000/2662036
762.06/759.88	c cleaning 71001 clauses out of 142010 with flag 2618002/2734038
793.01/790.72	c cleaning 72000 clauses out of 144009 with flag 2691002/2807038
821.52/819.27	c cleaning 72999 clauses out of 146009 with flag 2765002/2881038
852.45/850.10	c cleaning 74004 clauses out of 148012 with flag 2840004/2956040
884.87/882.51	c cleaning 74997 clauses out of 150005 with flag 2916001/3032037
918.31/915.94	c cleaning 75994 clauses out of 152009 with flag 2993002/3109038
963.36/960.97	c cleaning 76998 clauses out of 154014 with flag 3071001/3187037
1001.27/998.86	c cleaning 78001 clauses out of 156016 with flag 3150001/3266037
1040.60/1038.14	c cleaning 79002 clauses out of 158014 with flag 3230000/3346036
1081.86/1079.40	c cleaning 80004 clauses out of 160013 with flag 3311001/3427037
1125.51/1122.97	c cleaning 80997 clauses out of 162008 with flag 3393000/3509036
1160.42/1157.88	c cleaning 81999 clauses out of 164011 with flag 3476000/3592036
1200.95/1198.40	c cleaning 83004 clauses out of 166012 with flag 3560000/3676036
1248.79/1246.18	c cleaning 83999 clauses out of 168010 with flag 3645002/3761038
1303.23/1300.51	c cleaning 84997 clauses out of 170011 with flag 3731002/3847038
1360.96/1358.29	c cleaning 85999 clauses out of 172012 with flag 3818000/3934036
1411.00/1408.28	c cleaning 87004 clauses out of 174015 with flag 3906002/4022038
1469.44/1466.67	c cleaning 88003 clauses out of 176011 with flag 3995002/4111038
1537.26/1534.45	c cleaning 88998 clauses out of 178007 with flag 4085001/4201037
1605.59/1602.78	c cleaning 89999 clauses out of 180009 with flag 4176001/4292037
1673.62/1670.79	c cleaning 91000 clauses out of 182010 with flag 4268001/4384037
1738.47/1735.55	c cleaning 92004 clauses out of 184009 with flag 4361000/4477036
1788.49/1785.59	c cleaning 92996 clauses out of 186005 with flag 4455000/4571036
1800.01/1797.01	c starts		: 282
1800.01/1797.01	c conflicts		: 4603268
1800.01/1797.01	c decisions		: 4656199
1800.01/1797.01	c propagations		: 24069681
1800.01/1797.01	c inspects		: 23044555413
1800.01/1797.01	c shortcuts		: 0
1800.01/1797.01	c learnt literals	: 0
1800.01/1797.01	c learnt binary clauses	: 8
1800.01/1797.01	c learnt ternary clauses	: 50
1800.01/1797.01	c learnt constraints	: 4603268
1800.01/1797.01	c ignored constraints	: 0
1800.01/1797.01	c root simplifications	: 282
1800.01/1797.01	c removed literals (reason simplification)	: 41118897
1800.01/1797.01	c reason swapping (by a shorter reason)	: 0
1800.01/1797.01	c Calls to reduceDB	: 103
1800.01/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.01	c number of learned constraints concerned by reduction	: 0
1800.01/1797.01	c number of learning phase by resolution	: 0
1800.01/1797.01	c number of learning phase by cutting planes	: 0
1800.01/1797.01	c speed (assignments/second)	: 13395.987718049426
1800.01/1797.01	c non guided choices	490
1800.01/1797.04	c learnt constraints type 
1800.01/1797.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.01/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125279
1800.01/1797.04	c constraints type 
1800.01/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 626
1800.01/1797.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.01/1797.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1797.04	c ignored satisfied constraints => 100
1800.01/1797.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 626
1800.01/1797.04	c 1453 constraints processed.
1800.01/1797.04	s SATISFIABLE
1800.01/1797.04	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 x52 x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 x77 x78 x79 x80 x81 -x82 -x83 -x84 x85 -x86 x87 -x88 -x89 -x90 x91 x92 x93 x94 -x95 x96 -x97 x98 x99 x100 
1800.01/1797.04	c objective function=-25
1800.01/1797.04	c Total wall clock time (in seconds): 1796.925

Verifier Data

OK	-25

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

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.03 2.01 2/195 24356
/proc/meminfo: memFree=31033604/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/24356/stat : 24356 (java) R 24354 24356 21838 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 282963329 274432 18 33554432000 1073741824 1073778376 140735951118448 140735101843432 242158151934 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 68 27 19 9 0 25 0

[startup+0.0587591 s]
/proc/loadavg: 2.14 2.03 2.01 2/195 24356
/proc/meminfo: memFree=31033604/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 3146 0 1 0 3 0 0 0 20 0 13 0 282963329 9446973440 3843 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2306390 3843 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100297 s]
/proc/loadavg: 2.14 2.03 2.01 2/195 24356
/proc/meminfo: memFree=31033604/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 4345 0 1 0 8 1 0 0 20 0 18 0 282963329 9787842560 5552 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2389610 5552 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 2.14 2.03 2.01 2/195 24356
/proc/meminfo: memFree=31033604/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 6271 0 1 0 44 2 0 0 20 0 19 0 282963329 9856004096 7982 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 7982 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625004

[startup+0.700265 s]
/proc/loadavg: 2.14 2.03 2.01 2/195 24356
/proc/meminfo: memFree=31033604/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 6738 0 1 0 103 2 0 0 20 0 19 0 282963329 9856004096 11105 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 11105 2277 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.14 2.03 2.01 3/214 24375
/proc/meminfo: memFree=30993512/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 6764 0 1 0 189 3 0 0 20 0 19 0 282963329 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 12149 2277 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2571 0 1 0 141 2 0 0 20 0 19 0 282963330 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139680126673416 139679998669351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 282963332 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1016 0 0 0 15 0 0 0 20 0 19 0 282963335 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 1913 0 0 0 24 0 0 0 20 0 19 0 282963335 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 12149 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.14 2.03 2.01 3/214 24375
/proc/meminfo: memFree=30993140/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=3.63 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 6799 0 1 0 360 3 0 0 20 0 19 0 282963329 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 13203 2278 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2574 0 1 0 294 2 0 0 20 0 19 0 282963330 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139680126673160 139679998719563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 282963332 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1016 0 0 0 15 0 0 0 20 0 19 0 282963335 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 1926 0 0 0 29 0 0 0 20 0 19 0 282963335 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 13203 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.13 2.03 2.01 3/214 24375
/proc/meminfo: memFree=30989788/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=6.87 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 6816 0 1 0 684 3 0 0 20 0 19 0 282963329 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 13099 2278 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2581 0 1 0 606 2 0 0 20 0 19 0 282963330 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139680126673320 139679998698049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 282963331 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 19 0 282963332 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1016 0 0 0 15 0 0 0 20 0 19 0 282963335 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 1928 0 0 0 31 0 0 0 20 0 19 0 282963335 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 13099 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 174 0 0 0 28 0 0 0 20 0 19 0 282963331 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 267 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 69 0 0 0 25 0 0 0 20 0 19 0 282963331 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=2.71 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 132 0 0 0 268 3 0 0 20 0 19 0 282963332 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1026 0 0 0 23 0 0 0 20 0 19 0 282963335 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 9732 0 0 0 70 1 0 0 20 0 19 0 282963335 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 95 0 0 0 30 32 0 0 20 0 19 0 282963335 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 40281 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.22
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24564
/proc/meminfo: memFree=30734060/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=1725.27 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 16000 0 1 0 172493 34 0 0 20 0 19 0 282963329 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 41329 2279 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=1718.73 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2683 0 1 0 171844 29 0 0 20 0 19 0 282963330 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139680126673200 139679998753833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 121 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 103 0 0 0 30 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 154 0 0 0 32 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 56 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 175 0 0 0 39 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 198 0 0 0 29 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 267 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 69 0 0 0 26 0 0 0 20 0 19 0 282963331 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=2.76 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 136 0 0 0 273 3 0 0 20 0 19 0 282963332 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1026 0 0 0 23 0 0 0 20 0 19 0 282963335 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 9732 0 0 0 70 1 0 0 20 0 19 0 282963335 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 99 0 0 0 31 33 0 0 20 0 19 0 282963335 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 41329 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24564
/proc/meminfo: memFree=30723824/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=1785.28 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 16023 0 1 0 178494 34 0 0 20 0 19 0 282963329 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 43900 2279 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=1778.67 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2685 0 1 0 177837 30 0 0 20 0 19 0 282963330 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139680126673200 139679998669316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 121 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 103 0 0 0 30 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 154 0 0 0 32 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 56 0 0 0 34 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 175 0 0 0 40 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 209 0 0 0 29 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 267 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 69 0 0 0 26 0 0 0 20 0 19 0 282963331 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 142 0 0 0 279 3 0 0 20 0 19 0 282963332 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1026 0 0 0 23 0 0 0 20 0 19 0 282963335 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 9732 0 0 0 70 1 0 0 20 0 19 0 282963335 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 282963335 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 43900 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24564
/proc/meminfo: memFree=30721408/32873648 swapFree=7112/7112
[pid=24356] ppid=24354 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/24356/stat : 24356 (java) S 24354 24356 21838 0 -1 4202496 16027 0 1 0 179966 35 0 0 20 0 19 0 282963329 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 140735951109584 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24356/statm: 2406251 44412 2279 9 0 2396937 0
[pid=24356/tid=24358] ppid=24354 vsize=9625004 CPUtime=1793.33 cores=0,2,4,6
/proc/24356/task/24358/stat : 24358 (java) R 24354 24356 21838 0 -1 4202560 2686 0 1 0 179303 30 0 0 20 0 19 0 282963330 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139680126673200 139679998718997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24359] ppid=24354 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24356/task/24359/stat : 24359 (java) S 24354 24356 21838 0 -1 4202560 121 0 0 0 34 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679970654760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24360] ppid=24354 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24356/task/24360/stat : 24360 (java) S 24354 24356 21838 0 -1 4202560 103 0 0 0 31 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679969601960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24361] ppid=24354 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/24356/task/24361/stat : 24361 (java) S 24354 24356 21838 0 -1 4202560 154 0 0 0 32 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679968549160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24362] ppid=24354 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24356/task/24362/stat : 24362 (java) S 24354 24356 21838 0 -1 4202560 56 0 0 0 34 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679967496360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24363] ppid=24354 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/24356/task/24363/stat : 24363 (java) S 24354 24356 21838 0 -1 4202560 175 0 0 0 40 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679966444584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24364] ppid=24354 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/24356/task/24364/stat : 24364 (java) S 24354 24356 21838 0 -1 4202560 209 0 0 0 29 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679965391784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24356/tid=24365] ppid=24354 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24356/task/24365/stat : 24365 (java) S 24354 24356 21838 0 -1 4202560 267 0 0 0 33 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679964338984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24366] ppid=24354 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/24356/task/24366/stat : 24366 (java) S 24354 24356 21838 0 -1 4202560 69 0 0 0 26 0 0 0 20 0 19 0 282963331 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679963286184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24367] ppid=24354 vsize=9625004 CPUtime=2.86 cores=0,2,4,6
/proc/24356/task/24367/stat : 24367 (java) S 24354 24356 21838 0 -1 4202560 145 0 0 0 283 3 0 0 20 0 19 0 282963332 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679950875112 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24368] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24368/stat : 24368 (java) S 24354 24356 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679949821176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24369] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24369/stat : 24369 (java) S 24354 24356 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282963332 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679948768264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24370] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24370/stat : 24370 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679947716752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24356/tid=24371] ppid=24354 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/24356/task/24371/stat : 24371 (java) S 24354 24356 21838 0 -1 4202560 1026 0 0 0 23 0 0 0 20 0 19 0 282963335 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679946664888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24372] ppid=24354 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24356/task/24372/stat : 24372 (java) S 24354 24356 21838 0 -1 4202560 9732 0 0 0 70 1 0 0 20 0 19 0 282963335 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679945612088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24356/tid=24373] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24373/stat : 24373 (java) S 24354 24356 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282963335 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679944559480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24374] ppid=24354 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/24356/task/24374/stat : 24374 (java) S 24354 24356 21838 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 282963335 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679943506888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24356/tid=24375] ppid=24354 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24356/task/24375/stat : 24375 (java) S 24354 24356 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282963352 9856004096 44412 33554432000 1073741824 1073778376 140735951118448 139679942452392 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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

Child status: 143
Real time (s): 1797.05
CPU time (s): 1800.77
CPU user time (s): 1799.95
CPU system time (s): 0.821875
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.821875
maximum resident set size= 177808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16068
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40817
involuntary context switches= 9778

runsolver used 6.26205 second user time and 15.3217 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 03:26:14
IDJOB=3711235
IDBENCH=48174
IDSOLVER=2289
FILE ID=node126/3711235-1338168374
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_5.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-3711235-1338168374/watcher-3711235-1338168374 -o /tmp/evaluation-result-3711235-1338168374/solver-3711235-1338168374 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711235-1338168374.opb

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

MD5SUM BENCH= a142d6d7b95394ce9dab5e7d7d075ea6
RANDOM SEED=1693844007

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:        31034216 kB
Buffers:          322840 kB
Cached:           584728 kB
SwapCached:        17756 kB
Active:           842856 kB
Inactive:         187156 kB
Active(anon):     103840 kB
Inactive(anon):    20452 kB
Active(file):     739016 kB
Inactive(file):   166704 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              4868 kB
Writeback:             0 kB
AnonPages:        112396 kB
Mapped:            17996 kB
Shmem:                 0 kB
Slab:             669672 kB
SReclaimable:     113424 kB
SUnreclaim:       556248 kB
KernelStack:        1608 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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-28 03:56:13