Trace number 3688794

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.79 914.061

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
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 benchmark17.0534
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688794-1337879850.opb
0.09/0.11	c reading problem ... 
0.69/0.44	c ... done. Wall clock time 0.325s.
0.69/0.44	c declared #vars     200
0.69/0.44	c internal #vars     3262
0.69/0.44	c #constraints  6427
0.69/0.44	c constraints type 
0.69/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
0.69/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.69/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.69/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
0.69/0.44	c 6427 constraints processed.
0.69/0.44	c constraints type 
0.69/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.69/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
0.69/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.69/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
0.69/0.44	c 6427 constraints processed.
4.10/1.34	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.57/1.99	c cleaning 4247 clauses out of 8500 with flag 11000/11000
7.44/2.74	c cleaning 5631 clauses out of 11261 with flag 18008/18008
9.63/3.64	c cleaning 6807 clauses out of 13626 with flag 26004/26004
12.18/4.99	c cleaning 7912 clauses out of 15824 with flag 35009/35009
14.11/5.96	c cleaning 8934 clauses out of 17903 with flag 45000/45000
17.05/7.45	c cleaning 9979 clauses out of 19969 with flag 56000/56000
18.97/8.45	c cleaning 10983 clauses out of 21990 with flag 68000/68000
21.23/9.65	c cleaning 12000 clauses out of 24010 with flag 81003/81003
23.14/10.64	c cleaning 12996 clauses out of 26007 with flag 95000/95000
25.65/11.97	c cleaning 14009 clauses out of 28017 with flag 110006/110006
28.33/13.32	c cleaning 15001 clauses out of 30002 with flag 126000/126000
30.97/14.78	c cleaning 15993 clauses out of 32001 with flag 143000/143000
33.87/16.23	c cleaning 16997 clauses out of 34009 with flag 161001/161001
37.55/18.11	c cleaning 18001 clauses out of 36017 with flag 180006/180006
41.24/20.06	c cleaning 18997 clauses out of 38010 with flag 200000/200000
45.26/22.11	c cleaning 20006 clauses out of 40013 with flag 221000/221000
48.74/23.97	c cleaning 20994 clauses out of 42010 with flag 243003/243003
53.44/26.31	c cleaning 22007 clauses out of 44014 with flag 266001/266001
57.12/28.24	c cleaning 22989 clauses out of 46009 with flag 290003/290003
61.74/30.65	c cleaning 24008 clauses out of 48018 with flag 315001/315001
67.43/33.51	c cleaning 25002 clauses out of 50016 with flag 341007/341007
72.72/36.22	c cleaning 25999 clauses out of 52008 with flag 368001/368001
77.59/38.73	c cleaning 27003 clauses out of 54008 with flag 396000/396000
83.01/41.55	c cleaning 27992 clauses out of 56005 with flag 425000/425000
90.49/45.32	c cleaning 29002 clauses out of 58013 with flag 455000/455000
97.38/48.82	c cleaning 30005 clauses out of 60011 with flag 486000/486000
102.87/51.69	c cleaning 30991 clauses out of 62006 with flag 518000/518000
107.88/54.27	c cleaning 31992 clauses out of 64015 with flag 551000/551000
115.15/57.92	c cleaning 33006 clauses out of 66026 with flag 585003/585003
121.63/61.27	c cleaning 34007 clauses out of 68020 with flag 620003/620003
128.51/64.70	c cleaning 34991 clauses out of 70013 with flag 656003/656003
135.34/68.28	c cleaning 35991 clauses out of 72020 with flag 693001/693001
142.80/72.04	c cleaning 37011 clauses out of 74028 with flag 731000/731000
149.27/75.32	c cleaning 38006 clauses out of 76017 with flag 770000/770000
155.55/78.58	c cleaning 39001 clauses out of 78011 with flag 810000/810000
161.35/81.51	c cleaning 39991 clauses out of 80010 with flag 851000/851000
167.63/84.72	c cleaning 41006 clauses out of 82020 with flag 893001/893001
173.90/87.94	c cleaning 41991 clauses out of 84013 with flag 936000/936000
181.76/91.98	c cleaning 43004 clauses out of 86022 with flag 980000/980000
189.56/95.96	c cleaning 43997 clauses out of 88018 with flag 1025000/1025000
197.04/99.78	c cleaning 45002 clauses out of 90021 with flag 1071000/1071000
204.34/103.44	c cleaning 46003 clauses out of 92019 with flag 1118000/1118000
211.19/106.95	c cleaning 47001 clauses out of 94017 with flag 1166001/1166001
219.42/111.12	c cleaning 47997 clauses out of 96018 with flag 1215003/1215003
228.47/115.74	c cleaning 48999 clauses out of 98018 with flag 1265000/1265000
239.93/121.53	c cleaning 50003 clauses out of 100019 with flag 1316000/1316000
251.22/127.24	c cleaning 51001 clauses out of 102016 with flag 1368000/1368000
261.83/132.70	c cleaning 52006 clauses out of 104015 with flag 1421000/1421000
273.41/138.48	c cleaning 53005 clauses out of 106009 with flag 1475000/1475000
282.89/143.22	c cleaning 53988 clauses out of 108004 with flag 1530000/1530000
291.51/147.69	c cleaning 55004 clauses out of 110016 with flag 1586000/1586000
300.83/152.49	c cleaning 56004 clauses out of 112014 with flag 1643002/1643002
310.85/157.55	c cleaning 57001 clauses out of 114011 with flag 1701003/1701003
322.67/163.59	c cleaning 57999 clauses out of 116007 with flag 1760000/1760000
333.08/168.84	c cleaning 58999 clauses out of 118010 with flag 1820002/1820002
343.97/174.47	c cleaning 59998 clauses out of 120009 with flag 1881000/1881000
354.16/179.61	c cleaning 61004 clauses out of 122011 with flag 1943000/1943000
364.76/185.04	c cleaning 61999 clauses out of 124008 with flag 2006001/2006001
374.93/190.20	c cleaning 63000 clauses out of 126008 with flag 2070000/2070000
385.13/195.55	c cleaning 63999 clauses out of 128008 with flag 2135000/2135000
396.09/201.11	c cleaning 65005 clauses out of 130015 with flag 2201006/2201006
407.84/207.16	c cleaning 65997 clauses out of 132007 with flag 2268003/2268003
419.60/213.15	c cleaning 66992 clauses out of 134007 with flag 2336000/2336000
432.22/219.69	c cleaning 67990 clauses out of 136015 with flag 2405000/2405000
446.78/227.05	c cleaning 69002 clauses out of 138026 with flag 2475001/2475001
459.35/233.49	c cleaning 69997 clauses out of 140023 with flag 2546000/2546000
471.90/239.82	c cleaning 71002 clauses out of 142028 with flag 2618002/2618002
485.27/246.77	c cleaning 72003 clauses out of 144024 with flag 2691000/2691000
498.23/253.30	c cleaning 72996 clauses out of 146021 with flag 2765000/2765000
514.17/261.44	c cleaning 74011 clauses out of 148025 with flag 2840000/2840000
529.92/269.42	c cleaning 75000 clauses out of 150014 with flag 2916000/2916000
546.10/277.72	c cleaning 75984 clauses out of 152014 with flag 2993000/2993000
559.43/284.59	c cleaning 77005 clauses out of 154032 with flag 3071002/3071002
573.36/291.61	c cleaning 78002 clauses out of 156025 with flag 3150000/3150000
590.09/300.15	c cleaning 79002 clauses out of 158024 with flag 3230001/3230001
608.48/309.52	c cleaning 80007 clauses out of 160021 with flag 3311000/3311000
625.80/318.33	c cleaning 80992 clauses out of 162016 with flag 3393002/3393002
641.34/326.29	c cleaning 81992 clauses out of 164022 with flag 3476000/3476000
661.07/336.24	c cleaning 82997 clauses out of 166032 with flag 3560002/3560002
679.25/345.56	c cleaning 84005 clauses out of 168033 with flag 3645000/3645000
696.80/354.40	c cleaning 85011 clauses out of 170036 with flag 3731008/3731008
716.12/364.27	c cleaning 86001 clauses out of 172020 with flag 3818003/3818003
735.65/374.16	c cleaning 86997 clauses out of 174016 with flag 3906000/3906000
754.65/383.88	c cleaning 87993 clauses out of 176021 with flag 3995002/3995002
773.18/393.25	c cleaning 89004 clauses out of 178026 with flag 4085000/4085000
793.31/403.42	c cleaning 89996 clauses out of 180022 with flag 4176000/4176000
812.43/413.15	c cleaning 91005 clauses out of 182026 with flag 4268000/4268000
833.00/423.67	c cleaning 92000 clauses out of 184022 with flag 4361001/4361001
852.14/433.31	c cleaning 92991 clauses out of 186021 with flag 4455000/4455000
871.89/443.39	c cleaning 94014 clauses out of 188034 with flag 4550004/4550004
892.02/453.56	c cleaning 95002 clauses out of 190016 with flag 4646000/4646000
910.21/462.81	c cleaning 95994 clauses out of 192014 with flag 4743000/4743000
933.75/474.72	c cleaning 96990 clauses out of 194021 with flag 4841001/4841001
956.50/486.25	c cleaning 98007 clauses out of 196030 with flag 4940000/4940000
982.01/499.16	c cleaning 99002 clauses out of 198025 with flag 5040002/5040002
1003.01/509.85	c cleaning 99993 clauses out of 200021 with flag 5141000/5141000
1025.74/521.34	c cleaning 101006 clauses out of 202029 with flag 5243001/5243001
1053.65/535.46	c cleaning 102009 clauses out of 204025 with flag 5346003/5346003
1074.39/545.99	c cleaning 102999 clauses out of 206013 with flag 5450000/5450000
1095.56/556.71	c cleaning 103995 clauses out of 208014 with flag 5555000/5555000
1120.30/569.24	c cleaning 105006 clauses out of 210019 with flag 5661000/5661000
1141.25/579.82	c cleaning 106001 clauses out of 212016 with flag 5768003/5768003
1166.79/592.78	c cleaning 106989 clauses out of 214012 with flag 5876000/5876000
1193.64/606.42	c cleaning 108009 clauses out of 216025 with flag 5985002/5985002
1218.49/619.10	c cleaning 109002 clauses out of 218014 with flag 6095000/6095000
1245.57/632.71	c cleaning 109999 clauses out of 220012 with flag 6206000/6206000
1270.86/645.52	c cleaning 110994 clauses out of 222013 with flag 6318000/6318000
1295.16/657.91	c cleaning 112002 clauses out of 224020 with flag 6431001/6431001
1322.23/671.69	c cleaning 112997 clauses out of 226017 with flag 6545000/6545000
1351.91/686.69	c cleaning 113999 clauses out of 228020 with flag 6660000/6660000
1377.61/699.70	c cleaning 115005 clauses out of 230022 with flag 6776001/6776001
1402.46/712.37	c cleaning 115997 clauses out of 232016 with flag 6893000/6893000
1428.53/725.59	c cleaning 116999 clauses out of 234020 with flag 7011001/7011001
1452.78/737.81	c cleaning 118002 clauses out of 236020 with flag 7130000/7130000
1480.64/751.93	c cleaning 119004 clauses out of 238018 with flag 7250000/7250000
1506.93/765.35	c cleaning 119999 clauses out of 240015 with flag 7371001/7371001
1532.61/778.33	c cleaning 121004 clauses out of 242017 with flag 7493002/7493002
1560.30/792.34	c cleaning 121999 clauses out of 244012 with flag 7616001/7616001
1592.78/808.71	c cleaning 122993 clauses out of 246013 with flag 7740001/7740001
1624.68/824.96	c cleaning 123994 clauses out of 248019 with flag 7865000/7865000
1653.35/839.45	c cleaning 125009 clauses out of 250026 with flag 7991001/7991001
1686.42/856.12	c cleaning 125994 clauses out of 252019 with flag 8118003/8118003
1717.29/871.75	c cleaning 127007 clauses out of 254022 with flag 8246000/8246000
1747.19/886.95	c cleaning 127999 clauses out of 256015 with flag 8375000/8375000
1784.33/906.05	c cleaning 128988 clauses out of 258016 with flag 8505000/8505000
1800.17/914.01	c starts		: 299
1800.17/914.01	c conflicts		: 8589501
1800.17/914.01	c decisions		: 13904491
1800.17/914.01	c propagations		: 256759919
1800.17/914.01	c inspects		: 8202440834
1800.17/914.01	c shortcuts		: 0
1800.17/914.01	c learnt literals	: 0
1800.17/914.01	c learnt binary clauses	: 5
1800.17/914.01	c learnt ternary clauses	: 30584
1800.17/914.01	c learnt constraints	: 8589501
1800.17/914.01	c ignored constraints	: 0
1800.17/914.01	c root simplifications	: 0
1800.17/914.01	c removed literals (reason simplification)	: 528820498
1800.17/914.01	c reason swapping (by a shorter reason)	: 0
1800.17/914.01	c Calls to reduceDB	: 126
1800.17/914.01	c number of reductions to clauses (during analyze)	: 0
1800.17/914.01	c number of learned constraints concerned by reduction	: 0
1800.17/914.01	c number of learning phase by resolution	: 0
1800.17/914.01	c number of learning phase by cutting planes	: 0
1800.17/914.02	c speed (assignments/second)	: 281054.0368951827
1800.17/914.02	c non guided choices	3126
1800.17/914.04	c learnt constraints type 
1800.17/914.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.17/914.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 213681
1800.17/914.04	c constraints type 
1800.17/914.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
1800.17/914.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.17/914.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.17/914.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
1800.17/914.04	c 6427 constraints processed.
1800.17/914.04	c constraints type 
1800.17/914.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.17/914.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
1800.17/914.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.17/914.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
1800.17/914.04	c 6427 constraints processed.
1800.17/914.04	s UNKNOWN
1800.17/914.04	c Total wall clock time (in seconds): 913.93

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

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

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


