Trace number 3266572

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 core 2.3.0 SNAPSHOT 2011-02-06UNSAT 73.8258 72.8019

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_40.shuffled.cnf
MD5SUM15f5068fb216bf26d5385140ce74faaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables118
Number of clauses314
Sum of the clauses size940
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3312
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.08/0.10	c no version file found!!!
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		6997539544
0.08/0.10	c Max memory 		7034241024
0.08/0.10	c Total memory 		7034241024
0.08/0.10	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3266572-1303583541.cnf
0.08/0.10	c reading problem ... 
0.08/0.10	c ... done. Wall clock time 0.0080s.
0.08/0.10	c #vars     118
0.08/0.10	c #constraints  314
0.08/0.10	c constraints type 
0.08/0.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.08/0.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.65/0.48	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.22/0.70	c cleaning 4253 clauses out of 8506 with flag 11001/11001
1.58/1.00	c cleaning 5626 clauses out of 11252 with flag 18000/18000
1.99/1.36	c cleaning 6809 clauses out of 13626 with flag 26000/26000
2.52/1.81	c cleaning 7908 clauses out of 15817 with flag 35000/35000
3.02/2.35	c cleaning 8952 clauses out of 17910 with flag 45001/45001
3.52/2.83	c cleaning 9471 clauses out of 18958 with flag 55001/55001
3.92/3.28	c cleaning 9736 clauses out of 19487 with flag 65001/65001
4.42/3.75	c cleaning 9869 clauses out of 19751 with flag 75001/75001
4.82/4.16	c cleaning 9937 clauses out of 19881 with flag 85000/85000
5.32/4.60	c cleaning 9968 clauses out of 19944 with flag 95000/95000
5.72/5.00	c cleaning 9984 clauses out of 19976 with flag 105000/105000
6.13/5.41	c cleaning 9989 clauses out of 19992 with flag 115000/115000
6.53/5.83	c cleaning 9998 clauses out of 20005 with flag 125002/125002
6.93/6.26	c cleaning 9996 clauses out of 20006 with flag 135001/135001
7.34/6.69	c cleaning 9999 clauses out of 20009 with flag 145000/145000
7.73/7.08	c cleaning 10002 clauses out of 20010 with flag 155000/155000
8.13/7.49	c cleaning 10001 clauses out of 20010 with flag 165002/165002
8.63/7.93	c cleaning 10000 clauses out of 20008 with flag 175001/175001
9.03/8.31	c cleaning 9999 clauses out of 20007 with flag 185000/185000
9.33/8.70	c cleaning 10003 clauses out of 20010 with flag 195002/195002
9.73/9.09	c cleaning 9996 clauses out of 20006 with flag 205001/205001
10.23/9.50	c cleaning 10000 clauses out of 20010 with flag 215001/215001
10.64/9.91	c cleaning 9998 clauses out of 20010 with flag 225001/225001
10.93/10.29	c cleaning 9999 clauses out of 20012 with flag 235001/235001
11.43/10.71	c cleaning 10000 clauses out of 20013 with flag 245001/245001
11.83/11.12	c cleaning 9999 clauses out of 20012 with flag 255000/255000
12.13/11.50	c cleaning 9999 clauses out of 20014 with flag 265001/265001
12.63/11.92	c cleaning 10002 clauses out of 20014 with flag 275000/275000
13.03/12.34	c cleaning 10003 clauses out of 20013 with flag 285001/285001
13.43/12.77	c cleaning 10003 clauses out of 20009 with flag 295000/295000
13.83/13.18	c cleaning 9996 clauses out of 20006 with flag 305000/305000
14.23/13.57	c cleaning 9999 clauses out of 20010 with flag 315000/315000
14.73/14.01	c cleaning 9999 clauses out of 20011 with flag 325000/325000
15.13/14.44	c cleaning 10004 clauses out of 20014 with flag 335002/335002
15.53/14.84	c cleaning 9997 clauses out of 20008 with flag 345000/345000
15.93/15.23	c cleaning 10002 clauses out of 20012 with flag 355001/355001
16.33/15.64	c cleaning 10003 clauses out of 20009 with flag 365000/365000
16.73/16.02	c cleaning 9996 clauses out of 20006 with flag 375000/375000
17.13/16.41	c cleaning 9999 clauses out of 20011 with flag 385001/385001
17.53/16.81	c cleaning 10000 clauses out of 20012 with flag 395001/395001
17.84/17.19	c cleaning 10002 clauses out of 20011 with flag 405000/405000
18.24/17.59	c cleaning 9997 clauses out of 20009 with flag 415000/415000
18.64/17.98	c cleaning 10002 clauses out of 20012 with flag 425000/425000
19.04/18.33	c cleaning 10002 clauses out of 20011 with flag 435001/435001
19.34/18.68	c cleaning 9999 clauses out of 20009 with flag 445001/445001
19.74/19.06	c cleaning 10000 clauses out of 20009 with flag 455000/455000
20.14/19.46	c cleaning 10001 clauses out of 20010 with flag 465001/465001
20.54/19.86	c cleaning 9999 clauses out of 20008 with flag 475000/475000
20.94/20.29	c cleaning 10000 clauses out of 20010 with flag 485001/485001
21.34/20.68	c cleaning 9999 clauses out of 20009 with flag 495000/495000
21.84/21.12	c cleaning 10000 clauses out of 20010 with flag 505000/505000
22.24/21.51	c cleaning 9997 clauses out of 20010 with flag 515000/515000
22.64/21.91	c cleaning 10000 clauses out of 20013 with flag 525000/525000
22.94/22.28	c cleaning 9998 clauses out of 20014 with flag 535001/535001
23.34/22.65	c cleaning 10003 clauses out of 20016 with flag 545001/545001
23.74/23.08	c cleaning 10000 clauses out of 20013 with flag 555001/555001
24.14/23.48	c cleaning 10004 clauses out of 20014 with flag 565002/565002
24.54/23.88	c cleaning 10003 clauses out of 20009 with flag 575001/575001
24.95/24.27	c cleaning 9999 clauses out of 20005 with flag 585000/585000
25.34/24.66	c cleaning 9997 clauses out of 20007 with flag 595001/595001
25.84/25.18	c cleaning 9999 clauses out of 20010 with flag 605001/605001
26.35/25.61	c cleaning 9999 clauses out of 20011 with flag 615001/615001
26.75/26.00	c cleaning 10002 clauses out of 20012 with flag 625001/625001
27.05/26.40	c cleaning 9998 clauses out of 20010 with flag 635001/635001
27.45/26.78	c cleaning 10000 clauses out of 20011 with flag 645000/645000
27.95/27.20	c cleaning 10003 clauses out of 20011 with flag 655000/655000
28.35/27.60	c cleaning 10002 clauses out of 20009 with flag 665001/665001
28.65/27.99	c cleaning 9996 clauses out of 20006 with flag 675000/675000
29.05/28.38	c cleaning 10000 clauses out of 20010 with flag 685000/685000
29.45/28.77	c cleaning 10000 clauses out of 20011 with flag 695001/695001
29.85/29.14	c cleaning 10000 clauses out of 20010 with flag 705000/705000
30.17/29.49	c cleaning 10000 clauses out of 20010 with flag 715000/715000
30.57/29.86	c cleaning 10002 clauses out of 20011 with flag 725001/725001
30.97/30.24	c cleaning 10001 clauses out of 20008 with flag 735000/735000
31.37/30.60	c cleaning 10000 clauses out of 20007 with flag 745000/745000
31.77/31.01	c cleaning 9996 clauses out of 20008 with flag 755001/755001
32.07/31.39	c cleaning 10003 clauses out of 20012 with flag 765001/765001
32.47/31.77	c cleaning 10002 clauses out of 20008 with flag 775000/775000
32.87/32.15	c cleaning 9997 clauses out of 20007 with flag 785001/785001
33.27/32.52	c cleaning 10001 clauses out of 20010 with flag 795001/795001
33.57/32.87	c cleaning 9998 clauses out of 20008 with flag 805000/805000
33.97/33.30	c cleaning 9997 clauses out of 20011 with flag 815001/815001
34.47/33.71	c cleaning 9996 clauses out of 20013 with flag 825000/825000
34.87/34.15	c cleaning 10003 clauses out of 20017 with flag 835000/835000
35.27/34.55	c cleaning 9999 clauses out of 20015 with flag 845001/845001
35.67/34.94	c cleaning 10003 clauses out of 20015 with flag 855000/855000
36.07/35.32	c cleaning 10000 clauses out of 20012 with flag 865000/865000
36.37/35.69	c cleaning 10004 clauses out of 20013 with flag 875001/875001
36.77/36.09	c cleaning 10003 clauses out of 20009 with flag 885001/885001
37.27/36.50	c cleaning 9999 clauses out of 20005 with flag 895000/895000
37.57/36.88	c cleaning 9999 clauses out of 20007 with flag 905001/905001
38.07/37.31	c cleaning 9998 clauses out of 20007 with flag 915000/915000
38.47/37.72	c cleaning 10000 clauses out of 20010 with flag 925001/925001
38.87/38.10	c cleaning 10000 clauses out of 20009 with flag 935000/935000
39.28/38.51	c cleaning 10001 clauses out of 20009 with flag 945000/945000
39.67/38.90	c cleaning 10000 clauses out of 20009 with flag 955001/955001
39.97/39.29	c cleaning 10001 clauses out of 20009 with flag 965001/965001
40.38/39.69	c cleaning 10002 clauses out of 20007 with flag 975000/975000
40.77/40.09	c cleaning 10001 clauses out of 20007 with flag 985002/985002
41.27/40.52	c cleaning 9998 clauses out of 20004 with flag 995000/995000
41.67/40.90	c cleaning 10001 clauses out of 20007 with flag 1005001/1005001
42.07/41.31	c cleaning 9997 clauses out of 20005 with flag 1015000/1015000
42.48/41.72	c cleaning 10000 clauses out of 20009 with flag 1025001/1025001
42.87/42.15	c cleaning 9997 clauses out of 20009 with flag 1035001/1035001
43.27/42.54	c cleaning 10002 clauses out of 20012 with flag 1045001/1045001
43.68/42.96	c cleaning 10002 clauses out of 20010 with flag 1055001/1055001
44.08/43.38	c cleaning 9997 clauses out of 20007 with flag 1065000/1065000
44.48/43.78	c cleaning 10003 clauses out of 20010 with flag 1075000/1075000
44.88/44.18	c cleaning 10002 clauses out of 20008 with flag 1085001/1085001
45.28/44.58	c cleaning 10003 clauses out of 20006 with flag 1095001/1095001
45.78/45.00	c cleaning 9999 clauses out of 20002 with flag 1105000/1105000
46.17/45.41	c cleaning 10001 clauses out of 20003 with flag 1115000/1115000
46.58/45.83	c cleaning 9994 clauses out of 20003 with flag 1125001/1125001
46.98/46.24	c cleaning 9999 clauses out of 20009 with flag 1135001/1135001
47.38/46.62	c cleaning 10003 clauses out of 20009 with flag 1145000/1145000
47.78/47.01	c cleaning 10001 clauses out of 20006 with flag 1155000/1155000
48.08/47.39	c cleaning 9995 clauses out of 20005 with flag 1165000/1165000
48.48/47.79	c cleaning 9999 clauses out of 20010 with flag 1175000/1175000
48.88/48.18	c cleaning 9999 clauses out of 20012 with flag 1185001/1185001
49.38/48.61	c cleaning 10006 clauses out of 20012 with flag 1195000/1195000
49.68/48.98	c cleaning 9996 clauses out of 20006 with flag 1205000/1205000
50.08/49.37	c cleaning 9999 clauses out of 20011 with flag 1215001/1215001
50.48/49.75	c cleaning 10004 clauses out of 20011 with flag 1225000/1225000
50.88/50.16	c cleaning 9998 clauses out of 20007 with flag 1235000/1235000
51.28/50.53	c cleaning 10000 clauses out of 20009 with flag 1245000/1245000
51.68/50.95	c cleaning 9999 clauses out of 20009 with flag 1255000/1255000
52.08/51.32	c cleaning 9996 clauses out of 20010 with flag 1265000/1265000
52.38/51.69	c cleaning 10000 clauses out of 20014 with flag 1275000/1275000
52.78/52.06	c cleaning 10002 clauses out of 20015 with flag 1285001/1285001
53.18/52.45	c cleaning 9999 clauses out of 20012 with flag 1295000/1295000
53.58/52.87	c cleaning 10000 clauses out of 20015 with flag 1305002/1305002
53.98/53.27	c cleaning 10000 clauses out of 20013 with flag 1315000/1315000
54.38/53.66	c cleaning 10001 clauses out of 20013 with flag 1325000/1325000
54.78/54.02	c cleaning 10003 clauses out of 20012 with flag 1335000/1335000
55.08/54.39	c cleaning 10001 clauses out of 20009 with flag 1345000/1345000
55.48/54.76	c cleaning 10002 clauses out of 20008 with flag 1355000/1355000
55.88/55.16	c cleaning 10001 clauses out of 20007 with flag 1365001/1365001
56.28/55.55	c cleaning 9995 clauses out of 20005 with flag 1375000/1375000
56.68/55.93	c cleaning 10003 clauses out of 20011 with flag 1385001/1385001
57.08/56.30	c cleaning 9998 clauses out of 20007 with flag 1395000/1395000
57.48/56.72	c cleaning 10002 clauses out of 20009 with flag 1405000/1405000
57.78/57.07	c cleaning 10000 clauses out of 20007 with flag 1415000/1415000
58.18/57.45	c cleaning 9999 clauses out of 20008 with flag 1425001/1425001
58.59/57.84	c cleaning 10003 clauses out of 20008 with flag 1435000/1435000
58.99/58.23	c cleaning 9993 clauses out of 20006 with flag 1445001/1445001
59.38/58.61	c cleaning 10005 clauses out of 20012 with flag 1455000/1455000
59.78/59.02	c cleaning 10001 clauses out of 20008 with flag 1465001/1465001
60.19/59.42	c cleaning 10000 clauses out of 20007 with flag 1475001/1475001
60.59/59.82	c cleaning 10001 clauses out of 20006 with flag 1485000/1485000
60.99/60.22	c cleaning 9998 clauses out of 20005 with flag 1495000/1495000
61.39/60.61	c cleaning 9999 clauses out of 20007 with flag 1505000/1505000
61.79/61.00	c cleaning 10005 clauses out of 20009 with flag 1515001/1515001
62.09/61.39	c cleaning 9995 clauses out of 20003 with flag 1525000/1525000
62.49/61.79	c cleaning 9997 clauses out of 20008 with flag 1535000/1535000
62.89/62.17	c cleaning 10001 clauses out of 20012 with flag 1545001/1545001
63.29/62.55	c cleaning 10005 clauses out of 20012 with flag 1555002/1555002
63.69/62.93	c cleaning 10003 clauses out of 20005 with flag 1565000/1565000
64.09/63.34	c cleaning 9993 clauses out of 20002 with flag 1575000/1575000
64.49/63.72	c cleaning 10003 clauses out of 20010 with flag 1585001/1585001
64.89/64.15	c cleaning 10002 clauses out of 20007 with flag 1595001/1595001
65.29/64.54	c cleaning 10002 clauses out of 20004 with flag 1605000/1605000
65.69/64.93	c cleaning 9997 clauses out of 20002 with flag 1615000/1615000
66.09/65.32	c cleaning 10001 clauses out of 20007 with flag 1625002/1625002
66.49/65.72	c cleaning 10000 clauses out of 20004 with flag 1635000/1635000
66.89/66.12	c cleaning 10001 clauses out of 20006 with flag 1645002/1645002
67.29/66.51	c cleaning 10000 clauses out of 20003 with flag 1655000/1655000
67.69/66.94	c cleaning 9997 clauses out of 20004 with flag 1665001/1665001
68.09/67.36	c cleaning 9999 clauses out of 20008 with flag 1675002/1675002
68.49/67.77	c cleaning 9999 clauses out of 20007 with flag 1685000/1685000
68.89/68.16	c cleaning 10001 clauses out of 20009 with flag 1695001/1695001
69.29/68.57	c cleaning 10004 clauses out of 20008 with flag 1705001/1705001
69.86/69.04	c cleaning 10002 clauses out of 20004 with flag 1715001/1715001
70.51/69.50	c cleaning 5463 clauses out of 10931 with flag 1725000/1725000
70.81/69.85	c cleaning 7733 clauses out of 15468 with flag 1735000/1735000
71.21/70.24	c cleaning 8866 clauses out of 17735 with flag 1745000/1745000
71.61/70.66	c cleaning 9435 clauses out of 18869 with flag 1755000/1755000
71.92/70.95	c cleaning 6904 clauses out of 13812 with flag 1765000/1765000
72.32/71.38	c cleaning 8452 clauses out of 16909 with flag 1775001/1775001
72.72/71.76	c cleaning 3930 clauses out of 7859 with flag 1785000/1785000
73.02/72.03	c cleaning 3765 clauses out of 7535 with flag 1795001/1795001
73.32/72.37	c cleaning 6885 clauses out of 13769 with flag 1805000/1805000
73.72/72.70	c cleaning 2904 clauses out of 5815 with flag 1815001/1815001
73.72/72.79	c starts		: 1483
73.72/72.79	c conflicts		: 1819251
73.72/72.79	c decisions		: 2534029
73.72/72.79	c propagations		: 18033445
73.72/72.79	c inspects		: 1115339539
73.72/72.79	c shortcuts		: 0
73.72/72.79	c learnt literals	: 18
73.72/72.79	c learnt binary clauses	: 162
73.72/72.79	c learnt ternary clauses	: 873
73.72/72.79	c learnt constraints	: 1819232
73.72/72.79	c ignored constraints	: 0
73.72/72.79	c root simplifications	: 1500
73.72/72.79	c removed literals (reason simplification)	: 7063722
73.72/72.79	c reason swapping (by a shorter reason)	: 0
73.72/72.79	c Calls to reduceDB	: 183
73.72/72.79	c speed (assignments/second)	: 248080.1876410059
73.72/72.79	c non guided choices	1291
73.72/72.79	c learnt constraints type 
73.72/72.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
73.72/72.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 301
73.72/72.79	c constraints type 
73.72/72.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
73.72/72.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
73.72/72.79	s UNSATISFIABLE
73.72/72.79	c Total wall clock time (in seconds) : 72.701

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3266572-1303583541/watcher-3266572-1303583541 -o /tmp/evaluation-result-3266572-1303583541/solver-3266572-1303583541 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266572-1303583541.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.47 3.61 3.80 2/174 2121
/proc/meminfo: memFree=14738512/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=256 CPUtime=0 cores=1,3
/proc/2121/stat : 2121 (java) R 2119 2121 1299 0 -1 4194304 270 0 0 0 0 0 0 0 17 0 1 0 450769705 262144 32 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264721481351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2121/statm: 77 37 29 9 0 23 0

