Trace number 3458581

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 Resolution 2.3.0? (TO) 1800.08 1797.96

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
Bench CategoryOPT-BIGINT (optimisation, big 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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458581-1307149981.opb
0.11/0.11	c reading problem ... 
1.17/0.82	c ... done. Wall clock time 0.708s.
1.17/0.82	c #vars     21720
1.17/0.82	c #constraints  1259
1.17/0.82	c constraints type 
1.17/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1.17/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1.17/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
8.25/7.61	c cleaning 2499 clauses out of 5001 with flag 5001/5001
16.03/15.28	c cleaning 4246 clauses out of 8501 with flag 11000/11000
24.14/23.31	c cleaning 5623 clauses out of 11257 with flag 18002/18002
33.96/33.18	c cleaning 6812 clauses out of 13633 with flag 26001/26001
47.41/46.53	c cleaning 7885 clauses out of 15820 with flag 35000/35000
58.62/57.73	c cleaning 8966 clauses out of 17935 with flag 45000/45000
69.82/68.99	c cleaning 9479 clauses out of 18970 with flag 55001/55001
80.44/79.55	c cleaning 9714 clauses out of 19490 with flag 65000/65000
90.45/89.56	c cleaning 9884 clauses out of 19778 with flag 75002/75002
100.46/99.50	c cleaning 9903 clauses out of 19892 with flag 85000/85000
112.47/111.55	c cleaning 9993 clauses out of 19992 with flag 95003/95003
123.87/122.99	c cleaning 9991 clauses out of 19996 with flag 105000/105000
132.99/132.03	c cleaning 9993 clauses out of 20005 with flag 115000/115000
143.59/142.64	c cleaning 9998 clauses out of 20012 with flag 125000/125000
154.30/153.39	c cleaning 9994 clauses out of 20016 with flag 135002/135002
167.50/166.51	c cleaning 9997 clauses out of 20021 with flag 145001/145001
181.21/180.25	c cleaning 10008 clauses out of 20024 with flag 155001/155001
195.02/194.05	c cleaning 9992 clauses out of 20015 with flag 165000/165000
207.93/206.96	c cleaning 10008 clauses out of 20024 with flag 175001/175001
218.23/217.24	c cleaning 9968 clauses out of 20017 with flag 185002/185002
228.13/227.17	c cleaning 10009 clauses out of 20047 with flag 195000/195000
239.34/238.32	c cleaning 10006 clauses out of 20038 with flag 205000/205000
251.34/250.35	c cleaning 10008 clauses out of 20033 with flag 215001/215001
265.54/264.59	c cleaning 10000 clauses out of 20024 with flag 225000/225000
278.94/277.95	c cleaning 10010 clauses out of 20025 with flag 235001/235001
290.45/289.42	c cleaning 9983 clauses out of 20014 with flag 245000/245000
301.95/301.00	c cleaning 10001 clauses out of 20031 with flag 255000/255000
312.26/311.26	c cleaning 10000 clauses out of 20032 with flag 265002/265002
324.25/323.25	c cleaning 10005 clauses out of 20031 with flag 275001/275001
336.57/335.52	c cleaning 10005 clauses out of 20025 with flag 285000/285000
349.56/348.60	c cleaning 10007 clauses out of 20022 with flag 295002/295002
359.68/358.67	c cleaning 9991 clauses out of 20013 with flag 305000/305000
372.17/371.14	c cleaning 9988 clauses out of 20023 with flag 315001/315001
383.48/382.40	c cleaning 10007 clauses out of 20039 with flag 325005/325005
396.18/395.19	c cleaning 10006 clauses out of 20038 with flag 335011/335011
409.89/408.81	c cleaning 10000 clauses out of 20026 with flag 345005/345005
419.61/418.53	c cleaning 10009 clauses out of 20026 with flag 355005/355005
428.11/427.06	c cleaning 10003 clauses out of 20013 with flag 365001/365001
436.21/435.12	c cleaning 10004 clauses out of 20013 with flag 375004/375004
443.72/442.65	c cleaning 9984 clauses out of 20007 with flag 385002/385002
453.83/452.72	c cleaning 10004 clauses out of 20025 with flag 395004/395004
464.53/463.45	c cleaning 9985 clauses out of 20018 with flag 405001/405001
475.15/474.05	c cleaning 10007 clauses out of 20032 with flag 415000/415000
484.94/483.91	c cleaning 9986 clauses out of 20028 with flag 425003/425003
495.25/494.10	c cleaning 10000 clauses out of 20040 with flag 435001/435001
506.07/504.95	c cleaning 10007 clauses out of 20040 with flag 445001/445001
517.65/516.51	c cleaning 10011 clauses out of 20032 with flag 455000/455000
529.36/528.21	c cleaning 10004 clauses out of 20022 with flag 465001/465001
540.76/539.67	c cleaning 10003 clauses out of 20017 with flag 475000/475000
550.86/549.74	c cleaning 9988 clauses out of 20014 with flag 485000/485000
561.36/560.25	c cleaning 10007 clauses out of 20027 with flag 495001/495001
570.07/568.92	c cleaning 10002 clauses out of 20019 with flag 505000/505000
580.69/579.57	c cleaning 10008 clauses out of 20023 with flag 515006/515006
590.40/589.26	c cleaning 10000 clauses out of 20011 with flag 525002/525002
600.30/599.13	c cleaning 9989 clauses out of 20009 with flag 535000/535000
609.92/608.73	c cleaning 10005 clauses out of 20020 with flag 545000/545000
620.62/619.45	c cleaning 10005 clauses out of 20018 with flag 555003/555003
630.63/629.44	c cleaning 10001 clauses out of 20011 with flag 565001/565001
640.83/639.67	c cleaning 10002 clauses out of 20012 with flag 575003/575003
651.54/650.35	c cleaning 10000 clauses out of 20009 with flag 585002/585002
662.84/661.62	c cleaning 9986 clauses out of 20007 with flag 595000/595000
674.35/673.18	c cleaning 10008 clauses out of 20021 with flag 605000/605000
685.85/684.60	c cleaning 9982 clauses out of 20013 with flag 615000/615000
701.45/700.22	c cleaning 9966 clauses out of 20034 with flag 625003/625003
712.98/711.79	c cleaning 10009 clauses out of 20067 with flag 635002/635002
723.98/722.75	c cleaning 10006 clauses out of 20056 with flag 645000/645000
737.07/735.88	c cleaning 10022 clauses out of 20054 with flag 655004/655004
748.77/747.53	c cleaning 9999 clauses out of 20029 with flag 665001/665001
761.58/760.33	c cleaning 10005 clauses out of 20029 with flag 675000/675000
771.08/769.90	c cleaning 10003 clauses out of 20028 with flag 685004/685004
781.40/780.16	c cleaning 10001 clauses out of 20021 with flag 695000/695000
792.22/790.95	c cleaning 10002 clauses out of 20021 with flag 705001/705001
802.21/800.91	c cleaning 10007 clauses out of 20022 with flag 715004/715004
812.81/811.59	c cleaning 9998 clauses out of 20012 with flag 725001/725001
822.02/820.78	c cleaning 9982 clauses out of 20013 with flag 735000/735000
834.93/833.70	c cleaning 9983 clauses out of 20032 with flag 745001/745001
847.36/846.00	c cleaning 9992 clauses out of 20049 with flag 755001/755001
857.46/856.16	c cleaning 10010 clauses out of 20056 with flag 765000/765000
867.38/866.04	c cleaning 10015 clauses out of 20046 with flag 775000/775000
877.18/875.82	c cleaning 10009 clauses out of 20031 with flag 785000/785000
888.68/887.32	c cleaning 9973 clauses out of 20023 with flag 795001/795001
900.88/899.59	c cleaning 9999 clauses out of 20049 with flag 805000/805000
912.89/911.51	c cleaning 10012 clauses out of 20050 with flag 815000/815000
926.09/924.71	c cleaning 10014 clauses out of 20039 with flag 825001/825001
937.09/935.73	c cleaning 9986 clauses out of 20024 with flag 835000/835000
949.20/947.89	c cleaning 10001 clauses out of 20041 with flag 845003/845003
961.50/960.13	c cleaning 9986 clauses out of 20039 with flag 855002/855002
973.40/972.07	c cleaning 10003 clauses out of 20052 with flag 865001/865001
986.21/984.86	c cleaning 10021 clauses out of 20049 with flag 875001/875001
998.41/997.01	c cleaning 10012 clauses out of 20029 with flag 885002/885002
1009.41/1008.09	c cleaning 9988 clauses out of 20015 with flag 895000/895000
1021.51/1020.12	c cleaning 10000 clauses out of 20028 with flag 905001/905001
1031.82/1030.44	c cleaning 9999 clauses out of 20029 with flag 915002/915002
1043.32/1041.93	c cleaning 9929 clauses out of 20035 with flag 925007/925007
1056.34/1054.94	c cleaning 10040 clauses out of 20099 with flag 935000/935000
1070.43/1069.01	c cleaning 10008 clauses out of 20059 with flag 945000/945000
1081.74/1080.34	c cleaning 10010 clauses out of 20063 with flag 955012/955012
1091.47/1090.10	c cleaning 10001 clauses out of 20048 with flag 965007/965007
1102.78/1101.37	c cleaning 10017 clauses out of 20041 with flag 975001/975001
1114.19/1112.78	c cleaning 10003 clauses out of 20025 with flag 985002/985002
1125.31/1123.89	c cleaning 10007 clauses out of 20021 with flag 995001/995001
1136.53/1135.05	c cleaning 10001 clauses out of 20013 with flag 1005000/1005000
1147.15/1145.67	c cleaning 9997 clauses out of 20012 with flag 1015000/1015000
1156.16/1154.66	c cleaning 9998 clauses out of 20015 with flag 1025000/1025000
1165.47/1163.94	c cleaning 10005 clauses out of 20019 with flag 1035002/1035002
1176.18/1174.69	c cleaning 9997 clauses out of 20020 with flag 1045008/1045008
1188.99/1187.41	c cleaning 9979 clauses out of 20015 with flag 1055000/1055000
1201.30/1199.72	c cleaning 10008 clauses out of 20037 with flag 1065001/1065001
1212.21/1210.69	c cleaning 10004 clauses out of 20028 with flag 1075000/1075000
1223.73/1222.13	c cleaning 10002 clauses out of 20025 with flag 1085001/1085001
1235.93/1234.30	c cleaning 9996 clauses out of 20022 with flag 1095000/1095000
1248.94/1247.34	c cleaning 10015 clauses out of 20041 with flag 1105015/1105015
1262.84/1261.22	c cleaning 9991 clauses out of 20014 with flag 1115003/1115003
1275.36/1273.80	c cleaning 9994 clauses out of 20021 with flag 1125001/1125001
1289.37/1287.74	c cleaning 10003 clauses out of 20031 with flag 1135005/1135005
1304.59/1302.92	c cleaning 9995 clauses out of 20024 with flag 1145001/1145001
1317.32/1315.68	c cleaning 10003 clauses out of 20032 with flag 1155004/1155004
1331.31/1329.65	c cleaning 10001 clauses out of 20028 with flag 1165003/1165003
1343.92/1342.20	c cleaning 10000 clauses out of 20027 with flag 1175003/1175003
1355.85/1354.17	c cleaning 10002 clauses out of 20025 with flag 1185001/1185001
1371.94/1370.23	c cleaning 10006 clauses out of 20022 with flag 1195000/1195000
1382.55/1380.82	c cleaning 9978 clauses out of 20016 with flag 1205000/1205000
1393.05/1391.40	c cleaning 10007 clauses out of 20038 with flag 1215000/1215000
1404.57/1402.84	c cleaning 9956 clauses out of 20031 with flag 1225000/1225000
1415.19/1413.43	c cleaning 10011 clauses out of 20075 with flag 1235000/1235000
1426.78/1425.07	c cleaning 10013 clauses out of 20069 with flag 1245005/1245005
1437.99/1436.24	c cleaning 9994 clauses out of 20051 with flag 1255000/1255000
1449.20/1447.49	c cleaning 10000 clauses out of 20059 with flag 1265002/1265002
1460.71/1458.99	c cleaning 9976 clauses out of 20057 with flag 1275000/1275000
1472.72/1470.95	c cleaning 10012 clauses out of 20081 with flag 1285000/1285000
1483.55/1481.79	c cleaning 10004 clauses out of 20071 with flag 1295002/1295002
1494.33/1492.56	c cleaning 9980 clauses out of 20067 with flag 1305002/1305002
1505.34/1503.51	c cleaning 10001 clauses out of 20085 with flag 1315000/1315000
1517.68/1515.86	c cleaning 10000 clauses out of 20084 with flag 1325000/1325000
1527.07/1525.26	c cleaning 10021 clauses out of 20089 with flag 1335005/1335005
1536.08/1534.23	c cleaning 10013 clauses out of 20065 with flag 1345002/1345002
1544.68/1542.86	c cleaning 10023 clauses out of 20051 with flag 1355001/1355001
1554.01/1552.15	c cleaning 10009 clauses out of 20027 with flag 1365000/1365000
1563.50/1561.61	c cleaning 9991 clauses out of 20018 with flag 1375000/1375000
1572.21/1570.35	c cleaning 10009 clauses out of 20031 with flag 1385004/1385004
1581.72/1579.88	c cleaning 9994 clauses out of 20019 with flag 1395001/1395001
1589.14/1587.31	c cleaning 10004 clauses out of 20025 with flag 1405001/1405001
1597.34/1595.43	c cleaning 9997 clauses out of 20020 with flag 1415000/1415000
1605.35/1603.44	c cleaning 9992 clauses out of 20023 with flag 1425000/1425000
1613.65/1611.72	c cleaning 9993 clauses out of 20031 with flag 1435000/1435000
1624.26/1622.31	c cleaning 9997 clauses out of 20040 with flag 1445002/1445002
1634.57/1632.63	c cleaning 10000 clauses out of 20046 with flag 1455005/1455005
1642.88/1640.92	c cleaning 10003 clauses out of 20041 with flag 1465000/1465000
1650.29/1648.31	c cleaning 10016 clauses out of 20041 with flag 1475003/1475003
1658.20/1656.23	c cleaning 10008 clauses out of 20025 with flag 1485003/1485003
1665.70/1663.76	c cleaning 10002 clauses out of 20015 with flag 1495001/1495001
1674.81/1672.82	c cleaning 10001 clauses out of 20013 with flag 1505001/1505001
1682.42/1680.46	c cleaning 9996 clauses out of 20011 with flag 1515000/1515000
1690.83/1688.89	c cleaning 9997 clauses out of 20015 with flag 1525000/1525000
1700.13/1698.12	c cleaning 10003 clauses out of 20019 with flag 1535001/1535001
1708.43/1706.49	c cleaning 10001 clauses out of 20015 with flag 1545000/1545000
1716.14/1714.13	c cleaning 9988 clauses out of 20014 with flag 1555000/1555000
1726.05/1724.01	c cleaning 10004 clauses out of 20026 with flag 1565000/1565000
1735.76/1733.74	c cleaning 9997 clauses out of 20023 with flag 1575001/1575001
1745.07/1743.04	c cleaning 9998 clauses out of 20028 with flag 1585003/1585003
1753.38/1751.33	c cleaning 10005 clauses out of 20028 with flag 1595001/1595001
1762.48/1760.40	c cleaning 10007 clauses out of 20022 with flag 1605000/1605000
1771.48/1769.40	c cleaning 9995 clauses out of 20016 with flag 1615001/1615001
1780.18/1778.15	c cleaning 10005 clauses out of 20021 with flag 1625001/1625001
1788.99/1786.98	c cleaning 10001 clauses out of 20018 with flag 1635003/1635003
1797.69/1795.63	c cleaning 9989 clauses out of 20014 with flag 1645000/1645000
1800.02/1797.92	c starts		: 209
1800.02/1797.92	c conflicts		: 1648520
1800.02/1797.92	c decisions		: 3162285
1800.02/1797.92	c propagations		: 174360265
1800.02/1797.92	c inspects		: 4346002199
1800.02/1797.92	c shortcuts		: 0
1800.02/1797.92	c learnt literals	: 0
1800.02/1797.92	c learnt binary clauses	: 0
1800.02/1797.92	c learnt ternary clauses	: 0
1800.02/1797.92	c learnt constraints	: 1648519
1800.02/1797.92	c ignored constraints	: 0
1800.02/1797.92	c root simplifications	: 0
1800.02/1797.92	c removed literals (reason simplification)	: 21193770
1800.02/1797.92	c reason swapping (by a shorter reason)	: 0
1800.02/1797.92	c Calls to reduceDB	: 166
1800.02/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.92	c number of learned constraints concerned by reduction	: 0
1800.02/1797.92	c number of learning phase by resolution	: 0
1800.02/1797.92	c number of learning phase by cutting planes	: 0
1800.02/1797.92	c speed (assignments/second)	: 97023.02095262261
1800.02/1797.92	c non guided choices	34398
1800.02/1797.93	c learnt constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13554
1800.02/1797.93	c constraints type 
1800.02/1797.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1800.02/1797.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1800.02/1797.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
1800.02/1797.93	s UNKNOWN
1800.02/1797.93	c Total wall clock time (in seconds): 1797.819

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458581-1307149981/watcher-3458581-1307149981 -o /tmp/evaluation-result-3458581-1307149981/solver-3458581-1307149981 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458581-1307149981.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.04 2.00 2/541 23594
/proc/meminfo: memFree=23722208/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 826595861 36646912 1018 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 8947 1018 782 9 0 386 0
[pid=23594/tid=23595] ppid=23592 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 5617 0 1 0 0 0 0 0 25 0 2 0 826595861 13850947584 6433 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.020924 s]
/proc/loadavg: 2.00 2.04 2.00 2/541 23594
/proc/meminfo: memFree=23722208/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 7509 0 1 0 0 0 0 0 25 0 2 0 826595861 13850947584 7210 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3381579 7226 917 9 0 3372735 0
[pid=23594/tid=23595] ppid=23592 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 6420 0 1 0 0 0 0 0 25 0 2 0 826595861 13850947584 7236 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13526316

