Trace number 3459430

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.0OPT30 85.659 84.6194

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark16.4115
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459430-1307141791.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.05s.
0.10/0.16	c #vars     45
0.10/0.16	c #constraints  331
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c SATISFIABLE
0.10/0.16	c OPTIMIZING...
0.10/0.16	c Got one! Elapsed wall clock time (in seconds):0.054
0.10/0.16	o 33
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.06
0.10/0.17	o 32
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.09
0.27/0.20	o 31
0.63/0.42	c cleaning 2571 clauses out of 5142 with flag 5001/5142
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
0.83/0.53	o 30
1.01/0.61	c cleaning 4143 clauses out of 8288 with flag 2000/10859
1.21/0.81	c cleaning 5072 clauses out of 10146 with flag 8001/16860
1.43/1.06	c cleaning 6035 clauses out of 12073 with flag 15000/23859
1.74/1.38	c cleaning 7019 clauses out of 14038 with flag 23000/31859
2.15/1.78	c cleaning 8008 clauses out of 16019 with flag 32000/40859
2.67/2.27	c cleaning 9002 clauses out of 18011 with flag 42000/50859
3.16/2.74	c cleaning 9504 clauses out of 19010 with flag 52001/60860
3.67/3.22	c cleaning 9751 clauses out of 19505 with flag 62000/70859
4.16/3.72	c cleaning 9875 clauses out of 19754 with flag 72000/80859
4.56/4.19	c cleaning 9940 clauses out of 19880 with flag 82001/90860
5.16/4.71	c cleaning 9965 clauses out of 19939 with flag 92000/100859
5.66/5.28	c cleaning 9985 clauses out of 19974 with flag 102000/110859
6.16/5.78	c cleaning 9993 clauses out of 19989 with flag 112000/120859
6.66/6.29	c cleaning 9992 clauses out of 19996 with flag 122000/130859
7.26/6.85	c cleaning 9996 clauses out of 20004 with flag 132000/140859
7.86/7.41	c cleaning 10004 clauses out of 20009 with flag 142001/150860
8.37/7.93	c cleaning 10000 clauses out of 20005 with flag 152001/160860
8.87/8.47	c cleaning 9999 clauses out of 20004 with flag 162000/170859
9.37/8.96	c cleaning 10001 clauses out of 20005 with flag 172000/180859
9.87/9.43	c cleaning 10001 clauses out of 20004 with flag 182000/190859
10.28/9.90	c cleaning 10000 clauses out of 20003 with flag 192000/200859
10.87/10.40	c cleaning 9993 clauses out of 20004 with flag 202001/210860
11.38/10.94	c cleaning 10004 clauses out of 20010 with flag 212000/220859
11.87/11.47	c cleaning 10003 clauses out of 20006 with flag 222000/230859
12.38/11.96	c cleaning 9998 clauses out of 20003 with flag 232000/240859
12.88/12.45	c cleaning 10001 clauses out of 20005 with flag 242000/250859
13.38/12.97	c cleaning 9993 clauses out of 20005 with flag 252001/260860
13.88/13.43	c cleaning 10000 clauses out of 20012 with flag 262001/270860
14.38/13.91	c cleaning 10001 clauses out of 20011 with flag 272000/280859
14.80/14.37	c cleaning 10000 clauses out of 20010 with flag 282000/290859
15.28/14.87	c cleaning 9999 clauses out of 20010 with flag 292000/300859
15.79/15.41	c cleaning 10001 clauses out of 20011 with flag 302000/310859
16.28/15.89	c cleaning 9997 clauses out of 20010 with flag 312000/320859
16.89/16.46	c cleaning 10005 clauses out of 20015 with flag 322002/330861
17.38/16.98	c cleaning 10004 clauses out of 20009 with flag 332001/340860
17.88/17.50	c cleaning 9999 clauses out of 20004 with flag 342000/350859
18.49/18.05	c cleaning 10002 clauses out of 20006 with flag 352001/360860
18.99/18.61	c cleaning 10000 clauses out of 20003 with flag 362000/370859
19.59/19.17	c cleaning 10001 clauses out of 20003 with flag 372000/380859
20.19/19.77	c cleaning 9993 clauses out of 20002 with flag 382000/390859
20.68/20.29	c cleaning 9998 clauses out of 20010 with flag 392001/400860
21.29/20.85	c cleaning 10006 clauses out of 20011 with flag 402000/410859
21.78/21.38	c cleaning 10000 clauses out of 20006 with flag 412001/420860
22.39/21.93	c cleaning 9993 clauses out of 20005 with flag 422000/430859
22.98/22.52	c cleaning 10007 clauses out of 20013 with flag 432001/440860
23.49/23.06	c cleaning 10000 clauses out of 20005 with flag 442000/450859
24.08/23.62	c cleaning 9998 clauses out of 20005 with flag 452000/460859
24.59/24.17	c cleaning 9998 clauses out of 20008 with flag 462001/470860
25.09/24.68	c cleaning 10000 clauses out of 20009 with flag 472000/480859
25.70/25.23	c cleaning 10000 clauses out of 20009 with flag 482000/490859
26.19/25.78	c cleaning 9999 clauses out of 20009 with flag 492000/500859
26.79/26.34	c cleaning 10003 clauses out of 20010 with flag 502000/510859
27.29/26.87	c cleaning 10003 clauses out of 20007 with flag 512000/520859
27.79/27.40	c cleaning 9996 clauses out of 20004 with flag 522000/530859
28.39/27.92	c cleaning 9997 clauses out of 20009 with flag 532001/540860
28.89/28.43	c cleaning 10002 clauses out of 20012 with flag 542001/550860
29.39/28.94	c cleaning 10002 clauses out of 20010 with flag 552001/560860
29.89/29.46	c cleaning 9999 clauses out of 20007 with flag 562000/570859
30.39/29.98	c cleaning 9992 clauses out of 20008 with flag 572000/580859
31.27/30.50	c cleaning 9999 clauses out of 20016 with flag 582000/590859
31.79/30.94	c cleaning 10008 clauses out of 20018 with flag 592001/600860
32.29/31.40	c cleaning 10001 clauses out of 20010 with flag 602001/610860
32.70/31.89	c cleaning 10004 clauses out of 20008 with flag 612000/620859
33.21/32.36	c cleaning 9999 clauses out of 20005 with flag 622001/630860
33.71/32.87	c cleaning 9997 clauses out of 20006 with flag 632001/640860
34.21/33.32	c cleaning 9998 clauses out of 20008 with flag 642000/650859
34.71/33.80	c cleaning 10002 clauses out of 20010 with flag 652000/660859
35.11/34.28	c cleaning 10003 clauses out of 20009 with flag 662001/670860
35.61/34.73	c cleaning 10001 clauses out of 20005 with flag 672000/680859
36.13/35.22	c cleaning 9998 clauses out of 20004 with flag 682000/690859
36.62/35.72	c cleaning 9992 clauses out of 20006 with flag 692000/700859
37.12/36.22	c cleaning 10002 clauses out of 20015 with flag 702001/710860
37.52/36.69	c cleaning 10004 clauses out of 20013 with flag 712001/720860
38.02/37.19	c cleaning 9999 clauses out of 20009 with flag 722001/730860
38.52/37.70	c cleaning 10006 clauses out of 20011 with flag 732002/740861
39.02/38.18	c cleaning 10002 clauses out of 20004 with flag 742001/750860
39.52/38.68	c cleaning 9994 clauses out of 20002 with flag 752001/760860
40.02/39.18	c cleaning 10003 clauses out of 20008 with flag 762001/770860
40.55/39.67	c cleaning 9996 clauses out of 20004 with flag 772000/780859
41.03/40.15	c cleaning 9999 clauses out of 20008 with flag 782000/790859
41.53/40.66	c cleaning 10002 clauses out of 20010 with flag 792001/800860
42.03/41.16	c cleaning 10003 clauses out of 20008 with flag 802001/810860
42.53/41.65	c cleaning 9998 clauses out of 20004 with flag 812000/820859
43.03/42.16	c cleaning 9996 clauses out of 20007 with flag 822001/830860
43.53/42.65	c cleaning 10001 clauses out of 20010 with flag 832000/840859
44.03/43.20	c cleaning 10003 clauses out of 20009 with flag 842000/850859
44.63/43.75	c cleaning 10001 clauses out of 20006 with flag 852000/860859
45.13/44.29	c cleaning 9995 clauses out of 20006 with flag 862001/870860
45.77/44.81	c cleaning 10002 clauses out of 20011 with flag 872001/880860
46.27/45.32	c cleaning 9992 clauses out of 20008 with flag 882000/890859
46.77/45.85	c cleaning 10007 clauses out of 20016 with flag 892000/900859
47.27/46.33	c cleaning 9999 clauses out of 20010 with flag 902001/910860
47.77/46.84	c cleaning 10002 clauses out of 20011 with flag 912001/920860
48.37/47.41	c cleaning 10000 clauses out of 20009 with flag 922001/930860
48.87/47.95	c cleaning 10003 clauses out of 20009 with flag 932001/940860
49.39/48.46	c cleaning 10001 clauses out of 20006 with flag 942001/950860
49.87/48.94	c cleaning 9996 clauses out of 20004 with flag 952000/960859
50.27/49.41	c cleaning 9995 clauses out of 20008 with flag 962000/970859
50.87/49.95	c cleaning 10004 clauses out of 20013 with flag 972000/980859
51.37/50.49	c cleaning 10004 clauses out of 20010 with flag 982001/990860
51.98/51.00	c cleaning 9997 clauses out of 20006 with flag 992001/1000860
52.48/51.54	c cleaning 10002 clauses out of 20008 with flag 1002000/1010859
52.98/52.05	c cleaning 10001 clauses out of 20007 with flag 1012001/1020860
53.48/52.58	c cleaning 9996 clauses out of 20007 with flag 1022002/1030861
54.08/53.10	c cleaning 10000 clauses out of 20011 with flag 1032002/1040861
54.58/53.66	c cleaning 10002 clauses out of 20010 with flag 1042001/1050860
55.18/54.23	c cleaning 10001 clauses out of 20007 with flag 1052000/1060859
55.68/54.77	c cleaning 9996 clauses out of 20006 with flag 1062000/1070859
56.28/55.31	c cleaning 9999 clauses out of 20010 with flag 1072000/1080859
56.78/55.87	c cleaning 10002 clauses out of 20011 with flag 1082000/1090859
57.38/56.42	c cleaning 10005 clauses out of 20010 with flag 1092001/1100860
57.88/56.99	c cleaning 9999 clauses out of 20005 with flag 1102001/1110860
58.48/57.54	c cleaning 10002 clauses out of 20006 with flag 1112001/1120860
58.99/58.08	c cleaning 9995 clauses out of 20003 with flag 1122000/1130859
59.59/58.62	c cleaning 10001 clauses out of 20009 with flag 1132001/1140860
60.09/59.16	c cleaning 9999 clauses out of 20008 with flag 1142001/1150860
60.68/59.72	c cleaning 9999 clauses out of 20008 with flag 1152000/1160859
61.28/60.31	c cleaning 10000 clauses out of 20009 with flag 1162000/1170859
61.78/60.84	c cleaning 10001 clauses out of 20010 with flag 1172001/1180860
62.38/61.42	c cleaning 10000 clauses out of 20009 with flag 1182001/1190860
62.88/61.96	c cleaning 9999 clauses out of 20008 with flag 1192000/1200859
63.49/62.51	c cleaning 10004 clauses out of 20010 with flag 1202001/1210860
63.99/63.03	c cleaning 9998 clauses out of 20005 with flag 1212000/1220859
64.49/63.58	c cleaning 10001 clauses out of 20007 with flag 1222000/1230859
65.09/64.13	c cleaning 9998 clauses out of 20006 with flag 1232000/1240859
65.69/64.71	c cleaning 10003 clauses out of 20008 with flag 1242000/1250859
66.19/65.24	c cleaning 9993 clauses out of 20005 with flag 1252000/1260859
66.79/65.81	c cleaning 10002 clauses out of 20012 with flag 1262000/1270859
67.29/66.38	c cleaning 10003 clauses out of 20011 with flag 1272001/1280860
67.90/66.93	c cleaning 10002 clauses out of 20007 with flag 1282000/1290859
68.50/67.50	c cleaning 10002 clauses out of 20006 with flag 1292001/1300860
69.00/68.04	c cleaning 9991 clauses out of 20004 with flag 1302002/1310861
69.51/68.54	c cleaning 10001 clauses out of 20012 with flag 1312001/1320860
70.01/69.04	c cleaning 10004 clauses out of 20011 with flag 1322001/1330860
70.51/69.54	c cleaning 10000 clauses out of 20006 with flag 1332000/1340859
71.01/70.03	c cleaning 10000 clauses out of 20006 with flag 1342000/1350859
71.51/70.50	c cleaning 10000 clauses out of 20006 with flag 1352000/1360859
71.91/70.95	c cleaning 9997 clauses out of 20005 with flag 1362000/1370859
72.31/71.41	c cleaning 9997 clauses out of 20008 with flag 1372000/1380859
72.81/71.86	c cleaning 10001 clauses out of 20011 with flag 1382000/1390859
73.31/72.30	c cleaning 10003 clauses out of 20011 with flag 1392001/1400860
73.71/72.74	c cleaning 9999 clauses out of 20007 with flag 1402000/1410859
74.11/73.17	c cleaning 10000 clauses out of 20008 with flag 1412000/1420859
74.51/73.60	c cleaning 9994 clauses out of 20007 with flag 1422000/1430859
75.02/74.07	c cleaning 10001 clauses out of 20013 with flag 1432000/1440859
75.52/74.54	c cleaning 9995 clauses out of 20012 with flag 1442000/1450859
75.92/74.98	c cleaning 9998 clauses out of 20017 with flag 1452000/1460859
76.42/75.42	c cleaning 10006 clauses out of 20019 with flag 1462000/1470859
76.83/75.85	c cleaning 10003 clauses out of 20013 with flag 1472000/1480859
77.22/76.29	c cleaning 10002 clauses out of 20010 with flag 1482000/1490859
77.73/76.71	c cleaning 9999 clauses out of 20007 with flag 1492000/1500859
78.13/77.17	c cleaning 9997 clauses out of 20008 with flag 1502000/1510859
78.63/77.61	c cleaning 10003 clauses out of 20012 with flag 1512001/1520860
79.04/78.06	c cleaning 10001 clauses out of 20008 with flag 1522000/1530859
79.53/78.50	c cleaning 9999 clauses out of 20007 with flag 1532000/1540859
79.93/78.94	c cleaning 9999 clauses out of 20008 with flag 1542000/1550859
80.33/79.37	c cleaning 10002 clauses out of 20008 with flag 1552000/1560859
80.83/79.83	c cleaning 10000 clauses out of 20006 with flag 1562000/1570859
81.24/80.27	c cleaning 9995 clauses out of 20006 with flag 1572001/1580860
81.73/80.73	c cleaning 9999 clauses out of 20010 with flag 1582000/1590859
82.13/81.18	c cleaning 10005 clauses out of 20012 with flag 1592001/1600860
82.63/81.61	c cleaning 10000 clauses out of 20005 with flag 1602000/1610859
83.03/82.07	c cleaning 10002 clauses out of 20005 with flag 1612000/1620859
83.44/82.48	c cleaning 9997 clauses out of 20003 with flag 1622001/1630860
83.94/82.93	c cleaning 10001 clauses out of 20005 with flag 1632000/1640859
84.34/83.39	c cleaning 10000 clauses out of 20002 with flag 1642000/1650859
84.84/83.83	c cleaning 9999 clauses out of 20002 with flag 1652001/1660860
85.24/84.28	c cleaning 10000 clauses out of 20001 with flag 1662001/1670860
85.54/84.60	c starts		: 194
85.54/84.60	c conflicts		: 1678424
85.54/84.60	c decisions		: 1763076
85.54/84.60	c propagations		: 7879283
85.54/84.60	c inspects		: 1214105607
85.54/84.60	c shortcuts		: 0
85.54/84.60	c learnt literals	: 29
85.54/84.60	c learnt binary clauses	: 389
85.54/84.60	c learnt ternary clauses	: 3199
85.54/84.60	c learnt constraints	: 1678394
85.54/84.60	c ignored constraints	: 0
85.54/84.60	c root simplifications	: 0
85.54/84.60	c removed literals (reason simplification)	: 10869994
85.54/84.60	c reason swapping (by a shorter reason)	: 0
85.54/84.60	c Calls to reduceDB	: 169
85.54/84.60	c number of reductions to clauses (during analyze)	: 0
85.54/84.60	c number of learned constraints concerned by reduction	: 0
85.54/84.60	c number of learning phase by resolution	: 0
85.54/84.60	c number of learning phase by cutting planes	: 0
85.54/84.60	c speed (assignments/second)	: 93728.46012014513
85.54/84.60	c non guided choices	0
85.54/84.60	c learnt constraints type 
85.54/84.60	c constraints type 
85.54/84.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
85.54/84.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
85.54/84.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
85.54/84.60	s OPTIMUM FOUND
85.54/84.60	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 x9 x10 x11 x12 -x13 x14 -x15 -x16 x17 x18 -x19 x20 x21 x22 -x23 -x24 x25 x26 -x27 x28 -x29 x30 x31 x32 x33 -x34 x35 x36 x37 x38 -x39 -x40 x41 x42 x43 x44 x45 
85.54/84.60	c objective function=30
85.54/84.60	c Total wall clock time (in seconds): 84.493