[startup+0.070221 s]
/proc/loadavg: 2.47 3.61 3.80 2/174 2121
/proc/meminfo: memFree=14738512/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 9347 0 1 0 5 1 0 0 17 0 18 0 450769705 7751618560 9042 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1892485 9043 1752 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100228 s]
/proc/loadavg: 2.47 3.61 3.80 2/174 2121
/proc/meminfo: memFree=14738512/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 9734 0 1 0 7 1 0 0 17 0 18 0 450769705 7751618560 9429 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1892485 9429 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300147 s]
/proc/loadavg: 2.47 3.61 3.80 2/174 2121
/proc/meminfo: memFree=14738512/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7642416 CPUtime=0.48 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 12676 0 1 0 47 1 0 0 17 0 19 0 450769705 7825833984 11617 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1910604 11617 2194 9 0 1901342 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7642416

[startup+0.701068 s]
/proc/loadavg: 2.47 3.61 3.80 2/174 2121
/proc/meminfo: memFree=14738512/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7658756 CPUtime=1.22 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 18771 0 1 0 120 2 0 0 17 0 19 0 450769705 7842566144 15883 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1914689 15883 2232 9 0 1905427 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 7658756

[startup+1.50095 s]
/proc/loadavg: 2.75 3.65 3.82 5/261 2218
/proc/meminfo: memFree=14484908/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7661552 CPUtime=2.22 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20134 0 1 0 220 2 0 0 17 0 19 0 450769705 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1915388 17241 2233 9 0 1906126 0
[pid=2121/tid=2127] ppid=2119 vsize=7661552 CPUtime=1.43 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 8918 0 1 0 142 1 0 0 20 0 19 0 450769706 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505511295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7661552 CPUtime=0.03 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 454 0 0 0 3 0 0 0 16 0 19 0 450769708 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7661552 CPUtime=0.53 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7175 0 0 0 53 0 0 0 16 0 19 0 450769711 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7661552 CPUtime=0.18 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 18 0 0 0 15 0 19 0 450769711 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450769711 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7845429248 17241 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 7661552

