Trace number 3459624

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 Resolution 2.3.0? (TO) 1800.12 1795.86

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.171973
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459624-1307152553.opb
0.10/0.11	c reading problem ... 
0.62/0.33	c ... done. Wall clock time 0.212s.
0.62/0.33	c #vars     8190
0.62/0.33	c #constraints  181
0.62/0.33	c constraints type 
0.62/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.62/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
3.58/2.97	c cleaning 2442 clauses out of 5000 with flag 5000/5000
6.95/6.21	c cleaning 4191 clauses out of 8558 with flag 11000/11000
10.76/10.06	c cleaning 5619 clauses out of 11368 with flag 18001/18001
15.47/14.76	c cleaning 6832 clauses out of 13749 with flag 26001/26001
21.20/20.40	c cleaning 7905 clauses out of 15918 with flag 35002/35002
26.81/26.09	c cleaning 8953 clauses out of 18012 with flag 45001/45001
32.63/31.89	c cleaning 9480 clauses out of 19059 with flag 55001/55001
38.73/37.91	c cleaning 9752 clauses out of 19578 with flag 65000/65000
45.74/44.96	c cleaning 9910 clauses out of 19826 with flag 75000/75000
52.14/51.37	c cleaning 9911 clauses out of 19917 with flag 85001/85001
58.15/57.33	c cleaning 9971 clauses out of 20005 with flag 95000/95000
66.57/65.75	c cleaning 9986 clauses out of 20035 with flag 105001/105001
79.17/78.37	c cleaning 9976 clauses out of 20048 with flag 115000/115000
86.51/85.64	c cleaning 9979 clauses out of 20074 with flag 125002/125002
93.23/92.37	c cleaning 10002 clauses out of 20093 with flag 135000/135000
102.83/101.98	c cleaning 9995 clauses out of 20093 with flag 145002/145002
115.74/114.82	c cleaning 9960 clauses out of 20096 with flag 155000/155000
134.06/133.18	c cleaning 10050 clauses out of 20138 with flag 165002/165002
147.58/146.67	c cleaning 9991 clauses out of 20087 with flag 175001/175001
154.51/153.54	c cleaning 10004 clauses out of 20095 with flag 185000/185000
162.92/161.93	c cleaning 9996 clauses out of 20092 with flag 195001/195001
175.73/174.78	c cleaning 10020 clauses out of 20096 with flag 205001/205001
189.15/188.19	c cleaning 9996 clauses out of 20077 with flag 215002/215002
203.75/202.72	c cleaning 10001 clauses out of 20081 with flag 225002/225002
214.39/213.36	c cleaning 10003 clauses out of 20079 with flag 235001/235001
226.00/224.97	c cleaning 9990 clauses out of 20077 with flag 245002/245002
236.12/235.03	c cleaning 10006 clauses out of 20088 with flag 255003/255003
242.93/241.82	c cleaning 10009 clauses out of 20082 with flag 265003/265003
249.54/248.40	c cleaning 10000 clauses out of 20072 with flag 275002/275002
256.65/255.59	c cleaning 10003 clauses out of 20072 with flag 285002/285002
270.46/269.38	c cleaning 9994 clauses out of 20067 with flag 295000/295000
285.07/283.92	c cleaning 10022 clauses out of 20075 with flag 305002/305002
299.80/298.69	c cleaning 10003 clauses out of 20053 with flag 315002/315002
309.32/308.18	c cleaning 9994 clauses out of 20048 with flag 325000/325000
319.44/318.20	c cleaning 9995 clauses out of 20056 with flag 335002/335002
331.57/330.33	c cleaning 10002 clauses out of 20062 with flag 345003/345003
340.40/339.11	c cleaning 10001 clauses out of 20060 with flag 355003/355003
350.72/349.49	c cleaning 9996 clauses out of 20059 with flag 365003/365003
361.06/359.79	c cleaning 9958 clauses out of 20064 with flag 375004/375004
371.76/370.42	c cleaning 9982 clauses out of 20102 with flag 385000/385000
378.79/377.42	c cleaning 10003 clauses out of 20122 with flag 395002/395002
385.50/384.12	c cleaning 10016 clauses out of 20118 with flag 405001/405001
391.93/390.58	c cleaning 10011 clauses out of 20101 with flag 415000/415000
402.52/401.17	c cleaning 9995 clauses out of 20090 with flag 425000/425000
416.94/415.56	c cleaning 9985 clauses out of 20096 with flag 435001/435001
433.18/431.71	c cleaning 10000 clauses out of 20111 with flag 445001/445001
442.80/441.38	c cleaning 10008 clauses out of 20112 with flag 455002/455002
457.32/455.88	c cleaning 10012 clauses out of 20105 with flag 465003/465003
469.76/468.25	c cleaning 10001 clauses out of 20091 with flag 475001/475001
483.98/482.41	c cleaning 9919 clauses out of 20090 with flag 485001/485001
498.41/496.87	c cleaning 10015 clauses out of 20170 with flag 495000/495000
511.74/510.14	c cleaning 9986 clauses out of 20155 with flag 505000/505000
526.87/525.25	c cleaning 10013 clauses out of 20170 with flag 515001/515001
537.40/535.74	c cleaning 10044 clauses out of 20158 with flag 525002/525002
543.41/541.75	c cleaning 9986 clauses out of 20112 with flag 535000/535000
551.02/549.38	c cleaning 9999 clauses out of 20126 with flag 545000/545000
559.35/557.61	c cleaning 9994 clauses out of 20127 with flag 555000/555000
568.27/566.56	c cleaning 10003 clauses out of 20134 with flag 565001/565001
576.77/575.00	c cleaning 9998 clauses out of 20130 with flag 575000/575000
586.09/584.37	c cleaning 9999 clauses out of 20133 with flag 585001/585001
593.01/591.29	c cleaning 10017 clauses out of 20133 with flag 595000/595000
599.53/597.77	c cleaning 9992 clauses out of 20118 with flag 605002/605002
608.95/607.12	c cleaning 10024 clauses out of 20130 with flag 615006/615006
622.96/621.19	c cleaning 10001 clauses out of 20100 with flag 625000/625000
638.81/636.95	c cleaning 9983 clauses out of 20099 with flag 635000/635000
654.71/652.87	c cleaning 10021 clauses out of 20116 with flag 645000/645000
672.14/670.26	c cleaning 9976 clauses out of 20096 with flag 655001/655001
696.58/694.65	c cleaning 9998 clauses out of 20119 with flag 665000/665000
715.53/713.58	c cleaning 10056 clauses out of 20121 with flag 675000/675000
728.96/726.95	c cleaning 9961 clauses out of 20065 with flag 685000/685000
745.29/743.21	c cleaning 9990 clauses out of 20104 with flag 695000/695000
761.34/759.27	c cleaning 9989 clauses out of 20116 with flag 705002/705002
776.49/774.40	c cleaning 9996 clauses out of 20125 with flag 715000/715000
788.51/786.30	c cleaning 10010 clauses out of 20130 with flag 725001/725001
801.32/799.19	c cleaning 10015 clauses out of 20120 with flag 735001/735001
813.66/811.42	c cleaning 10003 clauses out of 20104 with flag 745000/745000
825.98/823.74	c cleaning 9998 clauses out of 20104 with flag 755003/755003
838.72/836.42	c cleaning 9999 clauses out of 20105 with flag 765002/765002
851.05/848.77	c cleaning 9998 clauses out of 20104 with flag 775000/775000
862.28/859.98	c cleaning 10023 clauses out of 20107 with flag 785001/785001
874.19/871.87	c cleaning 9988 clauses out of 20083 with flag 795000/795000
886.83/884.46	c cleaning 10004 clauses out of 20095 with flag 805000/805000
900.85/898.43	c cleaning 9993 clauses out of 20091 with flag 815000/815000
914.37/911.96	c cleaning 10002 clauses out of 20102 with flag 825004/825004
927.67/925.25	c cleaning 9996 clauses out of 20097 with flag 835001/835001
940.51/938.02	c cleaning 10005 clauses out of 20103 with flag 845003/845003
953.72/951.29	c cleaning 10001 clauses out of 20096 with flag 855001/855001
967.14/964.64	c cleaning 9997 clauses out of 20096 with flag 865002/865002
980.39/977.81	c cleaning 9998 clauses out of 20099 with flag 875002/875002
991.51/988.91	c cleaning 10023 clauses out of 20099 with flag 885000/885000
997.31/994.79	c cleaning 9992 clauses out of 20076 with flag 895000/895000
1004.52/1001.93	c cleaning 9992 clauses out of 20084 with flag 905000/905000
1019.45/1016.87	c cleaning 9983 clauses out of 20094 with flag 915002/915002
1036.59/1033.91	c cleaning 9986 clauses out of 20111 with flag 925002/925002
1049.62/1046.95	c cleaning 9998 clauses out of 20124 with flag 935001/935001
1059.63/1056.98	c cleaning 10036 clauses out of 20126 with flag 945001/945001
1068.05/1065.39	c cleaning 10013 clauses out of 20089 with flag 955000/955000
1076.56/1073.87	c cleaning 10012 clauses out of 20081 with flag 965005/965005
1084.28/1081.57	c cleaning 10008 clauses out of 20065 with flag 975001/975001
1093.70/1090.96	c cleaning 10000 clauses out of 20059 with flag 985003/985003
1101.81/1099.08	c cleaning 10007 clauses out of 20058 with flag 995002/995002
1110.73/1107.94	c cleaning 10003 clauses out of 20051 with flag 1005002/1005002
1119.45/1116.68	c cleaning 10004 clauses out of 20046 with flag 1015000/1015000
1125.28/1122.49	c cleaning 10005 clauses out of 20046 with flag 1025004/1025004
1131.60/1128.77	c cleaning 9997 clauses out of 20037 with flag 1035000/1035000
1136.93/1134.03	c cleaning 10001 clauses out of 20040 with flag 1045000/1045000
1142.55/1139.68	c cleaning 9999 clauses out of 20039 with flag 1055000/1055000
1148.06/1145.18	c cleaning 10000 clauses out of 20041 with flag 1065001/1065001
1154.26/1151.39	c cleaning 9961 clauses out of 20045 with flag 1075005/1075005
1166.87/1163.92	c cleaning 9995 clauses out of 20082 with flag 1085003/1085003
1182.01/1179.03	c cleaning 9992 clauses out of 20086 with flag 1095002/1095002
1196.25/1193.20	c cleaning 9992 clauses out of 20092 with flag 1105000/1105000
1211.08/1208.09	c cleaning 10006 clauses out of 20101 with flag 1115001/1115001
1226.33/1223.23	c cleaning 10001 clauses out of 20096 with flag 1125002/1125002
1242.15/1239.08	c cleaning 9999 clauses out of 20094 with flag 1135001/1135001
1258.57/1255.41	c cleaning 10001 clauses out of 20095 with flag 1145001/1145001
1274.61/1271.44	c cleaning 9996 clauses out of 20093 with flag 1155000/1155000
1289.15/1285.96	c cleaning 10001 clauses out of 20097 with flag 1165000/1165000
1305.26/1302.01	c cleaning 10004 clauses out of 20099 with flag 1175003/1175003
1317.28/1314.08	c cleaning 10019 clauses out of 20093 with flag 1185001/1185001
1332.60/1329.33	c cleaning 10017 clauses out of 20075 with flag 1195002/1195002
1350.14/1346.81	c cleaning 9993 clauses out of 20062 with flag 1205006/1205006
1368.98/1365.68	c cleaning 10008 clauses out of 20064 with flag 1215001/1215001
1388.61/1385.21	c cleaning 10000 clauses out of 20057 with flag 1225002/1225002
1408.35/1404.94	c cleaning 9993 clauses out of 20056 with flag 1235001/1235001
1427.19/1423.73	c cleaning 10009 clauses out of 20062 with flag 1245000/1245000
1444.11/1440.62	c cleaning 9995 clauses out of 20053 with flag 1255000/1255000
1458.53/1455.08	c cleaning 10003 clauses out of 20067 with flag 1265009/1265009
1474.55/1471.06	c cleaning 10004 clauses out of 20055 with flag 1275000/1275000
1491.28/1487.79	c cleaning 10007 clauses out of 20051 with flag 1285000/1285000
1506.00/1502.42	c cleaning 9997 clauses out of 20045 with flag 1295001/1295001
1526.92/1523.31	c cleaning 9995 clauses out of 20048 with flag 1305001/1305001
1545.23/1541.61	c cleaning 9997 clauses out of 20053 with flag 1315001/1315001
1562.27/1558.69	c cleaning 10004 clauses out of 20055 with flag 1325000/1325000
1568.79/1565.17	c cleaning 9979 clauses out of 20054 with flag 1335003/1335003
1575.40/1571.79	c cleaning 9981 clauses out of 20073 with flag 1345001/1345001
1582.82/1579.13	c cleaning 9996 clauses out of 20096 with flag 1355005/1355005
1593.83/1590.14	c cleaning 10014 clauses out of 20098 with flag 1365003/1365003
1607.57/1603.86	c cleaning 10008 clauses out of 20086 with flag 1375005/1375005
1620.58/1616.82	c cleaning 10011 clauses out of 20073 with flag 1385000/1385000
1626.81/1623.02	c cleaning 10006 clauses out of 20063 with flag 1395001/1395001
1635.14/1631.37	c cleaning 10002 clauses out of 20056 with flag 1405000/1405000
1640.55/1636.74	c cleaning 9994 clauses out of 20054 with flag 1415000/1415000
1649.96/1646.17	c cleaning 10001 clauses out of 20060 with flag 1425000/1425000
1659.58/1655.74	c cleaning 10003 clauses out of 20059 with flag 1435000/1435000
1668.30/1664.47	c cleaning 10006 clauses out of 20057 with flag 1445001/1445001
1677.73/1673.85	c cleaning 9999 clauses out of 20050 with flag 1455000/1455000
1683.95/1680.04	c cleaning 9999 clauses out of 20053 with flag 1465002/1465002
1688.77/1684.87	c cleaning 10006 clauses out of 20059 with flag 1475007/1475007
1694.18/1690.29	c cleaning 9992 clauses out of 20046 with flag 1485000/1485000
1700.00/1696.02	c cleaning 10009 clauses out of 20059 with flag 1495005/1495005
1705.41/1701.45	c cleaning 9994 clauses out of 20046 with flag 1505001/1505001
1711.14/1707.18	c cleaning 9997 clauses out of 20054 with flag 1515003/1515003
1716.66/1712.70	c cleaning 9942 clauses out of 20056 with flag 1525002/1525002
1732.96/1728.98	c cleaning 9984 clauses out of 20113 with flag 1535001/1535001
1749.60/1745.56	c cleaning 10002 clauses out of 20128 with flag 1545000/1545000
1764.05/1759.95	c cleaning 9983 clauses out of 20126 with flag 1555000/1555000
1777.78/1773.63	c cleaning 9989 clauses out of 20143 with flag 1565000/1565000
1794.10/1789.92	c cleaning 10059 clauses out of 20155 with flag 1575001/1575001
1800.05/1795.82	c starts		: 208
1800.05/1795.82	c conflicts		: 1579004
1800.05/1795.82	c decisions		: 3239181
1800.05/1795.82	c propagations		: 79358561
1800.05/1795.82	c inspects		: 2065246281
1800.05/1795.82	c shortcuts		: 0
1800.05/1795.82	c learnt literals	: 0
1800.05/1795.82	c learnt binary clauses	: 0
1800.05/1795.82	c learnt ternary clauses	: 0
1800.05/1795.82	c learnt constraints	: 1579003
1800.05/1795.82	c ignored constraints	: 0
1800.05/1795.82	c root simplifications	: 0
1800.05/1795.82	c removed literals (reason simplification)	: 10113017
1800.05/1795.82	c reason swapping (by a shorter reason)	: 0
1800.05/1795.82	c Calls to reduceDB	: 159
1800.05/1795.82	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.82	c number of learned constraints concerned by reduction	: 0
1800.05/1795.82	c number of learning phase by resolution	: 0
1800.05/1795.82	c number of learning phase by cutting planes	: 0
1800.05/1795.82	c speed (assignments/second)	: 44198.75822406437
1800.05/1795.82	c non guided choices	385021
1800.05/1795.83	c learnt constraints type 
1800.05/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14100
1800.05/1795.83	c constraints type 
1800.05/1795.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
1800.05/1795.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.05/1795.83	s UNKNOWN
1800.05/1795.83	c Total wall clock time (in seconds): 1795.717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459624-1307152553/watcher-3459624-1307152553 -o /tmp/evaluation-result-3459624-1307152553/solver-3459624-1307152553 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459624-1307152553.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.00 2/479 19091
/proc/meminfo: memFree=28569136/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 1808 0 1 0 0 0 0 0 25 0 2 0 826853314 13833195520 1510 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3377245 1523 906 9 0 3368401 0
[pid=19091/tid=19092] ppid=19089 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 4318 0 1 0 0 0 0 0 25 0 2 0 826853315 13850947584 5134 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.057729 s]
/proc/loadavg: 2.07 2.03 2.00 2/479 19091
/proc/meminfo: memFree=28569136/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 13931 0 1 0 3 1 0 0 25 0 13 0 826853314 13874806784 13627 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3387404 13627 1684 9 0 3378152 0
[pid=19091/tid=19092] ppid=19089 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 12784 0 1 0 3 1 0 0 25 0 13 0 826853315 13874806784 13627 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228122709861 0 2147483391 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.105186 s]
/proc/loadavg: 2.07 2.03 2.00 2/479 19091
/proc/meminfo: memFree=28569136/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13621952 CPUtime=0.1 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 15523 0 1 0 9 1 0 0 25 0 18 0 826853314 13948878848 15208 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3405488 15208 2092 9 0 3396222 0
[pid=19091/tid=19092] ppid=19089 vsize=13621952 CPUtime=0.08 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 13594 0 1 0 7 1 0 0 18 0 18 0 826853315 13948878848 15209 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621952

