Trace number 3689543

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.88 1786.97

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-netdiversion.opb
MD5SUM2c0dd2737108318b86d3c4c102584cdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129180
Total number of constraints119589
Number of constraints which are clauses39992
Number of constraints which are cardinality constraints (but not clauses)49601
Number of constraints which are nor clauses,nor cardinality constraints29996
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 39798
Biggest coefficient in the objective function 99999
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 20118516
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 99999
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 20118516
Number of bits of the biggest sum of numbers25
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689543-1337891624.opb
0.08/0.12	c reading problem ... 
19.34/17.44	c ... done. Wall clock time 17.32s.
19.34/17.44	c declared #vars     129180
19.34/17.44	c #constraints  139589
19.34/17.44	c constraints type 
19.34/17.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
19.34/17.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
19.34/17.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
19.34/17.44	c 139589 constraints processed.
19.34/17.44	c objective function length is 39798 literals
25.41/23.10	c cleaning 2383 clauses out of 5000 with flag 5000/5000
29.21/26.33	c cleaning 4103 clauses out of 8618 with flag 11001/11001
34.63/31.74	c cleaning 5647 clauses out of 11515 with flag 18001/18001
37.66/34.74	c cleaning 6839 clauses out of 13868 with flag 26001/26001
39.42/36.44	c cleaning 7875 clauses out of 16030 with flag 35002/35002
41.55/38.52	c cleaning 9025 clauses out of 18154 with flag 45001/45001
43.18/40.18	c cleaning 9844 clauses out of 20130 with flag 56002/56002
44.73/41.68	c cleaning 11019 clauses out of 22284 with flag 68000/68000
47.37/44.29	c cleaning 11871 clauses out of 24265 with flag 81000/81000
48.70/45.59	c cleaning 13136 clauses out of 26396 with flag 95002/95002
52.34/49.14	c cleaning 13748 clauses out of 28258 with flag 110000/110000
56.76/53.52	c cleaning 14890 clauses out of 30510 with flag 126000/126000
58.50/55.28	c cleaning 16135 clauses out of 32620 with flag 143000/143000
60.92/57.66	c cleaning 17151 clauses out of 34486 with flag 161001/161001
65.64/62.35	c cleaning 17909 clauses out of 36334 with flag 180000/180000
69.57/66.27	c cleaning 18921 clauses out of 38425 with flag 200000/200000
72.82/69.47	c cleaning 20043 clauses out of 40504 with flag 221000/221000
74.95/71.51	c cleaning 20996 clauses out of 42460 with flag 243000/243000
79.21/75.76	c cleaning 21959 clauses out of 44464 with flag 266000/266000
82.96/79.41	c cleaning 22911 clauses out of 46505 with flag 290000/290000
85.89/82.30	c cleaning 23875 clauses out of 48596 with flag 315002/315002
89.34/85.74	c cleaning 25132 clauses out of 50720 with flag 341001/341001
92.69/89.02	c cleaning 26193 clauses out of 52589 with flag 368002/368002
96.70/93.05	c cleaning 26844 clauses out of 54396 with flag 396002/396002
102.13/98.46	c cleaning 27825 clauses out of 56550 with flag 425000/425000
106.76/103.02	c cleaning 29136 clauses out of 58725 with flag 455000/455000
111.78/108.04	c cleaning 30067 clauses out of 60590 with flag 486001/486001
114.71/110.93	c cleaning 31178 clauses out of 62523 with flag 518001/518001
122.01/118.28	c cleaning 31694 clauses out of 64344 with flag 551000/551000
125.05/121.29	c cleaning 33041 clauses out of 66650 with flag 585000/585000
131.86/128.07	c cleaning 33855 clauses out of 68609 with flag 620000/620000
135.70/131.80	c cleaning 35058 clauses out of 70755 with flag 656001/656001
142.04/138.14	c cleaning 35875 clauses out of 72699 with flag 693003/693003
147.58/143.64	c cleaning 37018 clauses out of 74821 with flag 731000/731000
154.93/150.98	c cleaning 38180 clauses out of 76804 with flag 770001/770001
160.87/156.86	c cleaning 39088 clauses out of 78626 with flag 810003/810003
170.60/166.53	c cleaning 39860 clauses out of 80536 with flag 851001/851001
178.53/174.45	c cleaning 40935 clauses out of 82677 with flag 893002/893002
186.56/182.50	c cleaning 42104 clauses out of 84741 with flag 936001/936001
197.80/193.69	c cleaning 42939 clauses out of 86639 with flag 980003/980003
203.04/198.83	c cleaning 44012 clauses out of 88697 with flag 1025000/1025000
209.99/205.71	c cleaning 44869 clauses out of 90688 with flag 1071003/1071003
217.91/213.61	c cleaning 46049 clauses out of 92817 with flag 1118001/1118001
229.87/225.57	c cleaning 47159 clauses out of 94767 with flag 1166000/1166000
235.99/231.66	c cleaning 47726 clauses out of 96609 with flag 1215001/1215001
246.05/241.69	c cleaning 48839 clauses out of 98884 with flag 1265002/1265002
251.81/247.33	c cleaning 49957 clauses out of 101043 with flag 1316000/1316000
262.26/257.77	c cleaning 51248 clauses out of 103086 with flag 1368000/1368000
272.63/268.00	c cleaning 51980 clauses out of 104838 with flag 1421000/1421000
278.46/273.89	c cleaning 53132 clauses out of 106858 with flag 1475000/1475000
286.00/281.33	c cleaning 54199 clauses out of 108726 with flag 1530000/1530000
293.64/288.98	c cleaning 55132 clauses out of 110527 with flag 1586000/1586000
304.49/299.75	c cleaning 55625 clauses out of 112396 with flag 1643001/1643001
312.83/308.04	c cleaning 57193 clauses out of 114770 with flag 1701000/1701000
324.47/319.69	c cleaning 57788 clauses out of 116581 with flag 1760004/1760004
337.80/332.97	c cleaning 58918 clauses out of 118789 with flag 1820000/1820000
349.85/344.92	c cleaning 59840 clauses out of 120871 with flag 1881000/1881000
360.81/355.88	c cleaning 61167 clauses out of 123031 with flag 1943000/1943000
372.38/367.39	c cleaning 62283 clauses out of 124864 with flag 2006000/2006000
382.74/377.63	c cleaning 62943 clauses out of 126581 with flag 2070000/2070000
397.00/391.83	c cleaning 63530 clauses out of 128640 with flag 2135002/2135002
410.58/405.36	c cleaning 64852 clauses out of 131108 with flag 2201000/2201000
419.03/413.74	c cleaning 66392 clauses out of 133257 with flag 2268001/2268001
433.10/427.71	c cleaning 67207 clauses out of 134865 with flag 2336001/2336001
443.26/437.82	c cleaning 67864 clauses out of 136658 with flag 2405001/2405001
454.66/449.12	c cleaning 68894 clauses out of 138794 with flag 2475001/2475001
465.15/459.50	c cleaning 69762 clauses out of 140899 with flag 2546000/2546000
473.75/468.08	c cleaning 71164 clauses out of 143138 with flag 2618001/2618001
484.96/479.28	c cleaning 71889 clauses out of 144974 with flag 2691001/2691001
496.70/490.92	c cleaning 73256 clauses out of 147084 with flag 2765000/2765000
509.88/504.01	c cleaning 73803 clauses out of 148828 with flag 2840000/2840000
524.74/518.82	c cleaning 75014 clauses out of 151025 with flag 2916000/2916000
538.72/532.72	c cleaning 76309 clauses out of 153012 with flag 2993001/2993001
557.29/551.21	c cleaning 76961 clauses out of 154702 with flag 3071000/3071000
571.76/565.69	c cleaning 77906 clauses out of 156742 with flag 3150001/3150001
586.71/580.58	c cleaning 78817 clauses out of 158834 with flag 3230000/3230000
606.49/600.24	c cleaning 79231 clauses out of 161020 with flag 3311003/3311003
618.99/612.67	c cleaning 81239 clauses out of 163790 with flag 3393004/3393004
630.10/623.67	c cleaning 82274 clauses out of 165549 with flag 3476002/3476002
637.27/630.75	c cleaning 83232 clauses out of 167273 with flag 3560000/3560000
647.23/640.66	c cleaning 84269 clauses out of 169043 with flag 3645002/3645002
660.26/653.61	c cleaning 85082 clauses out of 170772 with flag 3731000/3731000
672.04/665.30	c cleaning 85862 clauses out of 172690 with flag 3818000/3818000
686.24/679.50	c cleaning 86865 clauses out of 174828 with flag 3906000/3906000
702.11/695.24	c cleaning 88142 clauses out of 176964 with flag 3995001/3995001
719.94/713.03	c cleaning 88677 clauses out of 178823 with flag 4085002/4085002
730.47/723.47	c cleaning 90076 clauses out of 181146 with flag 4176002/4176002
745.33/738.26	c cleaning 90892 clauses out of 183067 with flag 4268000/4268000
759.71/752.58	c cleaning 91761 clauses out of 185175 with flag 4361000/4361000
771.35/764.04	c cleaning 93187 clauses out of 187414 with flag 4455000/4455000
783.55/776.19	c cleaning 94248 clauses out of 189228 with flag 4550001/4550001
802.63/795.13	c cleaning 94631 clauses out of 190979 with flag 4646000/4646000
816.61/809.06	c cleaning 96161 clauses out of 193348 with flag 4743000/4743000
842.63/834.91	c cleaning 96767 clauses out of 195187 with flag 4841000/4841000
860.20/852.47	c cleaning 97537 clauses out of 197420 with flag 4940000/4940000
877.50/869.64	c cleaning 99318 clauses out of 199883 with flag 5040000/5040000
893.29/885.40	c cleaning 99989 clauses out of 201565 with flag 5141000/5141000
907.37/899.30	c cleaning 101197 clauses out of 203579 with flag 5243003/5243003
923.74/915.66	c cleaning 102172 clauses out of 205379 with flag 5346000/5346000
937.51/929.31	c cleaning 103237 clauses out of 207207 with flag 5450000/5450000
954.10/945.90	c cleaning 103731 clauses out of 208971 with flag 5555001/5555001
967.64/959.25	c cleaning 105336 clauses out of 211239 with flag 5661000/5661000
984.63/976.10	c cleaning 105511 clauses out of 212903 with flag 5768000/5768000
1002.13/993.52	c cleaning 107107 clauses out of 215392 with flag 5876000/5876000
1026.84/1018.15	c cleaning 108222 clauses out of 217289 with flag 5985004/5985004
1045.65/1036.81	c cleaning 109256 clauses out of 219063 with flag 6095000/6095000
1060.35/1051.50	c cleaning 110065 clauses out of 220808 with flag 6206001/6206001
1076.57/1067.52	c cleaning 110499 clauses out of 222742 with flag 6318000/6318000
1094.29/1085.15	c cleaning 112343 clauses out of 225244 with flag 6431001/6431001
1110.18/1100.96	c cleaning 113193 clauses out of 226901 with flag 6545001/6545001
1123.71/1114.47	c cleaning 114075 clauses out of 228707 with flag 6660000/6660000
1145.65/1136.26	c cleaning 115146 clauses out of 230633 with flag 6776001/6776001
1164.29/1154.85	c cleaning 115910 clauses out of 232487 with flag 6893001/6893001
1184.62/1175.04	c cleaning 116762 clauses out of 234576 with flag 7011000/7011000
1199.94/1190.28	c cleaning 117883 clauses out of 236814 with flag 7130000/7130000
1221.02/1211.25	c cleaning 118975 clauses out of 238931 with flag 7250000/7250000
1243.73/1233.87	c cleaning 120079 clauses out of 240957 with flag 7371001/7371001
1263.86/1253.83	c cleaning 120884 clauses out of 242877 with flag 7493000/7493000
1284.46/1274.39	c cleaning 122087 clauses out of 244993 with flag 7616000/7616000
1303.77/1293.50	c cleaning 122710 clauses out of 246906 with flag 7740000/7740000
1320.09/1309.80	c cleaning 124220 clauses out of 249197 with flag 7865001/7865001
1343.11/1332.65	c cleaning 124565 clauses out of 250976 with flag 7991000/7991000
1359.72/1349.10	c cleaning 125982 clauses out of 253411 with flag 8118000/8118000
1377.17/1366.48	c cleaning 127238 clauses out of 255430 with flag 8246001/8246001
1403.00/1392.16	c cleaning 128235 clauses out of 257195 with flag 8375004/8375004
1424.17/1413.21	c cleaning 129036 clauses out of 258956 with flag 8505000/8505000
1451.43/1440.37	c cleaning 130259 clauses out of 260921 with flag 8636001/8636001
1471.86/1460.76	c cleaning 130609 clauses out of 262661 with flag 8768000/8768000
1496.43/1485.15	c cleaning 132056 clauses out of 265052 with flag 8901000/8901000
1517.44/1506.01	c cleaning 132919 clauses out of 266996 with flag 9035000/9035000
1536.95/1525.45	c cleaning 134281 clauses out of 269078 with flag 9170001/9170001
1557.88/1546.21	c cleaning 134935 clauses out of 270796 with flag 9306000/9306000
1577.79/1566.07	c cleaning 135719 clauses out of 272861 with flag 9443000/9443000
1600.61/1588.76	c cleaning 137240 clauses out of 275142 with flag 9581000/9581000
1621.84/1609.88	c cleaning 137863 clauses out of 276904 with flag 9720002/9720002
1639.44/1627.34	c cleaning 139221 clauses out of 279039 with flag 9860000/9860000
1666.99/1654.70	c cleaning 140147 clauses out of 280820 with flag 10001002/10001002
1686.00/1673.62	c cleaning 141066 clauses out of 282676 with flag 10143005/10143005
1716.74/1704.29	c cleaning 142152 clauses out of 284606 with flag 10286001/10286001
1741.09/1728.49	c cleaning 142516 clauses out of 286457 with flag 10430004/10430004
1764.87/1752.03	c cleaning 143910 clauses out of 288939 with flag 10575002/10575002
1789.81/1776.89	c cleaning 144818 clauses out of 291028 with flag 10721001/10721001
1800.08/1786.91	c starts		: 320
1800.08/1786.91	c conflicts		: 10801920
1800.08/1786.91	c decisions		: 330424184
1800.08/1786.91	c propagations		: 2034541295
1800.08/1786.91	c inspects		: 11175895977
1800.08/1786.91	c shortcuts		: 0
1800.08/1786.91	c learnt literals	: 3
1800.08/1786.91	c learnt binary clauses	: 9071
1800.08/1786.91	c learnt ternary clauses	: 34145
1800.08/1786.91	c learnt constraints	: 10801917
1800.08/1786.91	c ignored constraints	: 0
1800.08/1786.91	c root simplifications	: 0
1800.08/1786.91	c removed literals (reason simplification)	: 0
1800.08/1786.91	c reason swapping (by a shorter reason)	: 0
1800.08/1786.91	c Calls to reduceDB	: 142
1800.08/1786.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1786.91	c number of learned constraints concerned by reduction	: 0
1800.08/1786.91	c number of learning phase by resolution	: 0
1800.08/1786.91	c number of learning phase by cutting planes	: 0
1800.08/1786.91	c speed (assignments/second)	: 1149859.8714127305
1800.08/1786.91	c non guided choices	293821989
1800.08/1786.95	c learnt constraints type 
1800.08/1786.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9071
1800.08/1786.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 218199
1800.08/1786.95	c constraints type 
1800.08/1786.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
1800.08/1786.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
1800.08/1786.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
1800.08/1786.95	c 139589 constraints processed.
1800.08/1786.95	s UNKNOWN
1800.08/1786.95	c Total wall clock time (in seconds): 1786.828

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-3689543-1337891624/watcher-3689543-1337891624 -o /tmp/evaluation-result-3689543-1337891624/solver-3689543-1337891624 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689543-1337891624.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: 2.07 2.03 2.26 3/173 27209
/proc/meminfo: memFree=29133132/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27209/stat : 27209 (java) D 27207 27209 21308 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255291010 9515008 183 33554432000 1073741824 1073778376 140736644935904 140736644926936 247064247989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2323 183 140 9 0 71 0

