Trace number 3688808

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.04 912.1

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
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 benchmark1561.61
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688808-1337879864.opb
0.10/0.10	c reading problem ... 
0.23/0.24	c ... done. Wall clock time 0.138s.
0.23/0.24	c declared #vars     100
0.23/0.24	c internal #vars     706
0.23/0.24	c #constraints  1365
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
0.23/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.23/0.24	c 1365 constraints processed.
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
0.23/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.23/0.24	c 1365 constraints processed.
2.55/0.81	c cleaning 2503 clauses out of 5005 with flag 5005/5005
3.71/1.18	c cleaning 4253 clauses out of 8505 with flag 11008/11008
5.10/1.64	c cleaning 5622 clauses out of 11244 with flag 18000/18000
6.10/2.12	c cleaning 6795 clauses out of 13622 with flag 26000/26000
7.08/2.62	c cleaning 7912 clauses out of 15831 with flag 35004/35004
8.48/3.35	c cleaning 8957 clauses out of 17915 with flag 45000/45000
10.04/4.17	c cleaning 9980 clauses out of 19960 with flag 56002/56002
12.06/5.14	c cleaning 10985 clauses out of 21978 with flag 68000/68000
13.61/5.99	c cleaning 11994 clauses out of 23993 with flag 81000/81000
15.17/6.73	c cleaning 12996 clauses out of 26001 with flag 95002/95002
16.71/7.54	c cleaning 14002 clauses out of 28003 with flag 110000/110000
18.47/8.40	c cleaning 15002 clauses out of 30003 with flag 126002/126002
20.19/9.35	c cleaning 15999 clauses out of 32001 with flag 143002/143002
22.56/10.54	c cleaning 17001 clauses out of 34001 with flag 161001/161001
24.69/11.70	c cleaning 18002 clauses out of 36003 with flag 180004/180004
27.43/13.05	c cleaning 18999 clauses out of 37999 with flag 200002/200002
30.12/14.50	c cleaning 19989 clauses out of 39998 with flag 221000/221000
33.06/15.98	c cleaning 21003 clauses out of 42011 with flag 243002/243002
36.19/17.57	c cleaning 21995 clauses out of 44006 with flag 266000/266000
39.90/19.45	c cleaning 23007 clauses out of 46013 with flag 290002/290002
43.78/21.41	c cleaning 23996 clauses out of 48004 with flag 315000/315000
47.90/23.56	c cleaning 25004 clauses out of 50009 with flag 341001/341001
52.01/25.66	c cleaning 26002 clauses out of 52004 with flag 368000/368000
55.93/27.67	c cleaning 27002 clauses out of 54004 with flag 396002/396002
59.99/29.75	c cleaning 27993 clauses out of 56000 with flag 425000/425000
64.68/32.17	c cleaning 28986 clauses out of 58007 with flag 455000/455000
69.39/34.53	c cleaning 30004 clauses out of 60021 with flag 486000/486000
73.47/36.61	c cleaning 31008 clauses out of 62017 with flag 518000/518000
78.69/39.31	c cleaning 32001 clauses out of 64012 with flag 551003/551003
83.76/41.93	c cleaning 33004 clauses out of 66008 with flag 585000/585000
84.45/42.40	c cleaning 0 clauses out of 5000 with flag 0/5000
90.24/45.08	c cleaning 33994 clauses out of 68004 with flag 620000/620000
95.63/47.81	c cleaning 35006 clauses out of 70012 with flag 656002/656002
101.89/51.09	c cleaning 35993 clauses out of 72007 with flag 693003/693003
107.77/54.08	c cleaning 37002 clauses out of 74013 with flag 731002/731002
113.63/57.05	c cleaning 38005 clauses out of 76009 with flag 770000/770000
120.82/60.75	c cleaning 38989 clauses out of 78004 with flag 810000/810000
128.29/64.51	c cleaning 39996 clauses out of 80015 with flag 851000/851000
136.17/68.58	c cleaning 41009 clauses out of 82020 with flag 893001/893001
144.24/72.68	c cleaning 41992 clauses out of 84011 with flag 936001/936001
152.43/76.89	c cleaning 43000 clauses out of 86018 with flag 980000/980000
160.68/81.04	c cleaning 43994 clauses out of 88018 with flag 1025000/1025000
169.35/85.44	c cleaning 44993 clauses out of 90024 with flag 1071000/1071000
179.00/90.33	c cleaning 46002 clauses out of 92031 with flag 1118000/1118000
186.93/94.50	c cleaning 47012 clauses out of 94029 with flag 1166000/1166000
196.17/99.16	c cleaning 48002 clauses out of 96018 with flag 1215001/1215001
206.04/104.19	c cleaning 49001 clauses out of 98016 with flag 1265001/1265001
215.31/108.88	c cleaning 50001 clauses out of 100015 with flag 1316001/1316001
227.42/115.01	c cleaning 50986 clauses out of 102014 with flag 1368001/1368001
238.06/120.49	c cleaning 52003 clauses out of 104028 with flag 1421001/1421001
251.33/127.17	c cleaning 53000 clauses out of 106025 with flag 1475001/1475001
263.97/133.56	c cleaning 53998 clauses out of 108024 with flag 1530000/1530000
277.34/140.33	c cleaning 55013 clauses out of 110026 with flag 1586000/1586000
290.60/147.08	c cleaning 56007 clauses out of 112016 with flag 1643003/1643003
304.46/154.03	c cleaning 56989 clauses out of 114006 with flag 1701000/1701000
318.89/161.30	c cleaning 58003 clauses out of 116017 with flag 1760000/1760000
332.76/168.48	c cleaning 58999 clauses out of 118015 with flag 1820001/1820001
347.63/175.93	c cleaning 60006 clauses out of 120017 with flag 1881002/1881002
361.27/182.81	c cleaning 60999 clauses out of 122011 with flag 1943002/1943002
376.08/190.32	c cleaning 62001 clauses out of 124010 with flag 2006000/2006000
390.35/197.61	c cleaning 62989 clauses out of 126009 with flag 2070000/2070000
404.63/204.89	c cleaning 64001 clauses out of 128020 with flag 2135000/2135000
418.25/211.79	c cleaning 65001 clauses out of 130019 with flag 2201000/2201000
434.03/219.70	c cleaning 66006 clauses out of 132019 with flag 2268001/2268001
448.20/227.04	c cleaning 67000 clauses out of 134015 with flag 2336003/2336003
448.74/227.49	c cleaning 0 clauses out of 11002 with flag 0/11002
465.62/235.90	c cleaning 67998 clauses out of 136012 with flag 2405000/2405000
479.87/243.12	c cleaning 69003 clauses out of 138015 with flag 2475001/2475001
496.91/251.81	c cleaning 69994 clauses out of 140012 with flag 2546001/2546001
513.06/260.04	c cleaning 71001 clauses out of 142018 with flag 2618001/2618001
530.22/268.79	c cleaning 72003 clauses out of 144017 with flag 2691001/2691001
549.43/278.43	c cleaning 72996 clauses out of 146013 with flag 2765000/2765000
568.99/288.50	c cleaning 73995 clauses out of 148017 with flag 2840000/2840000
588.54/298.31	c cleaning 75004 clauses out of 150024 with flag 2916002/2916002
609.55/308.92	c cleaning 76004 clauses out of 152019 with flag 2993001/2993001
628.92/318.74	c cleaning 76991 clauses out of 154016 with flag 3071002/3071002
650.27/329.67	c cleaning 78006 clauses out of 156026 with flag 3150003/3150003
669.83/339.53	c cleaning 79003 clauses out of 158018 with flag 3230001/3230001
693.19/351.38	c cleaning 79996 clauses out of 160015 with flag 3311001/3311001
712.36/361.07	c cleaning 80995 clauses out of 162018 with flag 3393000/3393000
734.72/372.44	c cleaning 81999 clauses out of 164023 with flag 3476000/3476000
757.46/383.99	c cleaning 82987 clauses out of 166024 with flag 3560000/3560000
779.59/395.11	c cleaning 84005 clauses out of 168037 with flag 3645000/3645000
803.55/407.23	c cleaning 85002 clauses out of 170032 with flag 3731000/3731000
827.05/419.25	c cleaning 86008 clauses out of 172030 with flag 3818000/3818000
849.80/430.75	c cleaning 87005 clauses out of 174022 with flag 3906000/3906000
874.62/443.25	c cleaning 88000 clauses out of 176017 with flag 3995000/3995000
898.53/455.39	c cleaning 88996 clauses out of 178018 with flag 4085001/4085001
925.23/468.92	c cleaning 90004 clauses out of 180026 with flag 4176005/4176005
953.18/483.06	c cleaning 90994 clauses out of 182018 with flag 4268001/4268001
977.72/495.45	c cleaning 92006 clauses out of 184024 with flag 4361001/4361001
1003.49/508.46	c cleaning 93005 clauses out of 186018 with flag 4455001/4455001
1027.11/520.57	c cleaning 93998 clauses out of 188012 with flag 4550000/4550000
1050.85/532.56	c cleaning 94995 clauses out of 190015 with flag 4646001/4646001
1075.77/545.15	c cleaning 96004 clauses out of 192020 with flag 4743001/4743001
1098.46/556.69	c cleaning 97005 clauses out of 194015 with flag 4841000/4841000
1126.14/570.72	c cleaning 97999 clauses out of 196012 with flag 4940002/4940002
1158.10/586.88	c cleaning 98996 clauses out of 198011 with flag 5040000/5040000
1188.64/602.27	c cleaning 99999 clauses out of 200015 with flag 5141000/5141000
1219.41/617.78	c cleaning 100990 clauses out of 202017 with flag 5243001/5243001
1250.05/633.38	c cleaning 101998 clauses out of 204026 with flag 5346000/5346000
1282.42/649.68	c cleaning 103002 clauses out of 206028 with flag 5450000/5450000
1316.19/666.63	c cleaning 103993 clauses out of 208026 with flag 5555000/5555000
1344.69/681.06	c cleaning 105007 clauses out of 210034 with flag 5661001/5661001
1376.10/697.02	c cleaning 106003 clauses out of 212027 with flag 5768001/5768001
1411.66/714.98	c cleaning 107007 clauses out of 214023 with flag 5876000/5876000
1447.19/733.16	c cleaning 108003 clauses out of 216017 with flag 5985001/5985001
1483.37/751.54	c cleaning 108997 clauses out of 218015 with flag 6095002/6095002
1516.90/768.45	c cleaning 109998 clauses out of 220016 with flag 6206000/6206000
1545.18/782.71	c cleaning 0 clauses out of 18003 with flag 0/18003
1555.08/787.96	c cleaning 111000 clauses out of 222020 with flag 6318002/6318002
1595.13/808.28	c cleaning 112002 clauses out of 224018 with flag 6431000/6431000
1629.79/825.72	c cleaning 113003 clauses out of 226017 with flag 6545001/6545001
1670.83/846.45	c cleaning 113984 clauses out of 228013 with flag 6660000/6660000
1711.07/866.76	c cleaning 115010 clauses out of 230031 with flag 6776002/6776002
1751.60/887.30	c cleaning 115999 clauses out of 232019 with flag 6893000/6893000
1787.19/905.30	c cleaning 116998 clauses out of 234022 with flag 7011002/7011002
1800.04/912.01	c starts		: 295
1800.04/912.01	c conflicts		: 7070394
1800.04/912.01	c decisions		: 10565717
1800.04/912.01	c propagations		: 87310153
1800.04/912.01	c inspects		: 8204866797
1800.04/912.01	c shortcuts		: 0
1800.04/912.01	c learnt literals	: 0
1800.04/912.01	c learnt binary clauses	: 0
1800.04/912.01	c learnt ternary clauses	: 4506
1800.04/912.01	c learnt constraints	: 7070395
1800.04/912.01	c ignored constraints	: 0
1800.04/912.01	c root simplifications	: 0
1800.04/912.01	c removed literals (reason simplification)	: 238818952
1800.04/912.01	c reason swapping (by a shorter reason)	: 0
1800.04/912.01	c Calls to reduceDB	: 114
1800.04/912.01	c number of reductions to clauses (during analyze)	: 0
1800.04/912.01	c number of learned constraints concerned by reduction	: 0
1800.04/912.01	c number of learning phase by resolution	: 0
1800.04/912.01	c number of learning phase by cutting planes	: 0
1800.04/912.01	c speed (assignments/second)	: 95759.40537374721
1800.04/912.01	c non guided choices	641
1800.04/912.08	c learnt constraints type 
1800.04/912.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176601
1800.04/912.08	c constraints type 
1800.04/912.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
1800.04/912.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.04/912.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.04/912.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
1800.04/912.08	c 1365 constraints processed.
1800.04/912.08	c constraints type 
1800.04/912.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.04/912.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
1800.04/912.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.04/912.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
1800.04/912.08	c 1365 constraints processed.
1800.04/912.08	s UNKNOWN
1800.04/912.08	c Total wall clock time (in seconds): 911.983

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-3688808-1337879864/watcher-3688808-1337879864 -o /tmp/evaluation-result-3688808-1337879864/solver-3688808-1337879864 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688808-1337879864.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.88 3.77 3.76 4/197 28759
/proc/meminfo: memFree=27710860/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 254110884 94019584 917 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 22954 917 697 9 0 16769 0
[pid=28759/tid=28760] ppid=28757 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) D 28757 28759 25418 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254110885 94019584 917 33554432000 1073741824 1073778376 140734755969568 139650368552488 212064103719 0 0 4096 0 18446744072100609316 0 0 -1 5 0 0 0 0 0

