Trace number 3459864

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.13 1798.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6013_2-unsat.opb
MD5SUMc3eb9faf1d58b30f1971366448425ca3
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 benchmark15.1277
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12322
Total number of constraints38967
Number of constraints which are clauses38567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints400
Minimum length of a constraint1
Maximum length of a constraint60
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 394
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459864-1307169443.opb
0.10/0.11	c reading problem ... 
1.15/0.61	c ... done. Wall clock time 0.498s.
1.15/0.61	c #vars     12322
1.15/0.61	c #constraints  35537
1.15/0.61	c constraints type 
1.15/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
1.15/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
1.15/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 400
2.97/2.03	c cleaning 2491 clauses out of 4999 with flag 5000/5000
4.49/3.42	c cleaning 4243 clauses out of 8508 with flag 11000/11000
6.20/5.15	c cleaning 5615 clauses out of 11265 with flag 18000/18000
8.21/7.14	c cleaning 6824 clauses out of 13650 with flag 26000/26000
10.46/9.32	c cleaning 7899 clauses out of 15827 with flag 35001/35001
13.28/12.17	c cleaning 8957 clauses out of 17928 with flag 45001/45001
16.06/14.94	c cleaning 9984 clauses out of 19971 with flag 56001/56001
19.16/18.01	c cleaning 10990 clauses out of 21986 with flag 68000/68000
22.27/21.19	c cleaning 11993 clauses out of 23997 with flag 81001/81001
25.87/24.74	c cleaning 12982 clauses out of 26005 with flag 95002/95002
29.58/28.43	c cleaning 14000 clauses out of 28021 with flag 110000/110000
33.58/32.44	c cleaning 15001 clauses out of 30021 with flag 126000/126000
37.98/36.84	c cleaning 16003 clauses out of 32022 with flag 143002/143002
43.08/41.99	c cleaning 16998 clauses out of 34017 with flag 161000/161000
48.90/47.75	c cleaning 18008 clauses out of 36019 with flag 180000/180000
54.70/53.50	c cleaning 18987 clauses out of 38013 with flag 200002/200002
61.10/59.98	c cleaning 19997 clauses out of 40027 with flag 221003/221003
67.71/66.51	c cleaning 20982 clauses out of 42028 with flag 243001/243001
75.01/73.85	c cleaning 22019 clauses out of 44047 with flag 266002/266002
82.54/81.34	c cleaning 22994 clauses out of 46027 with flag 290001/290001
89.32/88.17	c cleaning 23996 clauses out of 48032 with flag 315000/315000
98.53/97.38	c cleaning 24984 clauses out of 50039 with flag 341003/341003
107.43/106.29	c cleaning 26017 clauses out of 52053 with flag 368001/368001
116.76/115.59	c cleaning 27014 clauses out of 54035 with flag 396000/396000
126.25/125.08	c cleaning 28010 clauses out of 56025 with flag 425004/425004
135.65/134.48	c cleaning 28994 clauses out of 58011 with flag 455000/455000
146.48/145.26	c cleaning 29985 clauses out of 60017 with flag 486000/486000
157.87/156.68	c cleaning 30986 clauses out of 62032 with flag 518000/518000
169.27/168.04	c cleaning 32007 clauses out of 64046 with flag 551000/551000
181.98/180.71	c cleaning 33006 clauses out of 66040 with flag 585001/585001
194.09/192.89	c cleaning 33999 clauses out of 68033 with flag 620000/620000
206.79/205.51	c cleaning 34509 clauses out of 69034 with flag 655000/655000
219.70/218.40	c cleaning 34744 clauses out of 69525 with flag 690000/690000
233.33/232.04	c cleaning 34881 clauses out of 69781 with flag 725000/725000
246.12/244.85	c cleaning 34914 clauses out of 69904 with flag 760004/760004
258.52/257.25	c cleaning 34988 clauses out of 69987 with flag 795001/795001
270.43/269.19	c cleaning 34984 clauses out of 69998 with flag 830000/830000
283.24/281.97	c cleaning 34993 clauses out of 70014 with flag 865000/865000
296.44/295.18	c cleaning 35005 clauses out of 70023 with flag 900002/900002
309.14/307.84	c cleaning 35002 clauses out of 70016 with flag 935000/935000
321.75/320.40	c cleaning 34995 clauses out of 70015 with flag 970001/970001
335.35/334.08	c cleaning 34998 clauses out of 70022 with flag 1005003/1005003
349.36/348.02	c cleaning 35002 clauses out of 70022 with flag 1040001/1040001
364.16/362.89	c cleaning 34976 clauses out of 70020 with flag 1075001/1075001
377.77/376.46	c cleaning 35009 clauses out of 70043 with flag 1110000/1110000
392.08/390.72	c cleaning 34993 clauses out of 70036 with flag 1145002/1145002
406.88/405.52	c cleaning 35006 clauses out of 70041 with flag 1180000/1180000
420.69/419.36	c cleaning 34995 clauses out of 70035 with flag 1215000/1215000
434.71/433.34	c cleaning 35007 clauses out of 70040 with flag 1250000/1250000
449.02/447.66	c cleaning 35003 clauses out of 70033 with flag 1285000/1285000
461.71/460.39	c cleaning 34990 clauses out of 70030 with flag 1320000/1320000
473.91/472.57	c cleaning 35014 clauses out of 70040 with flag 1355000/1355000
487.54/486.19	c cleaning 35000 clauses out of 70029 with flag 1390003/1390003
499.74/498.38	c cleaning 35004 clauses out of 70026 with flag 1425000/1425000
513.95/512.59	c cleaning 34996 clauses out of 70022 with flag 1460000/1460000
528.83/527.45	c cleaning 34997 clauses out of 70027 with flag 1495001/1495001
542.44/541.09	c cleaning 34996 clauses out of 70030 with flag 1530001/1530001
556.64/555.25	c cleaning 35006 clauses out of 70034 with flag 1565001/1565001
571.35/569.95	c cleaning 35003 clauses out of 70031 with flag 1600004/1600004
585.35/584.01	c cleaning 34990 clauses out of 70024 with flag 1635000/1635000
599.16/597.76	c cleaning 34976 clauses out of 70034 with flag 1670000/1670000
613.37/611.92	c cleaning 34998 clauses out of 70058 with flag 1705000/1705000
627.29/625.89	c cleaning 34981 clauses out of 70060 with flag 1740000/1740000
641.17/639.70	c cleaning 35029 clauses out of 70080 with flag 1775001/1775001
656.08/654.65	c cleaning 34998 clauses out of 70051 with flag 1810001/1810001
671.18/669.80	c cleaning 35009 clauses out of 70052 with flag 1845000/1845000
686.39/684.99	c cleaning 34984 clauses out of 70044 with flag 1880001/1880001
702.40/700.96	c cleaning 34991 clauses out of 70061 with flag 1915002/1915002
717.53/716.07	c cleaning 35006 clauses out of 70068 with flag 1950000/1950000
732.42/730.90	c cleaning 35014 clauses out of 70062 with flag 1985000/1985000
745.82/744.33	c cleaning 35004 clauses out of 70048 with flag 2020000/2020000
760.24/758.70	c cleaning 35013 clauses out of 70046 with flag 2055002/2055002
774.14/772.66	c cleaning 35012 clauses out of 70033 with flag 2090002/2090002
788.64/787.17	c cleaning 34998 clauses out of 70019 with flag 2125000/2125000
803.25/801.73	c cleaning 34994 clauses out of 70021 with flag 2160000/2160000
817.45/815.94	c cleaning 35001 clauses out of 70027 with flag 2195000/2195000
832.66/831.12	c cleaning 35006 clauses out of 70026 with flag 2230000/2230000
849.46/847.93	c cleaning 34996 clauses out of 70020 with flag 2265000/2265000
864.07/862.51	c cleaning 34980 clauses out of 70024 with flag 2300000/2300000
878.87/877.38	c cleaning 34999 clauses out of 70044 with flag 2335000/2335000
893.70/892.17	c cleaning 34993 clauses out of 70046 with flag 2370001/2370001
908.68/907.19	c cleaning 34983 clauses out of 70052 with flag 2405000/2405000
922.09/920.56	c cleaning 35032 clauses out of 70072 with flag 2440003/2440003
936.61/935.07	c cleaning 35008 clauses out of 70038 with flag 2475001/2475001
951.10/949.57	c cleaning 35004 clauses out of 70031 with flag 2510002/2510002
966.01/964.49	c cleaning 34998 clauses out of 70025 with flag 2545000/2545000
980.31/978.76	c cleaning 34995 clauses out of 70027 with flag 2580000/2580000
995.21/993.65	c cleaning 34996 clauses out of 70032 with flag 2615000/2615000
1010.24/1008.63	c cleaning 35002 clauses out of 70037 with flag 2650001/2650001
1024.22/1022.66	c cleaning 35006 clauses out of 70035 with flag 2685001/2685001
1037.53/1035.96	c cleaning 35002 clauses out of 70028 with flag 2720000/2720000
1051.54/1049.90	c cleaning 34993 clauses out of 70026 with flag 2755000/2755000
1065.74/1064.12	c cleaning 35002 clauses out of 70033 with flag 2790000/2790000
1080.54/1078.95	c cleaning 34995 clauses out of 70031 with flag 2825000/2825000
1094.45/1092.80	c cleaning 34984 clauses out of 70036 with flag 2860000/2860000
1109.06/1107.48	c cleaning 35016 clauses out of 70054 with flag 2895002/2895002
1123.27/1121.64	c cleaning 35003 clauses out of 70036 with flag 2930000/2930000
1137.77/1136.19	c cleaning 35000 clauses out of 70033 with flag 2965000/2965000
1151.50/1149.82	c cleaning 35012 clauses out of 70034 with flag 3000001/3000001
1164.50/1162.84	c cleaning 34980 clauses out of 70022 with flag 3035001/3035001
1178.20/1176.59	c cleaning 35014 clauses out of 70042 with flag 3070001/3070001
1192.01/1190.39	c cleaning 34976 clauses out of 70027 with flag 3105000/3105000
1205.91/1204.26	c cleaning 35018 clauses out of 70051 with flag 3140000/3140000
1221.22/1219.53	c cleaning 35010 clauses out of 70036 with flag 3175003/3175003
1235.52/1233.87	c cleaning 35007 clauses out of 70026 with flag 3210003/3210003
1250.03/1248.33	c cleaning 34991 clauses out of 70016 with flag 3245000/3245000
1264.55/1262.85	c cleaning 34993 clauses out of 70026 with flag 3280001/3280001
1278.76/1277.05	c cleaning 34994 clauses out of 70035 with flag 3315003/3315003
1292.74/1291.03	c cleaning 34994 clauses out of 70039 with flag 3350001/3350001
1307.37/1305.67	c cleaning 34995 clauses out of 70044 with flag 3385000/3385000
1320.95/1319.20	c cleaning 34982 clauses out of 70049 with flag 3420000/3420000
1334.35/1332.68	c cleaning 35023 clauses out of 70067 with flag 3455000/3455000
1348.18/1346.43	c cleaning 34998 clauses out of 70043 with flag 3490000/3490000
1363.06/1361.35	c cleaning 35002 clauses out of 70046 with flag 3525001/3525001
1377.97/1376.22	c cleaning 34991 clauses out of 70043 with flag 3560000/3560000
1393.20/1391.43	c cleaning 35002 clauses out of 70054 with flag 3595002/3595002
1407.28/1405.57	c cleaning 35012 clauses out of 70052 with flag 3630002/3630002
1422.59/1420.80	c cleaning 34964 clauses out of 70038 with flag 3665000/3665000
1436.59/1434.81	c cleaning 35029 clauses out of 70077 with flag 3700003/3700003
1451.80/1450.00	c cleaning 35011 clauses out of 70046 with flag 3735001/3735001
1468.12/1466.35	c cleaning 35010 clauses out of 70035 with flag 3770001/3770001
1483.31/1481.58	c cleaning 34992 clauses out of 70024 with flag 3805000/3805000
1498.71/1497.01	c cleaning 35014 clauses out of 70034 with flag 3840002/3840002
1514.12/1512.33	c cleaning 35000 clauses out of 70019 with flag 3875001/3875001
1530.53/1528.75	c cleaning 34993 clauses out of 70019 with flag 3910001/3910001
1547.25/1545.52	c cleaning 34977 clauses out of 70025 with flag 3945000/3945000
1563.24/1561.46	c cleaning 34998 clauses out of 70048 with flag 3980000/3980000
1579.17/1577.34	c cleaning 35012 clauses out of 70051 with flag 4015001/4015001
1593.05/1591.23	c cleaning 35000 clauses out of 70038 with flag 4050000/4050000
1606.96/1605.19	c cleaning 35003 clauses out of 70038 with flag 4085000/4085000
1620.98/1619.15	c cleaning 35006 clauses out of 70036 with flag 4120001/4120001
1635.47/1633.66	c cleaning 34995 clauses out of 70029 with flag 4155000/4155000
1650.47/1648.64	c cleaning 35000 clauses out of 70034 with flag 4190000/4190000
1665.28/1663.48	c cleaning 35013 clauses out of 70034 with flag 4225000/4225000
1680.78/1678.95	c cleaning 35004 clauses out of 70025 with flag 4260004/4260004
1694.89/1693.07	c cleaning 34985 clauses out of 70017 with flag 4295000/4295000
1708.59/1706.75	c cleaning 34983 clauses out of 70032 with flag 4330000/4330000
1722.90/1721.01	c cleaning 34981 clauses out of 70051 with flag 4365002/4365002
1737.62/1735.80	c cleaning 35009 clauses out of 70068 with flag 4400000/4400000
1752.61/1750.72	c cleaning 35011 clauses out of 70059 with flag 4435000/4435000
1766.91/1765.05	c cleaning 34999 clauses out of 70049 with flag 4470001/4470001
1781.32/1779.48	c cleaning 34998 clauses out of 70051 with flag 4505002/4505002
1794.95/1793.08	c cleaning 35014 clauses out of 70054 with flag 4540003/4540003
1800.05/1798.12	c starts		: 266
1800.05/1798.12	c conflicts		: 4551978
1800.05/1798.12	c decisions		: 5687782
1800.05/1798.12	c propagations		: 2830385548
1800.05/1798.12	c inspects		: 15400022989
1800.05/1798.12	c shortcuts		: 0
1800.05/1798.12	c learnt literals	: 2
1800.05/1798.12	c learnt binary clauses	: 25
1800.05/1798.12	c learnt ternary clauses	: 2104
1800.05/1798.12	c learnt constraints	: 4551976
1800.05/1798.12	c ignored constraints	: 0
1800.05/1798.12	c root simplifications	: 0
1800.05/1798.12	c removed literals (reason simplification)	: 105541515
1800.05/1798.12	c reason swapping (by a shorter reason)	: 0
1800.05/1798.12	c Calls to reduceDB	: 143
1800.05/1798.12	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.12	c number of learned constraints concerned by reduction	: 0
1800.05/1798.12	c number of learning phase by resolution	: 0
1800.05/1798.12	c number of learning phase by cutting planes	: 0
1800.05/1798.12	c speed (assignments/second)	: 1574609.799857136
1800.05/1798.12	c non guided choices	156
1800.05/1798.14	c learnt constraints type 
1800.05/1798.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
1800.05/1798.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47036
1800.05/1798.14	c constraints type 
1800.05/1798.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
1800.05/1798.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
1800.05/1798.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 400
1800.05/1798.14	s UNKNOWN
1800.05/1798.14	c Total wall clock time (in seconds): 1798.035

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.57 2.16 2.04 2/568 30787
/proc/meminfo: memFree=20626552/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 9533 0 1 0 0 1 0 0 25 0 2 0 828544702 13850947584 9236 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3381579 9250 917 9 0 3372735 0
[pid=30787/tid=30788] ppid=30785 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 8483 0 1 0 0 0 0 0 25 0 2 0 828544703 13850947584 9299 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.034112 s]
/proc/loadavg: 2.57 2.16 2.04 2/568 30787
/proc/meminfo: memFree=20626552/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 13315 0 1 0 1 1 0 0 25 0 10 0 828544702 13861900288 13015 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3384253 13016 1515 9 0 3375001 0
[pid=30787/tid=30788] ppid=30785 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 12195 0 1 0 1 1 0 0 25 0 10 0 828544703 13861900288 13016 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652686283 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.101101 s]
/proc/loadavg: 2.57 2.16 2.04 2/568 30787
/proc/meminfo: memFree=20626552/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13622272 CPUtime=0.1 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 15537 0 1 0 8 2 0 0 25 0 18 0 828544702 13949206528 15235 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3405568 15239 2092 9 0 3396302 0
[pid=30787/tid=30788] ppid=30785 vsize=13622272 CPUtime=0.09 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 13641 0 1 0 7 2 0 0 18 0 18 0 828544703 13949206528 15240 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912496197392 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622272

