Trace number 3709871

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.65 1792.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3388
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3709871-1338133104.opb
0.11/0.11	c reading problem ... 
0.93/0.50	c ... done. Wall clock time 0.388s.
0.93/0.50	c declared #vars     4644
0.93/0.50	c #constraints  31428
0.93/0.50	c constraints type 
0.93/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30402
0.93/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 948
0.93/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.93/0.50	c 31428 constraints processed.
1.74/0.96	c cleaning 2486 clauses out of 5000 with flag 5000/5000
2.12/1.22	c cleaning 4254 clauses out of 8516 with flag 11002/11002
2.42/1.53	c cleaning 5624 clauses out of 11262 with flag 18002/18002
2.84/1.90	c cleaning 6807 clauses out of 13636 with flag 26000/26000
3.27/2.35	c cleaning 7899 clauses out of 15829 with flag 35000/35000
3.77/2.83	c cleaning 8943 clauses out of 17930 with flag 45000/45000
4.38/3.43	c cleaning 9983 clauses out of 19989 with flag 56002/56002
4.89/3.99	c cleaning 11000 clauses out of 22005 with flag 68001/68001
5.59/4.66	c cleaning 11992 clauses out of 24007 with flag 81003/81003
6.30/5.40	c cleaning 12989 clauses out of 26012 with flag 95000/95000
7.71/6.76	c cleaning 14006 clauses out of 28024 with flag 110001/110001
8.62/7.70	c cleaning 14998 clauses out of 30017 with flag 126000/126000
9.63/8.67	c cleaning 15997 clauses out of 32020 with flag 143001/143001
11.44/10.40	c cleaning 16995 clauses out of 34024 with flag 161002/161002
12.96/11.95	c cleaning 18010 clauses out of 36028 with flag 180001/180001
14.56/13.55	c cleaning 19001 clauses out of 38018 with flag 200001/200001
16.68/15.69	c cleaning 19996 clauses out of 40018 with flag 221002/221002
18.79/17.74	c cleaning 21000 clauses out of 42020 with flag 243000/243000
21.10/20.01	c cleaning 21996 clauses out of 44023 with flag 266003/266003
22.53/21.48	c cleaning 22968 clauses out of 46024 with flag 290000/290000
25.35/24.29	c cleaning 24018 clauses out of 48057 with flag 315001/315001
29.57/28.45	c cleaning 25015 clauses out of 50038 with flag 341000/341000
31.61/30.48	c cleaning 26003 clauses out of 52025 with flag 368002/368002
33.93/32.76	c cleaning 27006 clauses out of 54021 with flag 396001/396001
35.96/34.70	c cleaning 27996 clauses out of 56014 with flag 425000/425000
39.58/38.34	c cleaning 29000 clauses out of 58018 with flag 455000/455000
43.01/41.76	c cleaning 30002 clauses out of 60018 with flag 486000/486000
49.04/47.73	c cleaning 31000 clauses out of 62017 with flag 518001/518001
53.46/52.17	c cleaning 31997 clauses out of 64017 with flag 551001/551001
59.69/58.38	c cleaning 32996 clauses out of 66020 with flag 585001/585001
62.61/61.29	c cleaning 34005 clauses out of 68023 with flag 620000/620000
67.24/65.83	c cleaning 34991 clauses out of 70018 with flag 656000/656000
71.67/70.20	c cleaning 35995 clauses out of 72030 with flag 693003/693003
75.50/74.09	c cleaning 36997 clauses out of 74033 with flag 731001/731001
79.24/77.72	c cleaning 37989 clauses out of 76036 with flag 770001/770001
84.75/83.27	c cleaning 39015 clauses out of 78047 with flag 810001/810001
91.89/90.35	c cleaning 40008 clauses out of 80032 with flag 851001/851001
96.83/95.22	c cleaning 41008 clauses out of 82023 with flag 893000/893000
100.87/99.24	c cleaning 41990 clauses out of 84015 with flag 936000/936000
107.70/106.07	c cleaning 43003 clauses out of 86026 with flag 980001/980001
115.05/113.32	c cleaning 44001 clauses out of 88022 with flag 1025000/1025000
120.27/118.50	c cleaning 44988 clauses out of 90021 with flag 1071000/1071000
125.21/123.47	c cleaning 46009 clauses out of 92037 with flag 1118004/1118004
132.36/130.56	c cleaning 46993 clauses out of 94026 with flag 1166002/1166002
138.61/136.75	c cleaning 47993 clauses out of 96033 with flag 1215002/1215002
148.83/146.92	c cleaning 48998 clauses out of 98039 with flag 1265001/1265001
159.19/157.24	c cleaning 50003 clauses out of 100041 with flag 1316001/1316001
163.77/161.76	c cleaning 51004 clauses out of 102037 with flag 1368000/1368000
170.10/168.04	c cleaning 52007 clauses out of 104035 with flag 1421002/1421002
177.64/175.54	c cleaning 53000 clauses out of 106027 with flag 1475001/1475001
188.41/186.23	c cleaning 54006 clauses out of 108026 with flag 1530000/1530000
199.67/197.43	c cleaning 54992 clauses out of 110022 with flag 1586002/1586002
209.14/206.88	c cleaning 56011 clauses out of 112028 with flag 1643000/1643000
223.26/220.93	c cleaning 57003 clauses out of 114020 with flag 1701003/1701003
235.51/233.18	c cleaning 57996 clauses out of 116014 with flag 1760000/1760000
244.29/241.80	c cleaning 58968 clauses out of 118018 with flag 1820000/1820000
259.24/256.70	c cleaning 59997 clauses out of 120052 with flag 1881002/1881002
272.92/270.30	c cleaning 60996 clauses out of 122053 with flag 1943000/1943000
284.37/281.74	c cleaning 62027 clauses out of 124059 with flag 2006002/2006002
292.40/289.80	c cleaning 62995 clauses out of 126030 with flag 2070000/2070000
302.47/299.72	c cleaning 64010 clauses out of 128035 with flag 2135000/2135000
313.54/310.76	c cleaning 64998 clauses out of 130026 with flag 2201001/2201001
329.61/326.72	c cleaning 66009 clauses out of 132027 with flag 2268000/2268000
338.33/335.31	c cleaning 67005 clauses out of 134019 with flag 2336001/2336001
357.05/354.02	c cleaning 67990 clauses out of 136014 with flag 2405001/2405001
365.22/362.11	c cleaning 68997 clauses out of 138024 with flag 2475001/2475001
377.96/374.82	c cleaning 70003 clauses out of 140026 with flag 2546000/2546000
389.83/386.66	c cleaning 71004 clauses out of 142024 with flag 2618001/2618001
399.29/396.00	c cleaning 71974 clauses out of 144020 with flag 2691001/2691001
418.16/414.83	c cleaning 72993 clauses out of 146045 with flag 2765000/2765000
437.02/433.62	c cleaning 74003 clauses out of 148052 with flag 2840000/2840000
455.20/451.76	c cleaning 74993 clauses out of 150050 with flag 2916001/2916001
472.14/468.60	c cleaning 76025 clauses out of 152056 with flag 2993000/2993000
481.30/477.76	c cleaning 77004 clauses out of 154032 with flag 3071001/3071001
493.00/489.36	c cleaning 78009 clauses out of 156032 with flag 3150005/3150005
508.60/504.88	c cleaning 78999 clauses out of 158018 with flag 3230000/3230000
523.47/519.65	c cleaning 79994 clauses out of 160019 with flag 3311000/3311000
540.14/536.24	c cleaning 80968 clauses out of 162025 with flag 3393000/3393000
557.77/553.83	c cleaning 82023 clauses out of 164057 with flag 3476000/3476000
591.55/587.59	c cleaning 83011 clauses out of 166036 with flag 3560002/3560002
622.25/618.13	c cleaning 84008 clauses out of 168023 with flag 3645000/3645000
644.83/640.62	c cleaning 84998 clauses out of 170016 with flag 3731001/3731001
679.82/675.59	c cleaning 85998 clauses out of 172017 with flag 3818000/3818000
712.59/708.26	c cleaning 87000 clauses out of 174019 with flag 3906000/3906000
744.50/740.09	c cleaning 88006 clauses out of 176019 with flag 3995000/3995000
761.49/756.92	c cleaning 88997 clauses out of 178013 with flag 4085000/4085000
782.88/778.23	c cleaning 89990 clauses out of 180016 with flag 4176000/4176000
803.44/798.73	c cleaning 90946 clauses out of 182026 with flag 4268000/4268000
836.83/832.01	c cleaning 91979 clauses out of 184080 with flag 4361000/4361000
873.53/868.62	c cleaning 93000 clauses out of 186102 with flag 4455001/4455001
885.22/880.23	c cleaning 94034 clauses out of 188101 with flag 4550000/4550000
900.61/895.51	c cleaning 95018 clauses out of 190068 with flag 4646001/4646001
915.51/910.37	c cleaning 95987 clauses out of 192049 with flag 4743000/4743000
931.80/926.52	c cleaning 97004 clauses out of 194062 with flag 4841000/4841000
953.99/948.69	c cleaning 98021 clauses out of 196060 with flag 4940002/4940002
978.17/972.71	c cleaning 99010 clauses out of 198037 with flag 5040000/5040000
995.45/989.95	c cleaning 99990 clauses out of 200029 with flag 5141002/5141002
1023.06/1017.44	c cleaning 101002 clauses out of 202039 with flag 5243002/5243002
1047.05/1041.30	c cleaning 102002 clauses out of 204036 with flag 5346001/5346001
1071.92/1066.10	c cleaning 102981 clauses out of 206033 with flag 5450000/5450000
1095.80/1089.95	c cleaning 104019 clauses out of 208052 with flag 5555000/5555000
1130.29/1124.31	c cleaning 105007 clauses out of 210035 with flag 5661002/5661002
1164.87/1158.87	c cleaning 106004 clauses out of 212027 with flag 5768001/5768001
1202.36/1196.29	c cleaning 107005 clauses out of 214025 with flag 5876003/5876003
1240.76/1234.53	c cleaning 108000 clauses out of 216019 with flag 5985002/5985002
1278.66/1272.37	c cleaning 108997 clauses out of 218017 with flag 6095000/6095000
1323.85/1317.46	c cleaning 109994 clauses out of 220020 with flag 6206000/6206000
1368.75/1362.27	c cleaning 110996 clauses out of 222026 with flag 6318000/6318000
1399.84/1393.24	c cleaning 112002 clauses out of 224033 with flag 6431003/6431003
1435.49/1428.80	c cleaning 113007 clauses out of 226029 with flag 6545001/6545001
1479.37/1472.64	c cleaning 113997 clauses out of 228022 with flag 6660001/6660001
1501.85/1495.05	c cleaning 114997 clauses out of 230024 with flag 6776000/6776000
1519.75/1512.83	c cleaning 115996 clauses out of 232027 with flag 6893000/6893000
1554.57/1547.59	c cleaning 117000 clauses out of 234032 with flag 7011001/7011001
1585.93/1578.76	c cleaning 118002 clauses out of 236031 with flag 7130000/7130000
1611.22/1603.90	c cleaning 118995 clauses out of 238030 with flag 7250001/7250001
1672.01/1664.63	c cleaning 120002 clauses out of 240038 with flag 7371004/7371004
1692.96/1685.47	c cleaning 120975 clauses out of 242032 with flag 7493000/7493000
1743.78/1735.94	c cleaning 122006 clauses out of 244057 with flag 7616000/7616000
1773.21/1765.30	c cleaning 123007 clauses out of 246051 with flag 7740000/7740000
1793.50/1785.54	c cleaning 124013 clauses out of 248044 with flag 7865000/7865000
1800.09/1792.01	c starts		: 298
1800.09/1792.01	c conflicts		: 7915708
1800.09/1792.01	c decisions		: 9071457
1800.09/1792.01	c propagations		: 308092587
1800.09/1792.01	c inspects		: 25554861818
1800.09/1792.01	c shortcuts		: 0
1800.09/1792.01	c learnt literals	: 0
1800.09/1792.01	c learnt binary clauses	: 0
1800.09/1792.01	c learnt ternary clauses	: 0
1800.09/1792.01	c learnt constraints	: 7915708
1800.09/1792.01	c ignored constraints	: 0
1800.09/1792.01	c root simplifications	: 298
1800.09/1792.01	c removed literals (reason simplification)	: 17700745
1800.09/1792.01	c reason swapping (by a shorter reason)	: 0
1800.09/1792.01	c Calls to reduceDB	: 121
1800.09/1792.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.01	c number of learned constraints concerned by reduction	: 0
1800.09/1792.01	c number of learning phase by resolution	: 0
1800.09/1792.01	c number of learning phase by cutting planes	: 0
1800.09/1792.01	c speed (assignments/second)	: 171974.29868981594
1800.09/1792.01	c non guided choices	57544
1800.09/1792.04	c learnt constraints type 
1800.09/1792.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174845
1800.09/1792.04	c constraints type 
1800.09/1792.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30402
1800.09/1792.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 948
1800.09/1792.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.09/1792.04	c 31428 constraints processed.
1800.09/1792.04	s UNKNOWN
1800.09/1792.04	c Total wall clock time (in seconds): 1791.932

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-3709871-1338133104/watcher-3709871-1338133104 -o /tmp/evaluation-result-3709871-1338133104/solver-3709871-1338133104 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709871-1338133104.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: 1.93 2.00 1.99 2/194 2129
/proc/meminfo: memFree=28943908/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 1221 0 0 0 0 0 0 0 20 0 2 0 279435878 96370688 931 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 23528 931 705 9 0 16769 0
[pid=2129/tid=2130] ppid=2127 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 279435879 98570240 977 33554432000 1073741824 1073778376 140736741722624 139918934453800 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.083304 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 2129
/proc/meminfo: memFree=28943908/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 4203 0 1 0 8 1 0 0 20 0 18 0 279435878 9787842560 5411 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2389610 5412 2111 9 0 2380296 0
[pid=2129/tid=2130] ppid=2127 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2354 0 1 0 6 0 0 0 20 0 18 0 279435879 9787842560 5413 33554432000 1073741824 1073778376 140736741722624 139918934457288 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.10023 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 2129
/proc/meminfo: memFree=28943908/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 4379 0 1 0 10 1 0 0 20 0 18 0 279435878 9787842560 6098 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2389610 6107 2131 9 0 2380296 0
[pid=2129/tid=2130] ppid=2127 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2488 0 1 0 8 0 0 0 20 0 18 0 279435879 9787842560 6107 33554432000 1073741824 1073778376 140736741722624 139918934457288 139918937743554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300207 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 2129
/proc/meminfo: memFree=28943908/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 6763 0 1 0 52 2 0 0 20 0 18 0 279435878 9787842560 14529 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2389610 14529 2225 9 0 2380296 0
[pid=2129/tid=2130] ppid=2127 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2512 0 1 0 26 2 0 0 20 0 18 0 279435879 9787842560 14529 33554432000 1073741824 1073778376 140736741722624 139918934457288 139918777014680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700206 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 2129
/proc/meminfo: memFree=28943908/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 7880 0 1 0 143 3 0 0 20 0 19 0 279435878 9856004096 35175 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 35175 2258 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2564 0 1 0 65 3 0 0 20 0 19 0 279435879 9856004096 35175 33554432000 1073741824 1073778376 140736741722624 139918934450488 139918777645468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28795304/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=2.42 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 8161 0 1 0 237 5 0 0 20 0 19 0 279435878 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 39833 2286 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2568 0 1 0 140 3 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918934458792 139918777632175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 279435880 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 46 0 0 0 20 0 19 0 279435883 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2329 0 0 0 42 0 0 0 20 0 19 0 279435883 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 39833 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28788540/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=4.08 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 8320 0 1 0 403 5 0 0 20 0 19 0 279435878 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 40867 2286 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2571 0 1 0 291 3 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918934458672 139918777684878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 279435880 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2470 0 0 0 46 0 0 0 20 0 19 0 279435883 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 40867 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28786244/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=7.31 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 8339 0 1 0 726 5 0 0 20 0 19 0 279435878 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 41774 2286 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=6.03 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2576 0 1 0 600 3 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918934458672 139918777823011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435879 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 36 0 0 0 19 0 0 0 20 0 19 0 279435880 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2470 0 0 0 46 0 0 0 20 0 19 0 279435883 9856004096 41774 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 325 0 0 0 101 4 0 0 20 0 19 0 279435879 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 327 0 0 0 94 3 0 0 20 0 19 0 279435879 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 181 0 0 0 101 5 0 0 20 0 19 0 279435879 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=8.25 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 145 0 0 0 822 3 0 0 20 0 19 0 279435880 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2778 0 0 0 48 0 0 0 20 0 19 0 279435883 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 95 0 0 0 20 23 0 0 20 0 19 0 279435883 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 106060 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1669.71
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 2301
/proc/meminfo: memFree=28278732/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=1729.98 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 11064 0 1 0 172934 64 0 0 20 0 19 0 279435878 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 112222 2287 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=1711.28 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2686 0 1 0 171096 32 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918934458672 139918777684332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 291 0 0 0 114 5 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 268 0 0 0 119 5 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 132 0 0 0 111 4 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 302 0 0 0 111 5 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 321 0 0 0 103 4 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 329 0 0 0 105 4 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 336 0 0 0 97 3 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 186 0 0 0 105 5 0 0 20 0 19 0 279435879 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=8.51 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 149 0 0 0 848 3 0 0 20 0 19 0 279435880 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2778 0 0 0 48 0 0 0 20 0 19 0 279435883 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 99 0 0 0 20 25 0 0 20 0 19 0 279435883 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 112222 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 2301
/proc/meminfo: memFree=28193544/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=1790.29 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 11504 0 1 0 178956 73 0 0 20 0 19 0 279435878 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 133503 2287 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=1770.66 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2693 0 1 0 177034 32 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918934458672 139918777632141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 322 0 0 0 119 6 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 282 0 0 0 125 5 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 144 0 0 0 113 5 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 318 0 0 0 115 6 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 403 0 0 0 107 5 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 341 0 0 0 109 4 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 379 0 0 0 105 5 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=1.14 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 199 0 0 0 108 6 0 0 20 0 19 0 279435879 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=9.02 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 355 0 0 0 899 3 0 0 20 0 19 0 279435880 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2778 0 0 0 48 0 0 0 20 0 19 0 279435883 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 103 0 0 0 21 26 0 0 20 0 19 0 279435883 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 133503 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1790.29
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 2301
/proc/meminfo: memFree=28193668/32873648 swapFree=6864/6864
[pid=2129] ppid=2127 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/2129/stat : 2129 (java) S 2127 2129 32120 0 -1 4202496 11508 0 1 0 179936 73 0 0 20 0 19 0 279435878 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 140736741713760 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2129/statm: 2406251 133504 2287 9 0 2396937 0
[pid=2129/tid=2130] ppid=2127 vsize=9625004 CPUtime=1780.21 cores=0,2,4,6
/proc/2129/task/2130/stat : 2130 (java) R 2127 2129 32120 0 -1 4202560 2694 0 1 0 177988 33 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918934458672 139918777685011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2132] ppid=2127 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/2129/task/2132/stat : 2132 (java) S 2127 2129 32120 0 -1 4202560 322 0 0 0 120 6 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918895950760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2133] ppid=2127 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/2129/task/2133/stat : 2133 (java) S 2127 2129 32120 0 -1 4202560 283 0 0 0 127 5 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918776986664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2134] ppid=2127 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/2129/task/2134/stat : 2134 (java) S 2127 2129 32120 0 -1 4202560 144 0 0 0 114 5 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918775933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2135] ppid=2127 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/2129/task/2135/stat : 2135 (java) S 2127 2129 32120 0 -1 4202560 318 0 0 0 117 6 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918774881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2136] ppid=2127 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/2129/task/2136/stat : 2136 (java) S 2127 2129 32120 0 -1 4202560 403 0 0 0 108 5 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918773828008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2137] ppid=2127 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/2129/task/2137/stat : 2137 (java) S 2127 2129 32120 0 -1 4202560 341 0 0 0 110 5 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918772775464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2129/tid=2138] ppid=2127 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/2129/task/2138/stat : 2138 (java) S 2127 2129 32120 0 -1 4202560 379 0 0 0 105 5 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918771722408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2139] ppid=2127 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/2129/task/2139/stat : 2139 (java) S 2127 2129 32120 0 -1 4202560 199 0 0 0 109 6 0 0 20 0 19 0 279435879 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918770669864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2140] ppid=2127 vsize=9625004 CPUtime=9.14 cores=0,2,4,6
/proc/2129/task/2140/stat : 2140 (java) S 2127 2129 32120 0 -1 4202560 357 0 0 0 911 3 0 0 20 0 19 0 279435880 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918288341864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2129/tid=2141] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2141/stat : 2141 (java) S 2127 2129 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918287288184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2142] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2142/stat : 2142 (java) S 2127 2129 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279435881 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918286235016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2143] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2143/stat : 2143 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918285183760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2144] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2144/stat : 2144 (java) S 2127 2129 32120 0 -1 4202560 2007 0 0 0 47 0 0 0 20 0 19 0 279435883 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918284130616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2145] ppid=2127 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2129/task/2145/stat : 2145 (java) S 2127 2129 32120 0 -1 4202560 2778 0 0 0 48 0 0 0 20 0 19 0 279435883 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918283078072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2146] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2146/stat : 2146 (java) S 2127 2129 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279435883 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918282025208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2129/tid=2147] ppid=2127 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2129/task/2147/stat : 2147 (java) S 2127 2129 32120 0 -1 4202560 103 0 0 0 21 26 0 0 20 0 19 0 279435883 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918280972872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2129/tid=2148] ppid=2127 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2129/task/2148/stat : 2148 (java) S 2127 2129 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279435929 9856004096 133504 33554432000 1073741824 1073778376 140736741722624 139918279919144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1792.05
CPU time (s): 1800.65
CPU user time (s): 1799.46
CPU system time (s): 1.19182
CPU usage (%): 100.48
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.19182
maximum resident set size= 534256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41133
involuntary context switches= 23963

runsolver used 6.31004 second user time and 14.6248 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 17:38:25
IDJOB=3709871
IDBENCH=1496
IDSOLVER=2289
FILE ID=node125/3709871-1338133104
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709871-1338133104/watcher-3709871-1338133104 -o /tmp/evaluation-result-3709871-1338133104/solver-3709871-1338133104 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709871-1338133104.opb

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

MD5SUM BENCH= 28d827e98d8e81c3ff9d9e47a6238269
RANDOM SEED=755295654

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28944520 kB
Buffers:          447808 kB
Cached:          2427640 kB
SwapCached:         2308 kB
Active:          1595132 kB
Inactive:        1492900 kB
Active(anon):     203976 kB
Inactive(anon):     9556 kB
Active(file):    1391156 kB
Inactive(file):  1483344 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              1856 kB
Writeback:             0 kB
AnonPages:        215920 kB
Mapped:            22504 kB
Shmem:               104 kB
Slab:             703520 kB
SReclaimable:     147072 kB
SUnreclaim:       556448 kB
KernelStack:        1600 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71256 MiB
End job on node125 at 2012-05-27 18:08:19