Verifier Data

OK	30

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-3459430-1307141791/watcher-3459430-1307141791 -o /tmp/evaluation-result-3459430-1307141791/solver-3459430-1307141791 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459430-1307141791.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.91 2.01 1.99 2/501 19213
/proc/meminfo: memFree=24796676/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 2151 0 1 0 0 0 0 0 25 0 2 0 904409751 13833195520 1854 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3377245 1866 906 9 0 3368401 0
[pid=19213/tid=19214] ppid=19211 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 7059 0 1 0 0 0 0 0 25 0 2 0 904409752 13850947584 7875 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0849729 s]
/proc/loadavg: 1.91 2.01 1.99 2/501 19213
/proc/meminfo: memFree=24796676/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13555364 CPUtime=0.07 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 14826 0 1 0 6 1 0 0 25 0 18 0 904409751 13880692736 14524 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3388841 14532 1941 9 0 3379575 0
[pid=19213/tid=19214] ppid=19211 vsize=13555364 CPUtime=0.07 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 13413 0 1 0 6 1 0 0 25 0 18 0 904409752 13880692736 14535 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917220811 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555364

[startup+0.100996 s]
/proc/loadavg: 1.91 2.01 1.99 2/501 19213
/proc/meminfo: memFree=24796676/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13622428 CPUtime=0.1 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 15580 0 1 0 8 2 0 0 25 0 18 0 904409751 13949366272 15278 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3405607 15279 2092 9 0 3396341 0
[pid=19213/tid=19214] ppid=19211 vsize=13622428 CPUtime=0.09 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 13665 0 1 0 7 2 0 0 25 0 18 0 904409752 13949366272 15279 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260905055265 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622428