[startup+0.332566 s]
/proc/loadavg: 2.07 2.03 2.00 2/479 19091
/proc/meminfo: memFree=28569136/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13626572 CPUtime=0.62 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 22965 0 1 0 59 3 0 0 25 0 18 0 826853314 13953609728 21493 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406643 21494 2211 9 0 3397377 0
[pid=19091/tid=19092] ppid=19089 vsize=13626572 CPUtime=0.31 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 18087 0 1 0 29 2 0 0 18 0 18 0 826853315 13953609728 21494 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13626572

[startup+0.701073 s]
/proc/loadavg: 2.07 2.03 2.00 2/479 19091
/proc/meminfo: memFree=28569136/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=1.37 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 25474 0 1 0 134 3 0 0 25 0 19 0 826853314 13954662400 22303 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 22303 2225 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=0.68 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 18742 0 1 0 66 2 0 0 19 0 19 0 826853315 13954662400 22303 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505826311 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13627600

[startup+1.5009 s]
/proc/loadavg: 2.07 2.03 2.00 3/498 19110
/proc/meminfo: memFree=28485728/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=2.18 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 26304 0 1 0 214 4 0 0 25 0 19 0 826853314 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 23132 2225 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=1.48 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 19571 0 1 0 146 2 0 0 21 0 19 0 826853315 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505731159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853317 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 826853318 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826853319 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826853319 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.33 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2403 0 0 0 33 0 0 0 16 0 19 0 826853321 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.34 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3169 0 0 0 34 0 0 0 16 0 19 0 826853321 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 23132 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13627600

