Trace number 3688789

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.4 1762.16

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688789-1337888048.opb
0.07/0.13	c reading problem ... 
1.01/0.51	c ... done. Wall clock time 0.38s.
1.01/0.51	c declared #vars     400
1.01/0.51	c internal #vars     6626
1.01/0.51	c #constraints  13055
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.01/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.01/0.51	c 13055 constraints processed.
2.09/1.26	c cleaning 2509 clauses out of 5018 with flag 5018/5018
3.10/2.19	c cleaning 4269 clauses out of 8538 with flag 11047/11047
5.00/4.06	c cleaning 5627 clauses out of 11254 with flag 18032/18032
6.82/5.82	c cleaning 6798 clauses out of 13597 with flag 26002/26002
8.16/7.13	c cleaning 7894 clauses out of 15800 with flag 35003/35003
9.37/8.30	c cleaning 8951 clauses out of 17905 with flag 45002/45002
10.78/9.75	c cleaning 9974 clauses out of 19956 with flag 56004/56004
14.01/12.91	c cleaning 11024 clauses out of 22047 with flag 68069/68069
16.83/15.76	c cleaning 11966 clauses out of 23973 with flag 81019/81019
19.17/18.02	c cleaning 12977 clauses out of 25992 with flag 95004/95004
20.99/19.86	c cleaning 13999 clauses out of 28025 with flag 110014/110014
22.79/21.64	c cleaning 14999 clauses out of 30013 with flag 126001/126001
24.40/23.28	c cleaning 16006 clauses out of 32014 with flag 143001/143001
26.16/24.93	c cleaning 17000 clauses out of 34013 with flag 161006/161006
28.28/27.07	c cleaning 18004 clauses out of 36007 with flag 180000/180000
31.62/30.31	c cleaning 18992 clauses out of 38003 with flag 200000/200000
34.44/33.17	c cleaning 20011 clauses out of 40021 with flag 221010/221010
38.89/37.54	c cleaning 20986 clauses out of 42000 with flag 243000/243000
43.58/42.11	c cleaning 21997 clauses out of 44014 with flag 266000/266000
45.31/43.86	c cleaning 23007 clauses out of 46017 with flag 290000/290000
50.24/48.74	c cleaning 24003 clauses out of 48032 with flag 315022/315022
54.30/52.75	c cleaning 24997 clauses out of 50007 with flag 341000/341000
58.17/56.51	c cleaning 25965 clauses out of 52010 with flag 368000/368000
61.31/59.67	c cleaning 27023 clauses out of 54049 with flag 396004/396004
65.30/63.53	c cleaning 27973 clauses out of 56029 with flag 425007/425007
70.84/69.06	c cleaning 29001 clauses out of 58049 with flag 455000/455000
74.08/72.22	c cleaning 30015 clauses out of 60060 with flag 486012/486012
77.01/75.16	c cleaning 31010 clauses out of 62033 with flag 518000/518000
81.68/79.72	c cleaning 32031 clauses out of 64062 with flag 551039/551039
86.55/84.53	c cleaning 33003 clauses out of 66005 with flag 585013/585013
92.52/90.45	c cleaning 33988 clauses out of 68026 with flag 620037/620037
97.54/95.48	c cleaning 35043 clauses out of 70086 with flag 656085/656085
104.17/102.08	c cleaning 35963 clauses out of 71980 with flag 693022/693022
108.02/105.89	c cleaning 36976 clauses out of 73995 with flag 731000/731000
111.17/108.93	c cleaning 38010 clauses out of 76019 with flag 770000/770000
114.36/112.02	c cleaning 38994 clauses out of 78009 with flag 810000/810000
117.82/115.47	c cleaning 40006 clauses out of 80018 with flag 851003/851003
121.48/119.01	c cleaning 40998 clauses out of 82009 with flag 893000/893000
129.42/126.97	c cleaning 42007 clauses out of 84014 with flag 936003/936003
134.79/132.29	c cleaning 42990 clauses out of 86004 with flag 980000/980000
138.84/136.30	c cleaning 44003 clauses out of 88015 with flag 1025001/1025001
144.70/142.02	c cleaning 45000 clauses out of 90011 with flag 1071000/1071000
151.82/149.08	c cleaning 46011 clauses out of 92022 with flag 1118011/1118011
163.74/160.87	c cleaning 47045 clauses out of 94090 with flag 1166090/1166090
174.52/171.53	c cleaning 47977 clauses out of 95975 with flag 1215020/1215020
182.45/179.48	c cleaning 48976 clauses out of 97978 with flag 1265000/1265000
190.33/187.29	c cleaning 50008 clauses out of 100023 with flag 1316021/1316021
198.46/195.29	c cleaning 50978 clauses out of 101994 with flag 1368000/1368000
205.41/202.15	c cleaning 51994 clauses out of 104016 with flag 1421000/1421000
211.29/207.93	c cleaning 53005 clauses out of 106034 with flag 1475012/1475012
215.91/212.53	c cleaning 53997 clauses out of 108017 with flag 1530000/1530000
222.19/218.71	c cleaning 55009 clauses out of 110026 with flag 1586006/1586006
229.60/226.06	c cleaning 55996 clauses out of 112011 with flag 1643000/1643000
235.75/232.12	c cleaning 56998 clauses out of 114022 with flag 1701007/1701007
242.10/238.41	c cleaning 57993 clauses out of 116019 with flag 1760002/1760002
249.38/245.61	c cleaning 58990 clauses out of 118024 with flag 1820000/1820000
257.63/253.90	c cleaning 59999 clauses out of 120037 with flag 1881003/1881003
265.13/261.27	c cleaning 61002 clauses out of 122036 with flag 1943001/1943001
273.05/269.10	c cleaning 62015 clauses out of 124038 with flag 2006005/2006005
282.39/278.40	c cleaning 62991 clauses out of 126018 with flag 2070000/2070000
291.16/287.15	c cleaning 64001 clauses out of 128028 with flag 2135001/2135001
299.91/295.87	c cleaning 65010 clauses out of 130027 with flag 2201001/2201001
308.44/304.31	c cleaning 66008 clauses out of 132018 with flag 2268002/2268002
314.41/310.20	c cleaning 66997 clauses out of 134009 with flag 2336001/2336001
320.19/315.97	c cleaning 67997 clauses out of 136012 with flag 2405001/2405001
328.10/323.78	c cleaning 68958 clauses out of 138015 with flag 2475001/2475001
337.45/333.07	c cleaning 70030 clauses out of 140063 with flag 2546007/2546007
345.22/340.74	c cleaning 71000 clauses out of 142035 with flag 2618009/2618009
355.87/351.37	c cleaning 72000 clauses out of 144028 with flag 2691002/2691002
367.44/362.88	c cleaning 72989 clauses out of 146029 with flag 2765003/2765003
378.77/374.08	c cleaning 74012 clauses out of 148037 with flag 2840000/2840000
389.26/384.45	c cleaning 74987 clauses out of 150025 with flag 2916000/2916000
397.68/392.74	c cleaning 76015 clauses out of 152038 with flag 2993000/2993000
408.48/403.47	c cleaning 76995 clauses out of 154023 with flag 3071000/3071000
420.44/415.40	c cleaning 78007 clauses out of 156030 with flag 3150002/3150002
431.53/426.37	c cleaning 78997 clauses out of 158022 with flag 3230001/3230001
444.02/438.75	c cleaning 79988 clauses out of 160024 with flag 3311000/3311000
456.31/450.98	c cleaning 80992 clauses out of 162037 with flag 3393001/3393001
468.91/463.50	c cleaning 81996 clauses out of 164044 with flag 3476000/3476000
481.28/475.78	c cleaning 83019 clauses out of 166063 with flag 3560015/3560015
491.56/485.92	c cleaning 84006 clauses out of 168029 with flag 3645000/3645000
505.46/499.74	c cleaning 84996 clauses out of 170023 with flag 3731000/3731000
516.06/510.29	c cleaning 86005 clauses out of 172035 with flag 3818008/3818008
529.75/523.83	c cleaning 86998 clauses out of 174023 with flag 3906001/3906001
542.66/536.44	c cleaning 87999 clauses out of 176024 with flag 3995000/3995000
550.39/544.10	c cleaning 89000 clauses out of 178027 with flag 4085002/4085002
558.59/552.24	c cleaning 90001 clauses out of 180026 with flag 4176001/4176001
566.83/560.23	c cleaning 91004 clauses out of 182026 with flag 4268002/4268002
574.72/567.94	c cleaning 92003 clauses out of 184020 with flag 4361000/4361000
582.65/575.84	c cleaning 92996 clauses out of 186017 with flag 4455000/4455000
593.85/586.94	c cleaning 93998 clauses out of 188033 with flag 4550012/4550012
610.78/603.75	c cleaning 94990 clauses out of 190033 with flag 4646010/4646010
625.36/618.21	c cleaning 95992 clauses out of 192033 with flag 4743000/4743000
638.96/631.78	c cleaning 97011 clauses out of 194041 with flag 4841000/4841000
654.64/647.32	c cleaning 97998 clauses out of 196030 with flag 4940000/4940000
672.33/665.00	c cleaning 98996 clauses out of 198037 with flag 5040005/5040005
688.51/680.99	c cleaning 99997 clauses out of 200038 with flag 5141002/5141002
702.82/695.23	c cleaning 100995 clauses out of 202039 with flag 5243000/5243000
715.57/707.80	c cleaning 102021 clauses out of 204053 with flag 5346009/5346009
728.60/720.89	c cleaning 102986 clauses out of 206023 with flag 5450000/5450000
743.46/735.68	c cleaning 103993 clauses out of 208037 with flag 5555000/5555000
757.20/749.37	c cleaning 105004 clauses out of 210044 with flag 5661000/5661000
770.36/762.38	c cleaning 105997 clauses out of 212040 with flag 5768000/5768000
790.27/782.18	c cleaning 106995 clauses out of 214050 with flag 5876007/5876007
810.47/802.21	c cleaning 108010 clauses out of 216051 with flag 5985003/5985003
826.17/817.61	c cleaning 109001 clauses out of 218041 with flag 6095003/6095003
842.47/833.86	c cleaning 110005 clauses out of 220044 with flag 6206007/6206007
859.38/850.60	c cleaning 111013 clauses out of 222034 with flag 6318002/6318002
874.39/865.54	c cleaning 111993 clauses out of 224022 with flag 6431003/6431003
890.81/881.89	c cleaning 112998 clauses out of 226026 with flag 6545000/6545000
904.73/895.68	c cleaning 114005 clauses out of 228028 with flag 6660000/6660000
922.09/912.80	c cleaning 115011 clauses out of 230023 with flag 6776000/6776000
936.94/927.52	c cleaning 116000 clauses out of 232015 with flag 6893003/6893003
953.12/943.62	c cleaning 117009 clauses out of 234017 with flag 7011005/7011005
974.88/965.22	c cleaning 118002 clauses out of 236003 with flag 7130000/7130000
995.41/985.60	c cleaning 118987 clauses out of 238001 with flag 7250000/7250000
1013.33/1003.41	c cleaning 120000 clauses out of 240014 with flag 7371000/7371000
1029.75/1019.73	c cleaning 120981 clauses out of 242014 with flag 7493000/7493000
1045.38/1035.28	c cleaning 121990 clauses out of 244033 with flag 7616000/7616000
1061.37/1051.14	c cleaning 123017 clauses out of 246045 with flag 7740002/7740002
1077.21/1067.00	c cleaning 124002 clauses out of 248026 with flag 7865000/7865000
1092.69/1082.38	c cleaning 125004 clauses out of 250024 with flag 7991000/7991000
1109.41/1098.91	c cleaning 126003 clauses out of 252027 with flag 8118007/8118007
1124.69/1114.14	c cleaning 127005 clauses out of 254021 with flag 8246004/8246004
1140.30/1129.61	c cleaning 127992 clauses out of 256012 with flag 8375000/8375000
1156.95/1146.29	c cleaning 129006 clauses out of 258025 with flag 8505005/8505005
1174.43/1163.66	c cleaning 129995 clauses out of 260015 with flag 8636001/8636001
1192.73/1181.84	c cleaning 130998 clauses out of 262021 with flag 8768002/8768002
1210.39/1199.37	c cleaning 131989 clauses out of 264025 with flag 8901004/8901004
1230.40/1219.28	c cleaning 133015 clauses out of 266038 with flag 9035006/9035006
1249.88/1238.61	c cleaning 134004 clauses out of 268019 with flag 9170002/9170002
1268.85/1257.59	c cleaning 134997 clauses out of 270013 with flag 9306000/9306000
1288.31/1276.98	c cleaning 136003 clauses out of 272019 with flag 9443003/9443003
1308.20/1296.76	c cleaning 136985 clauses out of 274014 with flag 9581001/9581001
1327.46/1315.86	c cleaning 137999 clauses out of 276035 with flag 9720007/9720007
1346.60/1334.94	c cleaning 138999 clauses out of 278029 with flag 9860000/9860000
1369.08/1357.37	c cleaning 139996 clauses out of 280030 with flag 10001000/10001000
1390.31/1378.46	c cleaning 141010 clauses out of 282035 with flag 10143001/10143001
1413.40/1401.44	c cleaning 142000 clauses out of 284025 with flag 10286001/10286001
1440.79/1428.41	c cleaning 142995 clauses out of 286024 with flag 10430000/10430000
1471.43/1455.91	c cleaning 144000 clauses out of 288029 with flag 10575000/10575000
1501.04/1483.06	c cleaning 145008 clauses out of 290039 with flag 10721010/10721010
1523.32/1503.74	c cleaning 146002 clauses out of 292024 with flag 10868003/10868003
1547.97/1526.30	c cleaning 147007 clauses out of 294020 with flag 11016001/11016001
1576.40/1553.29	c cleaning 148006 clauses out of 296012 with flag 11165000/11165000
1616.36/1590.13	c cleaning 149003 clauses out of 298006 with flag 11315000/11315000
1649.63/1621.91	c cleaning 150003 clauses out of 300005 with flag 11466002/11466002
1688.19/1657.98	c cleaning 150971 clauses out of 302000 with flag 11618000/11618000
1737.04/1703.37	c cleaning 152004 clauses out of 304029 with flag 11771000/11771000
1783.65/1746.86	c cleaning 153002 clauses out of 306025 with flag 11925000/11925000
1800.06/1762.12	c starts		: 323
1800.06/1762.12	c conflicts		: 12001914
1800.06/1762.12	c decisions		: 41512437
1800.06/1762.12	c propagations		: 257239076
1800.06/1762.12	c inspects		: 10625538188
1800.06/1762.12	c shortcuts		: 0
1800.06/1762.12	c learnt literals	: 0
1800.06/1762.12	c learnt binary clauses	: 0
1800.06/1762.12	c learnt ternary clauses	: 6398
1800.06/1762.12	c learnt constraints	: 12001915
1800.06/1762.12	c ignored constraints	: 0
1800.06/1762.12	c root simplifications	: 0
1800.06/1762.12	c removed literals (reason simplification)	: 0
1800.06/1762.12	c reason swapping (by a shorter reason)	: 0
1800.06/1762.12	c Calls to reduceDB	: 150
1800.06/1762.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1762.12	c number of learned constraints concerned by reduction	: 0
1800.06/1762.12	c number of learning phase by resolution	: 0
1800.06/1762.12	c number of learning phase by cutting planes	: 0
1800.06/1762.12	c speed (assignments/second)	: 146026.40280700478
1800.06/1762.12	c non guided choices	6378
1800.06/1762.15	c learnt constraints type 
1800.06/1762.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 230027
1800.06/1762.15	c constraints type 
1800.06/1762.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.06/1762.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.06/1762.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.06/1762.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.06/1762.15	c 13055 constraints processed.
1800.06/1762.15	s UNKNOWN
1800.06/1762.15	c Total wall clock time (in seconds): 1762.023

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-3688789-1337888048/watcher-3688789-1337888048 -o /tmp/evaluation-result-3688789-1337888048/solver-3688789-1337888048 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688789-1337888048.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 22370
/proc/meminfo: memFree=28909300/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/22370/stat : 22370 (java) D 22368 22370 20334 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 254933378 278528 33 33554432000 1073741824 1073778376 140735381481136 140735381478312 235365559591 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22370/statm: 68 33 25 9 0 25 0

