Trace number 3190362

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.4 1300.05

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark340.927
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.07	c Max memory 		7034241024
0.02/0.07	c Total memory 		7034241024
0.02/0.07	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3190362-1302598973.cnf
0.02/0.09	c reading problem ... 
0.30/0.22	c ... done. Wall clock time 0.105s.
0.30/0.22	c #vars     1500
0.30/0.22	c #constraints  30000
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30000
1.71/1.36	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.06/2.41	c cleaning 4247 clauses out of 8503 with flag 11002/11002
4.26/3.62	c cleaning 5627 clauses out of 11255 with flag 18001/18001
5.67/5.04	c cleaning 6811 clauses out of 13627 with flag 26000/26000
7.29/6.66	c cleaning 7900 clauses out of 15816 with flag 35000/35000
9.19/8.54	c cleaning 8955 clauses out of 17916 with flag 45000/45000
11.29/10.60	c cleaning 9980 clauses out of 19961 with flag 56000/56000
13.60/12.97	c cleaning 10986 clauses out of 21981 with flag 68000/68000
16.20/15.52	c cleaning 11993 clauses out of 23995 with flag 81000/81000
19.00/18.34	c cleaning 12999 clauses out of 26002 with flag 95000/95000
22.10/21.48	c cleaning 13996 clauses out of 28006 with flag 110003/110003
25.60/24.90	c cleaning 14999 clauses out of 30007 with flag 126000/126000
29.11/28.49	c cleaning 15999 clauses out of 32010 with flag 143002/143002
33.01/32.39	c cleaning 16990 clauses out of 34010 with flag 161001/161001
37.31/36.60	c cleaning 18009 clauses out of 36022 with flag 180003/180003
41.71/41.09	c cleaning 18999 clauses out of 38010 with flag 200000/200000
46.51/45.88	c cleaning 19992 clauses out of 40011 with flag 221000/221000
51.63/50.97	c cleaning 21007 clauses out of 42020 with flag 243001/243001
57.03/56.33	c cleaning 22000 clauses out of 44012 with flag 266000/266000
62.63/61.90	c cleaning 23003 clauses out of 46013 with flag 290001/290001
68.63/67.92	c cleaning 23998 clauses out of 48009 with flag 315000/315000
75.04/74.36	c cleaning 24996 clauses out of 50012 with flag 341001/341001
81.74/81.09	c cleaning 26005 clauses out of 52015 with flag 368000/368000
88.66/88.00	c cleaning 27003 clauses out of 54011 with flag 396001/396001
96.15/95.43	c cleaning 27994 clauses out of 56007 with flag 425000/425000
104.16/103.43	c cleaning 29002 clauses out of 58013 with flag 455000/455000
111.77/111.06	c cleaning 29502 clauses out of 59011 with flag 485000/485000
119.77/119.08	c cleaning 29751 clauses out of 59510 with flag 515001/515001
127.47/126.73	c cleaning 29878 clauses out of 59758 with flag 545000/545000
135.38/134.69	c cleaning 29936 clauses out of 59881 with flag 575001/575001
142.78/142.09	c cleaning 29966 clauses out of 59944 with flag 605000/605000
150.88/150.10	c cleaning 29982 clauses out of 59979 with flag 635001/635001
158.39/157.67	c cleaning 29995 clauses out of 59996 with flag 665000/665000
166.49/165.72	c cleaning 29997 clauses out of 60001 with flag 695000/695000
173.99/173.29	c cleaning 29990 clauses out of 60005 with flag 725001/725001
182.00/181.28	c cleaning 30005 clauses out of 60015 with flag 755001/755001
189.70/188.90	c cleaning 30001 clauses out of 60009 with flag 785000/785000
197.30/196.50	c cleaning 29998 clauses out of 60010 with flag 815002/815002
205.31/204.52	c cleaning 29990 clauses out of 60010 with flag 845000/845000
212.91/212.15	c cleaning 30010 clauses out of 60023 with flag 875003/875003
220.61/219.85	c cleaning 29998 clauses out of 60010 with flag 905000/905000
228.72/228.00	c cleaning 29997 clauses out of 60014 with flag 935002/935002
236.52/235.71	c cleaning 30002 clauses out of 60015 with flag 965000/965000
244.12/243.33	c cleaning 29998 clauses out of 60014 with flag 995001/995001
252.22/251.41	c cleaning 30006 clauses out of 60018 with flag 1025003/1025003
259.83/259.02	c cleaning 29990 clauses out of 60009 with flag 1055000/1055000
267.53/266.76	c cleaning 29998 clauses out of 60019 with flag 1085000/1085000
275.33/274.57	c cleaning 30010 clauses out of 60021 with flag 1115000/1115000
283.24/282.47	c cleaning 30001 clauses out of 60012 with flag 1145001/1145001
290.94/290.18	c cleaning 30002 clauses out of 60013 with flag 1175003/1175003
298.64/297.86	c cleaning 29989 clauses out of 60008 with flag 1205000/1205000
306.75/305.98	c cleaning 30007 clauses out of 60021 with flag 1235002/1235002
314.45/313.69	c cleaning 30004 clauses out of 60012 with flag 1265000/1265000
322.06/321.24	c cleaning 29994 clauses out of 60010 with flag 1295002/1295002
329.66/328.90	c cleaning 29992 clauses out of 60014 with flag 1325000/1325000
337.66/336.81	c cleaning 29998 clauses out of 60022 with flag 1355000/1355000
345.56/344.78	c cleaning 30005 clauses out of 60026 with flag 1385002/1385002
353.36/352.52	c cleaning 30001 clauses out of 60021 with flag 1415002/1415002
360.97/360.12	c cleaning 29992 clauses out of 60018 with flag 1445000/1445000
368.77/367.96	c cleaning 30003 clauses out of 60029 with flag 1475003/1475003
377.27/376.44	c cleaning 30006 clauses out of 60023 with flag 1505000/1505000
385.08/384.23	c cleaning 30004 clauses out of 60017 with flag 1535000/1535000
392.78/391.95	c cleaning 29998 clauses out of 60013 with flag 1565000/1565000
400.49/399.65	c cleaning 29998 clauses out of 60017 with flag 1595002/1595002
408.39/407.53	c cleaning 30003 clauses out of 60017 with flag 1625000/1625000
416.60/415.74	c cleaning 29991 clauses out of 60014 with flag 1655000/1655000
424.50/423.69	c cleaning 30004 clauses out of 60023 with flag 1685000/1685000
432.11/431.28	c cleaning 30003 clauses out of 60019 with flag 1715000/1715000
440.00/439.11	c cleaning 29996 clauses out of 60016 with flag 1745000/1745000
448.10/447.27	c cleaning 29997 clauses out of 60020 with flag 1775000/1775000
456.12/455.22	c cleaning 30000 clauses out of 60024 with flag 1805001/1805001
464.72/463.89	c cleaning 30004 clauses out of 60024 with flag 1835001/1835001
472.43/471.56	c cleaning 29998 clauses out of 60020 with flag 1865001/1865001
480.05/479.20	c cleaning 29994 clauses out of 60021 with flag 1895000/1895000
487.85/486.94	c cleaning 30001 clauses out of 60028 with flag 1925001/1925001
495.75/494.88	c cleaning 30003 clauses out of 60026 with flag 1955000/1955000
503.96/503.01	c cleaning 30000 clauses out of 60023 with flag 1985000/1985000
512.26/511.30	c cleaning 30009 clauses out of 60023 with flag 2015000/2015000
520.17/519.29	c cleaning 30001 clauses out of 60014 with flag 2045000/2045000
527.87/526.95	c cleaning 29993 clauses out of 60013 with flag 2075000/2075000
535.67/534.71	c cleaning 30000 clauses out of 60020 with flag 2105000/2105000
543.57/542.64	c cleaning 29995 clauses out of 60021 with flag 2135001/2135001
551.38/550.48	c cleaning 30000 clauses out of 60027 with flag 2165002/2165002
559.48/558.54	c cleaning 30003 clauses out of 60025 with flag 2195000/2195000
568.09/567.14	c cleaning 30008 clauses out of 60022 with flag 2225000/2225000
575.89/574.98	c cleaning 30004 clauses out of 60015 with flag 2255001/2255001
583.49/582.55	c cleaning 29992 clauses out of 60010 with flag 2285000/2285000
591.20/590.21	c cleaning 29991 clauses out of 60019 with flag 2315001/2315001
599.20/598.25	c cleaning 30005 clauses out of 60029 with flag 2345002/2345002
607.30/606.30	c cleaning 30000 clauses out of 60022 with flag 2375000/2375000
615.61/614.62	c cleaning 29996 clauses out of 60022 with flag 2405000/2405000
623.91/622.97	c cleaning 30009 clauses out of 60027 with flag 2435001/2435001
632.22/631.28	c cleaning 30006 clauses out of 60018 with flag 2465001/2465001
639.92/638.98	c cleaning 30000 clauses out of 60016 with flag 2495005/2495005
647.52/646.57	c cleaning 29998 clauses out of 60012 with flag 2525001/2525001
655.33/654.33	c cleaning 29995 clauses out of 60014 with flag 2555001/2555001
663.63/662.66	c cleaning 29999 clauses out of 60018 with flag 2585000/2585000
671.63/670.67	c cleaning 30000 clauses out of 60021 with flag 2615002/2615002
679.74/678.76	c cleaning 29998 clauses out of 60019 with flag 2645000/2645000
688.04/687.08	c cleaning 29990 clauses out of 60021 with flag 2675000/2675000
696.84/695.88	c cleaning 30013 clauses out of 60033 with flag 2705002/2705002
704.65/703.63	c cleaning 30000 clauses out of 60018 with flag 2735000/2735000
712.55/711.51	c cleaning 29986 clauses out of 60019 with flag 2765001/2765001
720.25/719.25	c cleaning 30005 clauses out of 60034 with flag 2795002/2795002
728.36/727.37	c cleaning 30002 clauses out of 60027 with flag 2825000/2825000
736.46/735.42	c cleaning 30006 clauses out of 60026 with flag 2855001/2855001
744.67/743.65	c cleaning 30000 clauses out of 60021 with flag 2885002/2885002
752.97/751.91	c cleaning 30003 clauses out of 60020 with flag 2915001/2915001
761.37/760.32	c cleaning 29994 clauses out of 60016 with flag 2945000/2945000
769.98/768.92	c cleaning 30000 clauses out of 60022 with flag 2975000/2975000
777.98/776.96	c cleaning 30004 clauses out of 60023 with flag 3005001/3005001
785.98/784.92	c cleaning 29994 clauses out of 60019 with flag 3035001/3035001
793.89/792.89	c cleaning 30005 clauses out of 60024 with flag 3065000/3065000
801.99/800.95	c cleaning 30000 clauses out of 60020 with flag 3095001/3095001
809.99/808.99	c cleaning 29997 clauses out of 60020 with flag 3125001/3125001
818.09/817.04	c cleaning 30006 clauses out of 60023 with flag 3155001/3155001
826.40/825.36	c cleaning 29999 clauses out of 60016 with flag 3185000/3185000
834.70/833.64	c cleaning 29996 clauses out of 60018 with flag 3215001/3215001
842.91/841.89	c cleaning 30002 clauses out of 60021 with flag 3245000/3245000
851.61/850.55	c cleaning 30003 clauses out of 60019 with flag 3275000/3275000
859.71/858.61	c cleaning 29998 clauses out of 60016 with flag 3305000/3305000
867.31/866.22	c cleaning 30004 clauses out of 60018 with flag 3335000/3335000
875.01/873.91	c cleaning 29991 clauses out of 60014 with flag 3365000/3365000
882.72/881.68	c cleaning 30007 clauses out of 60023 with flag 3395000/3395000
890.93/889.82	c cleaning 29994 clauses out of 60016 with flag 3425000/3425000
899.03/897.93	c cleaning 30003 clauses out of 60022 with flag 3455000/3455000
907.44/906.33	c cleaning 29994 clauses out of 60019 with flag 3485000/3485000
915.73/914.65	c cleaning 30006 clauses out of 60025 with flag 3515000/3515000
923.94/922.87	c cleaning 29994 clauses out of 60019 with flag 3545000/3545000
932.34/931.27	c cleaning 29999 clauses out of 60026 with flag 3575001/3575001
940.95/939.81	c cleaning 30002 clauses out of 60029 with flag 3605003/3605003
949.05/947.95	c cleaning 30006 clauses out of 60026 with flag 3635002/3635002
956.86/955.72	c cleaning 30002 clauses out of 60019 with flag 3665001/3665001
964.56/963.42	c cleaning 29997 clauses out of 60017 with flag 3695001/3695001
972.56/971.40	c cleaning 29997 clauses out of 60019 with flag 3725000/3725000
980.66/979.54	c cleaning 30002 clauses out of 60026 with flag 3755004/3755004
988.97/987.88	c cleaning 29999 clauses out of 60020 with flag 3785000/3785000
997.27/996.17	c cleaning 29995 clauses out of 60022 with flag 3815001/3815001
1005.48/1004.31	c cleaning 30003 clauses out of 60026 with flag 3845000/3845000
1013.88/1012.78	c cleaning 29999 clauses out of 60024 with flag 3875001/3875001
1022.18/1021.03	c cleaning 29995 clauses out of 60024 with flag 3905000/3905000
1030.49/1029.36	c cleaning 30001 clauses out of 60029 with flag 3935000/3935000
1038.69/1037.57	c cleaning 29997 clauses out of 60029 with flag 3965001/3965001
1047.20/1046.07	c cleaning 30007 clauses out of 60031 with flag 3995000/3995000
1054.80/1053.69	c cleaning 29998 clauses out of 60026 with flag 4025002/4025002
1062.61/1061.50	c cleaning 30007 clauses out of 60026 with flag 4055000/4055000
1070.31/1069.16	c cleaning 29993 clauses out of 60019 with flag 4085000/4085000
1078.41/1077.21	c cleaning 30006 clauses out of 60027 with flag 4115001/4115001
1086.21/1085.06	c cleaning 29997 clauses out of 60020 with flag 4145000/4145000
1094.42/1093.25	c cleaning 30004 clauses out of 60024 with flag 4175001/4175001
1102.72/1101.58	c cleaning 30001 clauses out of 60022 with flag 4205003/4205003
1111.22/1110.09	c cleaning 29998 clauses out of 60018 with flag 4235000/4235000
1119.84/1118.64	c cleaning 29994 clauses out of 60020 with flag 4265000/4265000
1128.23/1127.01	c cleaning 30004 clauses out of 60026 with flag 4295000/4295000
1136.64/1135.41	c cleaning 30008 clauses out of 60025 with flag 4325003/4325003
1145.54/1144.36	c cleaning 29989 clauses out of 60014 with flag 4355000/4355000
1155.25/1154.02	c cleaning 29991 clauses out of 60025 with flag 4385000/4385000
1163.35/1162.13	c cleaning 30004 clauses out of 60035 with flag 4415001/4415001
1171.05/1169.87	c cleaning 30011 clauses out of 60032 with flag 4445002/4445002
1178.96/1177.72	c cleaning 29997 clauses out of 60019 with flag 4475000/4475000
1186.77/1185.55	c cleaning 29996 clauses out of 60022 with flag 4505000/4505000
1195.07/1193.84	c cleaning 30003 clauses out of 60026 with flag 4535000/4535000
1203.27/1202.09	c cleaning 30002 clauses out of 60024 with flag 4565001/4565001
1211.58/1210.34	c cleaning 29997 clauses out of 60022 with flag 4595001/4595001
1219.99/1218.79	c cleaning 30003 clauses out of 60026 with flag 4625002/4625002
1228.09/1226.85	c cleaning 29999 clauses out of 60021 with flag 4655000/4655000
1236.69/1235.47	c cleaning 29998 clauses out of 60022 with flag 4685000/4685000
1245.49/1244.28	c cleaning 29994 clauses out of 60024 with flag 4715000/4715000
1254.00/1252.75	c cleaning 30007 clauses out of 60030 with flag 4745000/4745000
1262.50/1261.26	c cleaning 30005 clauses out of 60024 with flag 4775001/4775001
1270.71/1269.48	c cleaning 29994 clauses out of 60019 with flag 4805001/4805001
1279.81/1278.51	c cleaning 29998 clauses out of 60024 with flag 4835000/4835000
1287.72/1286.41	c cleaning 30000 clauses out of 60028 with flag 4865002/4865002
1295.32/1294.06	c cleaning 30002 clauses out of 60027 with flag 4895001/4895001
1301.33/1300.01	c starts		: 2128
1301.33/1300.01	c conflicts		: 4919019
1301.33/1300.01	c decisions		: 7066476
1301.33/1300.01	c propagations		: 535117900
1301.33/1300.01	c inspects		: 10367544564
1301.33/1300.01	c shortcuts		: 0
1301.33/1300.01	c learnt literals	: 0
1301.33/1300.01	c learnt binary clauses	: 0
1301.33/1300.01	c learnt ternary clauses	: 0
1301.33/1300.01	c learnt constraints	: 4919019
1301.33/1300.01	c ignored constraints	: 0
1301.33/1300.01	c root simplifications	: 2128
1301.33/1300.01	c removed literals (reason simplification)	: 65197995
1301.33/1300.01	c reason swapping (by a shorter reason)	: 0
1301.33/1300.01	c Calls to reduceDB	: 174
1301.33/1300.01	c speed (assignments/second)	: 411686.53097085055
1301.33/1300.01	c non guided choices	450
1301.33/1300.03	c learnt constraints type 
1301.33/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54064
1301.33/1300.03	c constraints type 
1301.33/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30000
1301.33/1300.03	s UNKNOWN
1301.33/1300.03	c Total wall clock time (in seconds) : 1299.923

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.91 3.35 12/221 31864
/proc/meminfo: memFree=11373908/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=31604 CPUtime=0 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 1259 0 0 0 0 0 0 0 25 0 2 0 371497780 32362496 975 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 7901 977 748 9 0 386 0
[pid=31864/tid=31865] ppid=31862 vsize=31604 CPUtime=0 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 156 0 0 0 0 0 0 0 25 0 2 0 371497780 32362496 989 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 48000797200000 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0254079 s]
/proc/loadavg: 3.68 3.91 3.35 12/221 31864
/proc/meminfo: memFree=11373908/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7551884 CPUtime=0.02 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 8294 0 1 0 1 1 0 0 25 0 10 0 371497780 7733129216 7990 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1887971 7991 1517 9 0 1878719 0
[pid=31864/tid=31865] ppid=31862 vsize=7551884 CPUtime=0 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 7171 0 1 0 0 0 0 0 25 0 10 0 371497780 7733129216 7992 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 48000796751384 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.100391 s]
/proc/loadavg: 3.68 3.91 3.35 12/221 31864
/proc/meminfo: memFree=11373908/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7636008 CPUtime=0.1 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 10447 0 1 0 9 1 0 0 25 0 18 0 371497780 7819272192 10141 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1909002 10142 2093 9 0 1899740 0
[pid=31864/tid=31865] ppid=31862 vsize=7636008 CPUtime=0.09 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 8675 0 1 0 8 1 0 0 18 0 18 0 371497780 7819272192 10142 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 48000794547848 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636008