[startup+0.100946 s]
/proc/loadavg: 2.00 2.04 2.00 2/541 23594
/proc/meminfo: memFree=23722208/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13621972 CPUtime=0.11 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 15480 0 1 0 9 2 0 0 25 0 18 0 826595861 13948899328 15176 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3405493 15176 2092 9 0 3396227 0
[pid=23594/tid=23595] ppid=23592 vsize=13621972 CPUtime=0.08 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 13571 0 1 0 7 1 0 0 25 0 18 0 826595861 13948899328 15178 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 47854704386053 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621972

[startup+0.300909 s]
/proc/loadavg: 2.00 2.04 2.00 2/541 23594
/proc/meminfo: memFree=23722208/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13623824 CPUtime=0.53 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 20773 0 1 0 51 2 0 0 25 0 18 0 826595861 13950795776 19773 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3405956 19774 2202 9 0 3396690 0
[pid=23594/tid=23595] ppid=23592 vsize=13623824 CPUtime=0.28 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 16995 0 1 0 26 2 0 0 25 0 18 0 826595861 13950795776 19774 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505628472 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13623824

[startup+0.700841 s]
/proc/loadavg: 2.00 2.04 2.00 2/541 23594
/proc/meminfo: memFree=23722208/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13626176 CPUtime=1.05 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 64001 0 1 0 99 6 0 0 25 0 18 0 826595861 13953204224 63001 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3406544 63004 2204 9 0 3397278 0
[pid=23594/tid=23595] ppid=23592 vsize=13626176 CPUtime=0.68 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 59697 0 1 0 62 6 0 0 25 0 18 0 826595861 13953204224 63006 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505657685 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13626176