[startup+0.00840611 s]
/proc/loadavg: 2.07 2.03 2.26 3/173 27209
/proc/meminfo: memFree=29133132/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27209/stat : 27209 (java) R 27207 27209 21308 0 -1 4202496 452 0 0 0 0 0 0 0 20 0 1 0 255291010 9515008 182 33554432000 1073741824 1073778376 140736661547280 140736661530008 247064066288 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2323 185 143 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100221 s]
/proc/loadavg: 2.07 2.03 2.26 3/173 27209
/proc/meminfo: memFree=29133132/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 4218 0 1 0 7 1 0 0 20 0 18 0 255291010 9787813888 5421 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 5421 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300225 s]
/proc/loadavg: 2.07 2.03 2.26 3/173 27209
/proc/meminfo: memFree=29133132/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 5468 0 1 0 42 2 0 0 20 0 18 0 255291010 9787813888 11713 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 11713 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700246 s]
/proc/loadavg: 2.07 2.03 2.26 3/173 27209
/proc/meminfo: memFree=29133132/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=1.26 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 9459 0 1 0 119 7 0 0 20 0 18 0 255291010 9787813888 44563 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 44563 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558412

[startup+1.50081 s]
/proc/loadavg: 2.22 2.07 2.27 5/211 27275
/proc/meminfo: memFree=28583456/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=2.52 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 11452 0 1 0 220 32 0 0 20 0 18 0 255291010 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 275779 2255 9 0 2380296 0
[pid=27209/tid=27211] ppid=27207 vsize=9558412 CPUtime=1.27 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) R 27207 27209 21308 0 -1 4202560 2908 0 1 0 110 17 0 0 20 0 18 0 255291011 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843097017144 139843104783194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) S 27207 27209 21308 0 -1 4202560 150 0 0 0 5 2 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843069471656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) S 27207 27209 21308 0 -1 4202560 139 0 0 0 6 3 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843068419112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) S 27207 27209 21308 0 -1 4202560 129 0 0 0 6 1 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843067366056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) S 27207 27209 21308 0 -1 4202560 165 0 0 0 8 3 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843066313512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) S 27207 27209 21308 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843065260456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 255291012 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 952 0 0 0 0 0 0 0 20 0 18 0 255291013 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 2845 0 0 0 26 0 0 0 20 0 18 0 255291016 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 2845 0 0 0 27 0 0 0 20 0 18 0 255291016 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 275779 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558412

