Trace number 3710090

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.48 1794.85

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1561.61
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710090-1338174852.opb
0.11/0.11	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.105s.
0.26/0.21	c declared #vars     100
0.26/0.21	c internal #vars     706
0.26/0.21	c #constraints  1365
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.26/0.21	c 1365 constraints processed.
1.08/0.60	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1.32/0.81	c cleaning 4245 clauses out of 8499 with flag 11001/11001
1.53/1.06	c cleaning 5621 clauses out of 11253 with flag 18000/18000
1.84/1.36	c cleaning 6818 clauses out of 13635 with flag 26003/26003
2.17/1.69	c cleaning 7909 clauses out of 15817 with flag 35003/35003
2.58/2.05	c cleaning 8953 clauses out of 17906 with flag 45001/45001
2.98/2.48	c cleaning 9973 clauses out of 19954 with flag 56002/56002
3.48/2.92	c cleaning 10988 clauses out of 21981 with flag 68002/68002
3.99/3.45	c cleaning 11990 clauses out of 23992 with flag 81001/81001
4.49/3.99	c cleaning 12996 clauses out of 26001 with flag 95000/95000
5.20/4.63	c cleaning 13999 clauses out of 28005 with flag 110000/110000
5.93/5.31	c cleaning 15000 clauses out of 30009 with flag 126003/126003
6.53/5.99	c cleaning 16002 clauses out of 32006 with flag 143000/143000
7.46/6.86	c cleaning 16996 clauses out of 34006 with flag 161002/161002
8.37/7.75	c cleaning 18001 clauses out of 36010 with flag 180002/180002
9.38/8.72	c cleaning 19000 clauses out of 38008 with flag 200001/200001
10.29/9.63	c cleaning 19999 clauses out of 40009 with flag 221002/221002
11.41/10.70	c cleaning 20996 clauses out of 42010 with flag 243002/243002
12.62/11.97	c cleaning 22003 clauses out of 44017 with flag 266005/266005
13.72/13.04	c cleaning 22998 clauses out of 46009 with flag 290000/290000
14.94/14.24	c cleaning 23993 clauses out of 48011 with flag 315000/315000
16.23/15.57	c cleaning 25001 clauses out of 50018 with flag 341000/341000
17.74/17.01	c cleaning 25998 clauses out of 52018 with flag 368001/368001
19.35/18.64	c cleaning 27007 clauses out of 54021 with flag 396002/396002
20.76/20.01	c cleaning 27999 clauses out of 56012 with flag 425000/425000
22.28/21.57	c cleaning 28997 clauses out of 58013 with flag 455000/455000
24.18/23.42	c cleaning 30002 clauses out of 60017 with flag 486001/486001
25.82/25.04	c cleaning 31002 clauses out of 62016 with flag 518002/518002
27.73/26.95	c cleaning 31995 clauses out of 64012 with flag 551000/551000
29.89/29.04	c cleaning 33001 clauses out of 66020 with flag 585003/585003
31.90/31.00	c cleaning 34001 clauses out of 68017 with flag 620001/620001
33.81/32.96	c cleaning 34997 clauses out of 70015 with flag 656000/656000
36.05/35.10	c cleaning 36003 clauses out of 72018 with flag 693000/693000
38.57/37.65	c cleaning 37003 clauses out of 74015 with flag 731000/731000
41.38/40.40	c cleaning 38001 clauses out of 76012 with flag 770000/770000
43.91/42.92	c cleaning 38996 clauses out of 78011 with flag 810000/810000
46.92/45.98	c cleaning 39999 clauses out of 80018 with flag 851003/851003
50.05/49.01	c cleaning 41002 clauses out of 82016 with flag 893000/893000
52.26/51.28	c cleaning 41998 clauses out of 84014 with flag 936000/936000
54.88/53.87	c cleaning 43000 clauses out of 86016 with flag 980000/980000
57.68/56.67	c cleaning 44001 clauses out of 88017 with flag 1025001/1025001
61.20/60.18	c cleaning 44999 clauses out of 90015 with flag 1071000/1071000
64.02/62.98	c cleaning 45999 clauses out of 92016 with flag 1118000/1118000
67.44/66.36	c cleaning 46998 clauses out of 94019 with flag 1166002/1166002
70.56/69.49	c cleaning 48004 clauses out of 96020 with flag 1215001/1215001
74.27/73.17	c cleaning 49001 clauses out of 98016 with flag 1265001/1265001
78.68/77.58	c cleaning 49997 clauses out of 100015 with flag 1316001/1316001
81.94/80.78	c cleaning 51002 clauses out of 102017 with flag 1368000/1368000
85.16/83.92	c cleaning 52000 clauses out of 104018 with flag 1421003/1421003
88.78/87.59	c cleaning 52999 clauses out of 106016 with flag 1475001/1475001
93.00/91.79	c cleaning 54002 clauses out of 108018 with flag 1530002/1530002
98.32/97.08	c cleaning 54999 clauses out of 110015 with flag 1586001/1586001
102.94/101.66	c cleaning 56003 clauses out of 112015 with flag 1643000/1643000
107.99/106.61	c cleaning 56996 clauses out of 114012 with flag 1701000/1701000
113.19/111.80	c cleaning 57998 clauses out of 116018 with flag 1760002/1760002
117.52/116.19	c cleaning 58999 clauses out of 118018 with flag 1820000/1820000
122.73/121.34	c cleaning 60002 clauses out of 120021 with flag 1881002/1881002
128.14/126.74	c cleaning 60997 clauses out of 122017 with flag 1943000/1943000
134.16/132.75	c cleaning 62002 clauses out of 124020 with flag 2006000/2006000
139.49/138.04	c cleaning 63000 clauses out of 126018 with flag 2070000/2070000
144.80/143.34	c cleaning 64008 clauses out of 128020 with flag 2135002/2135002
150.44/148.95	c cleaning 64998 clauses out of 130010 with flag 2201000/2201000
155.75/154.25	c cleaning 65996 clauses out of 132014 with flag 2268002/2268002
161.36/159.85	c cleaning 66994 clauses out of 134017 with flag 2336001/2336001
169.00/167.40	c cleaning 68004 clauses out of 136023 with flag 2405001/2405001
174.65/173.07	c cleaning 69000 clauses out of 138018 with flag 2475000/2475000
182.28/180.67	c cleaning 69998 clauses out of 140018 with flag 2546000/2546000
189.94/188.23	c cleaning 70997 clauses out of 142021 with flag 2618001/2618001
195.57/193.81	c cleaning 72003 clauses out of 144023 with flag 2691000/2691000
201.10/199.35	c cleaning 73005 clauses out of 146021 with flag 2765001/2765001
207.52/205.75	c cleaning 74000 clauses out of 148015 with flag 2840000/2840000
213.92/212.16	c cleaning 75001 clauses out of 150016 with flag 2916001/2916001
221.05/219.23	c cleaning 76003 clauses out of 152014 with flag 2993000/2993000
226.69/224.85	c cleaning 76994 clauses out of 154012 with flag 3071001/3071001
235.12/233.21	c cleaning 77994 clauses out of 156017 with flag 3150000/3150000
242.53/240.64	c cleaning 78996 clauses out of 158024 with flag 3230001/3230001
248.85/246.92	c cleaning 80005 clauses out of 160028 with flag 3311001/3311001
255.37/253.45	c cleaning 81004 clauses out of 162023 with flag 3393001/3393001
264.19/262.21	c cleaning 82004 clauses out of 164019 with flag 3476001/3476001
274.62/272.69	c cleaning 83000 clauses out of 166016 with flag 3560002/3560002
284.53/282.58	c cleaning 84000 clauses out of 168014 with flag 3645000/3645000
291.27/289.22	c cleaning 85000 clauses out of 170014 with flag 3731000/3731000
298.49/296.43	c cleaning 85994 clauses out of 172014 with flag 3818000/3818000
306.83/304.79	c cleaning 87002 clauses out of 174020 with flag 3906000/3906000
315.87/313.78	c cleaning 88003 clauses out of 176018 with flag 3995000/3995000
329.20/327.02	c cleaning 89001 clauses out of 178018 with flag 4085003/4085003
339.52/337.35	c cleaning 89990 clauses out of 180014 with flag 4176000/4176000
351.86/349.64	c cleaning 91009 clauses out of 182026 with flag 4268002/4268002
365.67/363.50	c cleaning 91995 clauses out of 184016 with flag 4361001/4361001
380.01/377.79	c cleaning 92998 clauses out of 186020 with flag 4455000/4455000
389.84/387.57	c cleaning 94007 clauses out of 188023 with flag 4550001/4550001
400.46/398.15	c cleaning 94994 clauses out of 190016 with flag 4646001/4646001
407.98/405.61	c cleaning 96003 clauses out of 192022 with flag 4743001/4743001
416.20/413.84	c cleaning 97002 clauses out of 194018 with flag 4841000/4841000
424.72/422.34	c cleaning 98008 clauses out of 196018 with flag 4940002/4940002
435.76/433.32	c cleaning 98993 clauses out of 198009 with flag 5040001/5040001
445.85/443.38	c cleaning 100002 clauses out of 200015 with flag 5141000/5141000
454.37/451.85	c cleaning 100995 clauses out of 202013 with flag 5243000/5243000
465.29/462.72	c cleaning 102000 clauses out of 204018 with flag 5346000/5346000
474.93/472.30	c cleaning 103000 clauses out of 206020 with flag 5450002/5450002
492.16/489.51	c cleaning 103997 clauses out of 208018 with flag 5555000/5555000
509.49/506.84	c cleaning 105009 clauses out of 210021 with flag 5661000/5661000
526.44/523.73	c cleaning 106001 clauses out of 212015 with flag 5768003/5768003
545.36/542.67	c cleaning 106991 clauses out of 214011 with flag 5876000/5876000
562.80/560.03	c cleaning 108008 clauses out of 216021 with flag 5985001/5985001
577.72/574.97	c cleaning 108999 clauses out of 218012 with flag 6095000/6095000
596.97/594.16	c cleaning 110002 clauses out of 220014 with flag 6206001/6206001
610.63/607.75	c cleaning 110995 clauses out of 222011 with flag 6318000/6318000
624.08/621.19	c cleaning 111996 clauses out of 224016 with flag 6431000/6431000
638.29/635.31	c cleaning 113005 clauses out of 226021 with flag 6545001/6545001
652.14/649.10	c cleaning 114000 clauses out of 228016 with flag 6660001/6660001
667.57/664.51	c cleaning 115000 clauses out of 230015 with flag 6776000/6776000
682.81/679.78	c cleaning 116003 clauses out of 232017 with flag 6893002/6893002
692.42/689.32	c cleaning 116998 clauses out of 234012 with flag 7011000/7011000
712.85/709.71	c cleaning 117990 clauses out of 236014 with flag 7130000/7130000
725.19/722.04	c cleaning 119004 clauses out of 238026 with flag 7250002/7250002
737.51/734.38	c cleaning 120002 clauses out of 240022 with flag 7371002/7371002
758.84/755.65	c cleaning 120994 clauses out of 242018 with flag 7493000/7493000
777.79/774.54	c cleaning 122007 clauses out of 244025 with flag 7616001/7616001
798.62/795.34	c cleaning 122996 clauses out of 246020 with flag 7740003/7740003
821.65/818.37	c cleaning 123997 clauses out of 248021 with flag 7865000/7865000
843.58/840.23	c cleaning 125001 clauses out of 250024 with flag 7991000/7991000
866.53/863.16	c cleaning 126001 clauses out of 252024 with flag 8118001/8118001
889.49/886.01	c cleaning 126997 clauses out of 254023 with flag 8246001/8246001
906.81/903.30	c cleaning 128002 clauses out of 256025 with flag 8375000/8375000
923.75/920.22	c cleaning 129003 clauses out of 258026 with flag 8505003/8505003
941.01/937.45	c cleaning 130001 clauses out of 260020 with flag 8636000/8636000
958.08/954.44	c cleaning 131000 clauses out of 262019 with flag 8768000/8768000
976.47/972.76	c cleaning 132003 clauses out of 264019 with flag 8901000/8901000
989.70/985.91	c cleaning 133002 clauses out of 266016 with flag 9035000/9035000
1004.22/1000.46	c cleaning 133993 clauses out of 268014 with flag 9170000/9170000
1020.28/1016.42	c cleaning 134999 clauses out of 270021 with flag 9306000/9306000
1036.40/1032.50	c cleaning 136000 clauses out of 272023 with flag 9443001/9443001
1053.05/1049.17	c cleaning 136993 clauses out of 274022 with flag 9581000/9581000
1070.19/1066.25	c cleaning 138004 clauses out of 276031 with flag 9720002/9720002
1088.14/1084.16	c cleaning 139001 clauses out of 278025 with flag 9860000/9860000
1105.08/1101.04	c cleaning 140004 clauses out of 280024 with flag 10001000/10001000
1127.24/1123.12	c cleaning 141000 clauses out of 282020 with flag 10143000/10143000
1143.58/1139.48	c cleaning 142005 clauses out of 284020 with flag 10286000/10286000
1166.28/1162.16	c cleaning 142998 clauses out of 286015 with flag 10430000/10430000
1184.41/1180.24	c cleaning 144002 clauses out of 288018 with flag 10575001/10575001
1204.25/1200.01	c cleaning 145002 clauses out of 290015 with flag 10721000/10721000
1232.38/1228.15	c cleaning 145987 clauses out of 292013 with flag 10868000/10868000
1259.01/1254.75	c cleaning 146999 clauses out of 294027 with flag 11016001/11016001
1286.25/1281.99	c cleaning 148003 clauses out of 296027 with flag 11165000/11165000
1318.86/1314.54	c cleaning 148999 clauses out of 298024 with flag 11315000/11315000
1347.21/1342.82	c cleaning 150006 clauses out of 300028 with flag 11466003/11466003
1376.08/1371.62	c cleaning 151002 clauses out of 302022 with flag 11618003/11618003
1396.74/1392.26	c cleaning 151995 clauses out of 304018 with flag 11771001/11771001
1417.37/1412.85	c cleaning 153000 clauses out of 306022 with flag 11925000/11925000
1437.60/1433.03	c cleaning 154004 clauses out of 308023 with flag 12080001/12080001
1462.17/1457.58	c cleaning 154999 clauses out of 310018 with flag 12236000/12236000
1481.02/1476.37	c cleaning 156004 clauses out of 312019 with flag 12393000/12393000
1501.62/1496.95	c cleaning 157003 clauses out of 314017 with flag 12551002/12551002
1520.88/1516.14	c cleaning 158001 clauses out of 316015 with flag 12710003/12710003
1540.60/1535.88	c cleaning 158994 clauses out of 318011 with flag 12870000/12870000
1566.98/1562.12	c cleaning 159996 clauses out of 320018 with flag 13031001/13031001
1599.00/1594.14	c cleaning 161002 clauses out of 322023 with flag 13193002/13193002
1622.75/1617.87	c cleaning 161997 clauses out of 324020 with flag 13356001/13356001
1643.37/1638.49	c cleaning 163003 clauses out of 326022 with flag 13520000/13520000
1666.22/1661.26	c cleaning 163996 clauses out of 328019 with flag 13685000/13685000
1689.83/1684.87	c cleaning 165004 clauses out of 330025 with flag 13851002/13851002
1712.75/1707.77	c cleaning 165999 clauses out of 332020 with flag 14018001/14018001
1737.29/1732.27	c cleaning 167000 clauses out of 334022 with flag 14186002/14186002
1761.63/1756.60	c cleaning 168003 clauses out of 336020 with flag 14355000/14355000
1782.37/1777.28	c cleaning 169003 clauses out of 338018 with flag 14525001/14525001
1800.00/1794.81	c starts		: 325
1800.00/1794.81	c conflicts		: 14684144
1800.00/1794.81	c decisions		: 16769864
1800.00/1794.81	c propagations		: 226636339
1800.00/1794.81	c inspects		: 21497148690
1800.00/1794.81	c shortcuts		: 0
1800.00/1794.81	c learnt literals	: 0
1800.00/1794.81	c learnt binary clauses	: 0
1800.00/1794.81	c learnt ternary clauses	: 6772
1800.00/1794.81	c learnt constraints	: 14684144
1800.00/1794.81	c ignored constraints	: 0
1800.00/1794.81	c root simplifications	: 325
1800.00/1794.81	c removed literals (reason simplification)	: 297573673
1800.00/1794.81	c reason swapping (by a shorter reason)	: 0
1800.00/1794.81	c Calls to reduceDB	: 166
1800.00/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.81	c number of learned constraints concerned by reduction	: 0
1800.00/1794.81	c number of learning phase by resolution	: 0
1800.00/1794.81	c number of learning phase by cutting planes	: 0
1800.00/1794.81	c speed (assignments/second)	: 126288.23646101964
1800.00/1794.81	c non guided choices	641
1800.00/1794.84	c learnt constraints type 
1800.00/1794.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 328326
1800.00/1794.84	c constraints type 
1800.00/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
1800.00/1794.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.00/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.00/1794.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
1800.00/1794.84	c 1365 constraints processed.
1800.00/1794.84	s UNKNOWN
1800.00/1794.84	c Total wall clock time (in seconds): 1794.738

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-3710090-1338174852/watcher-3710090-1338174852 -o /tmp/evaluation-result-3710090-1338174852/solver-3710090-1338174852 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710090-1338174852.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.05 2.03 2.00 3/194 15516
/proc/meminfo: memFree=29939740/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15516/stat : 15516 (java) R 15514 15516 13368 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 283611271 23793664 708 33554432000 1073741824 1073778376 140737340628800 140737340617864 266426430824 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 5809 709 524 9 0 128 0