[startup+3.10065 s]
/proc/loadavg: 2.75 3.65 3.82 5/262 2219
/proc/meminfo: memFree=14381608/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7661552 CPUtime=3.82 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20602 0 1 0 380 2 0 0 17 0 19 0 450769705 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1915388 17705 2233 9 0 1906126 0
[pid=2121/tid=2127] ppid=2119 vsize=7661552 CPUtime=2.99 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 8921 0 1 0 298 1 0 0 25 0 19 0 450769706 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505502051 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 450769707 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7661552 CPUtime=0.07 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 836 0 0 0 7 0 0 0 16 0 19 0 450769708 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7661552 CPUtime=0.53 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7175 0 0 0 53 0 0 0 15 0 19 0 450769711 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7661552 CPUtime=0.18 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 18 0 0 0 15 0 19 0 450769711 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450769711 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7661552 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7845429248 17705 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 7661552

[startup+6.30105 s]
/proc/loadavg: 2.85 3.65 3.82 5/262 2219
/proc/meminfo: memFree=14248324/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7653968 CPUtime=7.03 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20616 0 1 0 701 2 0 0 17 0 19 0 450769705 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1913492 16253 2233 9 0 1904230 0
[pid=2121/tid=2127] ppid=2119 vsize=7653968 CPUtime=6.08 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 8930 0 1 0 607 1 0 0 25 0 19 0 450769706 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505523390 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 450769707 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7653968 CPUtime=0.17 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 836 0 0 0 17 0 0 0 16 0 19 0 450769708 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7653968 CPUtime=0.54 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7177 0 0 0 54 0 0 0 15 0 19 0 450769711 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7653968 CPUtime=0.18 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 18 0 0 0 15 0 19 0 450769711 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450769711 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7837663232 16253 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 7653968