[startup+0.30032 s]
/proc/loadavg: 3.68 3.91 3.35 12/221 31864
/proc/meminfo: memFree=11373908/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7640944 CPUtime=0.5 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 13582 0 1 0 49 1 0 0 25 0 19 0 371497780 7824326656 12491 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1910236 12491 2216 9 0 1900974 0
[pid=31864/tid=31865] ppid=31862 vsize=7640944 CPUtime=0.28 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 9921 0 1 0 27 1 0 0 19 0 19 0 371497780 7824326656 12491 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505216356 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7640944

[startup+0.700278 s]
/proc/loadavg: 3.68 3.91 3.35 12/221 31864
/proc/meminfo: memFree=11373908/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7642268 CPUtime=1.07 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 14366 0 1 0 105 2 0 0 25 0 19 0 371497780 7825682432 13228 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1910567 13228 2223 9 0 1901305 0
[pid=31864/tid=31865] ppid=31862 vsize=7642268 CPUtime=0.68 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 10329 0 1 0 67 1 0 0 19 0 19 0 371497780 7825682432 13228 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505577676 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7642268

[startup+1.5011 s]
/proc/loadavg: 3.68 3.91 3.35 5/262 31917
/proc/meminfo: memFree=11257340/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7663920 CPUtime=2.06 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 24339 0 1 0 203 3 0 0 25 0 19 0 371497780 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1915980 20864 2252 9 0 1906718 0
[pid=31864/tid=31865] ppid=31862 vsize=7663920 CPUtime=1.45 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 10971 0 1 0 144 1 0 0 20 0 19 0 371497780 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505639786 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 641 0 0 0 0 0 0 0 17 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 505 0 0 0 0 0 0 0 17 0 19 0 371497782 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7663920 CPUtime=0.01 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 1150 0 0 0 1 0 0 0 16 0 19 0 371497783 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7663920 CPUtime=0.2 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1323 0 0 0 20 0 0 0 17 0 19 0 371497785 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7663920 CPUtime=0.34 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) R 31862 31864 31548 0 -1 4202560 8590 0 0 0 34 0 0 0 17 0 19 0 371497785 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 48000796268776 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497785 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7663920 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7847854080 20864 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 7663920