[startup+0.300899 s]
/proc/loadavg: 1.91 2.01 1.99 2/501 19213
/proc/meminfo: memFree=24796676/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13626548 CPUtime=0.51 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 18367 0 1 0 48 3 0 0 25 0 19 0 904409751 13953585152 17323 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3406637 17323 2211 9 0 3397371 0
[pid=19213/tid=19214] ppid=19211 vsize=13626548 CPUtime=0.29 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14258 0 1 0 27 2 0 0 25 0 19 0 904409752 13953585152 17323 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505523264 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13626548

[startup+0.700891 s]
/proc/loadavg: 1.91 2.01 1.99 2/501 19213
/proc/meminfo: memFree=24796676/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13641116 CPUtime=1.11 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 24378 0 1 0 108 3 0 0 25 0 19 0 904409751 13968502784 21661 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3410279 21661 2246 9 0 3401013 0
[pid=19213/tid=19214] ppid=19211 vsize=13641116 CPUtime=0.66 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14456 0 1 0 64 2 0 0 25 0 19 0 904409752 13968502784 21661 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505527979 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13641116

[startup+1.5007 s]
/proc/loadavg: 1.91 2.01 1.99 5/520 19232
/proc/meminfo: memFree=24717492/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13641116 CPUtime=1.95 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 24661 0 1 0 192 3 0 0 25 0 19 0 904409751 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3410279 21941 2247 9 0 3401013 0
[pid=19213/tid=19214] ppid=19211 vsize=13641116 CPUtime=1.42 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14459 0 1 0 140 2 0 0 25 0 19 0 904409752 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505591101 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13641116 CPUtime=0.06 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 565 0 0 0 6 0 0 0 16 0 19 0 904409755 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13641116 CPUtime=0.27 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6088 0 0 0 26 1 0 0 20 0 19 0 904409757 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13641116 CPUtime=0.17 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 1796 0 0 0 17 0 0 0 15 0 19 0 904409757 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904409757 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13968502784 21941 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13641116

