Trace number 3688598

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)12 1800.59 921.239

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
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 constraint11
Maximum length of a constraint19
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)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688598-1337878562.opb
0.10/0.11	c reading problem ... 
0.23/0.29	c ... done. Wall clock time 0.172s.
0.23/0.29	c declared #vars     100
0.23/0.29	c internal #vars     1358
0.23/0.29	c #constraints  2616
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
0.23/0.29	c 2616 constraints processed.
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1358
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
0.23/0.29	c 2616 constraints processed.
0.23/0.29	c objective function length is 100 literals
0.48/0.30	c  And the winner is solver0
0.53/0.79	c SATISFIABLE
0.53/0.79	c OPTIMIZING...
0.53/0.79	c Got one! Elapsed wall clock time (in seconds):0.674
0.53/0.79	o 15
0.55/0.89	c  And the winner is solver0
1.11/1.29	c Got one! Elapsed wall clock time (in seconds):1.177
1.11/1.29	o 14
1.92/1.57	c  And the winner is solver1
2.49/1.79	c Got one! Elapsed wall clock time (in seconds):1.679
2.49/1.79	o 13
4.21/2.52	c cleaning 2768 clauses out of 5536 with flag 4000/5536
6.40/3.60	c cleaning 4381 clauses out of 8768 with flag 10000/11536
8.96/4.83	c cleaning 5696 clauses out of 11391 with flag 17004/18540
11.70/6.28	c cleaning 6837 clauses out of 13691 with flag 25000/26536
15.16/8.01	c cleaning 7926 clauses out of 15854 with flag 34000/35536
18.69/9.88	c cleaning 8965 clauses out of 17929 with flag 44001/45537
22.77/11.93	c cleaning 9980 clauses out of 19967 with flag 55004/56540
27.04/14.18	c cleaning 10991 clauses out of 21983 with flag 67000/68536
32.02/16.73	c cleaning 11996 clauses out of 23993 with flag 80001/81537
37.05/19.35	c cleaning 12995 clauses out of 25996 with flag 94000/95536
42.49/22.20	c cleaning 13995 clauses out of 28006 with flag 109005/110541
48.50/25.28	c cleaning 14998 clauses out of 30007 with flag 125001/126537
51.17/26.70	c  And the winner is solver1
51.18/27.13	c Got one! Elapsed wall clock time (in seconds):27.02
51.18/27.13	o 12
52.91/28.05	c cleaning 13220 clauses out of 26440 with flag 5001/137968
55.30/29.33	c cleaning 9607 clauses out of 19219 with flag 11000/143967
57.91/30.76	c cleaning 8303 clauses out of 16612 with flag 18000/150967
60.68/32.27	c cleaning 8139 clauses out of 16310 with flag 26001/158968
64.17/34.15	c cleaning 8577 clauses out of 17176 with flag 35006/167973
67.74/36.03	c cleaning 9289 clauses out of 18594 with flag 45001/177968
71.72/38.11	c cleaning 10148 clauses out of 20304 with flag 56000/188967
75.87/40.37	c cleaning 11078 clauses out of 22157 with flag 68001/200968
80.73/42.93	c cleaning 12035 clauses out of 24079 with flag 81001/213968
85.69/45.56	c cleaning 13019 clauses out of 26046 with flag 95003/227970
90.84/48.24	c cleaning 14010 clauses out of 28026 with flag 110002/242969
96.59/51.27	c cleaning 15001 clauses out of 30014 with flag 126000/258967
102.81/54.58	c cleaning 15992 clauses out of 32013 with flag 143000/275967
109.36/57.91	c cleaning 16998 clauses out of 34022 with flag 161001/293968
115.88/61.37	c cleaning 18011 clauses out of 36024 with flag 180001/312968
123.02/65.09	c cleaning 18997 clauses out of 38013 with flag 200001/332968
130.60/69.01	c cleaning 19994 clauses out of 40015 with flag 221000/353967
138.31/73.09	c cleaning 21010 clauses out of 42022 with flag 243001/375968
146.41/77.21	c cleaning 21999 clauses out of 44012 with flag 266001/398968
154.71/81.52	c cleaning 23004 clauses out of 46016 with flag 290004/422971
164.02/86.43	c cleaning 23993 clauses out of 48009 with flag 315001/447968
173.31/91.22	c cleaning 24998 clauses out of 50019 with flag 341004/473971
177.27/93.30	c cleaning 0 clauses out of 5250 with flag 0/5251
183.42/96.48	c cleaning 26008 clauses out of 52017 with flag 368000/500967
193.69/101.72	c cleaning 27002 clauses out of 54009 with flag 396000/528967
203.97/107.06	c cleaning 28001 clauses out of 56009 with flag 425002/557969
214.04/112.21	c cleaning 29005 clauses out of 58010 with flag 455004/587971
224.50/117.63	c cleaning 30003 clauses out of 60005 with flag 486004/618971
235.55/123.46	c cleaning 30990 clauses out of 61998 with flag 518000/650967
249.22/130.45	c cleaning 31995 clauses out of 64008 with flag 551000/683967
263.28/137.61	c cleaning 33008 clauses out of 66015 with flag 585002/717969
278.72/145.51	c cleaning 33994 clauses out of 68009 with flag 620004/752971
294.72/153.84	c cleaning 34995 clauses out of 70011 with flag 656000/788967
310.53/161.93	c cleaning 35995 clauses out of 72016 with flag 693000/825967
326.53/170.17	c cleaning 37006 clauses out of 74023 with flag 731002/863969
342.37/178.27	c cleaning 38004 clauses out of 76015 with flag 770000/902967
358.89/186.89	c cleaning 39005 clauses out of 78013 with flag 810002/942969
375.87/195.51	c cleaning 39995 clauses out of 80009 with flag 851003/983970
394.04/204.88	c cleaning 40992 clauses out of 82012 with flag 893001/1025968
414.22/215.10	c cleaning 41996 clauses out of 84019 with flag 936000/1068967
432.93/224.90	c cleaning 42993 clauses out of 86023 with flag 980000/1112967
453.28/235.23	c cleaning 44005 clauses out of 88033 with flag 1025003/1157970
473.83/245.75	c cleaning 45006 clauses out of 90025 with flag 1071000/1203967
493.79/255.93	c cleaning 45995 clauses out of 92019 with flag 1118000/1250967
515.68/267.27	c cleaning 47000 clauses out of 94024 with flag 1166000/1298967
537.04/278.13	c cleaning 48010 clauses out of 96025 with flag 1215001/1347968
560.23/289.92	c cleaning 49003 clauses out of 98014 with flag 1265000/1397967
581.75/300.98	c cleaning 50001 clauses out of 100014 with flag 1316003/1448970
605.02/312.97	c cleaning 50988 clauses out of 102012 with flag 1368002/1500969
627.95/324.67	c cleaning 52008 clauses out of 104024 with flag 1421002/1553969
653.50/337.68	c cleaning 53003 clauses out of 106015 with flag 1475001/1607968
678.83/350.53	c cleaning 53999 clauses out of 108013 with flag 1530002/1662969
705.66/364.32	c cleaning 55004 clauses out of 110016 with flag 1586004/1718971
731.80/377.63	c cleaning 56002 clauses out of 112009 with flag 1643001/1775968
757.31/390.69	c cleaning 57003 clauses out of 114007 with flag 1701001/1833968
785.82/405.18	c cleaning 57986 clauses out of 116003 with flag 1760000/1892967
814.64/419.96	c cleaning 59003 clauses out of 118017 with flag 1820000/1952967
844.13/434.99	c cleaning 60003 clauses out of 120016 with flag 1881002/2013969
873.01/449.64	c cleaning 60996 clauses out of 122011 with flag 1943000/2075967
903.48/465.11	c cleaning 62003 clauses out of 124016 with flag 2006001/2138968
934.69/481.20	c cleaning 63002 clauses out of 126013 with flag 2070001/2202968
967.01/497.59	c cleaning 64003 clauses out of 128013 with flag 2135003/2267970
1001.16/514.82	c cleaning 64998 clauses out of 130009 with flag 2201002/2333969
1034.90/531.94	c cleaning 65989 clauses out of 132009 with flag 2268000/2400967
1068.91/549.38	c cleaning 66997 clauses out of 134021 with flag 2336001/2468968
1102.24/566.27	c cleaning 67996 clauses out of 136024 with flag 2405001/2537968
1138.76/584.71	c cleaning 69006 clauses out of 138030 with flag 2475003/2607970
1175.28/603.20	c cleaning 70001 clauses out of 140021 with flag 2546000/2678967
1211.89/621.93	c cleaning 71002 clauses out of 142020 with flag 2618000/2750967
1249.99/641.27	c cleaning 72009 clauses out of 144020 with flag 2691002/2823969
1289.09/661.02	c cleaning 72999 clauses out of 146009 with flag 2765000/2897967
1327.44/680.49	c cleaning 73992 clauses out of 148011 with flag 2840001/2972968
1365.99/700.18	c cleaning 75000 clauses out of 150018 with flag 2916000/3048967
1400.28/717.57	c cleaning 0 clauses out of 11250 with flag 0/11251
1405.46/720.45	c cleaning 76000 clauses out of 152021 with flag 2993003/3125970
1450.93/744.02	c cleaning 77009 clauses out of 154020 with flag 3071002/3203969
1495.44/766.51	c cleaning 78003 clauses out of 156009 with flag 3150000/3282967
1538.73/788.42	c cleaning 78986 clauses out of 158006 with flag 3230000/3362967
1581.01/809.86	c cleaning 80001 clauses out of 160020 with flag 3311000/3443967
1626.48/833.05	c cleaning 80995 clauses out of 162023 with flag 3393004/3525971
1673.07/856.68	c cleaning 82004 clauses out of 164024 with flag 3476000/3608967
1717.89/879.33	c cleaning 83004 clauses out of 166020 with flag 3560000/3692967
1761.90/901.69	c cleaning 83994 clauses out of 168017 with flag 3645001/3777968
1800.09/921.21	c starts		: 40
1800.09/921.21	c conflicts		: 13142
1800.09/921.21	c decisions		: 23967
1800.09/921.21	c propagations		: 1357106
1800.09/921.21	c inspects		: 731754831
1800.09/921.21	c shortcuts		: 0
1800.09/921.21	c learnt literals	: 0
1800.09/921.21	c learnt binary clauses	: 0
1800.09/921.21	c learnt ternary clauses	: 0
1800.09/921.21	c learnt constraints	: 13141
1800.09/921.21	c ignored constraints	: 0
1800.09/921.21	c root simplifications	: 0
1800.09/921.21	c removed literals (reason simplification)	: 0
1800.09/921.21	c reason swapping (by a shorter reason)	: 0
1800.09/921.21	c Calls to reduceDB	: 2
1800.09/921.21	c number of reductions to clauses (during analyze)	: 0
1800.09/921.21	c number of learned constraints concerned by reduction	: 0
1800.09/921.21	c number of learning phase by resolution	: 0
1800.09/921.21	c number of learning phase by cutting planes	: 0
1800.09/921.21	c speed (assignments/second)	: 1475.2499141225937
1800.09/921.21	c non guided choices	0
1800.09/921.22	c learnt constraints type 
1800.09/921.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.09/921.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 165
1800.09/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12974
1800.09/921.22	c constraints type 
1800.09/921.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
1800.09/921.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
1800.09/921.22	c 2617 constraints processed.
1800.09/921.22	c constraints type 
1800.09/921.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1358
1800.09/921.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1800.09/921.22	c 2617 constraints processed.
1800.09/921.22	s SATISFIABLE
1800.09/921.22	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.09/921.22	c objective function=12
1800.09/921.22	c Total wall clock time (in seconds): 921.105

