Trace number 3710073

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.51 1790.95

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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-3710073-1338174896.opb
0.09/0.12	c reading problem ... 
1.06/0.51	c ... done. Wall clock time 0.39s.
1.06/0.51	c declared #vars     400
1.06/0.51	c internal #vars     6620
1.06/0.51	c #constraints  13043
1.06/0.51	c constraints type 
1.06/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.06/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.06/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.06/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.06/0.51	c 13043 constraints processed.
3.13/1.71	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.00/2.55	c cleaning 4243 clauses out of 8500 with flag 11000/11000
4.91/3.47	c cleaning 5630 clauses out of 11263 with flag 18006/18006
6.03/4.54	c cleaning 6812 clauses out of 13627 with flag 26000/26000
7.27/5.74	c cleaning 7901 clauses out of 15815 with flag 35000/35000
8.58/7.03	c cleaning 8954 clauses out of 17916 with flag 45002/45002
10.19/8.69	c cleaning 9975 clauses out of 19962 with flag 56002/56002
12.00/10.40	c cleaning 10992 clauses out of 21997 with flag 68012/68012
14.01/12.48	c cleaning 11991 clauses out of 23993 with flag 81000/81000
16.03/14.48	c cleaning 12996 clauses out of 26002 with flag 95000/95000
17.84/16.25	c cleaning 14004 clauses out of 28012 with flag 110006/110006
20.17/18.53	c cleaning 15000 clauses out of 30005 with flag 126003/126003
22.50/20.86	c cleaning 15991 clauses out of 32003 with flag 143001/143001
25.02/23.35	c cleaning 17005 clauses out of 34015 with flag 161004/161004
27.73/26.03	c cleaning 18001 clauses out of 36010 with flag 180004/180004
30.75/29.02	c cleaning 19004 clauses out of 38014 with flag 200009/200009
33.87/32.13	c cleaning 19997 clauses out of 40007 with flag 221006/221006
36.89/35.11	c cleaning 21003 clauses out of 42015 with flag 243011/243011
40.49/38.72	c cleaning 21994 clauses out of 44001 with flag 266000/266000
43.51/41.70	c cleaning 22998 clauses out of 46007 with flag 290000/290000
46.62/44.80	c cleaning 23998 clauses out of 48015 with flag 315006/315006
51.75/49.94	c cleaning 24999 clauses out of 50016 with flag 341005/341005
55.11/53.27	c cleaning 26002 clauses out of 52013 with flag 368001/368001
58.85/56.95	c cleaning 27006 clauses out of 54011 with flag 396001/396001
62.78/60.84	c cleaning 28000 clauses out of 56007 with flag 425003/425003
67.29/65.36	c cleaning 28997 clauses out of 58006 with flag 455002/455002
71.12/69.19	c cleaning 29995 clauses out of 60007 with flag 486000/486000
75.75/73.77	c cleaning 30997 clauses out of 62012 with flag 518000/518000
82.36/80.35	c cleaning 32004 clauses out of 64018 with flag 551003/551003
92.59/90.51	c cleaning 32999 clauses out of 66011 with flag 585000/585000
97.24/95.17	c cleaning 34001 clauses out of 68012 with flag 620000/620000
103.44/101.30	c cleaning 35003 clauses out of 70013 with flag 656002/656002
107.98/105.87	c cleaning 36000 clauses out of 72009 with flag 693001/693001
113.10/110.99	c cleaning 36994 clauses out of 74009 with flag 731001/731001
118.64/116.48	c cleaning 38001 clauses out of 76016 with flag 770002/770002
125.87/123.62	c cleaning 39001 clauses out of 78015 with flag 810002/810002
134.71/132.47	c cleaning 39998 clauses out of 80012 with flag 851000/851000
142.46/140.17	c cleaning 40997 clauses out of 82017 with flag 893003/893003
148.48/146.15	c cleaning 42007 clauses out of 84019 with flag 936002/936002
155.62/153.22	c cleaning 42999 clauses out of 86011 with flag 980001/980001
162.43/160.08	c cleaning 44002 clauses out of 88016 with flag 1025005/1025005
173.97/171.57	c cleaning 45000 clauses out of 90009 with flag 1071000/1071000
181.82/179.30	c cleaning 45995 clauses out of 92009 with flag 1118000/1118000
191.34/188.80	c cleaning 46995 clauses out of 94015 with flag 1166001/1166001
198.96/196.47	c cleaning 48004 clauses out of 96020 with flag 1215001/1215001
207.21/204.60	c cleaning 48998 clauses out of 98017 with flag 1265002/1265002
215.64/213.05	c cleaning 50003 clauses out of 100017 with flag 1316000/1316000
223.42/220.75	c cleaning 51005 clauses out of 102016 with flag 1368002/1368002
230.75/228.00	c cleaning 52002 clauses out of 104009 with flag 1421000/1421000
238.58/235.83	c cleaning 53000 clauses out of 106009 with flag 1475002/1475002
246.39/243.63	c cleaning 53998 clauses out of 108012 with flag 1530005/1530005
253.55/250.78	c cleaning 54999 clauses out of 110009 with flag 1586000/1586000
262.87/260.00	c cleaning 56001 clauses out of 112012 with flag 1643002/1643002
276.84/273.98	c cleaning 56998 clauses out of 114011 with flag 1701002/1701002
290.89/287.91	c cleaning 58000 clauses out of 116011 with flag 1760000/1760000
300.05/297.02	c cleaning 59003 clauses out of 118012 with flag 1820001/1820001
309.27/306.27	c cleaning 59995 clauses out of 120008 with flag 1881000/1881000
319.30/316.26	c cleaning 60998 clauses out of 122013 with flag 1943000/1943000
329.54/326.45	c cleaning 62004 clauses out of 124016 with flag 2006001/2006001
339.59/336.50	c cleaning 62997 clauses out of 126011 with flag 2070000/2070000
348.80/345.63	c cleaning 64006 clauses out of 128015 with flag 2135001/2135001
360.56/357.35	c cleaning 65005 clauses out of 130015 with flag 2201007/2201007
370.90/367.61	c cleaning 65994 clauses out of 132003 with flag 2268000/2268000
380.43/377.17	c cleaning 66998 clauses out of 134010 with flag 2336001/2336001
390.87/387.53	c cleaning 67992 clauses out of 136012 with flag 2405001/2405001
405.21/401.82	c cleaning 69006 clauses out of 138026 with flag 2475007/2475007
426.50/423.09	c cleaning 70000 clauses out of 140017 with flag 2546004/2546004
452.28/448.72	c cleaning 71006 clauses out of 142022 with flag 2618009/2618009
465.67/462.08	c cleaning 72001 clauses out of 144009 with flag 2691002/2691002
479.91/476.22	c cleaning 72997 clauses out of 146007 with flag 2765001/2765001
490.46/486.72	c cleaning 73999 clauses out of 148010 with flag 2840001/2840001
501.80/498.05	c cleaning 74999 clauses out of 150012 with flag 2916002/2916002
513.74/509.98	c cleaning 76000 clauses out of 152012 with flag 2993001/2993001
525.12/521.27	c cleaning 76999 clauses out of 154011 with flag 3071000/3071000
536.13/532.30	c cleaning 78004 clauses out of 156015 with flag 3150003/3150003
548.76/544.80	c cleaning 78995 clauses out of 158009 with flag 3230001/3230001
561.71/557.73	c cleaning 79996 clauses out of 160014 with flag 3311001/3311001
575.27/571.23	c cleaning 81010 clauses out of 162023 with flag 3393006/3393006
589.85/585.75	c cleaning 81996 clauses out of 164007 with flag 3476000/3476000
607.80/603.67	c cleaning 82999 clauses out of 166012 with flag 3560001/3560001
624.07/619.82	c cleaning 83999 clauses out of 168013 with flag 3645001/3645001
644.63/640.34	c cleaning 85001 clauses out of 170014 with flag 3731001/3731001
666.62/662.28	c cleaning 85996 clauses out of 172014 with flag 3818002/3818002
688.49/684.04	c cleaning 87001 clauses out of 174018 with flag 3906002/3906002
706.97/702.43	c cleaning 88000 clauses out of 176015 with flag 3995000/3995000
720.53/715.98	c cleaning 88999 clauses out of 178015 with flag 4085000/4085000
733.29/728.68	c cleaning 90002 clauses out of 180019 with flag 4176003/4176003
748.73/744.05	c cleaning 91004 clauses out of 182017 with flag 4268003/4268003
764.30/759.53	c cleaning 91995 clauses out of 184010 with flag 4361000/4361000
779.45/774.60	c cleaning 92999 clauses out of 186016 with flag 4455001/4455001
793.32/788.50	c cleaning 93999 clauses out of 188016 with flag 4550000/4550000
808.35/803.48	c cleaning 95007 clauses out of 190019 with flag 4646002/4646002
820.79/815.84	c cleaning 95993 clauses out of 192011 with flag 4743001/4743001
834.53/829.54	c cleaning 97009 clauses out of 194019 with flag 4841002/4841002
848.68/843.65	c cleaning 97999 clauses out of 196010 with flag 4940002/4940002
871.16/866.00	c cleaning 98994 clauses out of 198010 with flag 5040001/5040001
892.84/887.50	c cleaning 100000 clauses out of 200017 with flag 5141002/5141002
908.72/903.33	c cleaning 100992 clauses out of 202016 with flag 5243001/5243001
924.12/918.66	c cleaning 101995 clauses out of 204024 with flag 5346001/5346001
941.80/936.29	c cleaning 103003 clauses out of 206028 with flag 5450000/5450000
957.37/951.78	c cleaning 103997 clauses out of 208025 with flag 5555000/5555000
974.85/969.11	c cleaning 105004 clauses out of 210030 with flag 5661002/5661002
991.65/985.89	c cleaning 106006 clauses out of 212026 with flag 5768002/5768002
1009.41/1003.53	c cleaning 106992 clauses out of 214018 with flag 5876000/5876000
1027.26/1021.35	c cleaning 108010 clauses out of 216028 with flag 5985002/5985002
1044.60/1038.63	c cleaning 109000 clauses out of 218016 with flag 6095000/6095000
1066.18/1060.10	c cleaning 110002 clauses out of 220019 with flag 6206003/6206003
1090.45/1084.37	c cleaning 110999 clauses out of 222014 with flag 6318000/6318000
1113.33/1107.19	c cleaning 111997 clauses out of 224015 with flag 6431000/6431000
1134.49/1128.27	c cleaning 112986 clauses out of 226024 with flag 6545006/6545006
1155.95/1149.64	c cleaning 114006 clauses out of 228034 with flag 6660002/6660002
1176.92/1170.52	c cleaning 115007 clauses out of 230027 with flag 6776001/6776001
1193.17/1186.75	c cleaning 115998 clauses out of 232020 with flag 6893001/6893001
1209.99/1203.53	c cleaning 117005 clauses out of 234022 with flag 7011001/7011001
1227.05/1220.44	c cleaning 118002 clauses out of 236017 with flag 7130001/7130001
1242.51/1235.75	c cleaning 118999 clauses out of 238016 with flag 7250002/7250002
1261.85/1254.94	c cleaning 120000 clauses out of 240017 with flag 7371002/7371002
1279.60/1272.58	c cleaning 121007 clauses out of 242022 with flag 7493007/7493007
1298.83/1291.63	c cleaning 121998 clauses out of 244009 with flag 7616001/7616001
1321.67/1314.44	c cleaning 123002 clauses out of 246015 with flag 7740005/7740005
1340.03/1332.63	c cleaning 124000 clauses out of 248011 with flag 7865003/7865003
1358.68/1351.26	c cleaning 125000 clauses out of 250009 with flag 7991001/7991001
1380.91/1373.44	c cleaning 125993 clauses out of 252008 with flag 8118000/8118000
1402.67/1395.04	c cleaning 127000 clauses out of 254015 with flag 8246000/8246000
1430.55/1422.89	c cleaning 128000 clauses out of 256015 with flag 8375000/8375000
1461.02/1453.29	c cleaning 128995 clauses out of 258016 with flag 8505001/8505001
1486.82/1478.92	c cleaning 130005 clauses out of 260021 with flag 8636001/8636001
1512.31/1504.11	c cleaning 131000 clauses out of 262015 with flag 8768000/8768000
1538.66/1530.40	c cleaning 131997 clauses out of 264018 with flag 8901003/8901003
1563.77/1555.47	c cleaning 133005 clauses out of 266020 with flag 9035002/9035002
1584.30/1575.93	c cleaning 133999 clauses out of 268014 with flag 9170001/9170001
1606.95/1598.56	c cleaning 134997 clauses out of 270016 with flag 9306002/9306002
1630.13/1621.63	c cleaning 135990 clauses out of 272018 with flag 9443001/9443001
1655.81/1647.23	c cleaning 137007 clauses out of 274027 with flag 9581000/9581000
1682.22/1673.59	c cleaning 138000 clauses out of 276020 with flag 9720000/9720000
1705.29/1696.59	c cleaning 138998 clauses out of 278020 with flag 9860000/9860000
1731.17/1722.30	c cleaning 139999 clauses out of 280022 with flag 10001000/10001000
1754.78/1745.83	c cleaning 141007 clauses out of 282023 with flag 10143000/10143000
1774.87/1765.80	c cleaning 141997 clauses out of 284020 with flag 10286004/10286004
1796.40/1787.31	c cleaning 143002 clauses out of 286023 with flag 10430004/10430004
1800.07/1790.91	c starts		: 319
1800.07/1790.91	c conflicts		: 10456632
1800.07/1790.91	c decisions		: 13170761
1800.07/1790.91	c propagations		: 307199509
1800.07/1790.91	c inspects		: 9228573874
1800.07/1790.91	c shortcuts		: 0
1800.07/1790.91	c learnt literals	: 0
1800.07/1790.91	c learnt binary clauses	: 0
1800.07/1790.91	c learnt ternary clauses	: 48141
1800.07/1790.91	c learnt constraints	: 10456633
1800.07/1790.91	c ignored constraints	: 0
1800.07/1790.91	c root simplifications	: 319
1800.07/1790.91	c removed literals (reason simplification)	: 469992559
1800.07/1790.91	c reason swapping (by a shorter reason)	: 0
1800.07/1790.91	c Calls to reduceDB	: 140
1800.07/1790.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1790.91	c number of learned constraints concerned by reduction	: 0
1800.07/1790.91	c number of learning phase by resolution	: 0
1800.07/1790.91	c number of learning phase by cutting planes	: 0
1800.07/1790.91	c speed (assignments/second)	: 171582.5560813879
1800.07/1790.91	c non guided choices	6383
1800.07/1790.94	c learnt constraints type 
1800.07/1790.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169852
1800.07/1790.94	c constraints type 
1800.07/1790.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.07/1790.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.07/1790.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.07/1790.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1800.07/1790.94	c 13043 constraints processed.
1800.07/1790.94	s UNKNOWN
1800.07/1790.94	c Total wall clock time (in seconds): 1790.822

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-3710073-1338174896/watcher-3710073-1338174896 -o /tmp/evaluation-result-3710073-1338174896/solver-3710073-1338174896 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710073-1338174896.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: 2.00 2.00 2.00 3/194 24986
/proc/meminfo: memFree=30340224/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24986/stat : 24986 (java) D 24984 24986 21838 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283615498 9515008 183 33554432000 1073741824 1073778376 140733707383888 140733707374920 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24986/statm: 2323 183 140 9 0 71 0