[startup+1.50069 s]
/proc/loadavg: 2.00 2.04 2.00 5/560 23616
/proc/meminfo: memFree=22973476/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=2.25 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 98028 0 1 0 215 10 0 0 25 0 19 0 826595861 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 96770 2224 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=1.48 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 92921 0 1 0 139 9 0 0 25 0 19 0 826595861 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505770559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.41 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1537 0 0 0 41 0 0 0 19 0 19 0 826595867 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.33 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 2409 0 0 0 33 0 0 0 19 0 19 0 826595867 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 96770 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 13628456

[startup+3.1014 s]
/proc/loadavg: 2.00 2.04 2.00 3/560 23616
/proc/meminfo: memFree=22594780/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=3.85 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 98706 0 1 0 375 10 0 0 25 0 19 0 826595861 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 97446 2224 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=3.08 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 93599 0 1 0 299 9 0 0 25 0 19 0 826595861 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505815854 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.41 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1537 0 0 0 41 0 0 0 16 0 19 0 826595867 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.33 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 2409 0 0 0 33 0 0 0 19 0 19 0 826595867 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 97446 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 13628456

[startup+6.30082 s]
/proc/loadavg: 2.00 2.03 2.00 3/561 23618
/proc/meminfo: memFree=21568708/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=7.05 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 100163 0 1 0 695 10 0 0 25 0 19 0 826595861 13955538944 98833 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 98834 2225 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=6.28 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 95056 0 1 0 619 9 0 0 25 0 19 0 826595861 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505867886 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595864 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826595865 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595865 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.41 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1537 0 0 0 41 0 0 0 16 0 19 0 826595867 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.33 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 2409 0 0 0 33 0 0 0 19 0 19 0 826595867 13955538944 98834 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0

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