[startup+3.1014 s]
/proc/loadavg: 1.91 2.01 1.99 3/520 19232
/proc/meminfo: memFree=24714764/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13641116 CPUtime=3.56 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 25049 0 1 0 352 4 0 0 25 0 19 0 904409751 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3410279 22326 2247 9 0 3401013 0
[pid=19213/tid=19214] ppid=19211 vsize=13641116 CPUtime=2.97 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14462 0 1 0 295 2 0 0 25 0 19 0 904409752 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505528488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 0 0 0 0 16 0 19 0 904409754 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13641116 CPUtime=0.1 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 830 0 0 0 10 0 0 0 16 0 19 0 904409755 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13641116 CPUtime=0.27 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6088 0 0 0 26 1 0 0 20 0 19 0 904409757 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13641116 CPUtime=0.17 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 1796 0 0 0 17 0 0 0 15 0 19 0 904409757 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904409757 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13641116 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13968502784 22326 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 13641116

[startup+6.3008 s]
/proc/loadavg: 1.92 2.01 1.99 3/520 19232
/proc/meminfo: memFree=24716000/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13637260 CPUtime=6.77 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 25062 0 1 0 673 4 0 0 25 0 19 0 904409751 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3409315 21632 2247 9 0 3400049 0
[pid=19213/tid=19214] ppid=19211 vsize=13637260 CPUtime=6.08 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) S 19211 19213 14759 0 -1 4202560 14470 0 1 0 606 2 0 0 25 0 19 0 904409752 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 904409754 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13637260 CPUtime=0.18 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) R 19211 19213 14759 0 -1 4202560 830 0 0 0 18 0 0 0 15 0 19 0 904409755 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 47028376353639 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13637260 CPUtime=0.27 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6088 0 0 0 26 1 0 0 20 0 19 0 904409757 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13637260 CPUtime=0.17 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 1796 0 0 0 17 0 0 0 15 0 19 0 904409757 13964554240 21632 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0

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