[startup+0 s]
/proc/loadavg: 4.23 3.91 3.87 4/197 588
/proc/meminfo: memFree=27374952/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/588/stat : 588 (runsolver) R 586 588 30487 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 254110443 12095488 56 33554432000 4194304 5436572 140735902585344 140735902581224 5057063 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2953 56 36 304 0 2645 0

[startup+0.033523 s]
/proc/loadavg: 4.23 3.91 3.87 4/197 588
/proc/meminfo: memFree=27374952/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 2810 0 1 0 0 0 0 0 20 0 10 0 254110443 9233014784 3510 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2254154 3510 1561 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100202 s]
/proc/loadavg: 4.23 3.91 3.87 4/197 588
/proc/meminfo: memFree=27374952/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 254110443 9787813888 5487 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2389603 5487 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300135 s]
/proc/loadavg: 4.23 3.91 3.87 4/197 588
/proc/meminfo: memFree=27374952/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 5824 0 1 0 44 2 0 0 20 0 18 0 254110443 9787813888 8468 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2389603 8468 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700139 s]
/proc/loadavg: 4.23 3.91 3.87 4/197 588
/proc/meminfo: memFree=27374952/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 14820 0 1 0 180 3 0 0 20 0 22 0 254110443 10060460032 19494 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 19494 2249 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 4.23 3.91 3.87 7/219 610
/proc/meminfo: memFree=27285284/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=4.6 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 23183 0 1 0 452 8 0 0 20 0 22 0 254110443 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 43072 2285 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2464 0 1 0 39 2 0 0 20 0 22 0 254110444 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254110445 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 254110446 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11801 0 0 0 100 3 0 0 20 0 22 0 254110449 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=604] ppid=586 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/588/task/604/stat : 604 (java) R 586 588 30487 0 -1 4202560 7505 0 0 0 100 2 0 0 20 0 22 0 254110449 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577402274392 140577589668406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=588/tid=605] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/605/stat : 605 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577401244536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=606] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/606/stat : 606 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577400191944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=607] ppid=586 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/588/task/607/stat : 607 (java) R 586 588 30487 0 -1 4202560 30 0 0 0 97 0 0 0 20 0 22 0 254110487 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577398881736 140577451026320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 104 0 0 0 97 0 0 0 20 0 22 0 254110487 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577397830184 140577590945954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 43072 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 4.23 3.91 3.87 6/219 610
/proc/meminfo: memFree=27163452/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=8.51 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 28620 0 1 0 838 13 0 0 20 0 22 0 254110443 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 64089 2286 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2464 0 1 0 39 2 0 0 20 0 22 0 254110444 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254110445 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 108 0 0 0 14 0 0 0 20 0 22 0 254110446 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11802 0 0 0 106 3 0 0 20 0 22 0 254110449 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=604] ppid=586 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/588/task/604/stat : 604 (java) R 586 588 30487 0 -1 4202560 12784 0 0 0 171 3 0 0 20 0 22 0 254110449 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577402284552 140577587635619 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=588/tid=605] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/605/stat : 605 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577401244536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=606] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/606/stat : 606 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577400191944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=607] ppid=586 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/588/task/607/stat : 607 (java) R 586 588 30487 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 254110487 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577398882784 140577451266382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 120 0 0 0 237 2 0 0 20 0 22 0 254110487 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577397827808 140577451420593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 64089 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9824668