[startup+3.10062 s]
/proc/loadavg: 2.22 2.07 2.27 3/212 27276
/proc/meminfo: memFree=26974740/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=4.3 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 12915 0 1 0 371 59 0 0 20 0 18 0 255291010 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 687048 2255 9 0 2380296 0
[pid=27209/tid=27211] ppid=27207 vsize=9558412 CPUtime=2.81 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) S 27207 27209 21308 0 -1 4202560 3826 0 1 0 239 42 0 0 20 0 18 0 255291011 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843097017208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) R 27207 27209 21308 0 -1 4202560 164 0 0 0 7 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843069471784 139843104514295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) R 27207 27209 21308 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843068419240 247064202375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) R 27207 27209 21308 0 -1 4202560 131 0 0 0 8 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843067366184 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) R 27207 27209 21308 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843066313640 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) R 27207 27209 21308 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843065260584 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) R 27207 27209 21308 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843064208040 247064202375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) R 27207 27209 21308 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139843063155032 139843101180704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) R 27207 27209 21308 0 -1 4202560 84 0 0 0 9 2 0 0 20 0 18 0 255291012 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842933008536 247064202375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 255291013 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842450061064 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 2848 0 0 0 28 0 0 0 20 0 18 0 255291016 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 2845 0 0 0 28 0 0 0 20 0 18 0 255291016 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 687048 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9558412