[startup+12.7008 s]

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

[pid=2121/tid=2144] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 3 0 0 0 16 0 19 0 450769707 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7653968 CPUtime=2.14 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 840 0 0 0 213 1 0 0 15 0 19 0 450769708 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7653968 CPUtime=0.73 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7213 0 0 0 73 0 0 0 15 0 19 0 450769711 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7653968 CPUtime=0.24 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 24 0 0 0 15 0 19 0 450769711 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 450769711 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7837663232 16342 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 71.31
Current children cumulated vsize (KiB) 7653968

[startup+71.9006 s]
/proc/loadavg: 3.61 3.72 3.82 5/262 2276
/proc/meminfo: memFree=14070692/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7653968 CPUtime=72.92 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20908 0 1 0 7288 4 0 0 17 0 19 0 450769705 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1913492 16371 2234 9 0 1904230 0
[pid=2121/tid=2127] ppid=2119 vsize=7653968 CPUtime=69.45 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 9097 0 1 0 6944 1 0 0 25 0 19 0 450769706 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505558179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 235 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7653968 CPUtime=0.04 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7653968 CPUtime=2.19 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 869 0 0 0 218 1 0 0 16 0 19 0 450769708 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7653968 CPUtime=0.73 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7213 0 0 0 73 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7653968 CPUtime=0.24 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 24 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 72.92
Current children cumulated vsize (KiB) 7653968