[startup+0.018831 s]
/proc/loadavg: 2.05 2.03 2.00 3/194 15516
/proc/meminfo: memFree=29939740/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 2768 0 1 0 0 0 0 0 20 0 10 0 283611271 9233014784 3466 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2254154 3466 1537 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10019 s]
/proc/loadavg: 2.05 2.03 2.00 3/194 15516
/proc/meminfo: memFree=29939740/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 4378 0 1 0 10 1 0 0 20 0 18 0 283611271 9787842560 6095 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2389610 6095 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300118 s]
/proc/loadavg: 2.05 2.03 2.00 3/194 15516
/proc/meminfo: memFree=29939740/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 6633 0 1 0 49 1 0 0 20 0 19 0 283611271 9856004096 8506 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 8506 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700227 s]
/proc/loadavg: 2.05 2.03 2.00 3/194 15516
/proc/meminfo: memFree=29939740/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 9268 0 1 0 118 2 0 0 20 0 19 0 283611271 9856004096 11675 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 11675 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 15535
/proc/meminfo: memFree=29897752/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=2.07 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 9470 0 1 0 205 2 0 0 20 0 19 0 283611271 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 12719 2275 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2507 0 1 0 141 1 0 0 20 0 19 0 283611271 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661715313064 139661549332355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 283611273 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1647 0 0 0 26 0 0 0 20 0 19 0 283611275 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 12719 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 15535
/proc/meminfo: memFree=29893284/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 9484 0 1 0 367 2 0 0 20 0 19 0 283611271 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 13749 2275 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2511 0 1 0 295 2 0 0 20 0 19 0 283611271 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661715312944 139661549205782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 283611273 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1647 0 0 0 26 0 0 0 20 0 19 0 283611275 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 13749 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 15535
/proc/meminfo: memFree=29890844/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=6.96 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 9515 0 1 0 694 2 0 0 20 0 19 0 283611271 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 14133 2275 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2517 0 1 0 606 2 0 0 20 0 19 0 283611271 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661715313064 139661549206234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611272 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 32 0 0 0 14 0 0 0 20 0 19 0 283611273 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1647 0 0 0 26 0 0 0 20 0 19 0 283611275 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 14133 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 268 0 0 0 74 0 0 0 20 0 19 0 283611272 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 71 2 0 0 20 0 19 0 283611272 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 345 0 0 0 69 1 0 0 20 0 19 0 283611272 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=6.34 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 150 0 0 0 631 3 0 0 20 0 19 0 283611273 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1819 0 0 0 29 0 0 0 20 0 19 0 283611275 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 95 0 0 0 21 29 0 0 20 0 19 0 283611275 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 47339 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.34
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/213 16237
/proc/meminfo: memFree=29907508/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=1727.39 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 12557 0 1 0 172694 45 0 0 20 0 19 0 283611271 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 48363 2276 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=1713.98 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2685 0 1 0 171369 29 0 0 20 0 19 0 283611271 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661715312944 139661549332355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 73 2 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 373 0 0 0 72 2 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 386 0 0 0 73 1 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 273 0 0 0 76 0 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 381 0 0 0 77 0 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 268 0 0 0 74 0 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 71 2 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 345 0 0 0 69 2 0 0 20 0 19 0 283611272 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=6.47 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 155 0 0 0 644 3 0 0 20 0 19 0 283611273 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1819 0 0 0 29 0 0 0 20 0 19 0 283611275 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 99 0 0 0 22 30 0 0 20 0 19 0 283611275 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 48363 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.39
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/213 16237
/proc/meminfo: memFree=29970952/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=1787.49 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 12570 0 1 0 178702 47 0 0 20 0 19 0 283611271 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 49387 2276 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=1773.72 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2690 0 1 0 177343 29 0 0 20 0 19 0 283611271 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661715312944 139661549333030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 75 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 373 0 0 0 75 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 386 0 0 0 75 1 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 273 0 0 0 76 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 381 0 0 0 80 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 268 0 0 0 75 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 72 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 345 0 0 0 71 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=6.69 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 159 0 0 0 666 3 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1819 0 0 0 29 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 103 0 0 0 23 31 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 16237
/proc/meminfo: memFree=29967048/32873648 swapFree=6860/6860
[pid=15516] ppid=15514 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/15516/stat : 15516 (java) S 15514 15516 13368 0 -1 4202496 12570 0 1 0 179952 48 0 0 20 0 19 0 283611271 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 140737340619936 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15516/statm: 2406251 49387 2276 9 0 2396937 0
[pid=15516/tid=15518] ppid=15514 vsize=9625004 CPUtime=1786.22 cores=1,3,5,7
/proc/15516/task/15518/stat : 15518 (java) R 15514 15516 13368 0 -1 4202560 2690 0 1 0 178592 30 0 0 20 0 19 0 283611271 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661715312944 139661549205524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15519] ppid=15514 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/15516/task/15519/stat : 15519 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 75 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661676804648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15520] ppid=15514 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/15516/task/15520/stat : 15520 (java) S 15514 15516 13368 0 -1 4202560 373 0 0 0 75 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661675751848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15521] ppid=15514 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15516/task/15521/stat : 15521 (java) S 15514 15516 13368 0 -1 4202560 386 0 0 0 75 1 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661674699048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15522] ppid=15514 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15516/task/15522/stat : 15522 (java) S 15514 15516 13368 0 -1 4202560 273 0 0 0 76 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661673646248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15523] ppid=15514 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/15516/task/15523/stat : 15523 (java) S 15514 15516 13368 0 -1 4202560 381 0 0 0 80 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661672594472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15524] ppid=15514 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15516/task/15524/stat : 15524 (java) S 15514 15516 13368 0 -1 4202560 268 0 0 0 75 0 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661671541672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15525] ppid=15514 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15516/task/15525/stat : 15525 (java) S 15514 15516 13368 0 -1 4202560 270 0 0 0 72 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661670488872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15526] ppid=15514 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15516/task/15526/stat : 15526 (java) S 15514 15516 13368 0 -1 4202560 345 0 0 0 71 2 0 0 20 0 19 0 283611272 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661669436072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15516/tid=15527] ppid=15514 vsize=9625004 CPUtime=6.69 cores=1,3,5,7
/proc/15516/task/15527/stat : 15527 (java) S 15514 15516 13368 0 -1 4202560 159 0 0 0 666 3 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661539236328 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15528] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15528/stat : 15528 (java) S 15514 15516 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661538182392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15529] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15529/stat : 15529 (java) S 15514 15516 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283611273 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661537129480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15530] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15530/stat : 15530 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661536077968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15531] ppid=15514 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/15516/task/15531/stat : 15531 (java) S 15514 15516 13368 0 -1 4202560 1819 0 0 0 29 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661535026104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15516/tid=15532] ppid=15514 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15516/task/15532/stat : 15532 (java) S 15514 15516 13368 0 -1 4202560 4052 0 0 0 28 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139661533973304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15533] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15533/stat : 15533 (java) S 15514 15516 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660659518328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15516/tid=15534] ppid=15514 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15516/task/15534/stat : 15534 (java) S 15514 15516 13368 0 -1 4202560 103 0 0 0 23 32 0 0 20 0 19 0 283611275 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660658465736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15516/tid=15535] ppid=15514 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15516/task/15535/stat : 15535 (java) S 15514 15516 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283611292 9856004096 49387 33554432000 1073741824 1073778376 140737340628800 139660657411240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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

