Trace number 3710823

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710823-1338153826.opb
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.047s.
0.09/0.17	c declared #vars     71
0.09/0.17	c #constraints  17
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.17	c 17 constraints processed.
0.77/0.51	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.03/0.78	c cleaning 4251 clauses out of 8501 with flag 11001/11001
1.46/1.11	c cleaning 5621 clauses out of 11250 with flag 18001/18001
1.88/1.50	c cleaning 6809 clauses out of 13628 with flag 26000/26000
2.28/1.99	c cleaning 7906 clauses out of 15820 with flag 35001/35001
2.89/2.56	c cleaning 8958 clauses out of 17915 with flag 45002/45002
3.50/3.16	c cleaning 9975 clauses out of 19955 with flag 56000/56000
4.22/3.83	c cleaning 10988 clauses out of 21980 with flag 68000/68000
5.02/4.60	c cleaning 11994 clauses out of 23993 with flag 81001/81001
5.94/5.53	c cleaning 12997 clauses out of 25998 with flag 95000/95000
6.95/6.56	c cleaning 14001 clauses out of 28003 with flag 110002/110002
8.08/7.66	c cleaning 14998 clauses out of 30000 with flag 126000/126000
9.19/8.77	c cleaning 15997 clauses out of 32006 with flag 143004/143004
10.39/9.98	c cleaning 17004 clauses out of 34007 with flag 161002/161002
11.79/11.33	c cleaning 17994 clauses out of 36003 with flag 180002/180002
13.11/12.65	c cleaning 19003 clauses out of 38007 with flag 200000/200000
14.52/14.02	c cleaning 19996 clauses out of 40004 with flag 221000/221000
16.04/15.59	c cleaning 20999 clauses out of 42014 with flag 243006/243006
17.95/17.41	c cleaning 22003 clauses out of 44011 with flag 266002/266002
19.76/19.27	c cleaning 22998 clauses out of 46008 with flag 290002/290002
21.87/21.34	c cleaning 23997 clauses out of 48008 with flag 315000/315000
24.08/23.50	c cleaning 25006 clauses out of 50012 with flag 341001/341001
26.41/25.83	c cleaning 26002 clauses out of 52007 with flag 368002/368002
29.03/28.45	c cleaning 27002 clauses out of 54008 with flag 396005/396005
31.45/30.84	c cleaning 28000 clauses out of 56001 with flag 425000/425000
33.95/33.37	c cleaning 28999 clauses out of 58004 with flag 455003/455003
36.87/36.25	c cleaning 29994 clauses out of 60004 with flag 486002/486002
40.09/39.46	c cleaning 31001 clauses out of 62008 with flag 518000/518000
43.30/42.68	c cleaning 32003 clauses out of 64008 with flag 551001/551001
47.52/46.86	c cleaning 32999 clauses out of 66004 with flag 585000/585000
50.95/50.27	c cleaning 34000 clauses out of 68005 with flag 620000/620000
54.08/53.37	c cleaning 34997 clauses out of 70006 with flag 656001/656001
57.60/56.89	c cleaning 35999 clauses out of 72008 with flag 693000/693000
61.23/60.48	c cleaning 36989 clauses out of 74010 with flag 731001/731001
64.94/64.12	c cleaning 38008 clauses out of 76020 with flag 770000/770000
69.28/68.41	c cleaning 39002 clauses out of 78012 with flag 810000/810000
73.40/72.56	c cleaning 39998 clauses out of 80010 with flag 851000/851000
78.50/77.66	c cleaning 41006 clauses out of 82016 with flag 893004/893004
82.23/81.32	c cleaning 42004 clauses out of 84008 with flag 936002/936002
86.33/85.43	c cleaning 42993 clauses out of 86004 with flag 980002/980002
91.14/90.21	c cleaning 44000 clauses out of 88011 with flag 1025002/1025002
96.46/95.56	c cleaning 44999 clauses out of 90010 with flag 1071001/1071001
101.69/100.72	c cleaning 46000 clauses out of 92012 with flag 1118002/1118002
106.91/105.97	c cleaning 47003 clauses out of 94010 with flag 1166000/1166000
111.72/110.70	c cleaning 48004 clauses out of 96007 with flag 1215000/1215000
118.15/117.10	c cleaning 49001 clauses out of 98006 with flag 1265003/1265003
123.69/122.62	c cleaning 50002 clauses out of 100005 with flag 1316003/1316003
130.34/129.23	c cleaning 50994 clauses out of 102002 with flag 1368002/1368002
136.17/135.08	c cleaning 52000 clauses out of 104006 with flag 1421000/1421000
142.10/140.92	c cleaning 53000 clauses out of 106009 with flag 1475003/1475003
148.22/147.07	c cleaning 54004 clauses out of 108009 with flag 1530003/1530003
154.65/153.42	c cleaning 55002 clauses out of 110003 with flag 1586001/1586001
161.67/160.43	c cleaning 55999 clauses out of 112000 with flag 1643000/1643000
168.69/167.46	c cleaning 56992 clauses out of 114001 with flag 1701000/1701000
176.52/175.21	c cleaning 57999 clauses out of 116009 with flag 1760000/1760000
185.23/183.93	c cleaning 59003 clauses out of 118010 with flag 1820000/1820000
193.66/192.35	c cleaning 60000 clauses out of 120009 with flag 1881002/1881002
201.48/200.13	c cleaning 60998 clauses out of 122010 with flag 1943003/1943003
211.41/210.09	c cleaning 62002 clauses out of 124012 with flag 2006003/2006003
219.84/218.48	c cleaning 63000 clauses out of 126009 with flag 2070002/2070002
228.65/227.29	c cleaning 63999 clauses out of 128007 with flag 2135000/2135000
238.17/236.77	c cleaning 64999 clauses out of 130009 with flag 2201001/2201001
246.01/244.58	c cleaning 66001 clauses out of 132010 with flag 2268001/2268001
255.65/254.14	c cleaning 67000 clauses out of 134011 with flag 2336003/2336003
265.49/263.93	c cleaning 67997 clauses out of 136011 with flag 2405003/2405003
274.71/273.10	c cleaning 69001 clauses out of 138011 with flag 2475000/2475000
284.93/283.32	c cleaning 69997 clauses out of 140010 with flag 2546000/2546000
297.56/295.97	c cleaning 71005 clauses out of 142014 with flag 2618001/2618001
308.98/307.37	c cleaning 72001 clauses out of 144010 with flag 2691002/2691002
320.00/318.31	c cleaning 72999 clauses out of 146009 with flag 2765002/2765002
332.74/331.06	c cleaning 73997 clauses out of 148008 with flag 2840000/2840000
344.16/342.47	c cleaning 74999 clauses out of 150012 with flag 2916001/2916001
356.54/354.75	c cleaning 76005 clauses out of 152014 with flag 2993002/2993002
368.47/366.65	c cleaning 76994 clauses out of 154008 with flag 3071001/3071001
379.28/377.42	c cleaning 78003 clauses out of 156015 with flag 3150002/3150002
391.19/389.37	c cleaning 78997 clauses out of 158010 with flag 3230000/3230000
402.42/400.51	c cleaning 79998 clauses out of 160013 with flag 3311000/3311000
412.93/411.02	c cleaning 81004 clauses out of 162019 with flag 3393004/3393004
421.45/419.54	c cleaning 82001 clauses out of 164012 with flag 3476001/3476001
431.76/429.83	c cleaning 83000 clauses out of 166010 with flag 3560000/3560000
442.47/440.51	c cleaning 84001 clauses out of 168011 with flag 3645001/3645001
452.30/450.38	c cleaning 84999 clauses out of 170009 with flag 3731000/3731000
461.73/459.75	c cleaning 85996 clauses out of 172010 with flag 3818000/3818000
471.40/469.33	c cleaning 87002 clauses out of 174016 with flag 3906002/3906002
482.02/479.91	c cleaning 88003 clauses out of 176014 with flag 3995002/3995002
497.34/495.26	c cleaning 89002 clauses out of 178010 with flag 4085001/4085001
514.49/512.39	c cleaning 90003 clauses out of 180007 with flag 4176000/4176000
528.45/526.26	c cleaning 90999 clauses out of 182004 with flag 4268000/4268000
543.28/541.01	c cleaning 91999 clauses out of 184006 with flag 4361001/4361001
558.42/556.16	c cleaning 92997 clauses out of 186006 with flag 4455000/4455000
574.94/572.63	c cleaning 94002 clauses out of 188011 with flag 4550002/4550002
591.29/588.99	c cleaning 94992 clauses out of 190007 with flag 4646000/4646000
610.31/607.91	c cleaning 96005 clauses out of 192016 with flag 4743001/4743001
626.34/623.98	c cleaning 96998 clauses out of 194010 with flag 4841000/4841000
642.46/640.03	c cleaning 98002 clauses out of 196015 with flag 4940003/4940003
661.70/659.29	c cleaning 98999 clauses out of 198010 with flag 5040000/5040000
680.46/677.92	c cleaning 99998 clauses out of 200011 with flag 5141000/5141000
697.32/694.79	c cleaning 101007 clauses out of 202015 with flag 5243002/5243002
715.88/713.24	c cleaning 102001 clauses out of 204007 with flag 5346001/5346001
739.33/736.68	c cleaning 102994 clauses out of 206005 with flag 5450000/5450000
756.89/754.14	c cleaning 103998 clauses out of 208011 with flag 5555000/5555000
774.84/772.04	c cleaning 105000 clauses out of 210013 with flag 5661000/5661000
794.49/791.64	c cleaning 106001 clauses out of 212016 with flag 5768003/5768003
816.85/813.93	c cleaning 106997 clauses out of 214015 with flag 5876003/5876003
840.38/837.41	c cleaning 108004 clauses out of 216018 with flag 5985003/5985003
860.82/857.80	c cleaning 109005 clauses out of 218011 with flag 6095000/6095000
881.47/878.48	c cleaning 110001 clauses out of 220008 with flag 6206002/6206002
903.23/900.10	c cleaning 110999 clauses out of 222008 with flag 6318003/6318003
926.20/923.03	c cleaning 111998 clauses out of 224008 with flag 6431002/6431002
953.27/950.05	c cleaning 113000 clauses out of 226009 with flag 6545001/6545001
977.79/974.59	c cleaning 114007 clauses out of 228013 with flag 6660005/6660005
1002.64/999.33	c cleaning 114997 clauses out of 230001 with flag 6776000/6776000
1022.76/1019.47	c cleaning 116000 clauses out of 232004 with flag 6893000/6893000
1041.38/1038.06	c cleaning 116998 clauses out of 234007 with flag 7011003/7011003
1062.31/1058.91	c cleaning 117994 clauses out of 236007 with flag 7130001/7130001
1082.06/1078.65	c cleaning 119003 clauses out of 238012 with flag 7250000/7250000
1102.71/1099.26	c cleaning 120002 clauses out of 240012 with flag 7371003/7371003
1123.98/1120.40	c cleaning 120993 clauses out of 242008 with flag 7493001/7493001
1147.00/1143.48	c cleaning 121997 clauses out of 244014 with flag 7616000/7616000
1168.16/1164.57	c cleaning 123003 clauses out of 246018 with flag 7740001/7740001
1197.12/1193.50	c cleaning 124004 clauses out of 248014 with flag 7865000/7865000
1225.19/1221.48	c cleaning 124997 clauses out of 250010 with flag 7991000/7991000
1250.83/1247.01	c cleaning 126007 clauses out of 252019 with flag 8118006/8118006
1277.18/1273.36	c cleaning 127001 clauses out of 254006 with flag 8246000/8246000
1305.24/1301.40	c cleaning 127999 clauses out of 256007 with flag 8375002/8375002
1340.99/1337.05	c cleaning 129001 clauses out of 258008 with flag 8505002/8505002
1365.60/1361.51	c cleaning 129995 clauses out of 260007 with flag 8636002/8636002
1395.42/1391.30	c cleaning 131007 clauses out of 262013 with flag 8768003/8768003
1423.29/1419.17	c cleaning 131998 clauses out of 264003 with flag 8901000/8901000
1447.95/1443.72	c cleaning 132991 clauses out of 266005 with flag 9035000/9035000
1475.57/1471.36	c cleaning 134002 clauses out of 268015 with flag 9170001/9170001
1507.74/1503.42	c cleaning 135002 clauses out of 270013 with flag 9306001/9306001
1540.92/1536.54	c cleaning 136000 clauses out of 272010 with flag 9443000/9443000
1579.91/1575.42	c cleaning 136995 clauses out of 274011 with flag 9581001/9581001
1615.78/1611.21	c cleaning 137995 clauses out of 276015 with flag 9720000/9720000
1656.58/1651.90	c cleaning 139004 clauses out of 278021 with flag 9860001/9860001
1690.01/1685.35	c cleaning 139996 clauses out of 280016 with flag 10001000/10001000
1719.18/1714.42	c cleaning 141009 clauses out of 282020 with flag 10143000/10143000
1746.02/1741.24	c cleaning 141999 clauses out of 284015 with flag 10286004/10286004
1777.45/1772.60	c cleaning 142997 clauses out of 286012 with flag 10430000/10430000
1800.03/1795.12	c starts		: 320
1800.03/1795.12	c conflicts		: 10552735
1800.03/1795.12	c decisions		: 10781758
1800.03/1795.12	c propagations		: 85913503
1800.03/1795.12	c inspects		: 20584229236
1800.03/1795.12	c shortcuts		: 0
1800.03/1795.12	c learnt literals	: 0
1800.03/1795.12	c learnt binary clauses	: 0
1800.03/1795.12	c learnt ternary clauses	: 0
1800.03/1795.12	c learnt constraints	: 10552735
1800.03/1795.12	c ignored constraints	: 0
1800.03/1795.12	c root simplifications	: 320
1800.03/1795.12	c removed literals (reason simplification)	: 74858711
1800.03/1795.12	c reason swapping (by a shorter reason)	: 0
1800.03/1795.12	c Calls to reduceDB	: 140
1800.03/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.12	c number of learned constraints concerned by reduction	: 0
1800.03/1795.12	c number of learning phase by resolution	: 0
1800.03/1795.12	c number of learning phase by cutting planes	: 0
1800.03/1795.12	c speed (assignments/second)	: 47864.0623572382
1800.03/1795.12	c non guided choices	30
1800.03/1795.15	c learnt constraints type 
1800.03/1795.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 265785
1800.03/1795.15	c constraints type 
1800.03/1795.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1795.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
1800.03/1795.15	c 17 constraints processed.
1800.03/1795.15	s UNKNOWN
1800.03/1795.15	c Total wall clock time (in seconds): 1795.034

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-3710823-1338153826/watcher-3710823-1338153826 -o /tmp/evaluation-result-3710823-1338153826/solver-3710823-1338153826 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710823-1338153826.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.93 3/173 25403
/proc/meminfo: memFree=29483092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25403/stat : 25403 (java) D 25401 25403 21157 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281509916 9515008 183 33554432000 1073741824 1073778376 140736159678192 140736159669224 219513962165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25403/statm: 2323 183 140 9 0 71 0