Verifier Data

OK	12

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-3688598-1337878562/watcher-3688598-1337878562 -o /tmp/evaluation-result-3688598-1337878562/solver-3688598-1337878562 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688598-1337878562.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.87 3.89 3.88 3/197 24341
/proc/meminfo: memFree=26306660/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/24341/stat : 24341 (java) R 24339 24341 22059 0 -1 4202496 1142 0 0 0 0 0 0 0 20 0 1 0 253983143 23728128 863 33554432000 1073741824 1073778376 140733323037344 140733323026408 233415149104 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 6050 867 654 9 0 385 0
[pid=24341/tid=24342] ppid=24339 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) R 24339 24341 22059 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 253983143 24780800 867 33554432000 1073741824 1073778376 140733323037344 140733323026408 233411844273 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0596511 s]
/proc/loadavg: 3.87 3.89 3.88 3/197 24341
/proc/meminfo: memFree=26306660/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 3189 0 1 0 4 1 0 0 20 0 18 0 253983143 9787813888 4398 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2389603 4398 1757 9 0 2380296 0
[pid=24341/tid=24342] ppid=24339 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) R 24339 24341 22059 0 -1 4202560 1980 0 1 0 3 0 0 0 20 0 18 0 253983143 9787813888 4398 33554432000 1073741824 1073778376 140733323037344 140616921246368 233415173389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100325 s]
/proc/loadavg: 3.87 3.89 3.88 3/197 24341
/proc/meminfo: memFree=26306660/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 4331 0 1 0 9 1 0 0 20 0 18 0 253983143 9787813888 6045 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2389603 6045 2109 9 0 2380296 0
[pid=24341/tid=24342] ppid=24339 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) R 24339 24341 22059 0 -1 4202560 2390 0 1 0 6 1 0 0 20 0 18 0 253983143 9787813888 6045 33554432000 1073741824 1073778376 140733323037344 140616921233536 233411415883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300204 s]
/proc/loadavg: 3.87 3.89 3.88 3/197 24341
/proc/meminfo: memFree=26306660/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 6126 0 1 0 46 2 0 0 20 0 22 0 253983143 10060460032 9923 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 9923 2239 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2458 0 1 0 25 1 0 0 20 0 22 0 253983143 10060460032 9923 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9824668

