Trace number 3710970

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.61 1792.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
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 variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
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 786
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710970-1338175630.opb
0.09/0.12	c reading problem ... 
0.78/0.40	c ... done. Wall clock time 0.284s.
0.78/0.40	c declared #vars     3216
0.78/0.40	c #constraints  3721
0.78/0.40	c constraints type 
0.78/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
0.78/0.40	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.78/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
0.78/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
0.78/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.78/0.40	c 3721 constraints processed.
1.93/1.15	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.58/1.79	c cleaning 4227 clauses out of 8500 with flag 11000/11000
3.49/2.61	c cleaning 5622 clauses out of 11273 with flag 18000/18000
4.60/3.77	c cleaning 6816 clauses out of 13651 with flag 26000/26000
5.86/4.90	c cleaning 7914 clauses out of 15835 with flag 35000/35000
7.07/6.12	c cleaning 8959 clauses out of 17922 with flag 45001/45001
8.18/7.29	c cleaning 9968 clauses out of 19962 with flag 56000/56000
9.70/8.79	c cleaning 10992 clauses out of 21994 with flag 68000/68000
11.41/10.41	c cleaning 11993 clauses out of 24003 with flag 81001/81001
13.02/12.08	c cleaning 13000 clauses out of 26009 with flag 95000/95000
15.25/14.29	c cleaning 13997 clauses out of 28011 with flag 110002/110002
17.29/16.28	c cleaning 14967 clauses out of 30012 with flag 126000/126000
19.71/18.67	c cleaning 16015 clauses out of 32045 with flag 143000/143000
22.11/21.09	c cleaning 17007 clauses out of 34030 with flag 161000/161000
25.13/24.02	c cleaning 17998 clauses out of 36023 with flag 180000/180000
27.55/26.47	c cleaning 19009 clauses out of 38025 with flag 200000/200000
30.29/29.13	c cleaning 20001 clauses out of 40017 with flag 221001/221001
34.01/32.89	c cleaning 21000 clauses out of 42015 with flag 243000/243000
37.54/36.34	c cleaning 21973 clauses out of 44015 with flag 266000/266000
40.76/39.55	c cleaning 23015 clauses out of 46043 with flag 290001/290001
45.36/44.19	c cleaning 24010 clauses out of 48028 with flag 315001/315001
48.67/47.40	c cleaning 24966 clauses out of 50017 with flag 341000/341000
52.33/51.06	c cleaning 26018 clauses out of 52051 with flag 368000/368000
56.75/55.43	c cleaning 27006 clauses out of 54033 with flag 396000/396000
60.55/59.21	c cleaning 27971 clauses out of 56027 with flag 425000/425000
64.67/63.30	c cleaning 29020 clauses out of 58056 with flag 455000/455000
69.18/67.81	c cleaning 29999 clauses out of 60036 with flag 486000/486000
74.59/73.23	c cleaning 30999 clauses out of 62038 with flag 518001/518001
80.13/78.78	c cleaning 32007 clauses out of 64039 with flag 551001/551001
87.87/86.48	c cleaning 33004 clauses out of 66031 with flag 585000/585000
92.44/90.96	c cleaning 34009 clauses out of 68027 with flag 620000/620000
97.28/95.78	c cleaning 34983 clauses out of 70018 with flag 656000/656000
102.29/100.76	c cleaning 35985 clauses out of 72037 with flag 693002/693002
108.82/107.29	c cleaning 37017 clauses out of 74050 with flag 731000/731000
115.24/113.67	c cleaning 37985 clauses out of 76033 with flag 770000/770000
121.86/120.27	c cleaning 38937 clauses out of 78049 with flag 810001/810001
129.90/128.29	c cleaning 40008 clauses out of 80111 with flag 851000/851000
137.13/135.42	c cleaning 41046 clauses out of 82106 with flag 893003/893003
143.58/141.87	c cleaning 42022 clauses out of 84061 with flag 936004/936004
150.50/148.76	c cleaning 43006 clauses out of 86038 with flag 980003/980003
159.83/158.07	c cleaning 44009 clauses out of 88031 with flag 1025002/1025002
168.69/166.85	c cleaning 45000 clauses out of 90020 with flag 1071000/1071000
178.21/176.37	c cleaning 46005 clauses out of 92021 with flag 1118001/1118001
187.25/185.32	c cleaning 46995 clauses out of 94017 with flag 1166002/1166002
195.08/193.13	c cleaning 47994 clauses out of 96020 with flag 1215000/1215000
202.32/200.33	c cleaning 48970 clauses out of 98026 with flag 1265000/1265000
210.36/208.37	c cleaning 50005 clauses out of 100058 with flag 1316002/1316002
217.75/215.65	c cleaning 51000 clauses out of 102056 with flag 1368005/1368005
225.55/223.49	c cleaning 52021 clauses out of 104051 with flag 1421000/1421000
234.68/232.51	c cleaning 53012 clauses out of 106030 with flag 1475000/1475000
243.43/241.22	c cleaning 54007 clauses out of 108021 with flag 1530003/1530003
253.95/251.78	c cleaning 54995 clauses out of 110012 with flag 1586001/1586001
263.67/261.49	c cleaning 55955 clauses out of 112016 with flag 1643000/1643000
276.53/274.23	c cleaning 56962 clauses out of 114061 with flag 1701000/1701000
288.90/286.59	c cleaning 57974 clauses out of 116101 with flag 1760002/1760002
299.68/297.29	c cleaning 59057 clauses out of 118126 with flag 1820001/1820001
313.00/310.50	c cleaning 60001 clauses out of 120068 with flag 1881000/1881000
325.02/322.58	c cleaning 61009 clauses out of 122068 with flag 1943001/1943001
336.65/334.15	c cleaning 62023 clauses out of 124058 with flag 2006000/2006000
347.50/344.90	c cleaning 62974 clauses out of 126036 with flag 2070001/2070001
361.24/358.64	c cleaning 64023 clauses out of 128061 with flag 2135000/2135000
375.28/372.69	c cleaning 65010 clauses out of 130040 with flag 2201002/2201002
388.91/386.29	c cleaning 65942 clauses out of 132032 with flag 2268004/2268004
400.64/397.91	c cleaning 67037 clauses out of 134089 with flag 2336003/2336003
418.50/415.74	c cleaning 68004 clauses out of 136049 with flag 2405000/2405000
428.35/425.59	c cleaning 68989 clauses out of 138045 with flag 2475000/2475000
438.61/435.70	c cleaning 70019 clauses out of 140057 with flag 2546001/2546001
450.91/447.92	c cleaning 71010 clauses out of 142038 with flag 2618001/2618001
462.93/459.85	c cleaning 72006 clauses out of 144027 with flag 2691000/2691000
477.04/473.90	c cleaning 73003 clauses out of 146021 with flag 2765000/2765000
489.97/486.83	c cleaning 73997 clauses out of 148018 with flag 2840000/2840000
503.60/500.47	c cleaning 75001 clauses out of 150021 with flag 2916000/2916000
517.63/514.43	c cleaning 76004 clauses out of 152020 with flag 2993000/2993000
530.06/526.85	c cleaning 77002 clauses out of 154020 with flag 3071004/3071004
542.41/539.19	c cleaning 77995 clauses out of 156014 with flag 3150000/3150000
556.15/552.83	c cleaning 79000 clauses out of 158019 with flag 3230000/3230000
571.32/567.92	c cleaning 79913 clauses out of 160019 with flag 3311000/3311000
594.78/591.31	c cleaning 81001 clauses out of 162110 with flag 3393004/3393004
615.70/612.10	c cleaning 82047 clauses out of 164108 with flag 3476003/3476003
640.91/637.27	c cleaning 82978 clauses out of 166060 with flag 3560002/3560002
677.51/673.73	c cleaning 84027 clauses out of 168080 with flag 3645000/3645000
702.61/698.74	c cleaning 85018 clauses out of 170053 with flag 3731000/3731000
728.86/724.91	c cleaning 85906 clauses out of 172035 with flag 3818000/3818000
755.63/751.68	c cleaning 87051 clauses out of 174130 with flag 3906001/3906001
795.08/790.84	c cleaning 88031 clauses out of 176078 with flag 3995000/3995000
824.64/820.37	c cleaning 89016 clauses out of 178049 with flag 4085002/4085002
857.22/852.89	c cleaning 90007 clauses out of 180032 with flag 4176001/4176001
890.73/886.24	c cleaning 90996 clauses out of 182024 with flag 4268000/4268000
924.84/920.27	c cleaning 91997 clauses out of 184028 with flag 4361000/4361000
956.52/951.89	c cleaning 93007 clauses out of 186031 with flag 4455000/4455000
973.68/968.97	c cleaning 94007 clauses out of 188025 with flag 4550001/4550001
991.77/986.96	c cleaning 94979 clauses out of 190017 with flag 4646000/4646000
1008.86/1003.97	c cleaning 95991 clauses out of 192039 with flag 4743001/4743001
1026.00/1021.04	c cleaning 96986 clauses out of 194047 with flag 4841000/4841000
1048.83/1043.82	c cleaning 98021 clauses out of 196061 with flag 4940000/4940000
1071.03/1065.83	c cleaning 98934 clauses out of 198040 with flag 5040000/5040000
1101.14/1095.77	c cleaning 100036 clauses out of 200106 with flag 5141000/5141000
1122.16/1116.71	c cleaning 101030 clauses out of 202070 with flag 5243000/5243000
1150.31/1144.82	c cleaning 101984 clauses out of 204040 with flag 5346000/5346000
1175.09/1169.58	c cleaning 103008 clauses out of 206059 with flag 5450003/5450003
1196.52/1190.94	c cleaning 103979 clauses out of 208048 with flag 5555000/5555000
1230.47/1224.64	c cleaning 105017 clauses out of 210069 with flag 5661000/5661000
1265.51/1259.59	c cleaning 106015 clauses out of 212052 with flag 5768000/5768000
1303.39/1297.13	c cleaning 107009 clauses out of 214039 with flag 5876002/5876002
1335.78/1329.33	c cleaning 108009 clauses out of 216029 with flag 5985001/5985001
1360.18/1353.67	c cleaning 108998 clauses out of 218019 with flag 6095000/6095000
1384.77/1378.20	c cleaning 110002 clauses out of 220021 with flag 6206000/6206000
1410.13/1403.40	c cleaning 111000 clauses out of 222019 with flag 6318000/6318000
1435.95/1429.27	c cleaning 111998 clauses out of 224020 with flag 6431001/6431001
1464.22/1457.49	c cleaning 112990 clauses out of 226021 with flag 6545000/6545000
1491.96/1485.16	c cleaning 113998 clauses out of 228032 with flag 6660001/6660001
1511.84/1504.92	c cleaning 114999 clauses out of 230035 with flag 6776002/6776002
1532.46/1525.52	c cleaning 116008 clauses out of 232036 with flag 6893002/6893002
1552.94/1545.95	c cleaning 116980 clauses out of 234026 with flag 7011000/7011000
1583.54/1576.41	c cleaning 117939 clauses out of 236048 with flag 7130002/7130002
1608.47/1601.20	c cleaning 119023 clauses out of 238109 with flag 7250002/7250002
1648.27/1640.83	c cleaning 120034 clauses out of 240084 with flag 7371000/7371000
1677.69/1670.09	c cleaning 120971 clauses out of 242050 with flag 7493000/7493000
1716.48/1708.75	c cleaning 121988 clauses out of 244079 with flag 7616000/7616000
1749.16/1741.37	c cleaning 123036 clauses out of 246091 with flag 7740000/7740000
1783.73/1775.84	c cleaning 123997 clauses out of 248056 with flag 7865001/7865001
1800.09/1792.11	c starts		: 298
1800.09/1792.11	c conflicts		: 7935560
1800.09/1792.11	c decisions		: 11297356
1800.09/1792.11	c propagations		: 1023123846
1800.09/1792.11	c inspects		: 18196501574
1800.09/1792.11	c shortcuts		: 0
1800.09/1792.11	c learnt literals	: 0
1800.09/1792.11	c learnt binary clauses	: 0
1800.09/1792.11	c learnt ternary clauses	: 0
1800.09/1792.11	c learnt constraints	: 7935561
1800.09/1792.11	c ignored constraints	: 0
1800.09/1792.11	c root simplifications	: 298
1800.09/1792.11	c removed literals (reason simplification)	: 21725232
1800.09/1792.11	c reason swapping (by a shorter reason)	: 0
1800.09/1792.11	c Calls to reduceDB	: 121
1800.09/1792.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.11	c number of learned constraints concerned by reduction	: 0
1800.09/1792.11	c number of learning phase by resolution	: 0
1800.09/1792.11	c number of learning phase by cutting planes	: 0
1800.09/1792.11	c speed (assignments/second)	: 571036.0496021092
1800.09/1792.11	c non guided choices	14439
1800.09/1792.14	c learnt constraints type 
1800.09/1792.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 194729
1800.09/1792.14	c constraints type 
1800.09/1792.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1800.09/1792.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.09/1792.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1800.09/1792.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1800.09/1792.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
1800.09/1792.14	c 3721 constraints processed.
1800.09/1792.14	s UNKNOWN
1800.09/1792.14	c Total wall clock time (in seconds): 1792.022

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-3710970-1338175630/watcher-3710970-1338175630 -o /tmp/evaluation-result-3710970-1338175630/solver-3710970-1338175630 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710970-1338175630.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.01 1.99 1.99 3/194 25393
/proc/meminfo: memFree=30799684/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/25393/stat : 25393 (java) R 25391 25393 21838 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 283688958 274432 12 33554432000 1073741824 1073778376 140735268437440 140733745849176 242158229738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25393/statm: 68 27 19 9 0 25 0