[startup+0.0718629 s]
/proc/loadavg: 1.84 1.97 1.93 3/173 25403
/proc/meminfo: memFree=29483092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 3278 0 1 0 4 0 0 0 20 0 18 0 281509916 9787842560 4485 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2389610 4485 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100265 s]
/proc/loadavg: 1.84 1.97 1.93 3/173 25403
/proc/meminfo: memFree=29483092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 281509916 9787842560 5479 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2389610 5480 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30025 s]
/proc/loadavg: 1.84 1.97 1.93 3/173 25403
/proc/meminfo: memFree=29483092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 6947 0 1 0 50 1 0 0 20 0 19 0 281509916 9856004096 8309 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 8309 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700217 s]
/proc/loadavg: 1.84 1.97 1.93 3/173 25403
/proc/meminfo: memFree=29483092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 7498 0 1 0 101 2 0 0 20 0 19 0 281509916 9856004096 10568 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 10568 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50055 s]
/proc/loadavg: 1.84 1.97 1.93 5/213 25471
/proc/meminfo: memFree=29411800/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 7521 0 1 0 186 2 0 0 20 0 19 0 281509916 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 11608 2275 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2502 0 1 0 142 1 0 0 20 0 19 0 281509917 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534464688552 140534300116830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 281509919 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) R 25401 25403 21157 0 -1 4202560 1830 0 0 0 17 0 0 0 20 0 19 0 281509922 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140534284130240 140534470714195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 11608 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 1.84 1.97 1.93 3/213 25471
/proc/meminfo: memFree=29396092/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=3.5 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 7536 0 1 0 348 2 0 0 20 0 19 0 281509916 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 12129 2275 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2504 0 1 0 298 2 0 0 20 0 19 0 281509917 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534464688552 140534300020337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 281509919 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1831 0 0 0 18 0 0 0 20 0 19 0 281509922 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 12129 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.85 1.97 1.93 3/213 25471
/proc/meminfo: memFree=29393276/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=6.74 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 7590 0 1 0 671 3 0 0 20 0 19 0 281509916 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 13197 2275 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=6.13 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2509 0 1 0 611 2 0 0 20 0 19 0 281509917 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534464688552 140534299922771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281509918 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281509919 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1831 0 0 0 18 0 0 0 20 0 19 0 281509922 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 13197 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 270 0 0 0 77 2 0 0 20 0 19 0 281509918 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 371 0 0 0 79 2 0 0 20 0 19 0 281509918 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 360 0 0 0 70 1 0 0 20 0 19 0 281509918 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=5.11 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 160 0 0 0 508 3 0 0 20 0 19 0 281509919 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1863 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 99 0 0 0 28 34 0 0 20 0 19 0 281509922 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 52301 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 25498
/proc/meminfo: memFree=29146372/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=1787.22 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 10246 0 1 0 178688 34 0 0 20 0 19 0 281509916 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 52813 2276 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=1775.3 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2655 0 1 0 177502 28 0 0 20 0 19 0 281509917 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534464688432 140534299927442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 313 0 0 0 72 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 96 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 177 0 0 0 75 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 274 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 484 0 0 0 80 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 270 0 0 0 78 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 371 0 0 0 83 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 360 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=5.27 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 162 0 0 0 524 3 0 0 20 0 19 0 281509919 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1863 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.22
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 25498
/proc/meminfo: memFree=29146832/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 10246 0 1 0 179969 34 0 0 20 0 19 0 281509916 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 52813 2276 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=1788.12 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2655 0 1 0 178783 29 0 0 20 0 19 0 281509917 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534464688432 140534300020337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 313 0 0 0 72 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 96 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 177 0 0 0 75 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 274 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 484 0 0 0 80 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 270 0 0 0 78 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 371 0 0 0 83 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 360 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=5.27 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 162 0 0 0 524 3 0 0 20 0 19 0 281509919 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1863 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 25498
/proc/meminfo: memFree=29146832/32873648 swapFree=7116/7116
[pid=25403] ppid=25401 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/25403/stat : 25403 (java) S 25401 25403 21157 0 -1 4202496 10246 0 1 0 179969 34 0 0 20 0 19 0 281509916 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140735085668640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25403/statm: 2406251 52813 2276 9 0 2396937 0
[pid=25403/tid=25405] ppid=25401 vsize=9625004 CPUtime=1788.12 cores=1,3,5,7
/proc/25403/task/25405/stat : 25405 (java) R 25401 25403 21157 0 -1 4202560 2655 0 1 0 178783 29 0 0 20 0 19 0 281509917 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534464688432 140534300020337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25406] ppid=25401 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25403/task/25406/stat : 25406 (java) S 25401 25403 21157 0 -1 4202560 313 0 0 0 72 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534426180264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25407] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25407/stat : 25407 (java) S 25401 25403 21157 0 -1 4202560 96 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534425127720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25408] ppid=25401 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/25403/task/25408/stat : 25408 (java) S 25401 25403 21157 0 -1 4202560 177 0 0 0 75 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534424075176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25409] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25409/stat : 25409 (java) S 25401 25403 21157 0 -1 4202560 274 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534423022632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25410] ppid=25401 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/25403/task/25410/stat : 25410 (java) S 25401 25403 21157 0 -1 4202560 484 0 0 0 80 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534421969064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25411] ppid=25401 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25403/task/25411/stat : 25411 (java) S 25401 25403 21157 0 -1 4202560 270 0 0 0 78 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534420916520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25412] ppid=25401 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25403/task/25412/stat : 25412 (java) S 25401 25403 21157 0 -1 4202560 371 0 0 0 83 2 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534419863976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25413] ppid=25401 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25403/task/25413/stat : 25413 (java) S 25401 25403 21157 0 -1 4202560 360 0 0 0 72 1 0 0 20 0 19 0 281509918 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534418811432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25403/tid=25414] ppid=25401 vsize=9625004 CPUtime=5.27 cores=1,3,5,7
/proc/25403/task/25414/stat : 25414 (java) S 25401 25403 21157 0 -1 4202560 162 0 0 0 524 3 0 0 20 0 19 0 281509919 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534288341608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25415] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25415/stat : 25415 (java) S 25401 25403 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534287287928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25416] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25416/stat : 25416 (java) S 25401 25403 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281509920 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534286235272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25417] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25417/stat : 25417 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534285184016 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25403/tid=25418] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25418/stat : 25418 (java) S 25401 25403 21157 0 -1 4202560 1863 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140534284130360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25419] ppid=25401 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25403/task/25419/stat : 25419 (java) S 25401 25403 21157 0 -1 4202560 1936 0 0 0 20 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533410293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25420] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25420/stat : 25420 (java) S 25401 25403 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533409241592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25403/tid=25421] ppid=25401 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25403/task/25421/stat : 25421 (java) S 25401 25403 21157 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 281509922 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533408189256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25403/tid=25422] ppid=25401 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25403/task/25422/stat : 25422 (java) S 25401 25403 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281509933 9856004096 52813 33554432000 1073741824 1073778376 140735085677504 140533407135016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.16
CPU time (s): 1800.96
CPU user time (s): 1800.01
CPU system time (s): 0.951855
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.951855
maximum resident set size= 211412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10290
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41819
involuntary context switches= 11980

runsolver used 7.79082 second user time and 12.933 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 23:23:46
IDJOB=3710823
IDBENCH=2898
IDSOLVER=2289
FILE ID=node114/3710823-1338153826
RUNJOBID= node114-1338150227-25002
PBS_JOBID= 14624495
Free space on /tmp= 71480 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_2.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-3710823-1338153826/watcher-3710823-1338153826 -o /tmp/evaluation-result-3710823-1338153826/solver-3710823-1338153826 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710823-1338153826.opb

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=1399524627

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:        29483620 kB
Buffers:          527084 kB
Cached:          2004176 kB
SwapCached:         2128 kB
Active:          1219496 kB
Inactive:        1321704 kB
Active(anon):       3344 kB
Inactive(anon):     7892 kB
Active(file):    1216152 kB
Inactive(file):  1313812 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:         14432 kB
Mapped:            14068 kB
Shmem:               116 kB
Slab:             711080 kB
SReclaimable:     155328 kB
SUnreclaim:       555752 kB
KernelStack:        1448 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71480 MiB
End job on node114 at 2012-05-27 23:53:43