Trace number 3711082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)162 1800.01 1792.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711082-1338199798.opb
0.10/0.12	c reading problem ... 
0.25/0.25	c ... done. Wall clock time 0.128s.
0.25/0.25	c declared #vars     200
0.25/0.25	c #constraints  1999
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1999
0.25/0.25	c 1999 constraints processed.
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.25/0.25	o 172
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.25/0.26	o 168
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.145
0.25/0.27	o 167
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.85/0.51	o 166
0.99/0.65	c cleaning 2536 clauses out of 5071 with flag 2001/5071
1.53/0.95	c cleaning 4267 clauses out of 8534 with flag 8000/11070
1.86/1.29	c cleaning 5633 clauses out of 11268 with flag 15001/18071
1.98/1.32	c Got one! Elapsed wall clock time (in seconds):1.202
1.98/1.32	o 165
2.19/1.58	c cleaning 5448 clauses out of 10898 with flag 5002/23334
2.54/1.89	c cleaning 5722 clauses out of 11449 with flag 11001/29333
2.95/2.26	c cleaning 6359 clauses out of 12726 with flag 18000/36332
3.36/2.69	c cleaning 7181 clauses out of 14368 with flag 26001/44333
3.97/3.22	c cleaning 8089 clauses out of 16186 with flag 35000/53332
4.47/3.77	c cleaning 9048 clauses out of 18098 with flag 45001/63333
5.18/4.42	c cleaning 10022 clauses out of 20051 with flag 56002/74334
5.68/4.98	c Got one! Elapsed wall clock time (in seconds):4.862
5.68/4.98	o 164
6.08/5.33	c cleaning 12219 clauses out of 24452 with flag 5001/88757
6.49/5.71	c cleaning 9109 clauses out of 18232 with flag 11000/94756
6.90/6.13	c cleaning 8062 clauses out of 16123 with flag 18000/101756
7.42/6.65	c cleaning 8023 clauses out of 16061 with flag 26000/109756
8.02/7.22	c cleaning 8517 clauses out of 17040 with flag 35002/118758
8.63/7.81	c cleaning 9257 clauses out of 18522 with flag 45001/128757
9.35/8.55	c cleaning 10133 clauses out of 20265 with flag 56001/139757
10.15/9.38	c cleaning 11064 clauses out of 22131 with flag 68000/151756
11.07/10.26	c cleaning 12027 clauses out of 24068 with flag 81001/164757
12.09/11.27	c cleaning 13017 clauses out of 26040 with flag 95000/178756
13.13/12.29	c cleaning 14007 clauses out of 28024 with flag 110001/193757
14.45/13.53	c cleaning 15004 clauses out of 30017 with flag 126001/209757
15.79/14.88	c cleaning 16006 clauses out of 32012 with flag 143000/226756
17.12/16.18	c cleaning 17000 clauses out of 34007 with flag 161001/244757
18.82/17.88	c cleaning 17999 clauses out of 36006 with flag 180000/263756
20.45/19.40	c cleaning 18999 clauses out of 38008 with flag 200001/283757
22.41/21.30	c cleaning 20000 clauses out of 40010 with flag 221002/304758
24.12/23.07	c cleaning 21001 clauses out of 42010 with flag 243002/326758
26.54/25.48	c cleaning 22002 clauses out of 44007 with flag 266000/349756
28.96/27.82	c cleaning 23003 clauses out of 46005 with flag 290000/373756
31.58/30.48	c cleaning 23994 clauses out of 48002 with flag 315000/398756
34.01/32.83	c cleaning 25001 clauses out of 50009 with flag 341001/424757
36.65/35.48	c cleaning 25997 clauses out of 52007 with flag 368000/451756
39.78/38.57	c cleaning 27003 clauses out of 54011 with flag 396001/479757
42.71/41.47	c cleaning 28000 clauses out of 56008 with flag 425001/508757
45.94/44.60	c cleaning 29000 clauses out of 58007 with flag 455000/538756
49.97/48.65	c cleaning 30001 clauses out of 60008 with flag 486001/569757
54.00/52.69	c cleaning 31000 clauses out of 62006 with flag 518000/601756
55.77/54.34	c Got one! Elapsed wall clock time (in seconds):54.217
55.77/54.34	o 163
56.67/55.23	c cleaning 27934 clauses out of 55871 with flag 5002/626621
57.18/55.72	c cleaning 16965 clauses out of 33936 with flag 11001/632620
57.70/56.20	c cleaning 11979 clauses out of 23970 with flag 18000/639619
58.12/56.68	c cleaning 9989 clauses out of 19991 with flag 26000/647619
58.75/57.23	c cleaning 9493 clauses out of 19002 with flag 35000/656619
59.34/57.84	c cleaning 9750 clauses out of 19509 with flag 45000/666619
60.05/58.55	c cleaning 10374 clauses out of 20760 with flag 56001/677620
60.98/59.44	c cleaning 11191 clauses out of 22385 with flag 68000/689619
61.99/60.46	c cleaning 12090 clauses out of 24194 with flag 81000/702619
63.09/61.57	c cleaning 13052 clauses out of 26105 with flag 95001/716620
64.20/62.68	c cleaning 14025 clauses out of 28052 with flag 110000/731619
64.31/62.73	c Got one! Elapsed wall clock time (in seconds):62.612
64.31/62.73	o 162
64.60/63.04	c cleaning 9759 clauses out of 19530 with flag 5001/737122
65.00/63.40	c cleaning 7877 clauses out of 15771 with flag 11001/743122
65.43/63.82	c cleaning 7437 clauses out of 14893 with flag 18000/750121
65.93/64.31	c cleaning 7726 clauses out of 15457 with flag 26001/758122
66.44/64.87	c cleaning 8367 clauses out of 16734 with flag 35004/767125
67.14/65.55	c cleaning 9179 clauses out of 18364 with flag 45001/777122
67.85/66.28	c cleaning 10083 clauses out of 20184 with flag 56000/788121
68.77/67.15	c cleaning 11044 clauses out of 22101 with flag 68000/800121
69.79/68.12	c cleaning 12027 clauses out of 24059 with flag 81002/813123
70.94/69.24	c cleaning 13011 clauses out of 26030 with flag 95000/827121
72.23/70.54	c cleaning 14005 clauses out of 28019 with flag 110000/842121
73.74/72.08	c cleaning 15001 clauses out of 30014 with flag 126000/858121
75.34/73.63	c cleaning 16005 clauses out of 32015 with flag 143002/875123
76.85/75.16	c cleaning 17001 clauses out of 34008 with flag 161000/893121
78.25/76.51	c cleaning 18000 clauses out of 36007 with flag 180000/912121
79.78/78.03	c cleaning 19004 clauses out of 38009 with flag 200002/932123
81.61/79.87	c cleaning 19994 clauses out of 40004 with flag 221001/953122
83.73/81.94	c cleaning 21001 clauses out of 42012 with flag 243003/975124
85.86/84.09	c cleaning 21990 clauses out of 44009 with flag 266001/998122
88.19/86.35	c cleaning 23009 clauses out of 46018 with flag 290000/1022121
91.03/89.12	c cleaning 23999 clauses out of 48010 with flag 315001/1047122
93.85/91.97	c cleaning 25006 clauses out of 50011 with flag 341001/1073122
96.56/94.61	c cleaning 25995 clauses out of 52005 with flag 368001/1100122
99.30/97.37	c cleaning 27002 clauses out of 54012 with flag 396003/1128124
102.55/100.56	c cleaning 28003 clauses out of 56008 with flag 425001/1157122
105.77/103.73	c cleaning 29002 clauses out of 58007 with flag 455003/1187124
109.40/107.38	c cleaning 29994 clauses out of 60002 with flag 486000/1218121
113.42/111.39	c cleaning 31002 clauses out of 62009 with flag 518001/1250122
117.65/115.50	c cleaning 32001 clauses out of 64006 with flag 551000/1283121
122.28/120.11	c cleaning 32999 clauses out of 66005 with flag 585000/1317121
126.21/124.09	c cleaning 34002 clauses out of 68006 with flag 620000/1352121
130.34/128.11	c cleaning 34995 clauses out of 70005 with flag 656001/1388122
135.08/132.87	c cleaning 36002 clauses out of 72011 with flag 693002/1425123
140.10/137.80	c cleaning 37004 clauses out of 74007 with flag 731000/1463121
145.45/143.18	c cleaning 37994 clauses out of 76003 with flag 770000/1502121
150.38/148.02	c cleaning 39002 clauses out of 78010 with flag 810001/1542122
156.82/154.42	c cleaning 40000 clauses out of 80010 with flag 851003/1583124
163.65/161.26	c cleaning 40995 clauses out of 82008 with flag 893001/1625122
169.59/167.16	c cleaning 42002 clauses out of 84012 with flag 936000/1668121
176.65/174.18	c cleaning 42997 clauses out of 86010 with flag 980000/1712121
183.88/181.31	c cleaning 44007 clauses out of 88014 with flag 1025001/1757122
189.81/187.23	c cleaning 44995 clauses out of 90006 with flag 1071000/1803121
196.97/194.39	c cleaning 45999 clauses out of 92011 with flag 1118000/1850121
204.93/202.30	c cleaning 46999 clauses out of 94012 with flag 1166000/1898121
213.81/211.04	c cleaning 48000 clauses out of 96014 with flag 1215001/1947122
223.55/220.78	c cleaning 49003 clauses out of 98013 with flag 1265000/1997121
230.42/227.60	c cleaning 50001 clauses out of 100012 with flag 1316002/2048123
238.48/235.50	c cleaning 51000 clauses out of 102010 with flag 1368001/2100122
246.54/243.54	c cleaning 51997 clauses out of 104009 with flag 1421000/2153121
256.61/253.58	c cleaning 53000 clauses out of 106014 with flag 1475002/2207123
266.87/263.72	c cleaning 54001 clauses out of 108013 with flag 1530001/2262122
275.72/272.51	c cleaning 55000 clauses out of 110011 with flag 1586000/2318121
286.26/283.09	c cleaning 56003 clauses out of 112011 with flag 1643000/2375121
298.88/295.66	c cleaning 57000 clauses out of 114008 with flag 1701000/2433121
310.62/307.38	c cleaning 57999 clauses out of 116008 with flag 1760000/2492121
322.16/318.88	c cleaning 58999 clauses out of 118010 with flag 1820001/2552122
334.11/330.79	c cleaning 60001 clauses out of 120010 with flag 1881000/2613121
349.36/345.98	c cleaning 61001 clauses out of 122009 with flag 1943000/2675121
365.13/361.61	c cleaning 61998 clauses out of 124010 with flag 2006002/2738123
381.10/377.59	c cleaning 62999 clauses out of 126010 with flag 2070000/2802121
398.55/394.91	c cleaning 64000 clauses out of 128011 with flag 2135000/2867121
416.49/412.86	c cleaning 64999 clauses out of 130011 with flag 2201000/2933121
434.46/430.79	c cleaning 65998 clauses out of 132012 with flag 2268000/3000121
446.93/443.12	c cleaning 66998 clauses out of 134015 with flag 2336001/3068122
459.58/455.76	c cleaning 68004 clauses out of 136017 with flag 2405001/3137122
474.73/470.83	c cleaning 69005 clauses out of 138012 with flag 2475000/3207121
492.42/488.48	c cleaning 69999 clauses out of 140008 with flag 2546001/3278122
507.17/503.15	c cleaning 71005 clauses out of 142009 with flag 2618001/3350122
524.01/519.91	c cleaning 71997 clauses out of 144003 with flag 2691000/3423121
538.38/534.28	c cleaning 73001 clauses out of 146007 with flag 2765001/3497122
555.04/550.87	c cleaning 73995 clauses out of 148005 with flag 2840000/3572121
573.31/569.08	c cleaning 74999 clauses out of 150010 with flag 2916000/3648121
595.78/591.45	c cleaning 75998 clauses out of 152011 with flag 2993000/3725121
616.52/612.10	c cleaning 77000 clauses out of 154013 with flag 3071000/3803121
637.58/633.16	c cleaning 77999 clauses out of 156014 with flag 3150001/3882122
658.62/654.19	c cleaning 79005 clauses out of 158015 with flag 3230001/3962122
675.38/670.85	c cleaning 80000 clauses out of 160009 with flag 3311000/4043121
696.75/692.15	c cleaning 80997 clauses out of 162010 with flag 3393001/4125122
719.00/714.30	c cleaning 81999 clauses out of 164012 with flag 3476000/4208121
742.18/737.44	c cleaning 82999 clauses out of 166013 with flag 3560000/4292121
766.45/761.67	c cleaning 84002 clauses out of 168015 with flag 3645001/4377122
790.92/786.02	c cleaning 85002 clauses out of 170013 with flag 3731001/4463122
810.80/805.83	c cleaning 86006 clauses out of 172011 with flag 3818001/4550122
828.53/823.46	c cleaning 86994 clauses out of 174004 with flag 3906000/4638121
848.09/842.99	c cleaning 87994 clauses out of 176010 with flag 3995000/4727121
870.07/864.84	c cleaning 89002 clauses out of 178016 with flag 4085000/4817121
892.67/887.32	c cleaning 90003 clauses out of 180014 with flag 4176000/4908121
912.82/907.47	c cleaning 90997 clauses out of 182011 with flag 4268000/5000121
939.21/933.71	c cleaning 92003 clauses out of 184015 with flag 4361001/5093122
965.78/960.23	c cleaning 92995 clauses out of 186012 with flag 4455001/5187122
994.27/988.69	c cleaning 94006 clauses out of 188017 with flag 4550001/5282122
1022.25/1016.55	c cleaning 94996 clauses out of 190012 with flag 4646002/5378123
1048.04/1042.26	c cleaning 96004 clauses out of 192014 with flag 4743000/5475121
1073.71/1067.89	c cleaning 97000 clauses out of 194010 with flag 4841000/5573121
1099.31/1093.39	c cleaning 97996 clauses out of 196010 with flag 4940000/5672121
1128.76/1122.74	c cleaning 99001 clauses out of 198016 with flag 5040002/5772123
1156.19/1150.08	c cleaning 100003 clauses out of 200013 with flag 5141000/5873121
1183.87/1177.68	c cleaning 101003 clauses out of 202010 with flag 5243000/5975121
1215.42/1209.09	c cleaning 102002 clauses out of 204008 with flag 5346001/6078122
1255.72/1249.22	c cleaning 102997 clauses out of 206005 with flag 5450000/6182121
1291.43/1284.83	c cleaning 104001 clauses out of 208008 with flag 5555000/6287121
1326.22/1319.53	c cleaning 104999 clauses out of 210009 with flag 5661002/6393123
1366.84/1360.07	c cleaning 106002 clauses out of 212009 with flag 5768001/6500122
1404.64/1397.75	c cleaning 107001 clauses out of 214008 with flag 5876002/6608123
1444.41/1437.41	c cleaning 107994 clauses out of 216005 with flag 5985000/6717121
1477.42/1470.34	c cleaning 108999 clauses out of 218011 with flag 6095000/6827121
1508.60/1501.41	c cleaning 109997 clauses out of 220013 with flag 6206001/6938122
1542.71/1535.46	c cleaning 111004 clauses out of 222016 with flag 6318001/7050122
1584.83/1577.44	c cleaning 111996 clauses out of 224011 with flag 6431000/7163121
1625.10/1617.63	c cleaning 112997 clauses out of 226015 with flag 6545000/7277121
1665.81/1658.20	c cleaning 114010 clauses out of 228019 with flag 6660001/7392122
1718.08/1710.45	c cleaning 115000 clauses out of 230010 with flag 6776002/7508123
1760.99/1753.24	c cleaning 115993 clauses out of 232008 with flag 6893000/7625121
1800.01/1792.11	c starts		: 306
1800.01/1792.11	c conflicts		: 7740981
1800.01/1792.11	c decisions		: 7855007
1800.01/1792.11	c propagations		: 39734442
1800.01/1792.11	c inspects		: 17393497428
1800.01/1792.11	c shortcuts		: 0
1800.01/1792.11	c learnt literals	: 0
1800.01/1792.11	c learnt binary clauses	: 0
1800.01/1792.11	c learnt ternary clauses	: 0
1800.01/1792.11	c learnt constraints	: 7740981
1800.01/1792.11	c ignored constraints	: 0
1800.01/1792.11	c root simplifications	: 306
1800.01/1792.11	c removed literals (reason simplification)	: 171286407
1800.01/1792.11	c reason swapping (by a shorter reason)	: 0
1800.01/1792.11	c Calls to reduceDB	: 162
1800.01/1792.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.11	c number of learned constraints concerned by reduction	: 0
1800.01/1792.11	c number of learning phase by resolution	: 0
1800.01/1792.11	c number of learning phase by cutting planes	: 0
1800.01/1792.11	c speed (assignments/second)	: 22174.97014275669
1800.01/1792.11	c non guided choices	87
1800.01/1792.15	c learnt constraints type 
1800.01/1792.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 231925
1800.01/1792.15	c constraints type 
1800.01/1792.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1792.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1999
1800.01/1792.15	c 2000 constraints processed.
1800.01/1792.15	s SATISFIABLE
1800.01/1792.15	v x1 x2 x3 x4 x5 x6 x7 x8 x9 -x10 x11 x12 x13 -x14 x15 x16 x17 x18 x19 x20 x21 -x22 x23 -x24 -x25 x26 x27 x28 x29 x30 -x31 x32 -x33 -x34 x35 x36 x37 x38 x39 x40 x41 -x42 x43 x44 x45 x46 -x47 x48 x49 x50 -x51 x52 x53 x54 -x55 x56 x57 -x58 -x59 x60 x61 x62 -x63 x64 x65 x66 x67 -x68 x69 x70 -x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 -x106 x107 x108 x109 -x110 x111 -x112 x113 x114 -x115 x116 x117 x118 x119 -x120 x121 x122 x123 x124 x125 x126 x127 -x128 x129 x130 x131 x132 x133 x134 -x135 x136 -x137 x138 x139 x140 x141 x142 -x143 x144 x145 x146 -x147 x148 -x149 x150 x151 -x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 -x167 -x168 x169 x170 x171 x172 x173 -x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 -x187 x188 x189 x190 x191 -x192 -x193 x194 x195 -x196 -x197 x198 x199 x200 
1800.01/1792.15	c objective function=162
1800.01/1792.15	c Total wall clock time (in seconds): 1792.026