[startup+6.3007 s]
/proc/loadavg: 4.13 3.89 3.87 5/219 610
/proc/meminfo: memFree=27100908/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=14.84 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 29442 0 1 0 1469 15 0 0 20 0 22 0 254110443 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 71005 2286 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2464 0 1 0 39 2 0 0 20 0 22 0 254110444 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 3 0 0 0 3 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254110445 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 116 0 0 0 41 0 0 0 20 0 22 0 254110446 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11803 0 0 0 106 3 0 0 20 0 22 0 254110449 10060460032 71005 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=732.15 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 513 0 0 0 73188 27 0 0 20 0 22 0 254110487 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577397827696 140577451771054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1500.95
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.91 3.91 3.86 5/219 619
/proc/meminfo: memFree=25430248/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=1619.47 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 33518 0 1 0 161876 71 0 0 20 0 22 0 254110443 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 384063 2287 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2521 0 1 0 41 3 0 0 20 0 22 0 254110444 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 364 0 0 0 55 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 202 0 0 0 54 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 310 0 0 0 61 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 352 0 0 0 63 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 325 0 0 0 51 2 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 202 0 0 0 54 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 293 0 0 0 57 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 379 0 0 0 58 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=29.58 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 1344 0 0 0 2947 11 0 0 20 0 22 0 254110446 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11803 0 0 0 106 3 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=604] ppid=586 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/588/task/604/stat : 604 (java) S 586 588 30487 0 -1 4202560 13571 0 0 0 192 3 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577402297144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=605] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/605/stat : 605 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577401244536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=606] ppid=586 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/588/task/606/stat : 606 (java) S 586 588 30487 0 -1 4202560 47 0 0 0 12 11 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577400191944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=607] ppid=586 vsize=9824668 CPUtime=790.83 cores=0,2,4,6
/proc/588/task/607/stat : 607 (java) R 586 588 30487 0 -1 4202560 105 0 0 0 79069 14 0 0 20 0 22 0 254110487 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577398882784 140577451432847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=790.68 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 513 0 0 0 79040 28 0 0 20 0 22 0 254110487 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577397827664 140577451770576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1619.47
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.80 3.89 3.85 5/219 740
/proc/meminfo: memFree=27469060/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=1737.99 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 33530 0 1 0 173726 73 0 0 20 0 22 0 254110443 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 384063 2287 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2524 0 1 0 41 3 0 0 20 0 22 0 254110444 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 364 0 0 0 55 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 202 0 0 0 54 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 310 0 0 0 61 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 352 0 0 0 63 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 325 0 0 0 51 2 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 202 0 0 0 54 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 293 0 0 0 57 4 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 379 0 0 0 58 3 0 0 20 0 22 0 254110445 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=31.08 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 1348 0 0 0 3097 11 0 0 20 0 22 0 254110446 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11803 0 0 0 106 3 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=604] ppid=586 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/588/task/604/stat : 604 (java) S 586 588 30487 0 -1 4202560 13571 0 0 0 192 3 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577402297144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=605] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/605/stat : 605 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577401244536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=606] ppid=586 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/588/task/606/stat : 606 (java) S 586 588 30487 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 22 0 254110449 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577400191944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=607] ppid=586 vsize=9824668 CPUtime=849.34 cores=0,2,4,6
/proc/588/task/607/stat : 607 (java) R 586 588 30487 0 -1 4202560 106 0 0 0 84920 14 0 0 20 0 22 0 254110487 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577398882784 140577451214848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=849.19 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 513 0 0 0 84891 28 0 0 20 0 22 0 254110487 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577397828000 140577451420593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 384063 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1737.99
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.001 s]
/proc/loadavg: 3.89 3.90 3.86 5/219 746
/proc/meminfo: memFree=26322188/32873648 swapFree=7104/7104
[pid=588] ppid=586 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/588/stat : 588 (java) S 586 588 30487 0 -1 4202496 35754 0 1 0 179918 99 0 0 20 0 22 0 254110443 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140735786844640 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/588/statm: 2456167 660028 2287 9 0 2446860 0
[pid=588/tid=590] ppid=586 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/588/task/590/stat : 590 (java) S 586 588 30487 0 -1 4202560 2527 0 1 0 41 3 0 0 20 0 22 0 254110444 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577583518712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=591] ppid=586 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/588/task/591/stat : 591 (java) S 586 588 30487 0 -1 4202560 732 0 0 0 63 7 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577572579880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=592] ppid=586 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/588/task/592/stat : 592 (java) S 586 588 30487 0 -1 4202560 348 0 0 0 57 5 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577571527080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=593] ppid=586 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/588/task/593/stat : 593 (java) S 586 588 30487 0 -1 4202560 526 0 0 0 69 6 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577570474280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=594] ppid=586 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/588/task/594/stat : 594 (java) S 586 588 30487 0 -1 4202560 427 0 0 0 67 4 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577569421480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=595] ppid=586 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/588/task/595/stat : 595 (java) S 586 588 30487 0 -1 4202560 341 0 0 0 54 3 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577422916648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=596] ppid=586 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/588/task/596/stat : 596 (java) S 586 588 30487 0 -1 4202560 217 0 0 0 57 4 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577421863848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=597] ppid=586 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/588/task/597/stat : 597 (java) S 586 588 30487 0 -1 4202560 383 0 0 0 60 4 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577420811048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=598] ppid=586 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/588/task/598/stat : 598 (java) S 586 588 30487 0 -1 4202560 705 0 0 0 61 4 0 0 20 0 22 0 254110445 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577419758248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=599] ppid=586 vsize=9824668 CPUtime=32.51 cores=0,2,4,6
/proc/588/task/599/stat : 599 (java) S 586 588 30487 0 -1 4202560 1840 0 0 0 3239 12 0 0 20 0 22 0 254110446 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577407560168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=588/tid=600] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/600/stat : 600 (java) S 586 588 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577406506232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=601] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/601/stat : 601 (java) S 586 588 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254110447 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577405453320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=602] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/602/stat : 602 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577404401808 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=603] ppid=586 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/588/task/603/stat : 603 (java) S 586 588 30487 0 -1 4202560 11803 0 0 0 106 3 0 0 20 0 22 0 254110449 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577403349944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=604] ppid=586 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/588/task/604/stat : 604 (java) S 586 588 30487 0 -1 4202560 13571 0 0 0 192 3 0 0 20 0 22 0 254110449 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577402297144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=588/tid=605] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/605/stat : 605 (java) S 586 588 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254110449 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577401244536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=588/tid=606] ppid=586 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/588/task/606/stat : 606 (java) S 586 588 30487 0 -1 4202560 53 0 0 0 14 12 0 0 20 0 22 0 254110449 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577400191944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=607] ppid=586 vsize=9824668 CPUtime=879.51 cores=0,2,4,6
/proc/588/task/607/stat : 607 (java) R 586 588 30487 0 -1 4202560 118 0 0 0 87935 16 0 0 20 0 22 0 254110487 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577398882784 140577451432852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=588/tid=608] ppid=586 vsize=9824668 CPUtime=879.36 cores=0,2,4,6
/proc/588/task/608/stat : 608 (java) R 586 588 30487 0 -1 4202560 976 0 0 0 87892 44 0 0 20 0 22 0 254110487 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577397827664 140577451771042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=588/tid=609] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/609/stat : 609 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577396777896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=588/tid=610] ppid=586 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/588/task/610/stat : 610 (java) S 586 588 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254110488 10060460032 660028 33554432000 1073741824 1073778376 140735786853504 140577395725096 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 914.061
CPU time (s): 1800.79
CPU user time (s): 1799.32
CPU system time (s): 1.47278
CPU usage (%): 197.01
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 1.47278
maximum resident set size= 2640232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24922
involuntary context switches= 21186

runsolver used 3.2815 second user time and 8.24675 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 19:17:30
IDJOB=3688794
IDBENCH=48320
IDSOLVER=2268
FILE ID=node127/3688794-1337879850
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71672 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_100_25_5_40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688794-1337879850/watcher-3688794-1337879850 -o /tmp/evaluation-result-3688794-1337879850/solver-3688794-1337879850 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688794-1337879850.opb

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=873220677

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        27375216 kB
Buffers:          238416 kB
Cached:          2369264 kB
SwapCached:            0 kB
Active:          2509640 kB
Inactive:        2209500 kB
Active(anon):    2113404 kB
Inactive(anon):        0 kB
Active(file):     396236 kB
Inactive(file):  2209500 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       2246732 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             638132 kB
SReclaimable:      82428 kB
SUnreclaim:       555704 kB
KernelStack:        1784 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2388004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2142208 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= 71668 MiB
End job on node127 at 2012-05-24 19:32:46