[startup+0.0272519 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 22370
/proc/meminfo: memFree=28909300/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 254933378 105127936 1110 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 25666 1110 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.10022 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 22370
/proc/meminfo: memFree=28909300/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 3366 0 1 0 6 1 0 0 20 0 18 0 254933378 9787813888 4575 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2389603 4576 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300242 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 22370
/proc/meminfo: memFree=28909300/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 6020 0 1 0 40 1 0 0 20 0 18 0 254933378 9787813888 8249 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2389603 8249 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700261 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 22370
/proc/meminfo: memFree=28909300/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 12125 0 1 0 146 3 0 0 20 0 19 0 254933378 9855975424 19895 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 19895 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 22389
/proc/meminfo: memFree=28834428/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 13038 0 1 0 242 5 0 0 20 0 19 0 254933378 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 27624 2284 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 2478 0 1 0 139 2 0 0 20 0 19 0 254933380 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866916945176 139866768340759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 254933383 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4156 0 0 0 43 0 0 0 20 0 19 0 254933386 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5142 0 0 0 50 2 0 0 20 0 19 0 254933386 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 27624 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 22389
/proc/meminfo: memFree=28807184/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 13056 0 1 0 405 5 0 0 20 0 19 0 254933378 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 30705 2284 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 2479 0 1 0 295 2 0 0 20 0 19 0 254933380 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866916946392 139866768340058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 254933383 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4156 0 0 0 44 0 0 0 20 0 19 0 254933386 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5142 0 0 0 51 2 0 0 20 0 19 0 254933386 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 30705 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9624976

[startup+6.30059 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 22389
/proc/meminfo: memFree=28786208/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=7.36 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 13129 0 1 0 730 6 0 0 20 0 19 0 254933378 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 33203 2284 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 2479 0 1 0 607 2 0 0 20 0 19 0 254933380 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866916946208 139866768380214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254933381 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 54 0 0 0 11 0 0 0 20 0 19 0 254933383 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4167 0 0 0 47 0 0 0 20 0 19 0 254933386 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5143 0 0 0 52 2 0 0 20 0 19 0 254933386 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 33203 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=4.87 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 2427 0 0 0 470 17 0 0 20 0 19 0 254933381 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=4.8 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 2178 0 0 0 461 19 0 0 20 0 19 0 254933381 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=5.04 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 2157 0 0 0 482 22 0 0 20 0 19 0 254933381 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=15.57 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 892 0 0 0 1548 9 0 0 20 0 19 0 254933383 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4167 0 0 0 47 0 0 0 20 0 19 0 254933386 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5147 0 0 0 57 2 0 0 20 0 19 0 254933386 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 97 0 0 0 45 27 0 0 20 0 19 0 254933386 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 130594 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1692.91
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.96 2.02 2.00 3/211 22658
/proc/meminfo: memFree=29163860/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=1757.57 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 35656 0 1 0 175544 213 0 0 20 0 19 0 254933378 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 126814 2285 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=1693.59 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 3110 0 1 0 169329 30 0 0 20 0 19 0 254933380 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866916945384 139866768331139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=5.83 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 2315 0 0 0 564 19 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=5.63 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 2248 0 0 0 543 20 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=5.91 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 2516 0 0 0 572 19 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 2875 0 0 0 581 17 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=5.88 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 2565 0 0 0 569 19 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=5.8 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 2754 0 0 0 562 18 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=5.55 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 2813 0 0 0 535 20 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=5.78 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 2939 0 0 0 555 23 0 0 20 0 19 0 254933381 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=15.78 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 922 0 0 0 1568 10 0 0 20 0 19 0 254933383 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4167 0 0 0 47 0 0 0 20 0 19 0 254933386 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5147 0 0 0 57 2 0 0 20 0 19 0 254933386 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 99 0 0 0 47 28 0 0 20 0 19 0 254933386 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 126814 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1757.57
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.1 s]
/proc/loadavg: 2.35 2.09 2.03 3/211 22658
/proc/meminfo: memFree=29186408/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 37777 0 1 0 179788 218 0 0 20 0 19 0 254933378 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 127584 2285 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=1732.16 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 3166 0 1 0 173185 31 0 0 20 0 19 0 254933380 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866916945264 139866768361494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 2448 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 2703 0 0 0 587 20 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 2630 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=6.39 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 3118 0 0 0 621 18 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 2836 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=6.27 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 3000 0 0 0 609 18 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 3210 0 0 0 586 21 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 3117 0 0 0 596 24 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=15.97 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 946 0 0 0 1587 10 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4167 0 0 0 47 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5147 0 0 0 57 2 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 103 0 0 0 47 29 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1762.1 s]
/proc/loadavg: 2.35 2.09 2.03 3/211 22658
/proc/meminfo: memFree=29186408/32873844 swapFree=7104/7104
[pid=22370] ppid=22368 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/22370/stat : 22370 (java) S 22368 22370 20334 0 -1 4202496 37777 0 1 0 179788 218 0 0 20 0 19 0 254933378 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 140737031539376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22370/statm: 2406244 127584 2285 9 0 2396937 0
[pid=22370/tid=22372] ppid=22368 vsize=9624976 CPUtime=1732.16 cores=1,3,5,7
/proc/22370/task/22372/stat : 22372 (java) R 22368 22370 20334 0 -1 4202560 3166 0 1 0 173185 31 0 0 20 0 19 0 254933380 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866916945264 139866768361494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22373] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22373/stat : 22373 (java) S 22368 22370 20334 0 -1 4202560 2448 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866889399080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22374] ppid=22368 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/22370/task/22374/stat : 22374 (java) S 22368 22370 20334 0 -1 4202560 2703 0 0 0 587 20 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866888346280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22375] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22375/stat : 22375 (java) S 22368 22370 20334 0 -1 4202560 2630 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866887293992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22376] ppid=22368 vsize=9624976 CPUtime=6.39 cores=1,3,5,7
/proc/22370/task/22376/stat : 22376 (java) S 22368 22370 20334 0 -1 4202560 3118 0 0 0 621 18 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866886241192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22377] ppid=22368 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/22370/task/22377/stat : 22377 (java) S 22368 22370 20334 0 -1 4202560 2836 0 0 0 617 19 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866756655400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22378] ppid=22368 vsize=9624976 CPUtime=6.27 cores=1,3,5,7
/proc/22370/task/22378/stat : 22378 (java) S 22368 22370 20334 0 -1 4202560 3000 0 0 0 609 18 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866755602600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22379] ppid=22368 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/22370/task/22379/stat : 22379 (java) S 22368 22370 20334 0 -1 4202560 3210 0 0 0 586 21 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866754550312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22380] ppid=22368 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/22370/task/22380/stat : 22380 (java) S 22368 22370 20334 0 -1 4202560 3117 0 0 0 596 24 0 0 20 0 19 0 254933381 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866753497512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22381] ppid=22368 vsize=9624976 CPUtime=15.97 cores=1,3,5,7
/proc/22370/task/22381/stat : 22381 (java) S 22368 22370 20334 0 -1 4202560 946 0 0 0 1587 10 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866270984936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22370/tid=22382] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22382/stat : 22382 (java) S 22368 22370 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866269931000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22383] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22383/stat : 22383 (java) S 22368 22370 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254933383 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866268878600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22384] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22384/stat : 22384 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866267827088 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22385] ppid=22368 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22370/task/22385/stat : 22385 (java) S 22368 22370 20334 0 -1 4202560 4167 0 0 0 47 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866266773688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22370/tid=22386] ppid=22368 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22370/task/22386/stat : 22386 (java) S 22368 22370 20334 0 -1 4202560 5147 0 0 0 57 2 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866265720888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22387] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22387/stat : 22387 (java) S 22368 22370 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866264668792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22370/tid=22388] ppid=22368 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/22370/task/22388/stat : 22388 (java) S 22368 22370 20334 0 -1 4202560 103 0 0 0 47 29 0 0 20 0 19 0 254933386 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866263616200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22370/tid=22389] ppid=22368 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22370/task/22389/stat : 22389 (java) S 22368 22370 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254933431 9855975424 127584 33554432000 1073741824 1073778376 140737031548240 139866262562216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1762.16
CPU time (s): 1800.4
CPU user time (s): 1797.95
CPU system time (s): 2.45363
CPU usage (%): 102.17
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.45363
maximum resident set size= 951648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37810
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= 57063
involuntary context switches= 75494

runsolver used 6.20106 second user time and 14.6948 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 21:34:08
IDJOB=3688789
IDBENCH=48313
IDSOLVER=2269
FILE ID=node104/3688789-1337888048
RUNJOBID= node104-1337871880-20351
PBS_JOBID= 14620100
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688789-1337888048/watcher-3688789-1337888048 -o /tmp/evaluation-result-3688789-1337888048/solver-3688789-1337888048 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688789-1337888048.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=812454985

node104.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.266
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.53
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.266
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.266
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.91
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.266
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.92
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.266
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.91
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.266
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.266
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.91
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.266
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:       32873844 kB
MemFree:        28910052 kB
Buffers:          210672 kB
Cached:          1793140 kB
SwapCached:            0 kB
Active:          1531788 kB
Inactive:        1666880 kB
Active(anon):    1197320 kB
Inactive(anon):        0 kB
Active(file):     334468 kB
Inactive(file):  1666880 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       1206148 kB
Mapped:            21548 kB
Shmem:               200 kB
Slab:             622056 kB
SReclaimable:      64756 kB
SUnreclaim:       557300 kB
KernelStack:        1584 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1956612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1163264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node104 at 2012-05-24 22:03:32