[startup+0.70024 s]
/proc/loadavg: 3.87 3.89 3.88 3/197 24341
/proc/meminfo: memFree=26306660/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 6129 0 1 0 49 4 0 0 20 0 19 0 253983143 10060460032 9916 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 9916 2241 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2458 0 1 0 25 1 0 0 20 0 19 0 253983143 10060460032 9916 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.87 3.89 3.88 3/216 24366
/proc/meminfo: memFree=26252752/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 16521 0 1 0 184 8 0 0 20 0 22 0 253983143 10060460032 22593 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 22593 2254 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2459 0 1 0 25 2 0 0 20 0 22 0 253983143 10060460032 22593 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22593 33554432000 1073741824 1073778376 140733323037344 140616765151656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22593 33554432000 1073741824 1073778376 140733323037344 140616764099112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22593 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22595 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22595 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22599 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22605 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253983144 10060460032 22612 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983145 10060460032 22619 33554432000 1073741824 1073778376 140733323037344 140616409655656 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 22627 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616406497552 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) R 24339 24341 22059 0 -1 4202560 7460 0 0 0 44 2 0 0 20 0 22 0 253983148 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616405432496 140616928217959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) R 24339 24341 22059 0 -1 4202560 5303 0 0 0 49 0 0 0 20 0 22 0 253983148 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616404370008 140616927204354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616403340024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616402287688 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24363] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24363/stat : 24363 (java) S 24339 24341 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253983173 10060460032 22631 33554432000 1073741824 1073778376 140733323037344 140616398042024 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 4.04 3.92 3.89 11/219 24372
/proc/meminfo: memFree=26111892/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=5.53 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 17956 0 1 0 533 20 0 0 20 0 22 0 253983143 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 70584 2287 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2459 0 1 0 26 2 0 0 20 0 22 0 253983143 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616765151656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616764099112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253983144 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 97 0 0 0 5 0 0 0 20 0 22 0 253983145 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616409655656 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616406497552 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 22059 0 -1 4202560 8061 0 0 0 85 2 0 0 20 0 22 0 253983148 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616405445432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 22059 0 -1 4202560 5825 0 0 0 84 0 0 0 20 0 22 0 253983148 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616404392888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616403340024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616402287688 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24369] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24369/stat : 24369 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983273 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616401200296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24370] ppid=24339 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/24341/task/24370/stat : 24370 (java) R 24339 24341 22059 0 -1 4202560 5 0 0 0 114 0 0 0 20 0 22 0 253983323 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616400146528 140616776846136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24371] ppid=24339 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/24341/task/24371/stat : 24371 (java) R 24339 24341 22059 0 -1 4202560 68 0 0 0 111 3 0 0 20 0 22 0 253983323 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616399093816 140616776888811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24372] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24372/stat : 24372 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983323 10060460032 70584 33554432000 1073741824 1073778376 140733323037344 140616398042664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 4.04 3.92 3.89 5/219 24372
/proc/meminfo: memFree=25906108/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=11.92 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 18269 0 1 0 1164 28 0 0 20 0 22 0 253983143 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 136540 2287 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2459 0 1 0 26 2 0 0 20 0 22 0 253983143 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616921244376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) R 24339 24341 22059 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616765151624 233415160892 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) R 24339 24341 22059 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616764099240 233411742855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 27 0 0 0 7 2 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253983144 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 234 0 0 0 23 2 0 0 20 0 22 0 253983145 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616409654632 233415160892 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 136540 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=24341/tid=24373] ppid=24339 vsize=9824668 CPUtime=693.96 cores=1,3,5,7
/proc/24341/task/24373/stat : 24373 (java) R 24339 24341 22059 0 -1 4202560 43 0 0 0 69384 12 0 0 20 0 22 0 253985857 10060460032 714863 33554432000 1073741824 1073778376 140733323037344 140616400146480 140616776771175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24374] ppid=24339 vsize=9824668 CPUtime=693.87 cores=1,3,5,7
/proc/24341/task/24374/stat : 24374 (java) R 24339 24341 22059 0 -1 4202560 1427 0 0 0 69341 46 0 0 20 0 22 0 253985857 10060460032 714863 33554432000 1073741824 1073778376 140733323037344 140616399094696 140616776753215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24375] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24375/stat : 24375 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985857 10060460032 714863 33554432000 1073741824 1073778376 140733323037344 140616398042536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1486.99
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.64 3.78 3.81 4/217 24543
/proc/meminfo: memFree=23258488/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=1604.99 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 27335 0 1 0 160381 118 0 0 20 0 22 0 253983143 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 702247 2289 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2494 0 1 0 29 3 0 0 20 0 22 0 253983143 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 22059 0 -1 4202560 182 0 0 0 119 4 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616765151656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 22059 0 -1 4202560 305 0 0 0 135 3 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616764099112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 322 0 0 0 139 4 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 286 0 0 0 127 3 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 250 0 0 0 123 3 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 188 0 0 0 119 4 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 260 0 0 0 129 4 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 182 0 0 0 135 2 0 0 20 0 22 0 253983144 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=43.4 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 2119 0 0 0 4328 12 0 0 20 0 22 0 253983145 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616409655656 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616406497552 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 22059 0 -1 4202560 11718 0 0 0 148 3 0 0 20 0 22 0 253983148 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616405445432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 22059 0 -1 4202560 5831 0 0 0 102 0 0 0 20 0 22 0 253983148 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616404392888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616403340024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 22059 0 -1 4202560 47 0 0 0 21 22 0 0 20 0 22 0 253983148 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616402287688 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24369] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24369/stat : 24369 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983273 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616401200296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24373] ppid=24339 vsize=9824668 CPUtime=751.12 cores=1,3,5,7
/proc/24341/task/24373/stat : 24373 (java) R 24339 24341 22059 0 -1 4202560 46 0 0 0 75099 13 0 0 20 0 22 0 253985857 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616400146480 140616776836247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24374] ppid=24339 vsize=9824668 CPUtime=751 cores=1,3,5,7
/proc/24341/task/24374/stat : 24374 (java) R 24339 24341 22059 0 -1 4202560 1431 0 0 0 75053 47 0 0 20 0 22 0 253985857 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616399094496 140616776897551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24375] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24375/stat : 24375 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985857 10060460032 702247 33554432000 1073741824 1073778376 140733323037344 140616398042536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1604.99
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.81 3.79 3.82 5/220 24627
/proc/meminfo: memFree=25385756/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=1723.2 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 27446 0 1 0 172199 121 0 0 20 0 22 0 253983143 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 689736 2289 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2494 0 1 0 29 3 0 0 20 0 22 0 253983143 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 22059 0 -1 4202560 201 0 0 0 131 4 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616765151656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 22059 0 -1 4202560 326 0 0 0 151 3 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616764099112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 345 0 0 0 154 5 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 286 0 0 0 136 3 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 250 0 0 0 137 3 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 209 0 0 0 131 4 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 260 0 0 0 139 4 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 190 0 0 0 150 2 0 0 20 0 22 0 253983144 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=45.63 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 2126 0 0 0 4550 13 0 0 20 0 22 0 253983145 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616409655656 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616406497552 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 22059 0 -1 4202560 11718 0 0 0 148 3 0 0 20 0 22 0 253983148 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616405445432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 22059 0 -1 4202560 5831 0 0 0 102 0 0 0 20 0 22 0 253983148 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616404392888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616403340024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 22059 0 -1 4202560 51 0 0 0 23 23 0 0 20 0 22 0 253983148 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616402287688 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24369] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24369/stat : 24369 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983273 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616401200296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24373] ppid=24339 vsize=9824668 CPUtime=808.58 cores=1,3,5,7
/proc/24341/task/24373/stat : 24373 (java) R 24339 24341 22059 0 -1 4202560 50 0 0 0 80843 15 0 0 20 0 22 0 253985857 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616400147424 140616776866684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24374] ppid=24339 vsize=9824668 CPUtime=808.46 cores=1,3,5,7
/proc/24341/task/24374/stat : 24374 (java) R 24339 24341 22059 0 -1 4202560 1435 0 0 0 80798 48 0 0 20 0 22 0 253985857 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616399092592 140616777255194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24375] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24375/stat : 24375 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985857 10060460032 689736 33554432000 1073741824 1073778376 140733323037344 140616398042536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.2
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.201 s]
/proc/loadavg: 3.84 3.80 3.82 5/219 24628
/proc/meminfo: memFree=25222496/32873844 swapFree=7100/7100
[pid=24341] ppid=24339 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 22059 0 -1 4202496 27516 0 1 0 179886 123 0 0 20 0 22 0 253983143 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140733323028480 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24341/statm: 2456167 685045 2289 9 0 2446860 0
[pid=24341/tid=24342] ppid=24339 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24341/task/24342/stat : 24342 (java) S 24339 24341 22059 0 -1 4202560 2494 0 1 0 29 4 0 0 20 0 22 0 253983143 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616921244664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 22059 0 -1 4202560 201 0 0 0 137 4 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616765151656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 22059 0 -1 4202560 349 0 0 0 158 3 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616764099112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 22059 0 -1 4202560 361 0 0 0 161 5 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616763046056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 22059 0 -1 4202560 286 0 0 0 143 3 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616761993512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 22059 0 -1 4202560 251 0 0 0 143 3 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616760941480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 22059 0 -1 4202560 211 0 0 0 142 4 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616423959592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 22059 0 -1 4202560 260 0 0 0 147 4 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616422906536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 22059 0 -1 4202560 208 0 0 0 157 2 0 0 20 0 22 0 253983144 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616421853992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9824668 CPUtime=46.83 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 22059 0 -1 4202560 2128 0 0 0 4670 13 0 0 20 0 22 0 253983145 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616409655656 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616408601976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253983146 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616407548808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616406497552 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 22059 0 -1 4202560 11718 0 0 0 148 3 0 0 20 0 22 0 253983148 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616405445432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 22059 0 -1 4202560 5831 0 0 0 102 0 0 0 20 0 22 0 253983148 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616404392888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253983148 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616403340024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 22059 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 253983148 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616402287688 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24369] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24369/stat : 24369 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253983273 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616401200296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24373] ppid=24339 vsize=9824668 CPUtime=846.13 cores=1,3,5,7
/proc/24341/task/24373/stat : 24373 (java) R 24339 24341 22059 0 -1 4202560 53 0 0 0 84598 15 0 0 20 0 22 0 253985857 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616400146480 140616776846861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24374] ppid=24339 vsize=9824668 CPUtime=846.03 cores=1,3,5,7
/proc/24341/task/24374/stat : 24374 (java) R 24339 24341 22059 0 -1 4202560 1438 0 0 0 84555 48 0 0 20 0 22 0 253985857 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616399092368 140616776899028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24375] ppid=24339 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24375/stat : 24375 (java) S 24339 24341 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253985857 10060460032 685045 33554432000 1073741824 1073778376 140733323037344 140616398042536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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): 921.239
CPU time (s): 1800.59
CPU user time (s): 1798.89
CPU system time (s): 1.70074
CPU usage (%): 195.453
Max. virtual memory (cumulated for all children) (KiB): 9826272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.70074
maximum resident set size= 3066408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27547
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26000
involuntary context switches= 33292

runsolver used 3.83142 second user time and 8.88365 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 18:56:02
IDJOB=3688598
IDBENCH=48105
IDSOLVER=2268
FILE ID=node111/3688598-1337878562
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688598-1337878562/watcher-3688598-1337878562 -o /tmp/evaluation-result-3688598-1337878562/solver-3688598-1337878562 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688598-1337878562.opb

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=186688073

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.91
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26306816 kB
Buffers:          204784 kB
Cached:          3053124 kB
SwapCached:            0 kB
Active:          3285156 kB
Inactive:        2510136 kB
Active(anon):    2539968 kB
Inactive(anon):        0 kB
Active(file):     745188 kB
Inactive(file):  2510136 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               156 kB
Writeback:             0 kB
AnonPages:       2562628 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             629880 kB
SReclaimable:      72316 kB
SUnreclaim:       557564 kB
KernelStack:        1808 kB
PageTables:         9240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3393248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 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= 71624 MiB
End job on node111 at 2012-05-24 19:11:25