[startup+0.303714 s]
/proc/loadavg: 2.57 2.16 2.04 2/568 30787
/proc/meminfo: memFree=20626552/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13626008 CPUtime=0.49 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 19395 0 1 0 47 2 0 0 25 0 18 0 828544702 13953032192 18480 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3406502 18481 2201 9 0 3397236 0
[pid=30787/tid=30788] ppid=30785 vsize=13626008 CPUtime=0.29 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 15648 0 1 0 27 2 0 0 18 0 18 0 828544703 13953032192 18481 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13626008

[startup+0.700993 s]
/proc/loadavg: 2.57 2.16 2.04 2/568 30787
/proc/meminfo: memFree=20626552/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13630656 CPUtime=1.45 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 43814 0 1 0 140 5 0 0 25 0 19 0 828544702 13957791744 40111 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407664 40111 2231 9 0 3398398 0
[pid=30787/tid=30788] ppid=30785 vsize=13630656 CPUtime=0.68 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34507 0 1 0 65 3 0 0 19 0 19 0 828544703 13957791744 40111 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505199175 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13630656

[startup+1.50084 s]
/proc/loadavg: 2.57 2.16 2.04 3/587 30806
/proc/meminfo: memFree=20472536/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=2.44 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 44321 0 1 0 239 5 0 0 25 0 19 0 828544702 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 40617 2235 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=1.48 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34678 0 1 0 145 3 0 0 20 0 19 0 828544703 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505915135 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544705 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 828544706 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828544706 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828544706 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.45 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5214 0 0 0 45 0 0 0 15 0 19 0 828544708 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.48 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3268 0 0 0 48 0 0 0 15 0 19 0 828544708 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 40617 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 13631464

