Trace number 3710971

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.39 1775.95

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710971-1338175623.opb
0.10/0.11	c reading problem ... 
0.80/0.42	c ... done. Wall clock time 0.31s.
0.80/0.42	c declared #vars     4977
0.80/0.42	c #constraints  5569
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.80/0.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.80/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
0.80/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
0.80/0.42	c 5569 constraints processed.
2.00/1.21	c cleaning 2488 clauses out of 5000 with flag 5000/5000
2.98/2.07	c cleaning 4251 clauses out of 8512 with flag 11000/11000
3.90/2.98	c cleaning 5629 clauses out of 11261 with flag 18000/18000
5.21/4.30	c cleaning 6804 clauses out of 13632 with flag 26000/26000
6.65/5.61	c cleaning 7893 clauses out of 15828 with flag 35000/35000
8.26/7.20	c cleaning 8958 clauses out of 17935 with flag 45000/45000
9.77/8.80	c cleaning 9971 clauses out of 19977 with flag 56000/56000
11.48/10.42	c cleaning 10989 clauses out of 22006 with flag 68000/68000
13.29/12.28	c cleaning 12005 clauses out of 24020 with flag 81003/81003
15.70/14.62	c cleaning 13005 clauses out of 26014 with flag 95002/95002
17.72/16.60	c cleaning 13990 clauses out of 28007 with flag 110000/110000
19.75/18.65	c cleaning 14999 clauses out of 30020 with flag 126003/126003
22.84/21.74	c cleaning 15993 clauses out of 32018 with flag 143000/143000
26.57/25.45	c cleaning 17002 clauses out of 34026 with flag 161001/161001
30.50/29.39	c cleaning 18009 clauses out of 36023 with flag 180000/180000
33.62/32.42	c cleaning 18993 clauses out of 38014 with flag 200000/200000
36.92/35.77	c cleaning 20004 clauses out of 40022 with flag 221001/221001
42.04/40.83	c cleaning 20998 clauses out of 42018 with flag 243001/243001
47.57/46.31	c cleaning 22004 clauses out of 44019 with flag 266000/266000
52.38/51.11	c cleaning 22990 clauses out of 46016 with flag 290001/290001
56.11/54.90	c cleaning 24006 clauses out of 48026 with flag 315001/315001
62.12/60.82	c cleaning 25004 clauses out of 50021 with flag 341002/341002
66.84/65.55	c cleaning 26001 clauses out of 52015 with flag 368000/368000
71.26/69.92	c cleaning 27004 clauses out of 54014 with flag 396000/396000
76.00/74.60	c cleaning 27990 clauses out of 56010 with flag 425000/425000
81.22/79.81	c cleaning 29005 clauses out of 58020 with flag 455000/455000
88.14/86.77	c cleaning 30004 clauses out of 60015 with flag 486000/486000
94.61/93.14	c cleaning 30931 clauses out of 62011 with flag 518000/518000
100.72/99.25	c cleaning 31974 clauses out of 64080 with flag 551000/551000
108.65/107.13	c cleaning 32984 clauses out of 66107 with flag 585001/585001
115.54/113.97	c cleaning 34055 clauses out of 68123 with flag 620001/620001
122.97/121.35	c cleaning 35025 clauses out of 70068 with flag 656001/656001
130.69/129.04	c cleaning 36012 clauses out of 72042 with flag 693000/693000
138.63/136.91	c cleaning 37009 clauses out of 74031 with flag 731001/731001
149.06/147.37	c cleaning 38003 clauses out of 76022 with flag 770001/770001
157.77/156.00	c cleaning 38977 clauses out of 78021 with flag 810003/810003
166.99/165.25	c cleaning 39959 clauses out of 80042 with flag 851001/851001
175.02/173.24	c cleaning 41033 clauses out of 82084 with flag 893002/893002
184.36/182.56	c cleaning 42020 clauses out of 84049 with flag 936000/936000
194.88/193.08	c cleaning 43010 clauses out of 86029 with flag 980000/980000
202.32/200.44	c cleaning 43958 clauses out of 88019 with flag 1025000/1025000
213.85/211.94	c cleaning 45026 clauses out of 90062 with flag 1071001/1071001
223.17/221.22	c cleaning 45998 clauses out of 92036 with flag 1118001/1118001
235.11/233.10	c cleaning 46998 clauses out of 94038 with flag 1166001/1166001
246.10/244.05	c cleaning 48011 clauses out of 96040 with flag 1215001/1215001
260.55/258.47	c cleaning 49011 clauses out of 98029 with flag 1265001/1265001
275.27/273.12	c cleaning 50001 clauses out of 100017 with flag 1316000/1316000
285.70/283.51	c cleaning 51002 clauses out of 102018 with flag 1368002/1368002
298.62/296.40	c cleaning 51968 clauses out of 104014 with flag 1421000/1421000
310.76/308.56	c cleaning 53015 clauses out of 106048 with flag 1475002/1475002
321.39/319.19	c cleaning 53998 clauses out of 108032 with flag 1530001/1530001
337.74/335.47	c cleaning 54987 clauses out of 110034 with flag 1586001/1586001
350.92/348.53	c cleaning 56018 clauses out of 112048 with flag 1643002/1643002
363.05/360.60	c cleaning 57009 clauses out of 114028 with flag 1701000/1701000
375.69/373.21	c cleaning 58000 clauses out of 116019 with flag 1760000/1760000
387.42/384.91	c cleaning 58986 clauses out of 118020 with flag 1820001/1820001
398.89/396.32	c cleaning 59959 clauses out of 120035 with flag 1881002/1881002
412.28/409.61	c cleaning 60956 clauses out of 122074 with flag 1943000/1943000
425.42/422.78	c cleaning 62051 clauses out of 124118 with flag 2006000/2006000
439.87/437.16	c cleaning 63031 clauses out of 126068 with flag 2070001/2070001
452.74/449.92	c cleaning 64017 clauses out of 128036 with flag 2135000/2135000
467.69/464.83	c cleaning 65004 clauses out of 130019 with flag 2201000/2201000
478.21/475.32	c cleaning 65984 clauses out of 132016 with flag 2268001/2268001
490.97/488.02	c cleaning 67001 clauses out of 134032 with flag 2336001/2336001
504.91/501.90	c cleaning 68001 clauses out of 136030 with flag 2405000/2405000
517.84/514.89	c cleaning 68964 clauses out of 138029 with flag 2475000/2475000
541.40/538.37	c cleaning 70011 clauses out of 140065 with flag 2546000/2546000
565.70/562.53	c cleaning 71013 clauses out of 142056 with flag 2618002/2618002
583.56/580.32	c cleaning 72014 clauses out of 144042 with flag 2691001/2691001
608.95/605.54	c cleaning 72821 clauses out of 146028 with flag 2765001/2765001
634.59/630.95	c cleaning 74001 clauses out of 148206 with flag 2840000/2840000
662.62/658.76	c cleaning 75091 clauses out of 150206 with flag 2916001/2916001
687.18/683.18	c cleaning 76049 clauses out of 152114 with flag 2993000/2993000
702.46/698.38	c cleaning 77022 clauses out of 154065 with flag 3071000/3071000
720.80/716.61	c cleaning 78012 clauses out of 156045 with flag 3150002/3150002
738.57/734.31	c cleaning 78997 clauses out of 158031 with flag 3230000/3230000
758.34/754.05	c cleaning 79971 clauses out of 160034 with flag 3311000/3311000
789.62/785.29	c cleaning 80976 clauses out of 162063 with flag 3393000/3393000
810.45/805.96	c cleaning 82013 clauses out of 164087 with flag 3476000/3476000
832.21/827.68	c cleaning 83018 clauses out of 166074 with flag 3560000/3560000
855.71/851.06	c cleaning 83978 clauses out of 168057 with flag 3645001/3645001
881.29/876.59	c cleaning 85033 clauses out of 170078 with flag 3731000/3731000
905.26/900.42	c cleaning 86002 clauses out of 172045 with flag 3818000/3818000
933.82/928.31	c cleaning 86980 clauses out of 174043 with flag 3906000/3906000
958.64/952.61	c cleaning 88027 clauses out of 176063 with flag 3995000/3995000
1003.89/996.64	c cleaning 88993 clauses out of 178036 with flag 4085000/4085000
1064.27/1055.78	c cleaning 90014 clauses out of 180045 with flag 4176002/4176002
1114.69/1105.10	c cleaning 91006 clauses out of 182030 with flag 4268001/4268001
1164.70/1153.91	c cleaning 92004 clauses out of 184025 with flag 4361002/4361002
1208.53/1196.91	c cleaning 93006 clauses out of 186024 with flag 4455005/4455005
1231.12/1218.91	c cleaning 93999 clauses out of 188013 with flag 4550000/4550000
1248.82/1236.27	c cleaning 94998 clauses out of 190014 with flag 4646000/4646000
1271.54/1258.53	c cleaning 96003 clauses out of 192017 with flag 4743001/4743001
1292.93/1279.54	c cleaning 96967 clauses out of 194013 with flag 4841000/4841000
1317.53/1303.79	c cleaning 97989 clauses out of 196046 with flag 4940000/4940000
1344.52/1330.37	c cleaning 99013 clauses out of 198057 with flag 5040000/5040000
1369.44/1354.04	c cleaning 100015 clauses out of 200046 with flag 5141002/5141002
1398.81/1382.69	c cleaning 100982 clauses out of 202030 with flag 5243001/5243001
1432.39/1415.52	c cleaning 101985 clauses out of 204048 with flag 5346001/5346001
1475.05/1457.33	c cleaning 103020 clauses out of 206064 with flag 5450002/5450002
1499.74/1481.70	c cleaning 104015 clauses out of 208042 with flag 5555000/5555000
1526.86/1508.32	c cleaning 104949 clauses out of 210029 with flag 5661002/5661002
1554.30/1535.39	c cleaning 106027 clauses out of 212078 with flag 5768000/5768000
1581.38/1562.02	c cleaning 106954 clauses out of 214051 with flag 5876000/5876000
1606.45/1586.74	c cleaning 108043 clauses out of 216097 with flag 5985000/5985000
1644.67/1624.81	c cleaning 109006 clauses out of 218054 with flag 6095000/6095000
1669.34/1649.15	c cleaning 109984 clauses out of 220048 with flag 6206000/6206000
1696.69/1675.12	c cleaning 111021 clauses out of 222065 with flag 6318001/6318001
1729.47/1706.88	c cleaning 111998 clauses out of 224043 with flag 6431000/6431000
1755.38/1732.25	c cleaning 113012 clauses out of 226045 with flag 6545000/6545000
1786.65/1762.91	c cleaning 113999 clauses out of 228035 with flag 6660002/6660002
1800.03/1775.91	c starts		: 276
1800.03/1775.91	c conflicts		: 6717753
1800.03/1775.91	c decisions		: 9954210
1800.03/1775.91	c propagations		: 1089473186
1800.03/1775.91	c inspects		: 14346456388
1800.03/1775.91	c shortcuts		: 0
1800.03/1775.91	c learnt literals	: 0
1800.03/1775.91	c learnt binary clauses	: 0
1800.03/1775.91	c learnt ternary clauses	: 0
1800.03/1775.91	c learnt constraints	: 6717753
1800.03/1775.91	c ignored constraints	: 0
1800.03/1775.91	c root simplifications	: 276
1800.03/1775.91	c removed literals (reason simplification)	: 20675938
1800.03/1775.91	c reason swapping (by a shorter reason)	: 0
1800.03/1775.91	c Calls to reduceDB	: 111
1800.03/1775.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1775.91	c number of learned constraints concerned by reduction	: 0
1800.03/1775.91	c number of learning phase by resolution	: 0
1800.03/1775.91	c number of learning phase by cutting planes	: 0
1800.03/1775.91	c speed (assignments/second)	: 613621.0820498321
1800.03/1775.91	c non guided choices	25785
1800.03/1775.94	c learnt constraints type 
1800.03/1775.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171823
1800.03/1775.94	c constraints type 
1800.03/1775.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1800.03/1775.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.03/1775.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.03/1775.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1800.03/1775.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
1800.03/1775.94	c 5569 constraints processed.
1800.03/1775.94	s UNKNOWN
1800.03/1775.94	c Total wall clock time (in seconds): 1775.833

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710971-1338175623/watcher-3710971-1338175623 -o /tmp/evaluation-result-3710971-1338175623/solver-3710971-1338175623 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710971-1338175623.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.04 2.01 3/195 16209
/proc/meminfo: memFree=30387128/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 283688374 98570240 977 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 24065 977 743 9 0 16771 0
[pid=16209/tid=16210] ppid=16207 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 283688375 98570240 978 33554432000 1073741824 1073778376 140736466872032 139795059629608 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0557739 s]
/proc/loadavg: 2.16 2.04 2.01 3/195 16209
/proc/meminfo: memFree=30387128/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 3211 0 1 0 3 1 0 0 20 0 18 0 283688374 9787842560 4419 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2389610 4419 1764 9 0 2380296 0
[pid=16209/tid=16210] ppid=16207 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2001 0 1 0 3 0 0 0 20 0 18 0 283688375 9787842560 4419 33554432000 1073741824 1073778376 140736466872032 139795059636896 139794894144040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100298 s]
/proc/loadavg: 2.16 2.04 2.01 3/195 16209
/proc/meminfo: memFree=30387128/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 4347 0 1 0 9 1 0 0 20 0 18 0 283688374 9787842560 6065 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2389610 6065 2122 9 0 2380296 0
[pid=16209/tid=16210] ppid=16207 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2487 0 1 0 6 2 0 0 20 0 18 0 283688375 9787842560 6065 33554432000 1073741824 1073778376 140736466872032 139795059632808 139795066644703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300192 s]
/proc/loadavg: 2.16 2.04 2.01 3/195 16209
/proc/meminfo: memFree=30387128/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 6785 0 1 0 50 2 0 0 20 0 18 0 283688374 9787842560 10026 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2389610 10026 2224 9 0 2380296 0
[pid=16209/tid=16210] ppid=16207 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2502 0 1 0 26 2 0 0 20 0 18 0 283688375 9787842560 10026 33554432000 1073741824 1073778376 140736466872032 139795059632808 139794894415303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700195 s]
/proc/loadavg: 2.16 2.04 2.01 3/195 16209
/proc/meminfo: memFree=30387128/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 12202 0 1 0 142 3 0 0 20 0 19 0 283688374 9856004096 19332 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 19332 2250 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2527 0 1 0 65 2 0 0 20 0 19 0 283688375 9856004096 19332 33554432000 1073741824 1073778376 140736466872032 139795059634792 139794894763550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.16 2.04 2.01 3/214 16228
/proc/meminfo: memFree=30316284/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 16305 0 1 0 240 4 0 0 20 0 19 0 283688374 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 25442 2281 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2533 0 1 0 143 2 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795059634552 139794894731286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 283688376 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8118 0 0 0 48 0 0 0 20 0 19 0 283688379 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4408 0 0 0 44 0 0 0 20 0 19 0 283688379 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 25442 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 2.16 2.04 2.01 3/214 16228
/proc/meminfo: memFree=30287436/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=4.11 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 16321 0 1 0 406 5 0 0 20 0 19 0 283688374 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 27493 2282 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2534 0 1 0 300 2 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795059634464 139794894649958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 283688376 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8119 0 0 0 51 0 0 0 20 0 19 0 283688379 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 27493 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.15 2.04 2.01 3/214 16228
/proc/meminfo: memFree=30285088/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=7.36 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 16349 0 1 0 731 5 0 0 20 0 19 0 283688374 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 27344 2282 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 2536 0 1 0 616 3 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795059634464 139794894803749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688375 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 283688376 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8137 0 0 0 55 0 0 0 20 0 19 0 283688379 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 27344 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=3.29 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 2381 0 0 0 316 13 0 0 20 0 19 0 283688375 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 2948 0 0 0 327 14 0 0 20 0 19 0 283688375 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 4050 0 0 0 322 16 0 0 20 0 19 0 283688375 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=5.5 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 906 0 0 0 543 7 0 0 20 0 19 0 283688376 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8155 0 0 0 57 0 0 0 20 0 19 0 283688379 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 93 0 0 0 22 18 0 0 20 0 19 0 283688379 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 163138 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1682.76
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.96 2.01 1.99 3/212 16302
/proc/meminfo: memFree=29552716/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=1745.35 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 47630 0 1 0 174381 154 0 0 20 0 19 0 283688374 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 119091 2283 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=1707.46 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 3202 0 1 0 170714 32 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795059633504 139794894763052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=3.97 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 3403 0 0 0 384 13 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=3.79 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 3331 0 0 0 363 16 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=3.9 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 3882 0 0 0 375 15 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 4126 0 0 0 378 14 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=3.79 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 4954 0 0 0 362 17 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 2550 0 0 0 360 14 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=3.83 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 3204 0 0 0 368 15 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 4169 0 0 0 364 17 0 0 20 0 19 0 283688375 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=5.69 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 967 0 0 0 561 8 0 0 20 0 19 0 283688376 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8155 0 0 0 57 0 0 0 20 0 19 0 283688379 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 97 0 0 0 22 19 0 0 20 0 19 0 283688379 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 119091 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1745.35
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 16303
/proc/meminfo: memFree=29589300/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 49053 0 1 0 179845 158 0 0 20 0 19 0 283688374 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 120277 2283 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=1760.38 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 3243 0 1 0 176005 33 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795059633504 139794894718919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=4.22 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 3880 0 0 0 408 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=3.98 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 3461 0 0 0 382 16 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 3982 0 0 0 392 15 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 4340 0 0 0 396 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 4994 0 0 0 382 17 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 2575 0 0 0 378 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 3409 0 0 0 386 15 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 4333 0 0 0 381 18 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=5.91 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 990 0 0 0 583 8 0 0 20 0 19 0 283688376 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8155 0 0 0 57 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 101 0 0 0 23 20 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1775.9 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 16303
/proc/meminfo: memFree=29589300/32873648 swapFree=6860/6860
[pid=16209] ppid=16207 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16207 16209 13368 0 -1 4202496 49053 0 1 0 179845 158 0 0 20 0 19 0 283688374 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 140736466863168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16209/statm: 2406251 120277 2283 9 0 2396937 0
[pid=16209/tid=16210] ppid=16207 vsize=9625004 CPUtime=1760.38 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16207 16209 13368 0 -1 4202560 3243 0 1 0 176005 33 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795059633504 139794894718919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16207 vsize=9625004 CPUtime=4.22 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16207 16209 13368 0 -1 4202560 3880 0 0 0 408 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795021126568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16213] ppid=16207 vsize=9625004 CPUtime=3.98 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16207 16209 13368 0 -1 4202560 3461 0 0 0 382 16 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795020074024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16214] ppid=16207 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16207 16209 13368 0 -1 4202560 3982 0 0 0 392 15 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795019020968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16215] ppid=16207 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16207 16209 13368 0 -1 4202560 4340 0 0 0 396 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795017968424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16216] ppid=16207 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16207 16209 13368 0 -1 4202560 4994 0 0 0 382 17 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795016915368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16207 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16207 16209 13368 0 -1 4202560 2575 0 0 0 378 14 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795015862824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16218] ppid=16207 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16207 16209 13368 0 -1 4202560 3409 0 0 0 386 15 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795014809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16219] ppid=16207 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16207 16209 13368 0 -1 4202560 4333 0 0 0 381 18 0 0 20 0 19 0 283688375 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139795013757224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16220] ppid=16207 vsize=9625004 CPUtime=5.91 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16207 16209 13368 0 -1 4202560 990 0 0 0 583 8 0 0 20 0 19 0 283688376 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794882878312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16221] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16207 16209 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794881824632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16222] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16207 16209 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688377 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794880771464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16223] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794879720208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16224] ppid=16207 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16207 16209 13368 0 -1 4202560 8155 0 0 0 57 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794878667064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16207 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16207 16209 13368 0 -1 4202560 4409 0 0 0 47 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794004830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16226] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16207 16209 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794003777784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16227] ppid=16207 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16207 16209 13368 0 -1 4202560 101 0 0 0 23 20 0 0 20 0 19 0 283688379 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794002725448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16228] ppid=16207 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16228/stat : 16228 (java) S 16207 16209 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688418 9856004096 120277 33554432000 1073741824 1073778376 140736466872032 139794001671720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1775.95
CPU time (s): 1800.39
CPU user time (s): 1798.41
CPU system time (s): 1.9817
CPU usage (%): 101.376
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.9817
maximum resident set size= 701420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49088
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58520
involuntary context switches= 74795

runsolver used 5.88011 second user time and 14.9027 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 05:27:03
IDJOB=3710971
IDBENCH=71843
IDSOLVER=2289
FILE ID=node116/3710971-1338175623
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710971-1338175623/watcher-3710971-1338175623 -o /tmp/evaluation-result-3710971-1338175623/solver-3710971-1338175623 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710971-1338175623.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=730300352

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30387128 kB
Buffers:          374540 kB
Cached:          1116324 kB
SwapCached:         3236 kB
Active:           935544 kB
Inactive:         712848 kB
Active(anon):     148600 kB
Inactive(anon):     8956 kB
Active(file):     786944 kB
Inactive(file):   703892 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              1540 kB
Writeback:             0 kB
AnonPages:        159772 kB
Mapped:            20800 kB
Shmem:                96 kB
Slab:             700988 kB
SReclaimable:     144532 kB
SUnreclaim:       556456 kB
KernelStack:        1584 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node116 at 2012-05-28 05:56:41