Verifier Data

OK	162

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-3711082-1338199798/watcher-3711082-1338199798 -o /tmp/evaluation-result-3711082-1338199798/solver-3711082-1338199798 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711082-1338199798.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.03 2.00 3/194 10611
/proc/meminfo: memFree=29620372/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 1176 0 0 0 0 0 0 0 20 0 2 0 286108260 91955200 896 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 22970 901 685 9 0 16769 0
[pid=10611/tid=10612] ppid=10609 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 286108261 94019584 909 33554432000 1073741824 1073778376 140734313602976 140734313592040 139973666189968 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0113479 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 10611
/proc/meminfo: memFree=29620372/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=8482100 CPUtime=0 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 1763 0 1 0 0 0 0 0 20 0 2 0 286108260 8685670400 1443 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2120525 1460 941 9 0 2111634 0
[pid=10611/tid=10612] ppid=10609 vsize=8482100 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 644 0 1 0 0 0 0 0 20 0 2 0 286108261 8685670400 1470 33554432000 1073741824 1073778376 140734313602976 139973659617584 270117909163 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100306 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 10611
/proc/meminfo: memFree=29620372/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 4303 0 1 0 9 1 0 0 20 0 18 0 286108260 9787842560 6021 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2389610 6021 2116 9 0 2380296 0
[pid=10611/tid=10612] ppid=10609 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2442 0 1 0 7 0 0 0 20 0 18 0 286108261 9787842560 6021 33554432000 1073741824 1073778376 140734313602976 139973659614152 270121624845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 10611
/proc/meminfo: memFree=29620372/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625292 CPUtime=0.46 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 6174 0 1 0 45 1 0 0 20 0 19 0 286108260 9856299008 8856 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406323 8868 2231 9 0 2397009 0
[pid=10611/tid=10612] ppid=10609 vsize=9625292 CPUtime=0.27 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2535 0 1 0 27 0 0 0 20 0 19 0 286108261 9856299008 8868 33554432000 1073741824 1073778376 140734313602976 139973659616016 139973662901143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625292