[pid=19213/tid=19221] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 34 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 106 0 0 0 3 0 0 0 16 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13637260 CPUtime=2.3 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 835 0 0 0 228 2 0 0 15 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13637260 CPUtime=0.32 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6108 0 0 0 31 1 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13637260 CPUtime=0.63 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 9433 0 0 0 62 1 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.14
Current children cumulated vsize (KiB) 13637260

[startup+83.9006 s]
/proc/loadavg: 1.98 2.01 1.99 3/520 19234
/proc/meminfo: memFree=24705432/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13637260 CPUtime=84.94 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 32905 0 1 0 8487 7 0 0 25 0 19 0 904409751 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3409315 23262 2250 9 0 3400049 0
[pid=19213/tid=19214] ppid=19211 vsize=13637260 CPUtime=81.3 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14626 0 1 0 8128 2 0 0 25 0 19 0 904409752 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505542911 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 180 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 66 0 0 0 3 0 0 0 16 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 138 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 34 0 0 0 4 0 0 0 16 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13637260 CPUtime=2.33 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 835 0 0 0 231 2 0 0 15 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13637260 CPUtime=0.32 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6108 0 0 0 31 1 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13637260 CPUtime=0.63 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 9433 0 0 0 62 1 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904409757 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13964554240 23262 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.94
Current children cumulated vsize (KiB) 13637260