[startup+3.10084 s]
/proc/loadavg: 3.68 3.91 3.35 5/262 31917
/proc/meminfo: memFree=11159996/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7664744 CPUtime=3.76 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 25867 0 1 0 373 3 0 0 25 0 19 0 371497780 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1916186 22390 2254 9 0 1906924 0
[pid=31864/tid=31865] ppid=31862 vsize=7664744 CPUtime=3.03 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 10974 0 1 0 302 1 0 0 25 0 19 0 371497780 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505577351 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 224 0 0 0 0 0 0 0 16 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 641 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 19 0 371497782 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7664744 CPUtime=0.03 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 1378 0 0 0 3 0 0 0 16 0 19 0 371497783 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7664744 CPUtime=0.2 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1323 0 0 0 20 0 0 0 15 0 19 0 371497785 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7664744 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9048 0 0 0 44 0 0 0 15 0 19 0 371497785 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371497785 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7664744 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7848697856 22390 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 7664744

[startup+6.30125 s]
/proc/loadavg: 3.71 3.91 3.36 6/262 31917
/proc/meminfo: memFree=11140732/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7660232 CPUtime=6.98 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 26410 0 1 0 695 3 0 0 25 0 19 0 371497780 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1915058 22197 2254 9 0 1905796 0
[pid=31864/tid=31865] ppid=31862 vsize=7660232 CPUtime=6.18 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 10977 0 1 0 617 1 0 0 25 0 19 0 371497780 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505639776 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 944 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 19 0 371497782 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7660232 CPUtime=0.08 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 1534 0 0 0 8 0 0 0 15 0 19 0 371497783 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7660232 CPUtime=0.22 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1324 0 0 0 22 0 0 0 15 0 19 0 371497785 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7660232 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9049 0 0 0 44 0 0 0 15 0 19 0 371497785 7844077568 22197 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0

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