[startup+3.10163 s]
/proc/loadavg: 2.07 2.03 2.00 3/498 19110
/proc/meminfo: memFree=28480272/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=3.81 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 31482 0 1 0 377 4 0 0 25 0 19 0 826853314 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 28304 2252 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=3.06 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 21365 0 1 0 303 3 0 0 25 0 19 0 826853315 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505787674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 768 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=0.01 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 1681 0 0 0 1 0 0 0 15 0 19 0 826853318 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.35 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2408 0 0 0 35 0 0 0 15 0 19 0 826853321 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.36 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3175 0 0 0 36 0 0 0 16 0 19 0 826853321 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 28304 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 13627600

[startup+6.30106 s]
/proc/loadavg: 2.06 2.03 2.00 3/498 19110
/proc/meminfo: memFree=28462160/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=7.06 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 35240 0 1 0 701 5 0 0 25 0 19 0 826853314 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 31937 2252 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=6.23 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 21367 0 1 0 620 3 0 0 25 0 19 0 826853315 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505787810 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 2186 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 1657 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 768 0 0 0 0 0 0 0 18 0 19 0 826853317 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=0.03 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 2518 0 0 0 3 0 0 0 15 0 19 0 826853318 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.37 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2411 0 0 0 37 0 0 0 16 0 19 0 826853321 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.37 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3177 0 0 0 37 0 0 0 15 0 19 0 826853321 13954662400 31937 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0

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

