Trace number 2691393

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPTIMUM 455.034 453.938

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
MD5SUM765d2479315862ebcb627a16e181d11d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.005998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 827
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100526
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691393-1277921741.wbo
0.11/0.10	c reading problem ... 
0.11/0.12	c ... done. Wall clock time 0.021s.
0.11/0.12	c #vars     131
0.11/0.12	c #constraints  21
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.11/0.17	c SATISFIABLE
0.11/0.17	c OPTIMIZING...
0.11/0.17	c Got one! Elapsed wall clock time (in seconds):0.074
0.11/0.17	o 9
0.32/0.23	c Got one! Elapsed wall clock time (in seconds):0.134
0.32/0.23	o 1
1.00/0.77	c cleaning 2502 clauses out of 5003 with flag 5003/5003
2.25/1.93	c cleaning 4246 clauses out of 8500 with flag 11002/11002
4.06/3.70	c cleaning 5626 clauses out of 11254 with flag 18002/18002
6.69/6.30	c cleaning 6812 clauses out of 13628 with flag 26002/26002
9.09/8.77	c cleaning 7904 clauses out of 15814 with flag 35000/35000
12.19/11.80	c cleaning 8955 clauses out of 17911 with flag 45001/45001
15.19/14.88	c cleaning 9479 clauses out of 18959 with flag 55004/55004
17.90/17.53	c cleaning 9736 clauses out of 19476 with flag 65000/65000
20.10/19.71	c cleaning 9869 clauses out of 19742 with flag 75002/75002
22.80/22.44	c cleaning 9933 clauses out of 19872 with flag 85001/85001
25.70/25.37	c cleaning 9964 clauses out of 19939 with flag 95001/95001
28.72/28.34	c cleaning 9986 clauses out of 19976 with flag 105002/105002
31.32/30.93	c cleaning 9994 clauses out of 19989 with flag 115001/115001
34.82/34.44	c cleaning 9994 clauses out of 19994 with flag 125000/125000
37.63/37.27	c cleaning 9998 clauses out of 20000 with flag 135000/135000
40.33/39.92	c cleaning 9997 clauses out of 20003 with flag 145001/145001
43.24/42.85	c cleaning 10000 clauses out of 20008 with flag 155003/155003
45.73/45.35	c cleaning 9999 clauses out of 20005 with flag 165000/165000
48.34/47.97	c cleaning 9999 clauses out of 20006 with flag 175000/175000
51.54/51.10	c cleaning 10001 clauses out of 20009 with flag 185002/185002
54.04/53.66	c cleaning 9999 clauses out of 20009 with flag 195003/195003
56.84/56.47	c cleaning 10003 clauses out of 20011 with flag 205004/205004
59.85/59.41	c cleaning 10000 clauses out of 20007 with flag 215003/215003
62.35/61.99	c cleaning 10000 clauses out of 20006 with flag 225002/225002
65.45/65.09	c cleaning 9998 clauses out of 20005 with flag 235001/235001
68.05/67.64	c cleaning 9999 clauses out of 20006 with flag 245000/245000
70.46/70.07	c cleaning 10002 clauses out of 20008 with flag 255001/255001
73.57/73.10	c cleaning 9999 clauses out of 20006 with flag 265001/265001
75.87/75.43	c cleaning 10003 clauses out of 20006 with flag 275000/275000
78.27/77.82	c cleaning 9999 clauses out of 20004 with flag 285001/285001
81.38/80.90	c cleaning 9996 clauses out of 20004 with flag 295000/295000
84.29/83.81	c cleaning 10001 clauses out of 20008 with flag 305000/305000
87.09/86.70	c cleaning 9999 clauses out of 20008 with flag 315001/315001
90.19/89.73	c cleaning 10003 clauses out of 20009 with flag 325001/325001
92.80/92.31	c cleaning 10003 clauses out of 20007 with flag 335002/335002
95.20/94.71	c cleaning 9999 clauses out of 20002 with flag 345000/345000
97.21/96.79	c cleaning 10000 clauses out of 20003 with flag 355000/355000
99.41/98.92	c cleaning 9999 clauses out of 20003 with flag 365000/365000
101.41/100.96	c cleaning 9998 clauses out of 20004 with flag 375000/375000
103.53/103.02	c cleaning 10001 clauses out of 20007 with flag 385001/385001
107.23/106.75	c cleaning 9999 clauses out of 20005 with flag 395000/395000
110.44/109.99	c cleaning 10001 clauses out of 20007 with flag 405001/405001
113.33/112.87	c cleaning 9998 clauses out of 20006 with flag 415001/415001
116.34/115.85	c cleaning 10001 clauses out of 20009 with flag 425002/425002
119.85/119.33	c cleaning 10000 clauses out of 20006 with flag 435000/435000
123.35/122.81	c cleaning 10000 clauses out of 20006 with flag 445000/445000
126.75/126.24	c cleaning 9998 clauses out of 20007 with flag 455001/455001
129.85/129.34	c cleaning 9998 clauses out of 20008 with flag 465000/465000
132.47/131.99	c cleaning 10001 clauses out of 20012 with flag 475002/475002
135.67/135.18	c cleaning 10000 clauses out of 20009 with flag 485000/485000
138.57/138.02	c cleaning 10001 clauses out of 20009 with flag 495000/495000
141.98/141.49	c cleaning 9999 clauses out of 20008 with flag 505000/505000
145.09/144.53	c cleaning 9998 clauses out of 20009 with flag 515000/515000
148.48/147.93	c cleaning 9999 clauses out of 20012 with flag 525001/525001
151.90/151.33	c cleaning 10002 clauses out of 20013 with flag 535001/535001
154.90/154.31	c cleaning 10002 clauses out of 20010 with flag 545000/545000
158.10/157.50	c cleaning 10000 clauses out of 20008 with flag 555000/555000
161.21/160.61	c cleaning 9998 clauses out of 20008 with flag 565000/565000
164.31/163.71	c cleaning 10002 clauses out of 20013 with flag 575003/575003
167.21/166.67	c cleaning 10000 clauses out of 20008 with flag 585000/585000
170.92/170.36	c cleaning 9997 clauses out of 20008 with flag 595000/595000
173.92/173.38	c cleaning 10001 clauses out of 20012 with flag 605001/605001
177.12/176.55	c cleaning 10003 clauses out of 20011 with flag 615001/615001
180.33/179.76	c cleaning 10001 clauses out of 20007 with flag 625000/625000
183.83/183.23	c cleaning 9999 clauses out of 20006 with flag 635000/635000
186.94/186.31	c cleaning 10000 clauses out of 20007 with flag 645000/645000
190.24/189.65	c cleaning 10001 clauses out of 20009 with flag 655002/655002
193.16/192.52	c cleaning 10000 clauses out of 20009 with flag 665003/665003
195.65/195.06	c cleaning 9999 clauses out of 20006 with flag 675000/675000
198.95/198.31	c cleaning 9996 clauses out of 20007 with flag 685000/685000
201.66/201.01	c cleaning 9994 clauses out of 20011 with flag 695000/695000
204.67/204.09	c cleaning 10004 clauses out of 20017 with flag 705000/705000
207.26/206.70	c cleaning 9997 clauses out of 20013 with flag 715000/715000
209.98/209.37	c cleaning 10005 clauses out of 20016 with flag 725000/725000
212.89/212.22	c cleaning 10004 clauses out of 20011 with flag 735000/735000
215.49/214.83	c cleaning 9999 clauses out of 20008 with flag 745001/745001
218.09/217.46	c cleaning 10002 clauses out of 20009 with flag 755001/755001
220.79/220.15	c cleaning 10002 clauses out of 20007 with flag 765001/765001
223.49/222.87	c cleaning 9999 clauses out of 20006 with flag 775002/775002
226.20/225.58	c cleaning 9999 clauses out of 20006 with flag 785001/785001
229.30/228.63	c cleaning 9999 clauses out of 20006 with flag 795000/795000
232.30/231.66	c cleaning 10001 clauses out of 20008 with flag 805001/805001
235.20/234.55	c cleaning 10005 clauses out of 20010 with flag 815004/815004
237.81/237.17	c cleaning 9998 clauses out of 20003 with flag 825002/825002
240.41/239.78	c cleaning 9997 clauses out of 20004 with flag 835001/835001
242.91/242.26	c cleaning 9999 clauses out of 20008 with flag 845002/845002
245.41/244.72	c cleaning 10002 clauses out of 20008 with flag 855001/855001
247.61/246.95	c cleaning 10000 clauses out of 20005 with flag 865000/865000
250.22/249.51	c cleaning 10001 clauses out of 20005 with flag 875000/875000
253.33/252.68	c cleaning 9997 clauses out of 20006 with flag 885002/885002
256.72/256.02	c cleaning 9999 clauses out of 20008 with flag 895001/895001
260.23/259.60	c cleaning 9996 clauses out of 20008 with flag 905000/905000
263.23/262.52	c cleaning 10001 clauses out of 20012 with flag 915000/915000
266.23/265.56	c cleaning 10001 clauses out of 20012 with flag 925001/925001
269.04/268.37	c cleaning 10001 clauses out of 20010 with flag 935000/935000
272.34/271.63	c cleaning 10001 clauses out of 20010 with flag 945001/945001
275.54/274.82	c cleaning 9994 clauses out of 20008 with flag 955000/955000
278.65/277.99	c cleaning 10004 clauses out of 20016 with flag 965002/965002
282.25/281.54	c cleaning 10000 clauses out of 20010 with flag 975000/975000
285.35/284.60	c cleaning 10001 clauses out of 20010 with flag 985000/985000
288.35/287.67	c cleaning 10001 clauses out of 20010 with flag 995001/995001
291.25/290.55	c cleaning 10001 clauses out of 20010 with flag 1005002/1005002
294.06/293.32	c cleaning 9995 clauses out of 20007 with flag 1015000/1015000
297.06/296.34	c cleaning 10002 clauses out of 20013 with flag 1025001/1025001
299.96/299.27	c cleaning 10000 clauses out of 20010 with flag 1035000/1035000
302.86/302.11	c cleaning 10003 clauses out of 20011 with flag 1045001/1045001
305.56/304.84	c cleaning 10000 clauses out of 20008 with flag 1055001/1055001
308.16/307.40	c cleaning 9999 clauses out of 20008 with flag 1065001/1065001
310.67/310.00	c cleaning 10001 clauses out of 20012 with flag 1075004/1075004
313.77/313.06	c cleaning 9995 clauses out of 20008 with flag 1085001/1085001
316.57/315.87	c cleaning 10005 clauses out of 20015 with flag 1095003/1095003
319.57/318.80	c cleaning 10002 clauses out of 20009 with flag 1105002/1105002
322.27/321.52	c cleaning 9995 clauses out of 20005 with flag 1115000/1115000
324.87/324.10	c cleaning 10001 clauses out of 20011 with flag 1125001/1125001
327.48/326.75	c cleaning 10000 clauses out of 20010 with flag 1135001/1135001
329.97/329.27	c cleaning 10001 clauses out of 20012 with flag 1145003/1145003
332.38/331.65	c cleaning 10001 clauses out of 20009 with flag 1155001/1155001
334.98/334.23	c cleaning 9997 clauses out of 20007 with flag 1165000/1165000
337.67/336.94	c cleaning 10005 clauses out of 20014 with flag 1175004/1175004
340.48/339.79	c cleaning 9999 clauses out of 20006 with flag 1185001/1185001
343.18/342.47	c cleaning 9995 clauses out of 20006 with flag 1195000/1195000
345.98/345.21	c cleaning 10001 clauses out of 20011 with flag 1205000/1205000
348.58/347.83	c cleaning 10003 clauses out of 20011 with flag 1215001/1215001
351.19/350.47	c cleaning 10002 clauses out of 20009 with flag 1225002/1225002
353.89/353.11	c cleaning 9999 clauses out of 20006 with flag 1235001/1235001
356.30/355.54	c cleaning 10003 clauses out of 20010 with flag 1245004/1245004
358.80/358.00	c cleaning 9997 clauses out of 20003 with flag 1255000/1255000
361.20/360.49	c cleaning 9999 clauses out of 20006 with flag 1265000/1265000
363.70/362.94	c cleaning 10000 clauses out of 20007 with flag 1275000/1275000
366.00/365.20	c cleaning 10001 clauses out of 20007 with flag 1285000/1285000
368.30/367.52	c cleaning 9999 clauses out of 20006 with flag 1295000/1295000
370.70/369.91	c cleaning 10004 clauses out of 20011 with flag 1305004/1305004
373.00/372.24	c cleaning 10000 clauses out of 20005 with flag 1315002/1315002
375.30/374.56	c cleaning 10002 clauses out of 20008 with flag 1325005/1325005
378.70/377.90	c cleaning 9997 clauses out of 20002 with flag 1335001/1335001
381.41/380.62	c cleaning 10000 clauses out of 20005 with flag 1345001/1345001
384.21/383.40	c cleaning 10002 clauses out of 20007 with flag 1355003/1355003
386.61/385.81	c cleaning 9998 clauses out of 20002 with flag 1365000/1365000
389.12/388.31	c cleaning 9994 clauses out of 20004 with flag 1375000/1375000
391.61/390.83	c cleaning 10003 clauses out of 20012 with flag 1385002/1385002
394.31/393.55	c cleaning 10000 clauses out of 20007 with flag 1395000/1395000
396.61/395.84	c cleaning 9999 clauses out of 20008 with flag 1405001/1405001
399.21/398.42	c cleaning 10001 clauses out of 20008 with flag 1415000/1415000
401.52/400.72	c cleaning 9999 clauses out of 20007 with flag 1425000/1425000
403.82/403.00	c cleaning 10000 clauses out of 20009 with flag 1435001/1435001
405.82/405.09	c cleaning 10000 clauses out of 20008 with flag 1445000/1445000
408.03/407.28	c cleaning 10001 clauses out of 20009 with flag 1455001/1455001
410.53/409.76	c cleaning 9998 clauses out of 20008 with flag 1465001/1465001
412.73/411.99	c cleaning 9999 clauses out of 20009 with flag 1475000/1475000
414.93/414.12	c cleaning 10002 clauses out of 20012 with flag 1485002/1485002
416.94/416.18	c cleaning 10001 clauses out of 20009 with flag 1495001/1495001
419.04/418.23	c cleaning 10002 clauses out of 20010 with flag 1505003/1505003
421.05/420.28	c cleaning 9998 clauses out of 20005 with flag 1515000/1515000
423.35/422.51	c cleaning 10001 clauses out of 20010 with flag 1525003/1525003
425.54/424.75	c cleaning 9999 clauses out of 20006 with flag 1535000/1535000
427.75/426.99	c cleaning 10003 clauses out of 20009 with flag 1545002/1545002
429.76/428.93	c cleaning 10000 clauses out of 20006 with flag 1555002/1555002
431.76/430.96	c cleaning 9999 clauses out of 20004 with flag 1565000/1565000
433.66/432.85	c cleaning 10002 clauses out of 20006 with flag 1575001/1575001
435.66/434.86	c cleaning 9999 clauses out of 20003 with flag 1585000/1585000
437.76/436.95	c cleaning 10001 clauses out of 20006 with flag 1595002/1595002
439.86/439.03	c cleaning 10002 clauses out of 20007 with flag 1605004/1605004
441.87/441.02	c cleaning 10000 clauses out of 20002 with flag 1615001/1615001
443.86/443.03	c cleaning 9992 clauses out of 20001 with flag 1625000/1625000
445.86/445.02	c cleaning 10000 clauses out of 20010 with flag 1635001/1635001
447.86/447.05	c cleaning 10006 clauses out of 20011 with flag 1645002/1645002
449.67/448.87	c cleaning 10003 clauses out of 20007 with flag 1655004/1655004
451.52/450.67	c cleaning 9997 clauses out of 20000 with flag 1665000/1665000
453.70/452.69	c cleaning 9998 clauses out of 20002 with flag 1675000/1675000
454.92/453.89	c starts		: 211
454.92/453.89	c conflicts		: 1681785
454.92/453.89	c decisions		: 1923475
454.92/453.89	c propagations		: 23315422
454.92/453.89	c inspects		: 5439866051
454.92/453.89	c learnt literals	: 5
454.92/453.89	c learnt binary clauses	: 18
454.92/453.89	c learnt ternary clauses	: 40
454.92/453.89	c learnt clauses	: 1681779
454.92/453.89	c ignored clauses	: 0
454.92/453.89	c root simplifications	: 0
454.92/453.89	c removed literals (reason simplification)	: 11287431
454.92/453.89	c reason swapping (by a shorter reason)	: 0
454.92/453.89	c Calls to reduceDB	: 169
454.92/453.89	c number of reductions to clauses (during analyze)	: 0
454.92/453.89	c number of learned constraints concerned by reduction	: 0
454.92/453.89	c number of learning phase by resolution	: 0
454.92/453.89	c number of learning phase by cutting planes	: 0
454.92/453.89	c speed (assignments/second)	: 51394.38386269803
454.92/453.89	c non guided choices	147
454.92/453.89	c learnt constraints type 
454.92/453.89	c constraints type 
454.92/453.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
454.92/453.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
454.92/453.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 0
454.92/453.89	s OPTIMUM FOUND
454.92/453.89	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 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 
454.92/453.89	c objective function=1
454.92/453.89	c Total wall clock time (in seconds): 453.792

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691393-1277921741/watcher-2691393-1277921741 -o /tmp/evaluation-result-2691393-1277921741/solver-2691393-1277921741 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691393-1277921741.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 16138
/proc/meminfo: memFree=28756468/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=13436 CPUtime=0
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 1057 0 0 0 0 0 0 0 17 0 2 0 133468660 13758464 539 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 3359 539 231 10 0 1202 0
[pid=16138/tid=16139] ppid=16136 vsize=13440 CPUtime=0
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 28 0 0 0 0 0 0 0 18 0 2 0 133468661 13762560 552 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 7 0 0 0