[startup+84.3015 s]
/proc/loadavg: 1.98 2.01 1.99 3/520 19234
/proc/meminfo: memFree=24705432/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13637260 CPUtime=85.34 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 32907 0 1 0 8527 7 0 0 25 0 19 0 904409751 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3409315 23263 2250 9 0 3400049 0
[pid=19213/tid=19214] ppid=19211 vsize=13637260 CPUtime=81.69 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14627 0 1 0 8167 2 0 0 25 0 19 0 904409752 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505542958 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 181 0 0 0 3 0 0 0 16 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 66 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 138 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 34 0 0 0 4 0 0 0 16 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13637260 CPUtime=2.34 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 835 0 0 0 232 2 0 0 15 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13637260 CPUtime=0.32 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6108 0 0 0 31 1 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13637260 CPUtime=0.63 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 9433 0 0 0 62 1 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.34
Current children cumulated vsize (KiB) 13637260

[startup+84.5016 s]
/proc/loadavg: 1.98 2.01 1.99 3/520 19234
/proc/meminfo: memFree=24705432/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=13637260 CPUtime=85.54 cores=0,2,4,6
/proc/19213/stat : 19213 (java) S 19211 19213 14759 0 -1 4202496 32907 0 1 0 8547 7 0 0 25 0 19 0 904409751 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 3409315 23263 2250 9 0 3400049 0
[pid=19213/tid=19214] ppid=19211 vsize=13637260 CPUtime=81.89 cores=0,2,4,6
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 14759 0 -1 4202560 14627 0 1 0 8187 2 0 0 25 0 19 0 904409752 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 46912505523264 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 14759 0 -1 4202560 181 0 0 0 3 0 0 0 16 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 14759 0 -1 4202560 66 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 14759 0 -1 4202560 138 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 14759 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 14759 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 14759 0 -1 4202560 34 0 0 0 4 0 0 0 16 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=13637260 CPUtime=0.03 cores=0,2,4,6
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 14759 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=13637260 CPUtime=0.04 cores=0,2,4,6
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 14759 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 904409754 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=13637260 CPUtime=2.34 cores=0,2,4,6
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 14759 0 -1 4202560 835 0 0 0 232 2 0 0 15 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 0 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 904409755 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917217713 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=13637260 CPUtime=0.32 cores=0,2,4,6
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 14759 0 -1 4202560 6108 0 0 0 31 1 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 6 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=13637260 CPUtime=0.63 cores=0,2,4,6
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 14759 0 -1 4202560 9433 0 0 0 62 1 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210009 0 4 0 16800975 18446604450273686464 0 0 -1 4 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904409757 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 2 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=13637260 CPUtime=0 cores=0,2,4,6
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904409768 13964554240 23263 33554432000 1073741824 1073778376 140736998210608 18446744073709551615 260917210624 0 4 0 16800975 18446604450273686464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.54
Current children cumulated vsize (KiB) 13637260

