Trace number 3688792

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.09 911.659

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.34
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688792-1337879790.opb
0.11/0.10	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.137s.
0.24/0.24	c declared #vars     100
0.24/0.24	c internal #vars     710
0.24/0.24	c #constraints  1373
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
0.24/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.24/0.24	c 1373 constraints processed.
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.24/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 610
0.24/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
0.24/0.24	c 1373 constraints processed.
2.55/0.82	c cleaning 2502 clauses out of 5003 with flag 5003/5003
3.70/1.19	c cleaning 4250 clauses out of 8500 with flag 11002/11002
4.95/1.54	c cleaning 5621 clauses out of 11248 with flag 18000/18000
5.74/1.90	c cleaning 6813 clauses out of 13627 with flag 26000/26000
6.54/2.33	c cleaning 7903 clauses out of 15816 with flag 35002/35002
7.51/2.80	c cleaning 8953 clauses out of 17913 with flag 45002/45002
8.68/3.41	c cleaning 9981 clauses out of 19961 with flag 56003/56003
10.04/4.13	c cleaning 10988 clauses out of 21977 with flag 68000/68000
11.38/4.84	c cleaning 11991 clauses out of 23992 with flag 81003/81003
12.93/5.68	c cleaning 12987 clauses out of 25998 with flag 95000/95000
14.68/6.55	c cleaning 14007 clauses out of 28013 with flag 110002/110002
16.42/7.44	c cleaning 15002 clauses out of 30006 with flag 126002/126002
18.35/8.45	c cleaning 16003 clauses out of 32005 with flag 143003/143003
20.48/9.57	c cleaning 16999 clauses out of 34000 with flag 161001/161001
22.80/10.77	c cleaning 17994 clauses out of 36004 with flag 180004/180004
25.35/12.01	c cleaning 18985 clauses out of 38006 with flag 200000/200000
27.83/13.32	c cleaning 19996 clauses out of 40021 with flag 221000/221000
30.76/14.80	c cleaning 21009 clauses out of 42027 with flag 243002/243002
33.69/16.31	c cleaning 22009 clauses out of 44017 with flag 266001/266001
36.99/18.00	c cleaning 23001 clauses out of 46007 with flag 290000/290000
40.27/19.76	c cleaning 24002 clauses out of 48006 with flag 315000/315000
43.96/21.70	c cleaning 25002 clauses out of 50004 with flag 341000/341000
48.09/23.75	c cleaning 25994 clauses out of 52003 with flag 368001/368001
52.42/25.93	c cleaning 27002 clauses out of 54010 with flag 396002/396002
57.08/28.37	c cleaning 28002 clauses out of 56006 with flag 425000/425000
61.59/30.67	c cleaning 28996 clauses out of 58005 with flag 455001/455001
66.29/33.02	c cleaning 29996 clauses out of 60008 with flag 486000/486000
70.77/35.33	c cleaning 31002 clauses out of 62012 with flag 518000/518000
75.80/37.94	c cleaning 32001 clauses out of 64010 with flag 551000/551000
79.69/39.97	c cleaning 0 clauses out of 5001 with flag 0/5001
81.78/40.83	c cleaning 32991 clauses out of 66009 with flag 585000/585000
87.46/43.78	c cleaning 33991 clauses out of 68018 with flag 620000/620000
93.26/46.76	c cleaning 35010 clauses out of 70028 with flag 656001/656001
98.76/49.53	c cleaning 36009 clauses out of 72017 with flag 693000/693000
104.81/52.65	c cleaning 36999 clauses out of 74010 with flag 731002/731002
111.47/56.05	c cleaning 38003 clauses out of 76010 with flag 770001/770001
118.67/59.76	c cleaning 38993 clauses out of 78006 with flag 810000/810000
126.78/63.83	c cleaning 39992 clauses out of 80015 with flag 851002/851002
134.26/67.61	c cleaning 41005 clauses out of 82022 with flag 893001/893001
141.92/71.54	c cleaning 42004 clauses out of 84016 with flag 936000/936000
149.89/75.66	c cleaning 42991 clauses out of 86012 with flag 980000/980000
158.13/79.82	c cleaning 44006 clauses out of 88021 with flag 1025000/1025000
166.21/83.95	c cleaning 45000 clauses out of 90016 with flag 1071001/1071001
174.84/88.37	c cleaning 46007 clauses out of 92017 with flag 1118002/1118002
183.77/92.96	c cleaning 46995 clauses out of 94008 with flag 1166000/1166000
193.21/97.75	c cleaning 47994 clauses out of 96013 with flag 1215000/1215000
202.44/102.40	c cleaning 48997 clauses out of 98019 with flag 1265000/1265000
211.71/107.10	c cleaning 49999 clauses out of 100023 with flag 1316001/1316001
222.86/112.88	c cleaning 51005 clauses out of 102024 with flag 1368001/1368001
234.72/118.82	c cleaning 52006 clauses out of 104018 with flag 1421000/1421000
246.79/124.98	c cleaning 53002 clauses out of 106014 with flag 1475002/1475002
257.64/130.43	c cleaning 54005 clauses out of 108011 with flag 1530001/1530001
269.37/136.44	c cleaning 54994 clauses out of 110005 with flag 1586000/1586000
282.79/143.24	c cleaning 55996 clauses out of 112012 with flag 1643001/1643001
295.65/149.79	c cleaning 56999 clauses out of 114015 with flag 1701000/1701000
309.31/156.69	c cleaning 58006 clauses out of 116018 with flag 1760002/1760002
324.60/164.44	c cleaning 58996 clauses out of 118012 with flag 1820002/1820002
338.67/171.53	c cleaning 60001 clauses out of 120015 with flag 1881001/1881001
352.51/178.58	c cleaning 60996 clauses out of 122013 with flag 1943000/1943000
368.55/186.65	c cleaning 61998 clauses out of 124018 with flag 2006001/2006001
382.81/193.92	c cleaning 63003 clauses out of 126022 with flag 2070003/2070003
397.28/201.24	c cleaning 63991 clauses out of 128017 with flag 2135001/2135001
414.30/209.81	c cleaning 65001 clauses out of 130027 with flag 2201002/2201002
428.63/217.07	c cleaning 66007 clauses out of 132026 with flag 2268002/2268002
444.20/225.00	c cleaning 66997 clauses out of 134017 with flag 2336000/2336000
461.40/233.76	c cleaning 67998 clauses out of 136022 with flag 2405002/2405002
478.22/242.22	c cleaning 69000 clauses out of 138023 with flag 2475001/2475001
489.17/247.80	c cleaning 0 clauses out of 11002 with flag 0/11002
496.76/251.88	c cleaning 70008 clauses out of 140024 with flag 2546002/2546002
514.81/260.91	c cleaning 70999 clauses out of 142014 with flag 2618000/2618000
532.22/269.74	c cleaning 71996 clauses out of 144015 with flag 2691000/2691000
549.80/278.70	c cleaning 72997 clauses out of 146019 with flag 2765000/2765000
569.19/288.55	c cleaning 74002 clauses out of 148023 with flag 2840001/2840001
587.35/297.75	c cleaning 74997 clauses out of 150020 with flag 2916000/2916000
605.94/307.16	c cleaning 76011 clauses out of 152023 with flag 2993000/2993000
626.52/317.55	c cleaning 76997 clauses out of 154013 with flag 3071001/3071001
648.10/328.52	c cleaning 77997 clauses out of 156016 with flag 3150001/3150001
668.91/339.01	c cleaning 79001 clauses out of 158018 with flag 3230000/3230000
689.71/349.51	c cleaning 80007 clauses out of 160017 with flag 3311000/3311000
711.88/360.72	c cleaning 80992 clauses out of 162010 with flag 3393000/3393000
732.63/371.31	c cleaning 81996 clauses out of 164020 with flag 3476002/3476002
755.23/382.72	c cleaning 82998 clauses out of 166022 with flag 3560000/3560000
774.79/392.70	c cleaning 84004 clauses out of 168024 with flag 3645000/3645000
797.77/404.22	c cleaning 84996 clauses out of 170020 with flag 3731000/3731000
819.08/415.14	c cleaning 86010 clauses out of 172024 with flag 3818000/3818000
847.65/429.59	c cleaning 87002 clauses out of 174014 with flag 3906000/3906000
871.62/441.66	c cleaning 88001 clauses out of 176012 with flag 3995000/3995000
898.20/455.08	c cleaning 88997 clauses out of 178011 with flag 4085000/4085000
925.75/469.01	c cleaning 89995 clauses out of 180014 with flag 4176000/4176000
951.34/481.98	c cleaning 91003 clauses out of 182019 with flag 4268000/4268000
981.36/497.10	c cleaning 91990 clauses out of 184016 with flag 4361000/4361000
1012.57/512.75	c cleaning 92998 clauses out of 186030 with flag 4455004/4455004
1040.70/527.06	c cleaning 94006 clauses out of 188028 with flag 4550000/4550000
1068.04/540.88	c cleaning 95001 clauses out of 190022 with flag 4646000/4646000
1100.41/557.13	c cleaning 96000 clauses out of 192022 with flag 4743001/4743001
1129.20/571.63	c cleaning 96997 clauses out of 194021 with flag 4841000/4841000
1157.84/586.29	c cleaning 98002 clauses out of 196024 with flag 4940000/4940000
1184.36/599.65	c cleaning 98999 clauses out of 198022 with flag 5040000/5040000
1215.36/615.24	c cleaning 100001 clauses out of 200023 with flag 5141000/5141000
1241.09/628.29	c cleaning 101001 clauses out of 202023 with flag 5243001/5243001
1272.30/644.17	c cleaning 101998 clauses out of 204022 with flag 5346001/5346001
1302.65/659.41	c cleaning 102995 clauses out of 206023 with flag 5450000/5450000
1336.01/676.25	c cleaning 103991 clauses out of 208028 with flag 5555000/5555000
1365.15/690.97	c cleaning 105003 clauses out of 210040 with flag 5661003/5661003
1396.18/706.77	c cleaning 106005 clauses out of 212037 with flag 5768003/5768003
1432.76/725.14	c cleaning 106997 clauses out of 214029 with flag 5876000/5876000
1467.82/742.90	c cleaning 108010 clauses out of 216032 with flag 5985000/5985000
1503.46/761.22	c cleaning 108989 clauses out of 218022 with flag 6095000/6095000
1536.40/777.86	c cleaning 109995 clauses out of 220034 with flag 6206001/6206001
1567.25/793.48	c cleaning 111010 clauses out of 222038 with flag 6318000/6318000
1607.27/813.58	c cleaning 111991 clauses out of 224028 with flag 6431000/6431000
1617.29/818.97	c cleaning 0 clauses out of 18001 with flag 0/18001
1649.74/835.36	c cleaning 113005 clauses out of 226037 with flag 6545000/6545000
1686.38/853.89	c cleaning 114003 clauses out of 228033 with flag 6660001/6660001
1721.66/871.60	c cleaning 115007 clauses out of 230030 with flag 6776001/6776001
1758.97/890.63	c cleaning 116006 clauses out of 232022 with flag 6893000/6893000
1791.64/907.14	c cleaning 116991 clauses out of 234016 with flag 7011000/7011000
1800.09/911.61	c starts		: 295
1800.09/911.61	c conflicts		: 7058324
1800.09/911.61	c decisions		: 10236680
1800.09/911.61	c propagations		: 86654549
1800.09/911.61	c inspects		: 7901548226
1800.09/911.61	c shortcuts		: 0
1800.09/911.61	c learnt literals	: 0
1800.09/911.61	c learnt binary clauses	: 0
1800.09/911.61	c learnt ternary clauses	: 5033
1800.09/911.61	c learnt constraints	: 7058325
1800.09/911.61	c ignored constraints	: 0
1800.09/911.61	c root simplifications	: 0
1800.09/911.61	c removed literals (reason simplification)	: 231406744
1800.09/911.61	c reason swapping (by a shorter reason)	: 0
1800.09/911.61	c Calls to reduceDB	: 114
1800.09/911.61	c number of reductions to clauses (during analyze)	: 0
1800.09/911.61	c number of learned constraints concerned by reduction	: 0
1800.09/911.61	c number of learning phase by resolution	: 0
1800.09/911.61	c number of learning phase by cutting planes	: 0
1800.09/911.61	c speed (assignments/second)	: 95081.97356279084
1800.09/911.61	c non guided choices	646
1800.09/911.64	c learnt constraints type 
1800.09/911.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164554
1800.09/911.64	c constraints type 
1800.09/911.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
1800.09/911.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.09/911.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.09/911.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
1800.09/911.64	c 1373 constraints processed.
1800.09/911.64	c constraints type 
1800.09/911.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.09/911.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 610
1800.09/911.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.09/911.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
1800.09/911.64	c 1373 constraints processed.
1800.09/911.64	s UNKNOWN
1800.09/911.64	c Total wall clock time (in seconds): 911.543

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688792-1337879790/watcher-3688792-1337879790 -o /tmp/evaluation-result-3688792-1337879790/solver-3688792-1337879790 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688792-1337879790.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.57 3.69 3.72 4/197 24840
/proc/meminfo: memFree=24361596/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 254106258 94019584 917 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 22954 917 697 9 0 16769 0
[pid=24840/tid=24841] ppid=24838 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) D 24838 24840 22409 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254106259 94019584 917 33554432000 1073741824 1073778376 140735047410352 140720201707048 213857168679 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.079491 s]
/proc/loadavg: 3.57 3.69 3.72 4/197 24840
/proc/meminfo: memFree=24361596/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 4242 0 1 0 7 1 0 0 20 0 18 0 254106258 9787813888 5426 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2389603 5427 2099 9 0 2380296 0
[pid=24840/tid=24841] ppid=24838 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) R 24838 24840 22409 0 -1 4202560 2293 0 1 0 5 0 0 0 20 0 18 0 254106259 9787813888 5427 33554432000 1073741824 1073778376 140735047410352 140720201710360 140720056943144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100217 s]
/proc/loadavg: 3.57 3.69 3.72 4/197 24840
/proc/meminfo: memFree=24361596/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 254106258 9787813888 6127 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2389603 6127 2142 9 0 2380296 0
[pid=24840/tid=24841] ppid=24838 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) R 24838 24840 22409 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 254106259 9787813888 6127 33554432000 1073741824 1073778376 140735047410352 140720201710360 213869716749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300201 s]
/proc/loadavg: 3.57 3.69 3.72 4/197 24840
/proc/meminfo: memFree=24361596/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 6902 0 1 0 54 1 0 0 20 0 22 0 254106258 10060460032 10079 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 10079 2230 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 254106259 10060460032 10079 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824668