[startup+0.0223781 s]
/proc/loadavg: 3.88 3.77 3.76 4/197 28759
/proc/meminfo: memFree=27710860/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9026896 CPUtime=0.01 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 2852 0 1 0 1 0 0 0 20 0 11 0 254110884 9243541504 3552 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2256724 3552 1587 9 0 2247425 0
[pid=28759/tid=28760] ppid=28757 vsize=9026896 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 1696 0 1 0 0 0 0 0 20 0 11 0 254110885 9243541504 3552 33554432000 1073741824 1073778376 140734755969568 139650368559720 212076639292 0 4 0 16784584 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9026896

[startup+0.100234 s]
/proc/loadavg: 3.88 3.77 3.76 4/197 28759
/proc/meminfo: memFree=27710860/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 4457 0 1 0 10 0 0 0 20 0 18 0 254110884 9787813888 6134 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2389603 6134 2139 9 0 2380296 0
[pid=28759/tid=28760] ppid=28757 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) R 28757 28759 25418 0 -1 4202560 2425 0 1 0 7 0 0 0 20 0 18 0 254110885 9787813888 6135 33554432000 1073741824 1073778376 140734755969568 139650368554992 212076651789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300208 s]
/proc/loadavg: 3.88 3.77 3.76 4/197 28759
/proc/meminfo: memFree=27710860/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 6785 0 1 0 54 1 0 0 20 0 22 0 254110884 10060460032 10052 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 10052 2230 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2450 0 1 0 22 0 0 0 20 0 22 0 254110885 10060460032 10052 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824668