[startup+84.6015 s]
/proc/loadavg: 1.98 2.01 1.99 4/520 19234
/proc/meminfo: memFree=24705308/32950928 swapFree=61542356/67111528
[pid=19213] ppid=19211 vsize=0 CPUtime=85.65 cores=0,2,4,6
/proc/19213/stat : 19213 (java) Z 19211 19213 14759 0 -1 4203548 32926 0 1 0 8557 8 0 0 18 0 2 0 904409751 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.65
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 84.6194
CPU time (s): 85.659
CPU user time (s): 85.576
CPU system time (s): 0.082987
CPU usage (%): 101.229
Max. virtual memory (cumulated for all children) (KiB): 13641116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.576
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32926
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= 6465
involuntary context switches= 3267

runsolver used 0.420936 second user time and 0.994848 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 00:56:31
IDJOB=3459430
IDBENCH=1865
IDSOLVER=1952
FILE ID=node116/3459430-1307141791
RUNJOBID= node116-1307134118-15945
PBS_JOBID= 13508800
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459430-1307141791/watcher-3459430-1307141791 -o /tmp/evaluation-result-3459430-1307141791/solver-3459430-1307141791 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459430-1307141791.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=1476636564

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24796940 kB
Buffers:        255116 kB
Cached:         448980 kB
SwapCached:      12580 kB
Active:        7530696 kB
Inactive:       352300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24796940 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             940 kB
Writeback:           0 kB
AnonPages:     7177456 kB
Mapped:          30392 kB
Slab:           139896 kB
PageTables:      62792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153021324 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= 73840 MiB
End job on node116 at 2011-06-04 00:57:55