[startup+72.3016 s]
/proc/loadavg: 3.61 3.72 3.82 5/262 2276
/proc/meminfo: memFree=14070692/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7653968 CPUtime=73.32 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20909 0 1 0 7328 4 0 0 17 0 19 0 450769705 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1913492 16371 2234 9 0 1904230 0
[pid=2121/tid=2127] ppid=2119 vsize=7653968 CPUtime=69.84 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 9098 0 1 0 6983 1 0 0 25 0 19 0 450769706 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505502084 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 235 0 0 0 3 0 0 0 16 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7653968 CPUtime=0.04 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 16 0 0 0 3 0 0 0 16 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7653968 CPUtime=2.2 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 869 0 0 0 219 1 0 0 16 0 19 0 450769708 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7653968 CPUtime=0.73 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7213 0 0 0 73 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7653968 CPUtime=0.24 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 24 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 450769711 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7837663232 16371 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.32
Current children cumulated vsize (KiB) 7653968

[startup+72.7015 s]
/proc/loadavg: 3.61 3.72 3.82 5/262 2276
/proc/meminfo: memFree=14070444/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=7653968 CPUtime=73.72 cores=1,3
/proc/2121/stat : 2121 (java) S 2119 2121 1299 0 -1 4202496 20919 0 1 0 7368 4 0 0 17 0 19 0 450769705 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 1913492 16380 2234 9 0 1904230 0
[pid=2121/tid=2127] ppid=2119 vsize=7653968 CPUtime=70.23 cores=1,3
/proc/2121/task/2127/stat : 2127 (java) R 2119 2121 1299 0 -1 4202560 9099 0 1 0 7022 1 0 0 25 0 19 0 450769706 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 46912505502071 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2121/tid=2133] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2133/stat : 2133 (java) S 2119 2121 1299 0 -1 4202560 235 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2136] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2136/stat : 2136 (java) S 2119 2121 1299 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2138] ppid=2119 vsize=7653968 CPUtime=0.04 cores=1,3
/proc/2121/task/2138/stat : 2138 (java) S 2119 2121 1299 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2140] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2140/stat : 2140 (java) S 2119 2121 1299 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2142] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2142/stat : 2142 (java) S 2119 2121 1299 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2143] ppid=2119 vsize=7653968 CPUtime=0.02 cores=1,3
/proc/2121/task/2143/stat : 2143 (java) S 2119 2121 1299 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2144] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2144/stat : 2144 (java) S 2119 2121 1299 0 -1 4202560 172 0 0 0 3 0 0 0 16 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=7653968 CPUtime=0.03 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4202560 97 0 0 0 3 0 0 0 15 0 19 0 450769707 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2146] ppid=2119 vsize=7653968 CPUtime=2.21 cores=1,3
/proc/2121/task/2146/stat : 2146 (java) S 2119 2121 1299 0 -1 4202560 869 0 0 0 220 1 0 0 16 0 19 0 450769708 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2148] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2148/stat : 2148 (java) S 2119 2121 1299 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 450769709 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2150] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2150/stat : 2150 (java) S 2119 2121 1299 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 450769709 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2157] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2157/stat : 2157 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450769711 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2159] ppid=2119 vsize=7653968 CPUtime=0.73 cores=1,3
/proc/2121/task/2159/stat : 2159 (java) S 2119 2121 1299 0 -1 4202560 7213 0 0 0 73 0 0 0 15 0 19 0 450769711 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2160] ppid=2119 vsize=7653968 CPUtime=0.24 cores=1,3
/proc/2121/task/2160/stat : 2160 (java) S 2119 2121 1299 0 -1 4202560 1852 0 0 0 24 0 0 0 15 0 19 0 450769711 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
[pid=2121/tid=2162] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2162/stat : 2162 (java) S 2119 2121 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450769711 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2164] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2164/stat : 2164 (java) S 2119 2121 1299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 450769711 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 1 0 0 0
[pid=2121/tid=2167] ppid=2119 vsize=7653968 CPUtime=0 cores=1,3
/proc/2121/task/2167/stat : 2167 (java) S 2119 2121 1299 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450769715 7837663232 16380 33554432000 1073741824 1073778376 140736516948576 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.72
Current children cumulated vsize (KiB) 7653968