[startup+0.0535309 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 16138
/proc/meminfo: memFree=28756468/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1528572 CPUtime=0.03
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 4063 0 1 0 3 0 0 0 17 0 18 0 133468660 1565257728 3501 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 382143 3501 1079 10 0 379445 0
[pid=16138/tid=16139] ppid=16136 vsize=1528572 CPUtime=0.03
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 2976 0 1 0 3 0 0 0 25 0 18 0 133468661 1565257728 3501 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528572

[startup+0.100524 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 16138
/proc/meminfo: memFree=28756468/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1530032 CPUtime=0.11
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 5192 0 1 0 10 1 0 0 17 0 18 0 133468660 1566752768 4628 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 382508 4628 1346 10 0 379810 0
[pid=16138/tid=16139] ppid=16136 vsize=1530032 CPUtime=0.07
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 3501 0 1 0 7 0 0 0 25 0 18 0 133468661 1566752768 4628 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530032

[startup+0.300527 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 16138
/proc/meminfo: memFree=28756468/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1533788 CPUtime=0.56
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 6523 0 1 0 55 1 0 0 17 0 19 0 133468660 1570598912 5922 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 383447 5922 1411 10 0 380749 0
[pid=16138/tid=16139] ppid=16136 vsize=1533788 CPUtime=0.28
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 3860 0 1 0 27 1 0 0 25 0 19 0 133468661 1570598912 5922 4089446400 134512640 134550932 4287275968 18446744073709551615 4109523647 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1533788

[startup+0.700448 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 16138
/proc/meminfo: memFree=28756468/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1533788 CPUtime=1
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 6826 0 1 0 99 1 0 0 17 0 19 0 133468660 1570598912 6225 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 383447 6225 1415 10 0 380749 0
[pid=16138/tid=16139] ppid=16136 vsize=1533788 CPUtime=0.68
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 4151 0 1 0 67 1 0 0 25 0 19 0 133468661 1570598912 6225 4089446400 134512640 134550932 4287275968 18446744073709551615 4109523647 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1533788

[startup+1.50131 s]
/proc/loadavg: 1.92 1.98 1.99 3/197 16157
/proc/meminfo: memFree=28734440/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1533788 CPUtime=1.82
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 7424 0 1 0 181 1 0 0 17 0 19 0 133468660 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 383447 6820 1434 10 0 380749 0
[pid=16138/tid=16139] ppid=16136 vsize=1533788 CPUtime=1.47
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 4180 0 1 0 146 1 0 0 25 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4109480884 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 19 0 133468661 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 19 0 133468662 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1533788 CPUtime=0.16
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 562 0 0 0 16 0 0 0 15 0 19 0 133468665 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1533788 CPUtime=0.17
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1048 0 0 0 17 0 0 0 15 0 19 0 133468665 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468665 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1570598912 6820 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1533788

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 1.99 3/197 16157
/proc/meminfo: memFree=28730660/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1533788 CPUtime=3.46
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 8041 0 1 0 344 2 0 0 17 0 19 0 133468660 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 383447 7432 1434 10 0 380749 0
[pid=16138/tid=16139] ppid=16136 vsize=1533788 CPUtime=3.06
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 4182 0 1 0 305 1 0 0 25 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4109457400 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 0 0 0 0 0 0 0 0 16 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 0 0 0 0 0 0 0 0 16 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 179 0 0 0 0 0 0 0 16 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 19 0 133468661 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1533788 CPUtime=0.01
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 528 0 0 0 1 0 0 0 15 0 19 0 133468662 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1533788 CPUtime=0.17
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 565 0 0 0 17 0 0 0 16 0 19 0 133468665 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1533788 CPUtime=0.18
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 18 0 0 0 16 0 19 0 133468665 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468665 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1533788 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1570598912 7432 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1533788

[startup+6.30147 s]
/proc/loadavg: 1.93 1.98 1.99 3/197 16157
/proc/meminfo: memFree=28721608/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1533160 CPUtime=6.69
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 8539 0 1 0 667 2 0 0 17 0 19 0 133468660 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 383290 7813 1437 10 0 380592 0
[pid=16138/tid=16139] ppid=16136 vsize=1533160 CPUtime=6.25
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 4183 0 1 0 624 1 0 0 25 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4109661311 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 291 0 0 0 0 0 0 0 16 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 19 0 133468661 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1533160 CPUtime=0.02
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 763 0 0 0 2 0 0 0 15 0 19 0 133468662 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1533160 CPUtime=0.2
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 577 0 0 0 20 0 0 0 15 0 19 0 133468665 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1533160 CPUtime=0.19
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 19 0 0 0 15 0 19 0 133468665 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133468665 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1533160 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1569955840 7813 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1533160


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

/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 410 0 0 0 7 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 192 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 34 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 20 0 0 0 6 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1539348 CPUtime=0.05
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 207 0 0 0 5 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 5 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1539348 CPUtime=2.02
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 1859 0 0 0 198 4 0 0 16 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1539348 CPUtime=0.45
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 2978 0 0 0 45 0 0 0 16 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1539348 CPUtime=0.2
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 20 0 0 0 16 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 452.19
Current children cumulated vsize (KiB) 1539348

[startup+452.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 16297
/proc/meminfo: memFree=31037260/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1539348 CPUtime=453.81
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 12643 0 1 0 45366 15 0 0 17 0 19 0 133468660 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 384837 10823 1437 10 0 382139 0
[pid=16138/tid=16139] ppid=16136 vsize=1539348 CPUtime=450.37
/proc/16138/task/16139/stat : 16139 (java) S 16136 16138 14947 0 -1 4202560 4349 0 1 0 45035 2 0 0 25 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 410 0 0 0 7 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 192 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 34 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 20 0 0 0 6 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1539348 CPUtime=0.05
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 207 0 0 0 5 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 5 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1539348 CPUtime=2.02
/proc/16138/task/16149/stat : 16149 (java) R 16136 16138 14947 0 -1 4202560 1859 0 0 0 198 4 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 104177858 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1539348 CPUtime=0.46
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 2978 0 0 0 46 0 0 0 16 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1539348 CPUtime=0.2
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 20 0 0 0 16 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 453.81
Current children cumulated vsize (KiB) 1539348

[startup+453.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 16297
/proc/meminfo: memFree=31036144/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1539348 CPUtime=454.62
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 12644 0 1 0 45447 15 0 0 17 0 19 0 133468660 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 384837 10823 1437 10 0 382139 0
[pid=16138/tid=16139] ppid=16136 vsize=1539348 CPUtime=451.16
/proc/16138/task/16139/stat : 16139 (java) R 16136 16138 14947 0 -1 4202560 4350 0 1 0 45114 2 0 0 25 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4109452020 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 410 0 0 0 7 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 192 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1539348 CPUtime=0.08
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 34 0 0 0 8 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 20 0 0 0 6 1 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1539348 CPUtime=0.07
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1539348 CPUtime=0.05
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 207 0 0 0 5 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1539348 CPUtime=0.09
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 19 0 133468661 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 5 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1539348 CPUtime=2.03
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 1859 0 0 0 199 4 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1539348 CPUtime=0.47
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 2978 0 0 0 47 0 0 0 15 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1539348 CPUtime=0.2
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 20 0 0 0 15 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 133468665 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1539348 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1576292352 10823 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 454.62
Current children cumulated vsize (KiB) 1539348

[startup+453.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 16297
/proc/meminfo: memFree=31036144/32951124 swapFree=67111528/67111528
[pid=16138] ppid=16136 vsize=1539672 CPUtime=455.02
/proc/16138/stat : 16138 (java) S 16136 16138 14947 0 -1 4202496 12657 0 1 0 45487 15 0 0 17 0 19 0 133468660 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16138/statm: 384918 10835 1438 10 0 382220 0
[pid=16138/tid=16139] ppid=16136 vsize=1539672 CPUtime=451.55
/proc/16138/task/16139/stat : 16139 (java) S 16136 16138 14947 0 -1 4202560 4358 0 1 0 45153 2 0 0 18 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16141] ppid=16136 vsize=1539672 CPUtime=0.08
/proc/16138/task/16141/stat : 16141 (java) S 16136 16138 14947 0 -1 4202560 410 0 0 0 7 1 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16142] ppid=16136 vsize=1539672 CPUtime=0.08
/proc/16138/task/16142/stat : 16142 (java) S 16136 16138 14947 0 -1 4202560 192 0 0 0 8 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16143] ppid=16136 vsize=1539672 CPUtime=0.08
/proc/16138/task/16143/stat : 16143 (java) S 16136 16138 14947 0 -1 4202560 34 0 0 0 8 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16144] ppid=16136 vsize=1539672 CPUtime=0.07
/proc/16138/task/16144/stat : 16144 (java) S 16136 16138 14947 0 -1 4202560 20 0 0 0 6 1 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16145] ppid=16136 vsize=1539672 CPUtime=0.07
/proc/16138/task/16145/stat : 16145 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16146] ppid=16136 vsize=1539672 CPUtime=0.09
/proc/16138/task/16146/stat : 16146 (java) S 16136 16138 14947 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16147] ppid=16136 vsize=1539672 CPUtime=0.05
/proc/16138/task/16147/stat : 16147 (java) S 16136 16138 14947 0 -1 4202560 207 0 0 0 5 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 4 0 0 0
[pid=16138/tid=16148] ppid=16136 vsize=1539672 CPUtime=0.09
/proc/16138/task/16148/stat : 16148 (java) S 16136 16138 14947 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 19 0 133468661 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 5 0 0 0
[pid=16138/tid=16149] ppid=16136 vsize=1539672 CPUtime=2.03
/proc/16138/task/16149/stat : 16149 (java) S 16136 16138 14947 0 -1 4202560 1859 0 0 0 199 4 0 0 15 0 19 0 133468662 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 0 0 16800975 18446604468811782976 0 0 -1 7 0 0 0
[pid=16138/tid=16150] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16150/stat : 16150 (java) S 16136 16138 14947 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 133468662 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 1 0 0 0
[pid=16138/tid=16151] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16151/stat : 16151 (java) S 16136 16138 14947 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133468662 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
[pid=16138/tid=16152] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16152/stat : 16152 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 133468665 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16153] ppid=16136 vsize=1539672 CPUtime=0.47
/proc/16138/task/16153/stat : 16153 (java) S 16136 16138 14947 0 -1 4202560 2978 0 0 0 47 0 0 0 15 0 19 0 133468665 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16154] ppid=16136 vsize=1539672 CPUtime=0.21
/proc/16138/task/16154/stat : 16154 (java) S 16136 16138 14947 0 -1 4202560 1051 0 0 0 21 0 0 0 15 0 19 0 133468665 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 2 0 0 0
[pid=16138/tid=16155] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16155/stat : 16155 (java) S 16136 16138 14947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133468665 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 6 0 0 0
[pid=16138/tid=16156] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16156/stat : 16156 (java) S 16136 16138 14947 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 133468665 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 0 0 0 0
[pid=16138/tid=16157] ppid=16136 vsize=1539672 CPUtime=0
/proc/16138/task/16157/stat : 16157 (java) S 16136 16138 14947 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133468673 1576624128 10835 4089446400 134512640 134550932 4287275968 18446744073709551615 4294960144 0 4 0 16800975 18446604468811782976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 455.02
Current children cumulated vsize (KiB) 1539672

Child status: 30
Real time (s): 453.938
CPU time (s): 455.034
CPU user time (s): 454.876
CPU system time (s): 0.157975
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 1540192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 454.876
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12660
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= 14132
involuntary context switches= 37051

runsolver used 0.713891 second user time and 1.46278 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 20:15:41
IDJOB=2691393
IDBENCH=79175
IDSOLVER=1202
FILE ID=node144/2691393-1277921741
PBS_JOBID= 11197267
Free space on /tmp= 74176 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691393-1277921741/watcher-2691393-1277921741 -o /tmp/evaluation-result-2691393-1277921741/solver-2691393-1277921741 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691393-1277921741.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 765d2479315862ebcb627a16e181d11d
RANDOM SEED=2135774161

node144.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.848
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.69
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.848
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.83
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.848
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.848
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.82
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.848
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.75
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.848
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.848
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.848
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	: 5230.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28757360 kB
Buffers:        205416 kB
Cached:        1255464 kB
SwapCached:          0 kB
Active:        3096196 kB
Inactive:       947760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28757360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:     2582980 kB
Mapped:          15076 kB
Slab:            81276 kB
PageTables:       9584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2726464 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= 74176 MiB
End job on node144 at 2010-06-30 20:23:15