[startup+6.30079 s]
/proc/loadavg: 2.20 2.06 2.27 3/212 27276
/proc/meminfo: memFree=26200964/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=7.68 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 13199 0 1 0 708 60 0 0 20 0 18 0 255291010 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 689568 2255 9 0 2380296 0
[pid=27209/tid=27211] ppid=27207 vsize=9558412 CPUtime=5.94 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) R 27207 27209 21308 0 -1 4202560 3833 0 1 0 552 42 0 0 20 0 18 0 255291011 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843097010352 139843104783184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) S 27207 27209 21308 0 -1 4202560 168 0 0 0 10 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843069471656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) S 27207 27209 21308 0 -1 4202560 223 0 0 0 10 3 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843068419112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) S 27207 27209 21308 0 -1 4202560 214 0 0 0 11 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843067366056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) S 27207 27209 21308 0 -1 4202560 265 0 0 0 13 3 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843066313512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) S 27207 27209 21308 0 -1 4202560 117 0 0 0 9 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843065260456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 75 0 0 0 11 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 90 0 0 0 9 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 84 0 0 0 11 2 0 0 20 0 18 0 255291012 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 255291013 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255291014 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 2848 0 0 0 28 0 0 0 20 0 18 0 255291016 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 2845 0 0 0 28 0 0 0 20 0 18 0 255291016 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255291016 9787813888 689568 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 2.19 2.06 2.27 3/212 27276
/proc/meminfo: memFree=26099884/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9558412 CPUtime=14.39 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 13474 0 1 0 1376 63 0 0 20 0 18 0 255291010 9787813888 700540 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2389603 700540 2255 9 0 2380296 0
[pid=27209/tid=27211] ppid=27207 vsize=9558412 CPUtime=12.21 cores=0,2,4,6

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