[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0.24 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1735 0 0 0 24 0 0 0 16 0 19 0 826595864 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0.22 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1462 0 0 0 22 0 0 0 15 0 19 0 826595864 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0.24 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 2660 0 0 0 24 0 0 0 16 0 19 0 826595864 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=6.01 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 10901 0 0 0 597 4 0 0 15 0 19 0 826595865 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.46 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1552 0 0 0 46 0 0 0 15 0 19 0 826595867 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.43 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 3304 0 0 0 43 0 0 0 15 0 19 0 826595867 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 126659 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.35
Current children cumulated vsize (KiB) 13628456

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/561 23672
/proc/meminfo: memFree=20989600/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=1784.39 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 129097 0 1 0 178418 21 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 126790 2253 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=1775.18 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 95726 0 1 0 177508 10 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505769900 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0.18 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1888 0 0 0 18 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1201 0 0 0 27 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 3478 0 0 0 27 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0.24 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 2421 0 0 0 24 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0.19 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1394 0 0 0 19 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1735 0 0 0 25 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0.23 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1462 0 0 0 23 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 2660 0 0 0 25 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=6.31 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 11022 0 0 0 627 4 0 0 15 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.46 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1552 0 0 0 46 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.43 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 3304 0 0 0 43 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 13628456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.04 2.01 2/541 23677
/proc/meminfo: memFree=23385424/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=1800.02 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 129101 0 1 0 179980 22 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 126790 2253 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=1790.72 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 95728 0 1 0 179062 10 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505866540 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0.18 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1888 0 0 0 18 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1201 0 0 0 27 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 3478 0 0 0 27 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 2421 0 0 0 25 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0.19 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1394 0 0 0 19 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1735 0 0 0 25 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0.23 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1462 0 0 0 23 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 2660 0 0 0 25 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=6.38 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 11024 0 0 0 634 4 0 0 15 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.46 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1552 0 0 0 46 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.43 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 3304 0 0 0 43 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13628456

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

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

[startup+1797.9 s]
/proc/loadavg: 2.01 2.04 2.01 2/541 23677
/proc/meminfo: memFree=23385424/32951124 swapFree=56930356/67111528
[pid=23594] ppid=23592 vsize=13628456 CPUtime=1800.02 cores=1,3,5,7
/proc/23594/stat : 23594 (java) S 23592 23594 21636 0 -1 4202496 129101 0 1 0 179980 22 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23594/statm: 3407114 126790 2253 9 0 3397848 0
[pid=23594/tid=23595] ppid=23592 vsize=13628456 CPUtime=1790.72 cores=1,3,5,7
/proc/23594/task/23595/stat : 23595 (java) R 23592 23594 21636 0 -1 4202560 95728 0 1 0 179062 10 0 0 25 0 19 0 826595861 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 46912505866540 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=13628456 CPUtime=0.18 cores=1,3,5,7
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 21636 0 -1 4202560 1888 0 0 0 18 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 21636 0 -1 4202560 1201 0 0 0 27 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=13628456 CPUtime=0.27 cores=1,3,5,7
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 21636 0 -1 4202560 3478 0 0 0 27 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 7 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 21636 0 -1 4202560 2421 0 0 0 25 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=13628456 CPUtime=0.19 cores=1,3,5,7
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 21636 0 -1 4202560 1394 0 0 0 19 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 21636 0 -1 4202560 1735 0 0 0 25 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=13628456 CPUtime=0.23 cores=1,3,5,7
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 21636 0 -1 4202560 1462 0 0 0 23 0 0 0 16 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=13628456 CPUtime=0.25 cores=1,3,5,7
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 21636 0 -1 4202560 2660 0 0 0 25 0 0 0 15 0 19 0 826595864 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=13628456 CPUtime=6.38 cores=1,3,5,7
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 21636 0 -1 4202560 11024 0 0 0 634 4 0 0 15 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 0 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 21636 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23608] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23608/stat : 23608 (java) S 23592 23594 21636 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826595865 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23609] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23609/stat : 23609 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917554609 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23610] ppid=23592 vsize=13628456 CPUtime=0.46 cores=1,3,5,7
/proc/23594/task/23610/stat : 23610 (java) S 23592 23594 21636 0 -1 4202560 1552 0 0 0 46 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
[pid=23594/tid=23612] ppid=23592 vsize=13628456 CPUtime=0.43 cores=1,3,5,7
/proc/23594/task/23612/stat : 23612 (java) S 23592 23594 21636 0 -1 4202560 3304 0 0 0 43 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23613] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23613/stat : 23613 (java) S 23592 23594 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917546905 0 4 0 16800975 18446604461734375872 0 0 -1 1 0 0 0
[pid=23594/tid=23615] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23615/stat : 23615 (java) S 23592 23594 21636 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826595867 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 3 0 0 0
[pid=23594/tid=23616] ppid=23592 vsize=13628456 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23616/stat : 23616 (java) S 23592 23594 21636 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826595947 13955538944 126790 33554432000 1073741824 1073778376 140736774821248 18446744073709551615 218917547520 0 4 0 16800975 18446604461734375872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13628456

Child status: 143
Real time (s): 1797.96
CPU time (s): 1800.08
CPU user time (s): 1799.84
CPU system time (s): 0.243962
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 13628456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129134
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41372
involuntary context switches= 20397

runsolver used 9.32258 second user time and 22.8415 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 03:13:01
IDJOB=3458581
IDBENCH=2331
IDSOLVER=1952
FILE ID=node137/3458581-1307149981
RUNJOBID= node137-1307146384-23246
PBS_JOBID= 13508779
Free space on /tmp= 73676 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458581-1307149981/watcher-3458581-1307149981 -o /tmp/evaluation-result-3458581-1307149981/solver-3458581-1307149981 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458581-1307149981.opb

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=1654973370

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23723480 kB
Buffers:        264568 kB
Cached:         524416 kB
SwapCached:      12312 kB
Active:        8511756 kB
Inactive:       452368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23723480 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:           36120 kB
Writeback:           0 kB
AnonPages:     8172316 kB
Mapped:          28756 kB
Slab:           117804 kB
PageTables:      74792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 175954200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73704 MiB
End job on node137 at 2011-06-04 03:43:01