[startup+0.700233 s]
/proc/loadavg: 3.57 3.69 3.72 4/197 24840
/proc/meminfo: memFree=24361596/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 18319 0 1 0 211 4 0 0 20 0 22 0 254106258 10060460032 21687 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 21687 2240 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 254106259 10060460032 21687 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 3.77 3.73 3.73 7/219 24862
/proc/meminfo: memFree=24240796/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=4.95 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 25846 0 1 0 487 8 0 0 20 0 22 0 254106258 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 48082 2277 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24851] ppid=24838 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24840/task/24851/stat : 24851 (java) S 24838 24840 22409 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 254106260 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719690197992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24852] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24852/stat : 24852 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719689144056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24853] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24853/stat : 24853 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719688091144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24854] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24854/stat : 24854 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719687039632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24855] ppid=24838 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24840/task/24855/stat : 24855 (java) S 24838 24840 22409 0 -1 4202560 14276 0 0 0 107 3 0 0 20 0 22 0 254106263 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719685986744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24856] ppid=24838 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24840/task/24856/stat : 24856 (java) S 24838 24840 22409 0 -1 4202560 7698 0 0 0 111 0 0 0 20 0 22 0 254106263 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719684933944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24857] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24857/stat : 24857 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719683881336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24858] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24858/stat : 24858 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719682828744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24859] ppid=24838 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/24840/task/24859/stat : 24859 (java) R 24838 24840 22409 0 -1 4202560 29 0 0 0 118 0 0 0 20 0 22 0 254106282 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719681741776 140720057460142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24860] ppid=24838 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/24840/task/24860/stat : 24860 (java) R 24838 24840 22409 0 -1 4202560 121 0 0 0 116 1 0 0 20 0 22 0 254106282 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719680687320 140720057502415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24861] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24861/stat : 24861 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719679636904 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24862] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24862/stat : 24862 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 48082 33554432000 1073741824 1073778376 140735047410352 140719678584104 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.77 3.73 3.73 5/219 24862
/proc/meminfo: memFree=24116484/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=8.08 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 25998 0 1 0 798 10 0 0 20 0 22 0 254106258 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 74788 2278 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254106259 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24851] ppid=24838 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/24840/task/24851/stat : 24851 (java) S 24838 24840 22409 0 -1 4202560 102 0 0 0 19 0 0 0 20 0 22 0 254106260 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719690197992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24852] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24852/stat : 24852 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719689144056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24853] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24853/stat : 24853 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719688091144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24854] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24854/stat : 24854 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719687039632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24855] ppid=24838 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24840/task/24855/stat : 24855 (java) S 24838 24840 22409 0 -1 4202560 14277 0 0 0 108 3 0 0 20 0 22 0 254106263 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719685986744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24856] ppid=24838 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/24840/task/24856/stat : 24856 (java) S 24838 24840 22409 0 -1 4202560 7699 0 0 0 116 0 0 0 20 0 22 0 254106263 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719684933944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24857] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24857/stat : 24857 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719683881336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24858] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24858/stat : 24858 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719682828744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24859] ppid=24838 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/24840/task/24859/stat : 24859 (java) R 24838 24840 22409 0 -1 4202560 32 0 0 0 257 0 0 0 20 0 22 0 254106282 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719681741896 140720057369792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24860] ppid=24838 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/24840/task/24860/stat : 24860 (java) R 24838 24840 22409 0 -1 4202560 165 0 0 0 254 3 0 0 20 0 22 0 254106282 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719680687200 140720057380754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24861] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24861/stat : 24861 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719679636904 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24862] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24862/stat : 24862 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 74788 33554432000 1073741824 1073778376 140735047410352 140719678584104 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.77 3.73 3.73 5/219 24862
/proc/meminfo: memFree=23972076/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=14.27 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 26257 0 1 0 1412 15 0 0 20 0 22 0 254106258 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 113390 2278 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2455 0 1 0 22 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254106259 10060460032 113390 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24840/statm: 2456167 355866 2279 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2506 0 1 0 24 2 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 573 0 0 0 331 6 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 486 0 0 0 317 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 516 0 0 0 338 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 631 0 0 0 342 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 524 0 0 0 337 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 498 0 0 0 332 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 485 0 0 0 337 7 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 608 0 0 0 324 6 0 0 20 0 22 0 254106259 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24851] ppid=24838 vsize=9824668 CPUtime=35.3 cores=1,3,5,7
/proc/24840/task/24851/stat : 24851 (java) S 24838 24840 22409 0 -1 4202560 1820 0 0 0 3498 32 0 0 20 0 22 0 254106260 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719690197992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24852] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24852/stat : 24852 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719689144056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24853] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24853/stat : 24853 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719688091144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24854] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24854/stat : 24854 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719687039632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24855] ppid=24838 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/24840/task/24855/stat : 24855 (java) S 24838 24840 22409 0 -1 4202560 14277 0 0 0 111 3 0 0 20 0 22 0 254106263 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719685986744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24856] ppid=24838 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/24840/task/24856/stat : 24856 (java) S 24838 24840 22409 0 -1 4202560 10507 0 0 0 162 2 0 0 20 0 22 0 254106263 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719684933944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24857] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24857/stat : 24857 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719683881336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24858] ppid=24838 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24840/task/24858/stat : 24858 (java) S 24838 24840 22409 0 -1 4202560 47 0 0 0 14 19 0 0 20 0 22 0 254106263 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719682828744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24859] ppid=24838 vsize=9824668 CPUtime=776.85 cores=1,3,5,7
/proc/24840/task/24859/stat : 24859 (java) R 24838 24840 22409 0 -1 4202560 250 0 0 0 77671 14 0 0 20 0 22 0 254106282 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719681740000 140720057370210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24860] ppid=24838 vsize=9824668 CPUtime=776.87 cores=1,3,5,7
/proc/24840/task/24860/stat : 24860 (java) R 24838 24840 22409 0 -1 4202560 4995 0 0 0 77648 39 0 0 20 0 22 0 254106282 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719680688976 140720057390010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24861] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24861/stat : 24861 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719679636904 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24862] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24862/stat : 24862 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 355866 33554432000 1073741824 1073778376 140735047410352 140719678584104 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1623.57
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.01 3.95 3.84 5/219 25232
/proc/meminfo: memFree=24796388/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=1742.24 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 40265 0 1 0 174076 148 0 0 20 0 22 0 254106258 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 381662 2279 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2509 0 1 0 24 3 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 587 0 0 0 351 7 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 548 0 0 0 342 8 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=3.63 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 528 0 0 0 355 8 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=3.71 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 663 0 0 0 362 9 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 536 0 0 0 358 7 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 601 0 0 0 348 8 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 498 0 0 0 358 8 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 637 0 0 0 346 7 0 0 20 0 22 0 254106259 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24851] ppid=24838 vsize=9824668 CPUtime=37.38 cores=1,3,5,7
/proc/24840/task/24851/stat : 24851 (java) S 24838 24840 22409 0 -1 4202560 1875 0 0 0 3705 33 0 0 20 0 22 0 254106260 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719690197992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24852] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24852/stat : 24852 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719689144056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24853] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24853/stat : 24853 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719688091144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24854] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24854/stat : 24854 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719687039632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24855] ppid=24838 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/24840/task/24855/stat : 24855 (java) S 24838 24840 22409 0 -1 4202560 14277 0 0 0 111 3 0 0 20 0 22 0 254106263 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719685986744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24856] ppid=24838 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/24840/task/24856/stat : 24856 (java) S 24838 24840 22409 0 -1 4202560 10507 0 0 0 162 2 0 0 20 0 22 0 254106263 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719684933944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24857] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24857/stat : 24857 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719683881336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24858] ppid=24838 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/24840/task/24858/stat : 24858 (java) S 24838 24840 22409 0 -1 4202560 51 0 0 0 15 21 0 0 20 0 22 0 254106263 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719682828744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24859] ppid=24838 vsize=9824668 CPUtime=834.15 cores=1,3,5,7
/proc/24840/task/24859/stat : 24859 (java) R 24838 24840 22409 0 -1 4202560 255 0 0 0 83400 15 0 0 20 0 22 0 254106282 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719681740816 140720057390064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24860] ppid=24838 vsize=9824668 CPUtime=834.15 cores=1,3,5,7
/proc/24840/task/24860/stat : 24860 (java) R 24838 24840 22409 0 -1 4202560 5006 0 0 0 83375 40 0 0 20 0 22 0 254106282 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719680687072 140720057499665 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24861] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24861/stat : 24861 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719679636904 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24862] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24862/stat : 24862 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 381662 33554432000 1073741824 1073778376 140735047410352 140719678584104 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1742.24
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.601 s]
/proc/loadavg: 3.95 3.94 3.83 5/219 25233
/proc/meminfo: memFree=24656632/32873648 swapFree=6336/6336
[pid=24840] ppid=24838 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/24840/stat : 24840 (java) S 24838 24840 22409 0 -1 4202496 40383 0 1 0 179858 151 0 0 20 0 22 0 254106258 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140735047401488 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24840/statm: 2456167 396530 2279 9 0 2446860 0
[pid=24840/tid=24841] ppid=24838 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24840/task/24841/stat : 24841 (java) S 24838 24840 22409 0 -1 4202560 2511 0 1 0 24 3 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720201712632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24843] ppid=24838 vsize=9824668 CPUtime=3.7 cores=1,3,5,7
/proc/24840/task/24843/stat : 24843 (java) S 24838 24840 22409 0 -1 4202560 602 0 0 0 363 7 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720045693992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24844] ppid=24838 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/24840/task/24844/stat : 24844 (java) S 24838 24840 22409 0 -1 4202560 561 0 0 0 359 8 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720044641192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24845] ppid=24838 vsize=9824668 CPUtime=3.73 cores=1,3,5,7
/proc/24840/task/24845/stat : 24845 (java) S 24838 24840 22409 0 -1 4202560 539 0 0 0 365 8 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720043588392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24846] ppid=24838 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/24840/task/24846/stat : 24846 (java) S 24838 24840 22409 0 -1 4202560 674 0 0 0 373 9 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720042535592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24847] ppid=24838 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/24840/task/24847/stat : 24847 (java) S 24838 24840 22409 0 -1 4202560 542 0 0 0 368 8 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140720041482792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24848] ppid=24838 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/24840/task/24848/stat : 24848 (java) S 24838 24840 22409 0 -1 4202560 608 0 0 0 358 8 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719704500648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24840/tid=24849] ppid=24838 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/24840/task/24849/stat : 24849 (java) S 24838 24840 22409 0 -1 4202560 514 0 0 0 368 8 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719703447848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24850] ppid=24838 vsize=9824668 CPUtime=3.64 cores=1,3,5,7
/proc/24840/task/24850/stat : 24850 (java) S 24838 24840 22409 0 -1 4202560 643 0 0 0 357 7 0 0 20 0 22 0 254106259 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719702395048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24851] ppid=24838 vsize=9824668 CPUtime=38.56 cores=1,3,5,7
/proc/24840/task/24851/stat : 24851 (java) S 24838 24840 22409 0 -1 4202560 1898 0 0 0 3823 33 0 0 20 0 22 0 254106260 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719690197992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24852] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24852/stat : 24852 (java) S 24838 24840 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719689144056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24853] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24853/stat : 24853 (java) S 24838 24840 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254106261 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719688091144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24854] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24854/stat : 24854 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719687039632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24855] ppid=24838 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/24840/task/24855/stat : 24855 (java) S 24838 24840 22409 0 -1 4202560 14277 0 0 0 111 3 0 0 20 0 22 0 254106263 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719685986744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24856] ppid=24838 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/24840/task/24856/stat : 24856 (java) S 24838 24840 22409 0 -1 4202560 10507 0 0 0 162 2 0 0 20 0 22 0 254106263 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719684933944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24857] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24857/stat : 24857 (java) S 24838 24840 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254106263 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719683881336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24840/tid=24858] ppid=24838 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24840/task/24858/stat : 24858 (java) S 24838 24840 22409 0 -1 4202560 53 0 0 0 16 21 0 0 20 0 22 0 254106263 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719682828744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24859] ppid=24838 vsize=9824668 CPUtime=861.95 cores=1,3,5,7
/proc/24840/task/24859/stat : 24859 (java) R 24838 24840 22409 0 -1 4202560 258 0 0 0 86179 16 0 0 20 0 22 0 254106282 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719681741776 140720057355762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24860] ppid=24838 vsize=9824668 CPUtime=861.95 cores=1,3,5,7
/proc/24840/task/24860/stat : 24860 (java) R 24838 24840 22409 0 -1 4202560 5009 0 0 0 86154 41 0 0 20 0 22 0 254106282 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719680687200 140720057499745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24840/tid=24861] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24861/stat : 24861 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719679636904 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24840/tid=24862] ppid=24838 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24840/task/24862/stat : 24862 (java) S 24838 24840 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254106283 10060460032 396530 33554432000 1073741824 1073778376 140735047410352 140719678584104 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24840 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=59261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=991697
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.659
CPU time (s): 1800.09
CPU user time (s): 1798.58
CPU system time (s): 1.51
CPU usage (%): 197.452
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.9917
maximum resident set size= 1586272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40424
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33131
involuntary context switches= 63512

runsolver used 4.47432 second user time and 7.12992 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 19:16:30
IDJOB=3688792
IDBENCH=48318
IDSOLVER=2268
FILE ID=node112/3688792-1337879790
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=1956433553

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24361604 kB
Buffers:          196728 kB
Cached:          3550380 kB
SwapCached:            0 kB
Active:          4470988 kB
Inactive:        3271396 kB
Active(anon):    3997592 kB
Inactive(anon):        0 kB
Active(file):     473396 kB
Inactive(file):  3271396 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:       4000864 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             626648 kB
SReclaimable:      70072 kB
SUnreclaim:       556576 kB
KernelStack:        1640 kB
PageTables:        12156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4803872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3899392 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= 71700 MiB
End job on node112 at 2012-05-24 19:31:44