[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0.57 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 2681 0 0 0 57 0 0 0 16 0 19 0 826853317 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0.52 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 3328 0 0 0 52 0 0 0 16 0 19 0 826853317 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0.62 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 10878 0 0 0 60 2 0 0 15 0 19 0 826853317 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=6.3 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 17670 0 0 0 625 5 0 0 15 0 19 0 826853318 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2421 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3633 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 107032 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.2
Current children cumulated vsize (KiB) 13627600

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/498 19682
/proc/meminfo: memFree=28159156/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=1726.36 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 111635 0 1 0 172614 22 0 0 25 0 19 0 826853314 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 107535 2253 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=1714.03 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 40569 0 1 0 171396 7 0 0 25 0 19 0 826853315 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505776285 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0.56 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 5367 0 0 0 55 1 0 0 16 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0.64 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 7861 0 0 0 63 1 0 0 16 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0.53 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 4800 0 0 0 53 0 0 0 16 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0.62 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 5457 0 0 0 62 0 0 0 15 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0.53 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 5220 0 0 0 53 0 0 0 16 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0.59 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 2692 0 0 0 59 0 0 0 15 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0.54 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 3333 0 0 0 54 0 0 0 15 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0.66 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 10880 0 0 0 64 2 0 0 15 0 19 0 826853317 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=6.76 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 18155 0 0 0 671 5 0 0 15 0 19 0 826853318 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2421 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3633 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 107535 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.36
Current children cumulated vsize (KiB) 13627600

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/498 19683
/proc/meminfo: memFree=28156768/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=1786.5 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 111688 0 1 0 178628 22 0 0 25 0 19 0 826853314 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 107578 2253 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=1773.77 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 40573 0 1 0 177370 7 0 0 25 0 19 0 826853315 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505713704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0.57 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 5367 0 0 0 56 1 0 0 15 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0.68 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 7864 0 0 0 67 1 0 0 15 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0.55 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 4800 0 0 0 55 0 0 0 15 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0.64 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 5457 0 0 0 64 0 0 0 16 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0.54 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 5220 0 0 0 54 0 0 0 16 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0.6 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 2692 0 0 0 60 0 0 0 16 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0.59 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 3333 0 0 0 59 0 0 0 16 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0.67 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 10880 0 0 0 65 2 0 0 15 0 19 0 826853317 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=6.96 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 18197 0 0 0 691 5 0 0 15 0 19 0 826853318 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2421 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3633 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 107578 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 13627600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/498 19684
/proc/meminfo: memFree=28156636/32951124 swapFree=41830676/67111528
[pid=19091] ppid=19089 vsize=13627600 CPUtime=1800.05 cores=0,2,4,6
/proc/19091/stat : 19091 (java) S 19089 19091 16141 0 -1 4202496 111713 0 1 0 179983 22 0 0 25 0 19 0 826853314 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19091/statm: 3406900 107600 2253 9 0 3397634 0
[pid=19091/tid=19092] ppid=19089 vsize=13627600 CPUtime=1787.23 cores=0,2,4,6
/proc/19091/task/19092/stat : 19092 (java) R 19089 19091 16141 0 -1 4202560 40574 0 1 0 178716 7 0 0 25 0 19 0 826853315 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 46912505713823 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19091/tid=19094] ppid=19089 vsize=13627600 CPUtime=0.57 cores=0,2,4,6
/proc/19091/task/19094/stat : 19094 (java) S 19089 19091 16141 0 -1 4202560 5367 0 0 0 56 1 0 0 15 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19095] ppid=19089 vsize=13627600 CPUtime=0.69 cores=0,2,4,6
/proc/19091/task/19095/stat : 19095 (java) S 19089 19091 16141 0 -1 4202560 7864 0 0 0 68 1 0 0 16 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19096] ppid=19089 vsize=13627600 CPUtime=0.55 cores=0,2,4,6
/proc/19091/task/19096/stat : 19096 (java) S 19089 19091 16141 0 -1 4202560 4800 0 0 0 55 0 0 0 15 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19097] ppid=19089 vsize=13627600 CPUtime=0.64 cores=0,2,4,6
/proc/19091/task/19097/stat : 19097 (java) S 19089 19091 16141 0 -1 4202560 5457 0 0 0 64 0 0 0 15 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19098] ppid=19089 vsize=13627600 CPUtime=0.54 cores=0,2,4,6
/proc/19091/task/19098/stat : 19098 (java) S 19089 19091 16141 0 -1 4202560 5220 0 0 0 54 0 0 0 15 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19099] ppid=19089 vsize=13627600 CPUtime=0.61 cores=0,2,4,6
/proc/19091/task/19099/stat : 19099 (java) S 19089 19091 16141 0 -1 4202560 2692 0 0 0 61 0 0 0 16 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19100] ppid=19089 vsize=13627600 CPUtime=0.6 cores=0,2,4,6
/proc/19091/task/19100/stat : 19100 (java) S 19089 19091 16141 0 -1 4202560 3333 0 0 0 60 0 0 0 16 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
[pid=19091/tid=19101] ppid=19089 vsize=13627600 CPUtime=0.68 cores=0,2,4,6
/proc/19091/task/19101/stat : 19101 (java) S 19089 19091 16141 0 -1 4202560 10880 0 0 0 66 2 0 0 16 0 19 0 826853317 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19102] ppid=19089 vsize=13627600 CPUtime=7.01 cores=0,2,4,6
/proc/19091/task/19102/stat : 19102 (java) S 19089 19091 16141 0 -1 4202560 18221 0 0 0 696 5 0 0 15 0 19 0 826853318 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 0 0 16800975 18446604440301201216 0 0 -1 4 0 0 0
[pid=19091/tid=19103] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19103/stat : 19103 (java) S 19089 19091 16141 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19104] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19104/stat : 19104 (java) S 19089 19091 16141 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826853319 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19105] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19105/stat : 19105 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134537649 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19106] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19106/stat : 19106 (java) S 19089 19091 16141 0 -1 4202560 2421 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19107] ppid=19089 vsize=13627600 CPUtime=0.4 cores=0,2,4,6
/proc/19091/task/19107/stat : 19107 (java) S 19089 19091 16141 0 -1 4202560 3633 0 0 0 40 0 0 0 15 0 19 0 826853321 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19108] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19108/stat : 19108 (java) S 19089 19091 16141 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826853321 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134529945 0 4 0 16800975 18446604440301201216 0 0 -1 6 0 0 0
[pid=19091/tid=19109] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19109/stat : 19109 (java) S 19089 19091 16141 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 826853321 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 2 0 0 0
[pid=19091/tid=19110] ppid=19089 vsize=13627600 CPUtime=0 cores=0,2,4,6
/proc/19091/task/19110/stat : 19110 (java) S 19089 19091 16141 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826853349 13954662400 107600 33554432000 1073741824 1073778376 140736557870992 18446744073709551615 228134530560 0 4 0 16800975 18446604440301201216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13627600

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

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

Child status: 143
Real time (s): 1795.86
CPU time (s): 1800.12
CPU user time (s): 1799.87
CPU system time (s): 0.249962
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 13627600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111750
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= 41432
involuntary context switches= 9244

runsolver used 9.06062 second user time and 18.4052 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 03:55:53
IDJOB=3459624
IDBENCH=2584
IDSOLVER=1952
FILE ID=node138/3459624-1307152553
RUNJOBID= node138-1307147045-18193
PBS_JOBID= 13508778
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459624-1307152553/watcher-3459624-1307152553 -o /tmp/evaluation-result-3459624-1307152553/solver-3459624-1307152553 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459624-1307152553.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=994900954

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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:      28569292 kB
Buffers:        309176 kB
Cached:        1085748 kB
SwapCached:      44568 kB
Active:        2288376 kB
Inactive:      1803788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28569292 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:     2663712 kB
Mapped:          24804 kB
Slab:           128164 kB
PageTables:      92920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144081988 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= 73668 MiB
End job on node138 at 2011-06-04 04:25:51