[startup+0.700235 s]
/proc/loadavg: 3.88 3.77 3.76 4/197 28759
/proc/meminfo: memFree=27710860/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 18830 0 1 0 212 3 0 0 20 0 22 0 254110884 10060460032 20662 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 20698 2239 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2450 0 1 0 22 0 0 0 20 0 22 0 254110885 10060460032 20712 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824668

[startup+1.50086 s]
/proc/loadavg: 3.88 3.77 3.76 7/219 28781
/proc/meminfo: memFree=27594724/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=4.9 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 29239 0 1 0 482 8 0 0 20 0 22 0 254110884 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 51064 2277 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2450 0 1 0 22 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28770] ppid=28757 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28759/task/28770/stat : 28770 (java) S 28757 28759 25418 0 -1 4202560 96 0 0 0 3 0 0 0 20 0 22 0 254110886 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650192795752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28771] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28771/stat : 28771 (java) S 28757 28759 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139650191742072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28772] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28772/stat : 28772 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649586553992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28773] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28773/stat : 28773 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649585502736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28774] ppid=28757 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/28759/task/28774/stat : 28774 (java) S 28757 28759 25418 0 -1 4202560 11401 0 0 0 106 2 0 0 20 0 22 0 254110889 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649584450104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28775] ppid=28757 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/28759/task/28775/stat : 28775 (java) S 28757 28759 25418 0 -1 4202560 13880 0 0 0 106 2 0 0 20 0 22 0 254110889 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649583397560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28776] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28776/stat : 28776 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649582345208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28777] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28777/stat : 28777 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649581292872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28778] ppid=28757 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/28759/task/28778/stat : 28778 (java) R 28757 28759 25418 0 -1 4202560 36 0 0 0 118 0 0 0 20 0 22 0 254110908 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649580235112 139650207383465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28779] ppid=28757 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/28759/task/28779/stat : 28779 (java) R 28757 28759 25418 0 -1 4202560 131 0 0 0 116 1 0 0 20 0 22 0 254110908 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649579184024 139650208024990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28780] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28780/stat : 28780 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649578132520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28781] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28781/stat : 28781 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 51064 33554432000 1073741824 1073778376 140734755969568 139649577079976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.88 3.77 3.76 5/219 28781
/proc/meminfo: memFree=27415680/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=8.07 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 29324 0 1 0 797 10 0 0 20 0 22 0 254110884 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 81797 2278 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2450 0 1 0 22 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28770] ppid=28757 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/28759/task/28770/stat : 28770 (java) S 28757 28759 25418 0 -1 4202560 101 0 0 0 14 0 0 0 20 0 22 0 254110886 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650192795752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28771] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28771/stat : 28771 (java) S 28757 28759 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139650191742072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28772] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28772/stat : 28772 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649586553992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28773] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28773/stat : 28773 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649585502736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28774] ppid=28757 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/28759/task/28774/stat : 28774 (java) S 28757 28759 25418 0 -1 4202560 11403 0 0 0 107 2 0 0 20 0 22 0 254110889 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649584450104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28775] ppid=28757 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/28759/task/28775/stat : 28775 (java) S 28757 28759 25418 0 -1 4202560 13882 0 0 0 112 2 0 0 20 0 22 0 254110889 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649583397560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28776] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28776/stat : 28776 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649582345208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28777] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28777/stat : 28777 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649581292872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28778] ppid=28757 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/28759/task/28778/stat : 28778 (java) R 28757 28759 25418 0 -1 4202560 38 0 0 0 266 0 0 0 20 0 22 0 254110908 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649580236880 139650207891020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28779] ppid=28757 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/28759/task/28779/stat : 28779 (java) R 28757 28759 25418 0 -1 4202560 181 0 0 0 263 3 0 0 20 0 22 0 254110908 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649579182560 139650208074252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28780] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28780/stat : 28780 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649578132520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28781] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28781/stat : 28781 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 81797 33554432000 1073741824 1073778376 140734755969568 139649577079976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 3.89 3.77 3.76 5/219 28784
/proc/meminfo: memFree=27239028/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=14.37 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 29579 0 1 0 1423 14 0 0 20 0 22 0 254110884 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 120756 2278 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2450 0 1 0 22 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254110885 10060460032 120756 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/28759/statm: 2456167 386481 2279 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2508 0 1 0 23 3 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 699 0 0 0 323 9 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=3.59 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 779 0 0 0 351 8 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 802 0 0 0 322 8 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=3.55 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 1104 0 0 0 345 10 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 619 0 0 0 336 8 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 512 0 0 0 332 8 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 605 0 0 0 330 8 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 486 0 0 0 341 9 0 0 20 0 22 0 254110885 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28770] ppid=28757 vsize=9824668 CPUtime=36.15 cores=1,3,5,7
/proc/28759/task/28770/stat : 28770 (java) S 28757 28759 25418 0 -1 4202560 1620 0 0 0 3587 28 0 0 20 0 22 0 254110886 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650192795752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28771] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28771/stat : 28771 (java) S 28757 28759 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139650191742072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28772] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28772/stat : 28772 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649586553992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28773] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28773/stat : 28773 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649585502736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28774] ppid=28757 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28759/task/28774/stat : 28774 (java) S 28757 28759 25418 0 -1 4202560 14534 0 0 0 162 3 0 0 20 0 22 0 254110889 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649584450104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28775] ppid=28757 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/28759/task/28775/stat : 28775 (java) S 28757 28759 25418 0 -1 4202560 13883 0 0 0 123 3 0 0 20 0 22 0 254110889 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649583397560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28776] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28776/stat : 28776 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649582345208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28777] ppid=28757 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/28759/task/28777/stat : 28777 (java) S 28757 28759 25418 0 -1 4202560 47 0 0 0 14 20 0 0 20 0 22 0 254110889 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649581292872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28778] ppid=28757 vsize=9824668 CPUtime=775.96 cores=1,3,5,7
/proc/28759/task/28778/stat : 28778 (java) R 28757 28759 25418 0 -1 4202560 252 0 0 0 77583 13 0 0 20 0 22 0 254110908 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649580235104 139650207989805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28779] ppid=28757 vsize=9824668 CPUtime=775.91 cores=1,3,5,7
/proc/28759/task/28779/stat : 28779 (java) R 28757 28759 25418 0 -1 4202560 5120 0 0 0 77556 35 0 0 20 0 22 0 254110908 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649579183344 139650208023768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28780] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28780/stat : 28780 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649578132520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28781] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28781/stat : 28781 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 386481 33554432000 1073741824 1073778376 140734755969568 139649577079976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1622.93
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.05 3.48 3.67 4/216 28930
/proc/meminfo: memFree=18858888/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=1741.5 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 45149 0 1 0 173988 162 0 0 20 0 22 0 254110884 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 442396 2279 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2509 0 1 0 23 3 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 730 0 0 0 339 11 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 804 0 0 0 367 9 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 829 0 0 0 343 9 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=3.73 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 1131 0 0 0 362 11 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 649 0 0 0 358 9 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 539 0 0 0 348 10 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=3.55 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 629 0 0 0 346 9 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 519 0 0 0 356 11 0 0 20 0 22 0 254110885 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28770] ppid=28757 vsize=9824668 CPUtime=38.27 cores=1,3,5,7
/proc/28759/task/28770/stat : 28770 (java) S 28757 28759 25418 0 -1 4202560 1736 0 0 0 3798 29 0 0 20 0 22 0 254110886 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650192795752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28771] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28771/stat : 28771 (java) S 28757 28759 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139650191742072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28772] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28772/stat : 28772 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649586553992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28773] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28773/stat : 28773 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649585502736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28774] ppid=28757 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28759/task/28774/stat : 28774 (java) S 28757 28759 25418 0 -1 4202560 14534 0 0 0 162 3 0 0 20 0 22 0 254110889 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649584450104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28775] ppid=28757 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/28759/task/28775/stat : 28775 (java) S 28757 28759 25418 0 -1 4202560 13883 0 0 0 123 3 0 0 20 0 22 0 254110889 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649583397560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28776] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28776/stat : 28776 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649582345208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28777] ppid=28757 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/28759/task/28777/stat : 28777 (java) S 28757 28759 25418 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 254110889 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649581292872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28778] ppid=28757 vsize=9824668 CPUtime=833.26 cores=1,3,5,7
/proc/28759/task/28778/stat : 28778 (java) R 28757 28759 25418 0 -1 4202560 261 0 0 0 83312 14 0 0 20 0 22 0 254110908 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649580235920 139650207833626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28779] ppid=28757 vsize=9824668 CPUtime=833.23 cores=1,3,5,7
/proc/28759/task/28779/stat : 28779 (java) R 28757 28759 25418 0 -1 4202560 5158 0 0 0 83286 37 0 0 20 0 22 0 254110908 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649579182560 139650208022198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28780] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28780/stat : 28780 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649578132520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28781] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28781/stat : 28781 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 442396 33554432000 1073741824 1073778376 140734755969568 139649577079976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1741.5
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.001 s]
/proc/loadavg: 3.03 3.44 3.65 4/216 28930
/proc/meminfo: memFree=18764064/32873648 swapFree=6596/6596
[pid=28759] ppid=28757 vsize=9824668 CPUtime=1800.04 cores=1,3,5,7
/proc/28759/stat : 28759 (java) S 28757 28759 25418 0 -1 4202496 45318 0 1 0 179833 171 0 0 20 0 22 0 254110884 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 140734755960704 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28759/statm: 2456167 465988 2279 9 0 2446860 0
[pid=28759/tid=28760] ppid=28757 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/28759/task/28760/stat : 28760 (java) S 28757 28759 25418 0 -1 4202560 2511 0 1 0 24 3 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650368558072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28762] ppid=28757 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/28759/task/28762/stat : 28762 (java) S 28757 28759 25418 0 -1 4202560 735 0 0 0 342 12 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650330048680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28763] ppid=28757 vsize=9824668 CPUtime=3.84 cores=1,3,5,7
/proc/28759/task/28763/stat : 28763 (java) S 28757 28759 25418 0 -1 4202560 819 0 0 0 374 10 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650328996136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28759/tid=28764] ppid=28757 vsize=9824668 CPUtime=3.59 cores=1,3,5,7
/proc/28759/task/28764/stat : 28764 (java) S 28757 28759 25418 0 -1 4202560 836 0 0 0 350 9 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650327943592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28765] ppid=28757 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/28759/task/28765/stat : 28765 (java) S 28757 28759 25418 0 -1 4202560 1149 0 0 0 370 12 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650326891048 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28766] ppid=28757 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/28759/task/28766/stat : 28766 (java) S 28757 28759 25418 0 -1 4202560 665 0 0 0 369 10 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650325838504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28767] ppid=28757 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/28759/task/28767/stat : 28767 (java) S 28757 28759 25418 0 -1 4202560 554 0 0 0 356 11 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650207312680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28768] ppid=28757 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/28759/task/28768/stat : 28768 (java) S 28757 28759 25418 0 -1 4202560 645 0 0 0 357 10 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650206260136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28769] ppid=28757 vsize=9824668 CPUtime=3.78 cores=1,3,5,7
/proc/28759/task/28769/stat : 28769 (java) S 28757 28759 25418 0 -1 4202560 534 0 0 0 366 12 0 0 20 0 22 0 254110885 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650205207592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28770] ppid=28757 vsize=9824668 CPUtime=39.47 cores=1,3,5,7
/proc/28759/task/28770/stat : 28770 (java) S 28757 28759 25418 0 -1 4202560 1780 0 0 0 3917 30 0 0 20 0 22 0 254110886 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650192795752 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28771] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28771/stat : 28771 (java) S 28757 28759 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139650191742072 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28772] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28772/stat : 28772 (java) S 28757 28759 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110887 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649586553992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28773] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28773/stat : 28773 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649585502736 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28774] ppid=28757 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28759/task/28774/stat : 28774 (java) S 28757 28759 25418 0 -1 4202560 14534 0 0 0 162 3 0 0 20 0 22 0 254110889 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649584450104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28775] ppid=28757 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/28759/task/28775/stat : 28775 (java) S 28757 28759 25418 0 -1 4202560 13883 0 0 0 123 3 0 0 20 0 22 0 254110889 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649583397560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28776] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28776/stat : 28776 (java) S 28757 28759 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110889 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649582345208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28777] ppid=28757 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/28759/task/28777/stat : 28777 (java) S 28757 28759 25418 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 254110889 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649581292872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28778] ppid=28757 vsize=9824668 CPUtime=861.5 cores=1,3,5,7
/proc/28759/task/28778/stat : 28778 (java) R 28757 28759 25418 0 -1 4202560 262 0 0 0 86135 15 0 0 20 0 22 0 254110908 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649580236880 139650207833242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28759/tid=28779] ppid=28757 vsize=9824668 CPUtime=861.47 cores=1,3,5,7
/proc/28759/task/28779/stat : 28779 (java) R 28757 28759 25418 0 -1 4202560 5171 0 0 0 86108 39 0 0 20 0 22 0 254110908 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649579182560 139650208074696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28759/tid=28780] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28780/stat : 28780 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649578132520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28759/tid=28781] ppid=28757 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28759/task/28781/stat : 28781 (java) S 28757 28759 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110909 10060460032 465988 33554432000 1073741824 1073778376 140734755969568 139649577079976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 28759 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=79258
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=180668
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 912.1
CPU time (s): 1800.04
CPU user time (s): 1798.33
CPU system time (s): 1.71
CPU usage (%): 197.351
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 2.18067
maximum resident set size= 1866224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45379
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= 33072
involuntary context switches= 61224

runsolver used 3.54246 second user time and 8.40372 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 19:17:44
IDJOB=3688808
IDBENCH=48349
IDSOLVER=2268
FILE ID=node148/3688808-1337879864
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71704 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_5_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688808-1337879864/watcher-3688808-1337879864 -o /tmp/evaluation-result-3688808-1337879864/solver-3688808-1337879864 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688808-1337879864.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=769384903

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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:       32873648 kB
MemFree:        27711116 kB
Buffers:          238016 kB
Cached:          2575256 kB
SwapCached:            0 kB
Active:          2001604 kB
Inactive:        2375084 kB
Active(anon):    1565860 kB
Inactive(anon):        0 kB
Active(file):     435744 kB
Inactive(file):  2375084 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               340 kB
Writeback:             0 kB
AnonPages:       1569216 kB
Mapped:            22648 kB
Shmem:               200 kB
Slab:             646316 kB
SReclaimable:      90336 kB
SUnreclaim:       555980 kB
KernelStack:        1632 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1862504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1464320 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= 71452 MiB
End job on node148 at 2012-05-24 19:32:58