[startup+0.0569019 s]
/proc/loadavg: 2.01 1.99 1.99 3/194 25393
/proc/meminfo: memFree=30799684/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 3083 0 1 0 3 0 0 0 20 0 13 0 283688958 9446973440 4290 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2306390 4290 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100262 s]
/proc/loadavg: 2.01 1.99 1.99 3/194 25393
/proc/meminfo: memFree=30799684/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 283688958 9787842560 5479 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2389610 5480 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30023 s]
/proc/loadavg: 2.01 1.99 1.99 3/194 25393
/proc/meminfo: memFree=30799684/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 6606 0 1 0 48 1 0 0 20 0 18 0 283688958 9787842560 9345 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2389610 9345 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.70022 s]
/proc/loadavg: 2.01 1.99 1.99 3/194 25393
/proc/meminfo: memFree=30799684/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=1.49 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 12660 0 1 0 146 3 0 0 20 0 19 0 283688958 9856004096 17006 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 17006 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 2.01 1.99 1.99 3/213 25412
/proc/meminfo: memFree=30738672/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=2.35 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 12780 0 1 0 232 3 0 0 20 0 19 0 283688958 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 20134 2285 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2527 0 1 0 143 2 0 0 20 0 19 0 283688959 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446890766760 140446723040835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 45 0 0 0 20 0 19 0 283688964 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 4666 0 0 0 39 0 0 0 20 0 19 0 283688964 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688965 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 20134 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.01 1.99 1.99 3/213 25412
/proc/meminfo: memFree=30725640/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=4 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 12792 0 1 0 397 3 0 0 20 0 19 0 283688958 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 20653 2285 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2529 0 1 0 301 2 0 0 20 0 19 0 283688959 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446890766640 140446723126624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 283688962 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 4666 0 0 0 41 0 0 0 20 0 19 0 283688964 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688965 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 20653 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.01 1.99 1.99 3/213 25412
/proc/meminfo: memFree=30725160/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=7.28 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 13329 0 1 0 724 4 0 0 20 0 19 0 283688958 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 21643 2285 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=6.17 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2533 0 1 0 615 2 0 0 20 0 19 0 283688959 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446890766640 140446723147289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283688961 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 283688962 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 5190 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688965 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 21643 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 374 0 0 0 109 7 0 0 20 0 19 0 283688961 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 436 0 0 0 117 9 0 0 20 0 19 0 283688961 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 275 0 0 0 102 7 0 0 20 0 19 0 283688961 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=5.99 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 528 0 0 0 597 2 0 0 20 0 19 0 283688962 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 5200 0 0 0 49 0 0 0 20 0 19 0 283688964 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 99 0 0 0 24 21 0 0 20 0 19 0 283688965 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 173143 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.15
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.10 2.06 3/213 25658
/proc/meminfo: memFree=25249088/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=1790.29 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 16772 0 1 0 178942 87 0 0 20 0 19 0 283688958 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 172098 2286 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=1773.47 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2704 0 1 0 177315 32 0 0 20 0 19 0 283688959 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446890766640 140446723111904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 336 0 0 0 110 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 447 0 0 0 111 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 368 0 0 0 106 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 264 0 0 0 117 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 201 0 0 0 105 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=1.17 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 379 0 0 0 110 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 438 0 0 0 119 9 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 276 0 0 0 105 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 532 0 0 0 613 2 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 5200 0 0 0 49 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 103 0 0 0 24 22 0 0 20 0 19 0 283688965 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.29
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.04 2.10 2.06 3/213 25658
/proc/meminfo: memFree=25142840/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 16772 0 1 0 179922 87 0 0 20 0 19 0 283688958 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 172098 2286 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=1783.27 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2704 0 1 0 178294 33 0 0 20 0 19 0 283688959 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446890766640 140446723155367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 336 0 0 0 110 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 447 0 0 0 111 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 368 0 0 0 106 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 264 0 0 0 117 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 201 0 0 0 105 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=1.17 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 379 0 0 0 110 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 438 0 0 0 119 9 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 276 0 0 0 105 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 532 0 0 0 613 2 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 5200 0 0 0 49 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 283688965 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1792.1 s]
/proc/loadavg: 2.04 2.10 2.06 3/213 25658
/proc/meminfo: memFree=25142840/32873648 swapFree=7112/7112
[pid=25393] ppid=25391 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/25393/stat : 25393 (java) S 25391 25393 21838 0 -1 4202496 16772 0 1 0 179922 87 0 0 20 0 19 0 283688958 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140735268428576 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25393/statm: 2406251 172098 2286 9 0 2396937 0
[pid=25393/tid=25395] ppid=25391 vsize=9625004 CPUtime=1783.27 cores=0,2,4,6
/proc/25393/task/25395/stat : 25395 (java) R 25391 25393 21838 0 -1 4202560 2704 0 1 0 178294 33 0 0 20 0 19 0 283688959 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446890766640 140446723155367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25396] ppid=25391 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/25393/task/25396/stat : 25396 (java) S 25391 25393 21838 0 -1 4202560 336 0 0 0 110 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446852258728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25397] ppid=25391 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/25393/task/25397/stat : 25397 (java) S 25391 25393 21838 0 -1 4202560 447 0 0 0 111 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446851206184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25398] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25398/stat : 25398 (java) S 25391 25393 21838 0 -1 4202560 368 0 0 0 106 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446850153128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25399] ppid=25391 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/25393/task/25399/stat : 25399 (java) S 25391 25393 21838 0 -1 4202560 264 0 0 0 117 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446849100584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25400] ppid=25391 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/25393/task/25400/stat : 25400 (java) S 25391 25393 21838 0 -1 4202560 201 0 0 0 105 6 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446848047528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25401] ppid=25391 vsize=9625004 CPUtime=1.17 cores=0,2,4,6
/proc/25393/task/25401/stat : 25401 (java) S 25391 25393 21838 0 -1 4202560 379 0 0 0 110 7 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446846994984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25402] ppid=25391 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/25393/task/25402/stat : 25402 (java) S 25391 25393 21838 0 -1 4202560 438 0 0 0 119 9 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446845941928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25403] ppid=25391 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/25393/task/25403/stat : 25403 (java) S 25391 25393 21838 0 -1 4202560 276 0 0 0 105 8 0 0 20 0 19 0 283688961 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446844889384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25393/tid=25404] ppid=25391 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/25393/task/25404/stat : 25404 (java) S 25391 25393 21838 0 -1 4202560 532 0 0 0 613 2 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446713998184 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25393/tid=25405] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25405/stat : 25405 (java) S 25391 25393 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446712944504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25406] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25406/stat : 25406 (java) S 25391 25393 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283688962 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446711891336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25407] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25407/stat : 25407 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446710840080 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25408] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25408/stat : 25408 (java) S 25391 25393 21838 0 -1 4202560 4341 0 0 0 47 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446709786936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25409] ppid=25391 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25393/task/25409/stat : 25409 (java) S 25391 25393 21838 0 -1 4202560 5200 0 0 0 49 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446708734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25410] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25410/stat : 25410 (java) S 25391 25393 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283688964 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140446707681528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25393/tid=25411] ppid=25391 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25393/task/25411/stat : 25411 (java) S 25391 25393 21838 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 283688965 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445699009096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25393/tid=25412] ppid=25391 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25393/task/25412/stat : 25412 (java) S 25391 25393 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283689000 9856004096 172098 33554432000 1073741824 1073778376 140735268437440 140445697955368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1792.15
CPU time (s): 1800.61
CPU user time (s): 1799.31
CPU system time (s): 1.3028
CPU usage (%): 100.472
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.3028
maximum resident set size= 698720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16806
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41549
involuntary context switches= 20870

runsolver used 5.75113 second user time and 15.2727 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 05:27:11
IDJOB=3710970
IDBENCH=71844
IDSOLVER=2289
FILE ID=node126/3710970-1338175630
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.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-3710970-1338175630/watcher-3710970-1338175630 -o /tmp/evaluation-result-3710970-1338175630/solver-3710970-1338175630 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710970-1338175630.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1972844690

node126.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.456
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	: 5332.91
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.456
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.456
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	: 5331.92
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.456
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.456
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.456
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.91
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.456
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30800328 kB
Buffers:          326996 kB
Cached:           587448 kB
SwapCached:        17756 kB
Active:          1069352 kB
Inactive:         190828 kB
Active(anon):     326940 kB
Inactive(anon):    20452 kB
Active(file):     742412 kB
Inactive(file):   170376 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:        306728 kB
Mapped:            18044 kB
Shmem:                 0 kB
Slab:             669604 kB
SReclaimable:     113524 kB
SUnreclaim:       556080 kB
KernelStack:        1760 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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= 71236 MiB
End job on node126 at 2012-05-28 05:57:05