[startup+3.10056 s]
/proc/loadavg: 2.57 2.16 2.04 3/587 30806
/proc/meminfo: memFree=20459256/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=4.15 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 47283 0 1 0 409 6 0 0 25 0 19 0 828544702 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 43568 2263 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=3.04 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34798 0 1 0 301 3 0 0 25 0 19 0 828544703 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505831964 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 366 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 528 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 520 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=0.02 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 1418 0 0 0 2 0 0 0 16 0 19 0 828544706 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.49 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 49 0 0 0 15 0 19 0 828544708 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.53 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3272 0 0 0 53 0 0 0 15 0 19 0 828544708 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 43568 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 13631464

[startup+6.30097 s]
/proc/loadavg: 2.52 2.15 2.04 3/587 30806
/proc/meminfo: memFree=20456676/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=7.41 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 47820 0 1 0 735 6 0 0 25 0 19 0 828544702 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 44101 2263 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=6.19 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34803 0 1 0 616 3 0 0 23 0 19 0 828544703 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505909495 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 367 0 0 0 0 0 0 0 18 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 528 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 520 0 0 0 0 0 0 0 15 0 19 0 828544705 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=0.07 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 1670 0 0 0 7 0 0 0 15 0 19 0 828544706 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.53 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 53 0 0 0 15 0 19 0 828544708 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.55 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3272 0 0 0 55 0 0 0 15 0 19 0 828544708 13958619136 44101 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0

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