[pid=31864/tid=31872] ppid=31862 vsize=7660232 CPUtime=0.16 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 824 0 0 0 16 0 0 0 16 0 19 0 371497782 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7660232 CPUtime=0.12 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 1043 0 0 0 12 0 0 0 16 0 19 0 371497782 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7660232 CPUtime=0.16 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 893 0 0 0 16 0 0 0 15 0 19 0 371497782 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7660232 CPUtime=4.72 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 3893 0 0 0 471 1 0 0 15 0 19 0 371497783 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7660232 CPUtime=0.24 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1351 0 0 0 24 0 0 0 15 0 19 0 371497785 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7660232 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9049 0 0 0 44 0 0 0 15 0 19 0 371497785 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371497785 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7844077568 34071 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.53
Current children cumulated vsize (KiB) 7660232

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.81 5/262 31951
/proc/meminfo: memFree=10979712/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7660232 CPUtime=1183.57 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 38685 0 1 0 118350 7 0 0 25 0 19 0 371497780 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1915058 34179 2255 9 0 1905796 0
[pid=31864/tid=31865] ppid=31862 vsize=7660232 CPUtime=1176.65 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 14831 0 1 0 117663 2 0 0 25 0 19 0 371497780 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505577421 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7660232 CPUtime=0.13 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 886 0 0 0 13 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7660232 CPUtime=0.17 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 1184 0 0 0 17 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7660232 CPUtime=0.12 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 1041 0 0 0 12 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 534 0 0 0 14 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1824 0 0 0 14 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7660232 CPUtime=0.17 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 824 0 0 0 17 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 1043 0 0 0 14 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7660232 CPUtime=0.17 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 894 0 0 0 17 0 0 0 15 0 19 0 371497782 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7660232 CPUtime=4.95 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 4003 0 0 0 494 1 0 0 15 0 19 0 371497783 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7660232 CPUtime=0.24 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1351 0 0 0 24 0 0 0 15 0 19 0 371497785 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7660232 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9049 0 0 0 44 0 0 0 15 0 19 0 371497785 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371497785 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7844077568 34179 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.57
Current children cumulated vsize (KiB) 7660232

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 6/262 31953
/proc/meminfo: memFree=10975920/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7660232 CPUtime=1243.59 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 38771 0 1 0 124352 7 0 0 25 0 19 0 371497780 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1915058 34250 2255 9 0 1905796 0
[pid=31864/tid=31865] ppid=31862 vsize=7660232 CPUtime=1236.39 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 14838 0 1 0 123637 2 0 0 25 0 19 0 371497780 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505639771 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7660232 CPUtime=0.15 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 886 0 0 0 15 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7660232 CPUtime=0.17 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 1184 0 0 0 17 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7660232 CPUtime=0.13 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 1042 0 0 0 13 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7660232 CPUtime=0.15 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 534 0 0 0 15 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1824 0 0 0 14 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7660232 CPUtime=0.18 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 824 0 0 0 18 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7660232 CPUtime=0.15 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 1043 0 0 0 15 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7660232 CPUtime=0.18 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 894 0 0 0 18 0 0 0 15 0 19 0 371497782 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7660232 CPUtime=5.18 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 4077 0 0 0 517 1 0 0 15 0 19 0 371497783 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7660232 CPUtime=0.24 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1351 0 0 0 24 0 0 0 15 0 19 0 371497785 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7660232 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9049 0 0 0 44 0 0 0 15 0 19 0 371497785 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371497785 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7844077568 34250 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.59
Current children cumulated vsize (KiB) 7660232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.04 3.84 3/222 31960
/proc/meminfo: memFree=11230736/32951124 swapFree=67111528/67111528
[pid=31864] ppid=31862 vsize=7660232 CPUtime=1301.33 cores=5,7
/proc/31864/stat : 31864 (java) S 31862 31864 31548 0 -1 4202496 38833 0 1 0 130126 7 0 0 25 0 19 0 371497780 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31864/statm: 1915058 34299 2255 9 0 1905796 0
[pid=31864/tid=31865] ppid=31862 vsize=7660232 CPUtime=1293.82 cores=5,7
/proc/31864/task/31865/stat : 31865 (java) R 31862 31864 31548 0 -1 4202560 14845 0 1 0 129380 2 0 0 25 0 19 0 371497780 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 46912505577394 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31864/tid=31867] ppid=31862 vsize=7660232 CPUtime=0.15 cores=5,7
/proc/31864/task/31867/stat : 31867 (java) S 31862 31864 31548 0 -1 4202560 887 0 0 0 15 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31868] ppid=31862 vsize=7660232 CPUtime=0.17 cores=5,7
/proc/31864/task/31868/stat : 31868 (java) S 31862 31864 31548 0 -1 4202560 1184 0 0 0 17 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31869] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31869/stat : 31869 (java) S 31862 31864 31548 0 -1 4202560 1042 0 0 0 14 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31870] ppid=31862 vsize=7660232 CPUtime=0.15 cores=5,7
/proc/31864/task/31870/stat : 31870 (java) S 31862 31864 31548 0 -1 4202560 535 0 0 0 15 0 0 0 16 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31871] ppid=31862 vsize=7660232 CPUtime=0.14 cores=5,7
/proc/31864/task/31871/stat : 31871 (java) S 31862 31864 31548 0 -1 4202560 1824 0 0 0 14 0 0 0 16 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31872] ppid=31862 vsize=7660232 CPUtime=0.18 cores=5,7
/proc/31864/task/31872/stat : 31872 (java) S 31862 31864 31548 0 -1 4202560 824 0 0 0 18 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31873] ppid=31862 vsize=7660232 CPUtime=0.16 cores=5,7
/proc/31864/task/31873/stat : 31873 (java) S 31862 31864 31548 0 -1 4202560 1043 0 0 0 16 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31874] ppid=31862 vsize=7660232 CPUtime=0.19 cores=5,7
/proc/31864/task/31874/stat : 31874 (java) S 31862 31864 31548 0 -1 4202560 895 0 0 0 19 0 0 0 15 0 19 0 371497782 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31875] ppid=31862 vsize=7660232 CPUtime=5.42 cores=5,7
/proc/31864/task/31875/stat : 31875 (java) S 31862 31864 31548 0 -1 4202560 4125 0 0 0 541 1 0 0 15 0 19 0 371497783 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 0 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31876] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31876/stat : 31876 (java) S 31862 31864 31548 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31877] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31877/stat : 31877 (java) S 31862 31864 31548 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371497783 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31878] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31878/stat : 31878 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458768817 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
[pid=31864/tid=31879] ppid=31862 vsize=7660232 CPUtime=0.24 cores=5,7
/proc/31864/task/31879/stat : 31879 (java) S 31862 31864 31548 0 -1 4202560 1351 0 0 0 24 0 0 0 15 0 19 0 371497785 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31880] ppid=31862 vsize=7660232 CPUtime=0.44 cores=5,7
/proc/31864/task/31880/stat : 31880 (java) S 31862 31864 31548 0 -1 4202560 9049 0 0 0 44 0 0 0 15 0 19 0 371497785 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31881] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31881/stat : 31881 (java) S 31862 31864 31548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371497785 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761113 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31882] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31882/stat : 31882 (java) S 31862 31864 31548 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371497785 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 7 0 0 0
[pid=31864/tid=31884] ppid=31862 vsize=7660232 CPUtime=0 cores=5,7
/proc/31864/task/31884/stat : 31884 (java) S 31862 31864 31548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371497800 7844077568 34299 33554432000 1073741824 1073778376 140733789304240 18446744073709551615 244458761728 0 4 0 16800975 18446604471131312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.33
Current children cumulated vsize (KiB) 7660232

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): 1300.05
CPU time (s): 1301.4
CPU user time (s): 1301.32
CPU system time (s): 0.081987
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 7664744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.32
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38869
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= 31531
involuntary context switches= 6346

runsolver used 1.9657 second user time and 5.15622 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-12 11:02:53
IDJOB=3190362
IDBENCH=82693
IDSOLVER=1611
FILE ID=node105/3190362-1302598973
RUNJOBID= node105-1302597670-31569
PBS_JOBID= 12958109
Free space on /tmp= 72244 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190362-1302598973/watcher-3190362-1302598973 -o /tmp/evaluation-result-3190362-1302598973/solver-3190362-1302598973 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190362-1302598973.cnf

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=478102506

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      11374064 kB
Buffers:        724752 kB
Cached:       20290324 kB
SwapCached:          0 kB
Active:       10294840 kB
Inactive:     10859496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11374064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2804 kB
Writeback:           0 kB
AnonPages:      138824 kB
Mapped:          22832 kB
Slab:           358264 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14725636 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= 72244 MiB
End job on node105 at 2011-04-12 11:24:35