[startup+72.8016 s]
/proc/loadavg: 3.61 3.72 3.82 5/262 2276
/proc/meminfo: memFree=14070444/32951124 swapFree=67111528/67111528
[pid=2121] ppid=2119 vsize=0 CPUtime=73.81 cores=1,3
/proc/2121/stat : 2121 (java) Z 2119 2121 1299 0 -1 4203548 20935 0 1 0 7377 4 0 0 15 0 2 0 450769705 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2121/statm: 0 0 0 0 0 0 0
[pid=2121/tid=2145] ppid=2119 vsize=0 CPUtime=0.03 cores=1,3
/proc/2121/task/2145/stat : 2145 (java) S 2119 2121 1299 0 -1 4203588 97 0 0 0 3 0 0 0 15 0 2 0 450769707 0 0 33554432000 0 0 0 0 0 0 2147483391 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.81
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 72.8019
CPU time (s): 73.8258
CPU user time (s): 73.7798
CPU system time (s): 0.045993
CPU usage (%): 101.406
Max. virtual memory (cumulated for all children) (KiB): 7661552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7798
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20935
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= 6669
involuntary context switches= 3294

runsolver used 0.135979 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 20:32:21
IDJOB=3266572
IDBENCH=87817
IDSOLVER=1611
FILE ID=node141/3266572-1303583541
RUNJOBID= node141-1303583541-2106
PBS_JOBID= 13150342
Free space on /tmp= 70964 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_40.shuffled.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266572-1303583541/watcher-3266572-1303583541 -o /tmp/evaluation-result-3266572-1303583541/solver-3266572-1303583541 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266572-1303583541.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 15f5068fb216bf26d5385140ce74faaf
RANDOM SEED=1937976640

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      14738784 kB
Buffers:       1626848 kB
Cached:       15950884 kB
SwapCached:          0 kB
Active:        9756320 kB
Inactive:      7884560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14738784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             112 kB
Writeback:           0 kB
AnonPages:       63244 kB
Mapped:          14484 kB
Slab:           508804 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188928 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= 70940 MiB
End job on node141 at 2011-04-23 20:33:34