[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0.16 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 595 0 0 0 16 0 0 0 16 0 19 0 828544705 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 602 0 0 0 18 0 0 0 16 0 19 0 828544705 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0.17 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 897 0 0 0 17 0 0 0 15 0 19 0 828544705 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=5.19 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 5441 0 0 0 517 2 0 0 15 0 19 0 828544706 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.54 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 54 0 0 0 15 0 19 0 828544708 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.61 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3280 0 0 0 61 0 0 0 15 0 19 0 828544708 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 49596 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.2
Current children cumulated vsize (KiB) 13631464

[startup+1782.3 s]
/proc/loadavg: 1.85 1.99 1.99 2/563 30885
/proc/meminfo: memFree=20957216/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=1784.23 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 53687 0 1 0 178412 11 0 0 25 0 19 0 828544702 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 49623 2264 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=1776.33 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34942 0 1 0 177629 4 0 0 25 0 19 0 828544703 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505909495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0.15 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 357 0 0 0 15 0 0 0 16 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 537 0 0 0 18 0 0 0 16 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0.16 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 433 0 0 0 16 0 0 0 15 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0.14 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 20 0 0 0 14 0 0 0 15 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0.13 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 78 0 0 0 13 0 0 0 15 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0.17 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 595 0 0 0 17 0 0 0 15 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0.19 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 602 0 0 0 19 0 0 0 15 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 897 0 0 0 18 0 0 0 16 0 19 0 828544705 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=5.37 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 5468 0 0 0 534 3 0 0 15 0 19 0 828544706 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.54 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 54 0 0 0 15 0 19 0 828544708 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.61 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3280 0 0 0 61 0 0 0 15 0 19 0 828544708 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 49623 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.23
Current children cumulated vsize (KiB) 13631464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 1.61 1.93 1.97 2/563 30886
/proc/meminfo: memFree=20957352/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=1800.05 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 53701 0 1 0 179994 11 0 0 25 0 19 0 828544702 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 49636 2264 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=1792.11 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34943 0 1 0 179207 4 0 0 25 0 19 0 828544703 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505909500 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0.15 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 357 0 0 0 15 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 537 0 0 0 18 0 0 0 16 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0.16 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 433 0 0 0 16 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0.14 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 20 0 0 0 14 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0.13 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 78 0 0 0 13 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0.17 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 595 0 0 0 17 0 0 0 16 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0.19 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 602 0 0 0 19 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 897 0 0 0 18 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=5.41 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 5481 0 0 0 538 3 0 0 15 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.54 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 54 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.61 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3280 0 0 0 61 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13631464

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

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

[startup+1798.1 s]
/proc/loadavg: 1.61 1.93 1.97 2/563 30886
/proc/meminfo: memFree=20957352/32951124 swapFree=53733252/67111528
[pid=30787] ppid=30785 vsize=13631464 CPUtime=1800.05 cores=1,3,5,7
/proc/30787/stat : 30787 (java) S 30785 30787 29102 0 -1 4202496 53701 0 1 0 179994 11 0 0 25 0 19 0 828544702 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30787/statm: 3407866 49636 2264 9 0 3398600 0
[pid=30787/tid=30788] ppid=30785 vsize=13631464 CPUtime=1792.11 cores=1,3,5,7
/proc/30787/task/30788/stat : 30788 (java) R 30785 30787 29102 0 -1 4202560 34943 0 1 0 179207 4 0 0 25 0 19 0 828544703 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 46912505909500 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30787/tid=30790] ppid=30785 vsize=13631464 CPUtime=0.15 cores=1,3,5,7
/proc/30787/task/30790/stat : 30790 (java) S 30785 30787 29102 0 -1 4202560 357 0 0 0 15 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30791] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30791/stat : 30791 (java) S 30785 30787 29102 0 -1 4202560 537 0 0 0 18 0 0 0 16 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30792] ppid=30785 vsize=13631464 CPUtime=0.16 cores=1,3,5,7
/proc/30787/task/30792/stat : 30792 (java) S 30785 30787 29102 0 -1 4202560 433 0 0 0 16 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30793] ppid=30785 vsize=13631464 CPUtime=0.14 cores=1,3,5,7
/proc/30787/task/30793/stat : 30793 (java) S 30785 30787 29102 0 -1 4202560 20 0 0 0 14 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30794] ppid=30785 vsize=13631464 CPUtime=0.13 cores=1,3,5,7
/proc/30787/task/30794/stat : 30794 (java) S 30785 30787 29102 0 -1 4202560 78 0 0 0 13 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30795] ppid=30785 vsize=13631464 CPUtime=0.17 cores=1,3,5,7
/proc/30787/task/30795/stat : 30795 (java) S 30785 30787 29102 0 -1 4202560 595 0 0 0 17 0 0 0 16 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30796] ppid=30785 vsize=13631464 CPUtime=0.19 cores=1,3,5,7
/proc/30787/task/30796/stat : 30796 (java) S 30785 30787 29102 0 -1 4202560 602 0 0 0 19 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30797] ppid=30785 vsize=13631464 CPUtime=0.18 cores=1,3,5,7
/proc/30787/task/30797/stat : 30797 (java) S 30785 30787 29102 0 -1 4202560 897 0 0 0 18 0 0 0 15 0 19 0 828544705 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30798] ppid=30785 vsize=13631464 CPUtime=5.41 cores=1,3,5,7
/proc/30787/task/30798/stat : 30798 (java) S 30785 30787 29102 0 -1 4202560 5481 0 0 0 538 3 0 0 15 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30799] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30799/stat : 30799 (java) S 30785 30787 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30800] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30800/stat : 30800 (java) S 30785 30787 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828544706 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=30787/tid=30801] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30801/stat : 30801 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30802] ppid=30785 vsize=13631464 CPUtime=0.54 cores=1,3,5,7
/proc/30787/task/30802/stat : 30802 (java) S 30785 30787 29102 0 -1 4202560 5226 0 0 0 54 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30803] ppid=30785 vsize=13631464 CPUtime=0.61 cores=1,3,5,7
/proc/30787/task/30803/stat : 30803 (java) S 30785 30787 29102 0 -1 4202560 3280 0 0 0 61 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=30787/tid=30804] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30804/stat : 30804 (java) S 30785 30787 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=30787/tid=30805] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30805/stat : 30805 (java) S 30785 30787 29102 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828544708 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=30787/tid=30806] ppid=30785 vsize=13631464 CPUtime=0 cores=1,3,5,7
/proc/30787/task/30806/stat : 30806 (java) S 30785 30787 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828544767 13958619136 49636 33554432000 1073741824 1073778376 140737026621136 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13631464

Child status: 143
Real time (s): 1798.17
CPU time (s): 1800.13
CPU user time (s): 1800.01
CPU system time (s): 0.120981
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 13631464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53737
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= 40409
involuntary context switches= 7150

runsolver used 9.50356 second user time and 23.3864 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 08:37:23
IDJOB=3459864
IDBENCH=75736
IDSOLVER=1952
FILE ID=node106/3459864-1307169443
RUNJOBID= node106-1307164011-29121
PBS_JOBID= 13508822
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6013_2-unsat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459864-1307169443/watcher-3459864-1307169443 -o /tmp/evaluation-result-3459864-1307169443/solver-3459864-1307169443 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459864-1307169443.opb

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

MD5SUM BENCH= c3eb9faf1d58b30f1971366448425ca3
RANDOM SEED=1638425003

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20626584 kB
Buffers:        398416 kB
Cached:        6004796 kB
SwapCached:      22744 kB
Active:        6421456 kB
Inactive:      5559500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20626584 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            8684 kB
Writeback:           0 kB
AnonPages:     5574456 kB
Mapped:          34504 kB
Slab:           193660 kB
PageTables:      78884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 180963144 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= 73760 MiB
End job on node106 at 2011-06-04 09:07:23