Child status: 143
Real time (s): 1794.85
CPU time (s): 1800.48
CPU user time (s): 1799.6
CPU system time (s): 0.880866
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.880866
maximum resident set size= 199760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12615
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= 42623
involuntary context switches= 18985

runsolver used 6.47202 second user time and 14.3138 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 05:14:12
IDJOB=3710090
IDBENCH=48349
IDSOLVER=2289
FILE ID=node116/3710090-1338174852
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_5_15.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-3710090-1338174852/watcher-3710090-1338174852 -o /tmp/evaluation-result-3710090-1338174852/solver-3710090-1338174852 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710090-1338174852.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1197113340

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29940500 kB
Buffers:          373960 kB
Cached:          1115404 kB
SwapCached:         3236 kB
Active:          1375360 kB
Inactive:         711956 kB
Active(anon):     588780 kB
Inactive(anon):     8956 kB
Active(file):     786580 kB
Inactive(file):   703000 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:               940 kB
Writeback:            20 kB
AnonPages:        645056 kB
Mapped:            20964 kB
Shmem:                96 kB
Slab:             700420 kB
SReclaimable:     144344 kB
SUnreclaim:       556076 kB
KernelStack:        1664 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     824392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 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= 71472 MiB
End job on node116 at 2012-05-28 05:44:09