[pid=27209/tid=27220] ppid=27207 vsize=9624976 CPUtime=1.89 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 321 0 0 0 185 4 0 0 20 0 19 0 255291012 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9624976 CPUtime=1.89 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 384 0 0 0 185 4 0 0 20 0 19 0 255291012 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 396 0 0 0 185 5 0 0 20 0 19 0 255291012 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9624976 CPUtime=28.83 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 4049 0 0 0 2877 6 0 0 20 0 19 0 255291013 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 10779 0 0 0 101 3 0 0 20 0 19 0 255291016 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 4705 0 0 0 57 2 0 0 20 0 19 0 255291016 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 99 0 0 0 23 29 0 0 20 0 19 0 255291016 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27277] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27277/stat : 27277 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255292763 9855975424 767147 33554432000 1073741824 1073778376 140736661547280 139842441639464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1734.99
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/213 27315
/proc/meminfo: memFree=23752356/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9624976 CPUtime=1795.48 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 28026 0 1 0 179440 108 0 0 20 0 19 0 255291010 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2406244 768171 2282 9 0 2396937 0
[pid=27209/tid=27211] ppid=27207 vsize=9624976 CPUtime=1747.91 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) R 27207 27209 21308 0 -1 4202560 4016 0 1 0 174720 71 0 0 20 0 19 0 255291011 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843097018656 139842944876873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) S 27207 27209 21308 0 -1 4202560 450 0 0 0 200 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843069471656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) S 27207 27209 21308 0 -1 4202560 428 0 0 0 192 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843068419112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) S 27207 27209 21308 0 -1 4202560 445 0 0 0 200 3 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843067366056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) S 27207 27209 21308 0 -1 4202560 439 0 0 0 188 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843066313512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) S 27207 27209 21308 0 -1 4202560 324 0 0 0 200 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843065260456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 321 0 0 0 194 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 384 0 0 0 196 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 396 0 0 0 193 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9624976 CPUtime=29.83 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 4055 0 0 0 2977 6 0 0 20 0 19 0 255291013 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 10779 0 0 0 101 3 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 4705 0 0 0 57 2 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 103 0 0 0 24 30 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27277] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27277/stat : 27277 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255292763 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842441639464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1795.48
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 2.00 2.03 2.07 2/193 27318
/proc/meminfo: memFree=26058088/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 28026 0 1 0 179900 108 0 0 20 0 19 0 255291010 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2406244 768171 2282 9 0 2396937 0
[pid=27209/tid=27211] ppid=27207 vsize=9624976 CPUtime=1752.51 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) R 27207 27209 21308 0 -1 4202560 4016 0 1 0 175180 71 0 0 20 0 19 0 255291011 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843097018656 139842944835235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) S 27207 27209 21308 0 -1 4202560 450 0 0 0 200 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843069471656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) S 27207 27209 21308 0 -1 4202560 428 0 0 0 192 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843068419112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) S 27207 27209 21308 0 -1 4202560 445 0 0 0 200 3 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843067366056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) S 27207 27209 21308 0 -1 4202560 439 0 0 0 188 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843066313512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) S 27207 27209 21308 0 -1 4202560 324 0 0 0 200 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843065260456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 321 0 0 0 194 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 384 0 0 0 196 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 396 0 0 0 193 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9624976 CPUtime=29.83 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 4055 0 0 0 2977 6 0 0 20 0 19 0 255291013 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 10779 0 0 0 101 3 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 4705 0 0 0 57 2 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 103 0 0 0 24 30 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27277] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27277/stat : 27277 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255292763 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842441639464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1786.9 s]
/proc/loadavg: 2.00 2.03 2.07 2/193 27318
/proc/meminfo: memFree=26058088/32873844 swapFree=7100/7100
[pid=27209] ppid=27207 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/27209/stat : 27209 (java) S 27207 27209 21308 0 -1 4202496 28026 0 1 0 179900 108 0 0 20 0 19 0 255291010 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 140736661538416 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27209/statm: 2406244 768171 2282 9 0 2396937 0
[pid=27209/tid=27211] ppid=27207 vsize=9624976 CPUtime=1752.51 cores=0,2,4,6
/proc/27209/task/27211/stat : 27211 (java) R 27207 27209 21308 0 -1 4202560 4016 0 1 0 175180 71 0 0 20 0 19 0 255291011 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843097018656 139842944835235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27215] ppid=27207 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/27209/task/27215/stat : 27215 (java) S 27207 27209 21308 0 -1 4202560 450 0 0 0 200 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843069471656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27216] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27216/stat : 27216 (java) S 27207 27209 21308 0 -1 4202560 428 0 0 0 192 6 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843068419112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27217] ppid=27207 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/27209/task/27217/stat : 27217 (java) S 27207 27209 21308 0 -1 4202560 445 0 0 0 200 3 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843067366056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27218] ppid=27207 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/27209/task/27218/stat : 27218 (java) S 27207 27209 21308 0 -1 4202560 439 0 0 0 188 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843066313512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27219] ppid=27207 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/27209/task/27219/stat : 27219 (java) S 27207 27209 21308 0 -1 4202560 324 0 0 0 200 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843065260456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27209/tid=27220] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27220/stat : 27220 (java) S 27207 27209 21308 0 -1 4202560 321 0 0 0 194 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843064207912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27221] ppid=27207 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/27209/task/27221/stat : 27221 (java) S 27207 27209 21308 0 -1 4202560 384 0 0 0 196 4 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139843063154856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27222] ppid=27207 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/27209/task/27222/stat : 27222 (java) S 27207 27209 21308 0 -1 4202560 396 0 0 0 193 5 0 0 20 0 19 0 255291012 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842933008680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27223] ppid=27207 vsize=9624976 CPUtime=29.83 cores=0,2,4,6
/proc/27209/task/27223/stat : 27223 (java) S 27207 27209 21308 0 -1 4202560 4055 0 0 0 2977 6 0 0 20 0 19 0 255291013 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842450062184 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27224] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27224/stat : 27224 (java) S 27207 27209 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842449008504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27225] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27225/stat : 27225 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255291014 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842447955336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27226] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27226/stat : 27226 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842446904080 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27227] ppid=27207 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/27209/task/27227/stat : 27227 (java) S 27207 27209 21308 0 -1 4202560 10779 0 0 0 101 3 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842445850936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27209/tid=27228] ppid=27207 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/27209/task/27228/stat : 27228 (java) S 27207 27209 21308 0 -1 4202560 4705 0 0 0 57 2 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842444798392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27229] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27229/stat : 27229 (java) S 27207 27209 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842443745528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27209/tid=27230] ppid=27207 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27209/task/27230/stat : 27230 (java) S 27207 27209 21308 0 -1 4202560 103 0 0 0 24 30 0 0 20 0 19 0 255291016 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842442693192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27209/tid=27277] ppid=27207 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27209/task/27277/stat : 27277 (java) S 27207 27209 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255292763 9855975424 768171 33554432000 1073741824 1073778376 140736661547280 139842441639464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1786.97
CPU time (s): 1800.88
CPU user time (s): 1799.24
CPU system time (s): 1.64275
CPU usage (%): 100.779
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.64275
maximum resident set size= 3072824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28065
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43074
involuntary context switches= 34381

runsolver used 6.06208 second user time and 14.6908 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 22:33:44
IDJOB=3689543
IDBENCH=89890
IDSOLVER=2269
FILE ID=node103/3689543-1337891624
RUNJOBID= node103-1337889825-27079
PBS_JOBID= 14620101
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-netdiversion.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689543-1337891624/watcher-3689543-1337891624 -o /tmp/evaluation-result-3689543-1337891624/solver-3689543-1337891624 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689543-1337891624.opb

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

MD5SUM BENCH= 2c0dd2737108318b86d3c4c102584cdd
RANDOM SEED=487071028

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        29133752 kB
Buffers:          219420 kB
Cached:          2742752 kB
SwapCached:            0 kB
Active:           698116 kB
Inactive:        2275416 kB
Active(anon):      13824 kB
Inactive(anon):        0 kB
Active(file):     684292 kB
Inactive(file):  2275416 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7792 kB
Writeback:            12 kB
AnonPages:         18652 kB
Mapped:            14116 kB
Shmem:               200 kB
Slab:             628368 kB
SReclaimable:      70792 kB
SUnreclaim:       557576 kB
KernelStack:        1448 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node103 at 2012-05-24 23:03:33