[startup+0.05377 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24986
/proc/meminfo: memFree=30340224/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 3126 0 1 0 2 0 0 0 20 0 13 0 283615498 9446973440 3312 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2306390 3312 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100266 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24986
/proc/meminfo: memFree=30340224/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 4343 0 1 0 8 1 0 0 20 0 18 0 283615498 9787842560 5550 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2389610 5550 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24986
/proc/meminfo: memFree=30340224/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 6102 0 1 0 45 1 0 0 20 0 18 0 283615498 9787842560 8397 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2389610 8397 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24986
/proc/meminfo: memFree=30340224/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 22761 0 1 0 161 5 0 0 20 0 19 0 283615498 9856004096 26293 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 26293 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 25005
/proc/meminfo: memFree=30247740/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 23831 0 1 0 288 5 0 0 20 0 19 0 283615498 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 25647 2268 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2586 0 1 0 145 1 0 0 20 0 19 0 283615499 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212232388680 140212105179845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283615501 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7433 0 0 0 73 0 0 0 20 0 19 0 283615504 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12612 0 0 0 66 3 0 0 20 0 19 0 283615504 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 25647 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25005
/proc/meminfo: memFree=30224840/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=4.61 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 23920 0 1 0 454 7 0 0 20 0 19 0 283615498 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 32362 2293 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2592 0 1 0 299 2 0 0 20 0 19 0 283615499 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212232389096 140212105402028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 283615501 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7438 0 0 0 76 0 0 0 20 0 19 0 283615504 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 69 3 0 0 20 0 19 0 283615504 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 32362 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25005
/proc/meminfo: memFree=30222864/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=7.88 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 24163 0 1 0 780 8 0 0 20 0 19 0 283615498 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 31642 2293 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2594 0 1 0 610 2 0 0 20 0 19 0 283615499 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212232389032 140212105351685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283615500 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 283615501 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7658 0 0 0 78 1 0 0 20 0 19 0 283615504 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 70 3 0 0 20 0 19 0 283615504 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 31642 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 362 0 0 0 109 7 0 0 20 0 19 0 283615500 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 453 0 0 0 113 6 0 0 20 0 19 0 283615500 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 349 0 0 0 126 7 0 0 20 0 19 0 283615500 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=8.37 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 639 0 0 0 834 3 0 0 20 0 19 0 283615501 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7665 0 0 0 80 1 0 0 20 0 19 0 283615504 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 70 3 0 0 20 0 19 0 283615504 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 283615504 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 176619 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.17
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25422
/proc/meminfo: memFree=30015656/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=1791.39 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 28249 0 1 0 179052 87 0 0 20 0 19 0 283615498 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 177881 2294 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=1770.59 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2775 0 1 0 177029 30 0 0 20 0 19 0 283615499 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212232388912 140212105218192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 389 0 0 0 127 8 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 367 0 0 0 131 5 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 360 0 0 0 122 6 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 542 0 0 0 112 8 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 427 0 0 0 124 7 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 362 0 0 0 112 7 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 455 0 0 0 116 6 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 351 0 0 0 129 7 0 0 20 0 19 0 283615500 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=8.67 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 648 0 0 0 864 3 0 0 20 0 19 0 283615501 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7665 0 0 0 80 1 0 0 20 0 19 0 283615504 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 70 3 0 0 20 0 19 0 283615504 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 103 0 0 0 17 25 0 0 20 0 19 0 283615504 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 177881 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25422
/proc/meminfo: memFree=30019812/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 28252 0 1 0 179919 88 0 0 20 0 19 0 283615498 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 176852 2294 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=1779.08 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2776 0 1 0 177877 31 0 0 20 0 19 0 283615499 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212232388912 140212105263106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 389 0 0 0 128 8 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 367 0 0 0 134 5 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 360 0 0 0 123 6 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 542 0 0 0 113 8 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 427 0 0 0 124 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 362 0 0 0 113 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 455 0 0 0 117 6 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 351 0 0 0 130 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=8.76 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 650 0 0 0 873 3 0 0 20 0 19 0 283615501 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7665 0 0 0 80 1 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 70 3 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 103 0 0 0 17 25 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25422
/proc/meminfo: memFree=30019812/32873648 swapFree=7112/7112
[pid=24986] ppid=24984 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/24986/stat : 24986 (java) S 24984 24986 21838 0 -1 4202496 28252 0 1 0 179919 88 0 0 20 0 19 0 283615498 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140736458499296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24986/statm: 2406251 176852 2294 9 0 2396937 0
[pid=24986/tid=24988] ppid=24984 vsize=9625004 CPUtime=1779.08 cores=1,3,5,7
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 21838 0 -1 4202560 2776 0 1 0 177877 31 0 0 20 0 19 0 283615499 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212232388912 140212105263106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 21838 0 -1 4202560 389 0 0 0 128 8 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212076051240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 21838 0 -1 4202560 367 0 0 0 134 5 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212074998440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 21838 0 -1 4202560 360 0 0 0 123 6 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212073946152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 21838 0 -1 4202560 542 0 0 0 113 8 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212072893352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 21838 0 -1 4202560 427 0 0 0 124 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212071840040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 21838 0 -1 4202560 362 0 0 0 113 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212070787240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 21838 0 -1 4202560 455 0 0 0 117 6 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212069734952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 21838 0 -1 4202560 351 0 0 0 130 7 0 0 20 0 19 0 283615500 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212068682152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=9625004 CPUtime=8.76 cores=1,3,5,7
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 21838 0 -1 4202560 650 0 0 0 873 3 0 0 20 0 19 0 283615501 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212056484584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212055430648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=24999] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283615502 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212054378248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25000] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25000/stat : 25000 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212053326736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25001] ppid=24984 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/24986/task/25001/stat : 25001 (java) S 24984 24986 21838 0 -1 4202560 7665 0 0 0 80 1 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212052273336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24986/tid=25002] ppid=24984 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/24986/task/25002/stat : 25002 (java) S 24984 24986 21838 0 -1 4202560 12619 0 0 0 70 3 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212051220536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25003] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25003/stat : 25003 (java) S 24984 24986 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212050168440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24986/tid=25004] ppid=24984 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24986/task/25004/stat : 25004 (java) S 24984 24986 21838 0 -1 4202560 103 0 0 0 17 25 0 0 20 0 19 0 283615504 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212049115848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24986/tid=25005] ppid=24984 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24986/task/25005/stat : 25005 (java) S 24984 24986 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283615551 9856004096 176852 33554432000 1073741824 1073778376 140736458508160 140212048061864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1790.95
CPU time (s): 1800.51
CPU user time (s): 1799.2
CPU system time (s): 1.3138
CPU usage (%): 100.534
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.3138
maximum resident set size= 714664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28282
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42026
involuntary context switches= 28118

runsolver used 6.48101 second user time and 14.1219 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 05:14:56
IDJOB=3710073
IDBENCH=48359
IDSOLVER=2289
FILE ID=node126/3710073-1338174896
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.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-3710073-1338174896/watcher-3710073-1338174896 -o /tmp/evaluation-result-3710073-1338174896/solver-3710073-1338174896 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710073-1338174896.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=330542163

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30341132 kB
Buffers:          326456 kB
Cached:           588120 kB
SwapCached:        17756 kB
Active:          1534936 kB
Inactive:         189240 kB
Active(anon):     791016 kB
Inactive(anon):    20452 kB
Active(file):     743920 kB
Inactive(file):   168788 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:        799180 kB
Mapped:            17952 kB
Shmem:                 0 kB
Slab:             669220 kB
SReclaimable:     113360 kB
SUnreclaim:       555860 kB
KernelStack:        1624 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1082972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 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= 71356 MiB
End job on node126 at 2012-05-28 05:44:49