[startup+0.700234 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 10611
/proc/meminfo: memFree=29620372/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9626524 CPUtime=1.19 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 13003 0 1 0 117 2 0 0 20 0 19 0 286108260 9857560576 16843 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406631 16843 2276 9 0 2397317 0
[pid=10611/tid=10612] ppid=10609 vsize=9626524 CPUtime=0.66 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2541 0 1 0 66 0 0 0 20 0 19 0 286108261 9857560576 16843 33554432000 1073741824 1073778376 140734313602976 139973659615656 139973531842244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9626524

[startup+1.50078 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 10630
/proc/meminfo: memFree=29553800/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 14292 0 1 0 215 4 0 0 20 0 19 0 286108260 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 19906 2276 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2542 0 1 0 142 0 0 0 20 0 19 0 286108261 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973659615496 139973531913774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 286108263 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8353 0 0 0 38 1 0 0 20 0 19 0 286108266 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 19906 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10079 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 10630
/proc/meminfo: memFree=29548960/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=3.87 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 14306 0 1 0 383 4 0 0 20 0 19 0 286108260 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 20427 2276 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2545 0 1 0 294 0 0 0 20 0 19 0 286108261 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973659615536 139973531913774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 286108263 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8356 0 0 0 41 1 0 0 20 0 19 0 286108266 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 20427 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 2.00 2.03 2.00 3/214 10633
/proc/meminfo: memFree=29561292/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=7.11 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 14345 0 1 0 706 5 0 0 20 0 19 0 286108260 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 22793 2276 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=6 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2552 0 1 0 600 0 0 0 20 0 19 0 286108261 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973659615496 139973531913779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 286108262 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 36 0 0 0 18 0 0 0 20 0 19 0 286108263 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8356 0 0 0 41 1 0 0 20 0 19 0 286108266 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 22793 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8404 0 0 0 43 1 0 0 20 0 19 0 286108266 9856004096 82343 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 82343 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 82343 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 99 0 0 0 50 40 0 0 20 0 19 0 286108266 9856004096 82343 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 82343 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.07
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.02 3/213 10762
/proc/meminfo: memFree=30428972/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=1790.2 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 17545 0 1 0 178929 91 0 0 20 0 19 0 286108260 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 84903 2277 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=1768.08 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2729 0 1 0 176780 28 0 0 20 0 19 0 286108261 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973659615536 139973531822705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 317 0 0 0 99 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 297 0 0 0 104 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 320 0 0 0 106 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 426 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 381 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 368 0 0 0 103 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 321 0 0 0 109 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 411 0 0 0 104 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=7.07 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 152 0 0 0 704 3 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8404 0 0 0 43 1 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 103 0 0 0 51 42 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.2
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.05 2.05 2.02 3/213 10762
/proc/meminfo: memFree=30428972/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 17545 0 1 0 179910 91 0 0 20 0 19 0 286108260 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 84903 2277 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=1777.86 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2729 0 1 0 177757 29 0 0 20 0 19 0 286108261 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973659615536 139973531914771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 317 0 0 0 99 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 297 0 0 0 104 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 320 0 0 0 106 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 426 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 381 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 368 0 0 0 103 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 321 0 0 0 109 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 411 0 0 0 104 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=7.07 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 152 0 0 0 704 3 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8404 0 0 0 43 1 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 103 0 0 0 52 42 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1792.1 s]
/proc/loadavg: 2.05 2.05 2.02 3/213 10762
/proc/meminfo: memFree=30428972/32873844 swapFree=6872/6872
[pid=10611] ppid=10609 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/10611/stat : 10611 (java) S 10609 10611 9972 0 -1 4202496 17545 0 1 0 179910 91 0 0 20 0 19 0 286108260 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 140734313594112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10611/statm: 2406251 84903 2277 9 0 2396937 0
[pid=10611/tid=10612] ppid=10609 vsize=9625004 CPUtime=1777.86 cores=1,3,5,7
/proc/10611/task/10612/stat : 10612 (java) R 10609 10611 9972 0 -1 4202560 2729 0 1 0 177757 29 0 0 20 0 19 0 286108261 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973659615536 139973531914771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10614] ppid=10609 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/10611/task/10614/stat : 10614 (java) S 10609 10611 9972 0 -1 4202560 317 0 0 0 99 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973503732392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10615] ppid=10609 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/10611/task/10615/stat : 10615 (java) S 10609 10611 9972 0 -1 4202560 297 0 0 0 104 4 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973502679848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10616] ppid=10609 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/10611/task/10616/stat : 10616 (java) S 10609 10611 9972 0 -1 4202560 320 0 0 0 106 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973501627304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10617] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10617/stat : 10617 (java) S 10609 10611 9972 0 -1 4202560 426 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973500574760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10618] ppid=10609 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/10611/task/10618/stat : 10618 (java) S 10609 10611 9972 0 -1 4202560 381 0 0 0 99 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973499521192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10611/tid=10619] ppid=10609 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/10611/task/10619/stat : 10619 (java) S 10609 10611 9972 0 -1 4202560 368 0 0 0 103 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973498468648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10620] ppid=10609 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/10611/task/10620/stat : 10620 (java) S 10609 10611 9972 0 -1 4202560 321 0 0 0 109 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973497416104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10621] ppid=10609 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/10611/task/10621/stat : 10621 (java) S 10609 10611 9972 0 -1 4202560 411 0 0 0 104 3 0 0 20 0 19 0 286108262 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973496363560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10622] ppid=10609 vsize=9625004 CPUtime=7.07 cores=1,3,5,7
/proc/10611/task/10622/stat : 10622 (java) S 10609 10611 9972 0 -1 4202560 152 0 0 0 704 3 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973483952744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10623] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10623/stat : 10623 (java) S 10609 10611 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973482899064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10624] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10624/stat : 10624 (java) S 10609 10611 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286108263 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973481846408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10625] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10625/stat : 10625 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973480795152 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10626] ppid=10609 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/10611/task/10626/stat : 10626 (java) S 10609 10611 9972 0 -1 4202560 8404 0 0 0 43 1 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973479741496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10611/tid=10627] ppid=10609 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/10611/task/10627/stat : 10627 (java) S 10609 10611 9972 0 -1 4202560 2136 0 0 0 26 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973478688952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10628] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10628/stat : 10628 (java) S 10609 10611 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973477636600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10611/tid=10629] ppid=10609 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/10611/task/10629/stat : 10629 (java) S 10609 10611 9972 0 -1 4202560 103 0 0 0 52 42 0 0 20 0 19 0 286108266 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973476584264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10611/tid=10630] ppid=10609 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10611/task/10630/stat : 10630 (java) S 10609 10611 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286108286 9856004096 84903 33554432000 1073741824 1073778376 140734313602976 139973475468584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10611 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=289226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=151824
# CPU time returned by wait4() is 1795.44
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.15
CPU time (s): 1800.01
CPU user time (s): 1799.1
CPU system time (s): 0.91
CPU usage (%): 100.438
Max. virtual memory (cumulated for all children) (KiB): 9626524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.15182
maximum resident set size= 345912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17591
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42356
involuntary context switches= 17634

runsolver used 6.53101 second user time and 15.4327 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 12:09:58
IDJOB=3711082
IDBENCH=89835
IDSOLVER=2289
FILE ID=node106/3711082-1338199798
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=1713375500

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        29620644 kB
Buffers:          295936 kB
Cached:           551348 kB
SwapCached:            0 kB
Active:          2220068 kB
Inactive:         172664 kB
Active(anon):    1536360 kB
Inactive(anon):    11256 kB
Active(file):     683708 kB
Inactive(file):   161408 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1551944 kB
Mapped:            18828 kB
Shmem:               200 kB
Slab:             716992 kB
SReclaimable:     158632 kB
SUnreclaim:       558360 kB
KernelStack:        1592 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1883300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1501184 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= 71328 MiB
End job on node106 at 2012-05-28 12:39:52