Trace number 3687849

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)25 1800.05 1789.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
MD5SUM09000b526c4cf3fc454b31cbb57a970b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.181971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3687849-1337876996.opb
0.08/0.11	c reading problem ... 
0.27/0.22	c ... done. Wall clock time 0.114s.
0.27/0.22	c declared #vars     906
0.27/0.22	c #constraints  1039
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
0.27/0.22	c ignored satisfied constraints => 1
0.27/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 852
0.27/0.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.27/0.22	c 1040 constraints processed.
0.27/0.22	c objective function length is 906 literals
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.27/0.25	o 25
1.21/0.89	c cleaning 2487 clauses out of 5000 with flag 5000/5000
1.88/1.44	c cleaning 4248 clauses out of 8513 with flag 11000/11000
2.51/2.02	c cleaning 5613 clauses out of 11265 with flag 18000/18000
3.13/2.69	c cleaning 6827 clauses out of 13654 with flag 26002/26002
3.97/3.47	c cleaning 7890 clauses out of 15825 with flag 35000/35000
4.79/4.28	c cleaning 8959 clauses out of 17936 with flag 45001/45001
5.70/5.18	c cleaning 9986 clauses out of 19977 with flag 56001/56001
6.80/6.21	c cleaning 10990 clauses out of 21990 with flag 68000/68000
7.92/7.31	c cleaning 11995 clauses out of 24000 with flag 81000/81000
9.05/8.49	c cleaning 13003 clauses out of 26006 with flag 95001/95001
10.49/9.81	c cleaning 13988 clauses out of 28002 with flag 110000/110000
11.89/11.20	c cleaning 14990 clauses out of 30014 with flag 126000/126000
13.31/12.66	c cleaning 16003 clauses out of 32025 with flag 143001/143001
14.84/14.19	c cleaning 17011 clauses out of 34021 with flag 161000/161000
16.67/15.95	c cleaning 17991 clauses out of 36011 with flag 180001/180001
18.59/17.89	c cleaning 19005 clauses out of 38020 with flag 200001/200001
20.50/19.79	c cleaning 19987 clauses out of 40014 with flag 221000/221000
22.63/21.81	c cleaning 21012 clauses out of 42028 with flag 243001/243001
24.84/24.04	c cleaning 21996 clauses out of 44015 with flag 266000/266000
27.15/26.35	c cleaning 22996 clauses out of 46019 with flag 290000/290000
29.59/28.76	c cleaning 24001 clauses out of 48025 with flag 315002/315002
32.33/31.44	c cleaning 24997 clauses out of 50027 with flag 341005/341005
35.10/34.19	c cleaning 26005 clauses out of 52025 with flag 368000/368000
37.81/36.85	c cleaning 27009 clauses out of 54023 with flag 396003/396003
40.54/39.53	c cleaning 28005 clauses out of 56013 with flag 425002/425002
43.47/42.40	c cleaning 28990 clauses out of 58006 with flag 455000/455000
46.52/45.49	c cleaning 29992 clauses out of 60016 with flag 486000/486000
49.84/48.71	c cleaning 31010 clauses out of 62025 with flag 518001/518001
52.96/51.86	c cleaning 32008 clauses out of 64015 with flag 551001/551001
57.13/55.96	c cleaning 32995 clauses out of 66006 with flag 585000/585000
61.07/59.85	c cleaning 33986 clauses out of 68012 with flag 620001/620001
64.72/63.49	c cleaning 35005 clauses out of 70025 with flag 656000/656000
68.54/67.21	c cleaning 35996 clauses out of 72020 with flag 693000/693000
72.06/70.74	c cleaning 37003 clauses out of 74024 with flag 731000/731000
75.89/74.58	c cleaning 38004 clauses out of 76021 with flag 770000/770000
79.91/78.55	c cleaning 39003 clauses out of 78019 with flag 810002/810002
84.24/82.84	c cleaning 40001 clauses out of 80014 with flag 851000/851000
88.48/87.01	c cleaning 40998 clauses out of 82014 with flag 893001/893001
92.41/90.96	c cleaning 41993 clauses out of 84017 with flag 936002/936002
96.56/95.06	c cleaning 43002 clauses out of 86025 with flag 980003/980003
100.89/99.31	c cleaning 44008 clauses out of 88021 with flag 1025001/1025001
105.41/103.83	c cleaning 44999 clauses out of 90012 with flag 1071000/1071000
109.83/108.27	c cleaning 46004 clauses out of 92014 with flag 1118001/1118001
114.99/113.33	c cleaning 47001 clauses out of 94010 with flag 1166001/1166001
119.94/118.21	c cleaning 47978 clauses out of 96008 with flag 1215000/1215000
124.86/123.12	c cleaning 49003 clauses out of 98030 with flag 1265000/1265000
129.77/128.05	c cleaning 50004 clauses out of 100027 with flag 1316000/1316000
135.01/133.18	c cleaning 50997 clauses out of 102023 with flag 1368000/1368000
140.53/138.68	c cleaning 51999 clauses out of 104027 with flag 1421001/1421001
146.27/144.32	c cleaning 53013 clauses out of 106028 with flag 1475001/1475001
152.30/150.30	c cleaning 53983 clauses out of 108014 with flag 1530000/1530000
158.54/156.53	c cleaning 55012 clauses out of 110032 with flag 1586001/1586001
164.28/162.25	c cleaning 56006 clauses out of 112019 with flag 1643000/1643000
170.41/168.35	c cleaning 56997 clauses out of 114014 with flag 1701001/1701001
176.37/174.24	c cleaning 57992 clauses out of 116016 with flag 1760000/1760000
182.69/180.52	c cleaning 58997 clauses out of 118024 with flag 1820000/1820000
189.11/186.97	c cleaning 59997 clauses out of 120027 with flag 1881000/1881000
195.75/193.56	c cleaning 60996 clauses out of 122030 with flag 1943000/1943000
202.08/199.80	c cleaning 61998 clauses out of 124034 with flag 2006000/2006000
208.61/206.31	c cleaning 63002 clauses out of 126037 with flag 2070001/2070001
215.26/212.90	c cleaning 64005 clauses out of 128034 with flag 2135000/2135000
222.29/219.98	c cleaning 64996 clauses out of 130033 with flag 2201004/2201004
229.85/227.47	c cleaning 66009 clauses out of 132033 with flag 2268000/2268000
237.30/234.82	c cleaning 67008 clauses out of 134024 with flag 2336000/2336000
245.13/242.64	c cleaning 67997 clauses out of 136017 with flag 2405001/2405001
252.86/250.32	c cleaning 69000 clauses out of 138019 with flag 2475000/2475000
260.93/258.36	c cleaning 70003 clauses out of 140020 with flag 2546001/2546001
269.30/266.65	c cleaning 70987 clauses out of 142016 with flag 2618000/2618000
277.05/274.38	c cleaning 72007 clauses out of 144030 with flag 2691001/2691001
285.30/282.50	c cleaning 73007 clauses out of 146022 with flag 2765000/2765000
293.61/290.84	c cleaning 74002 clauses out of 148015 with flag 2840000/2840000
302.15/299.17	c cleaning 74998 clauses out of 150014 with flag 2916001/2916001
310.44/307.23	c cleaning 75992 clauses out of 152015 with flag 2993000/2993000
318.65/315.41	c cleaning 77001 clauses out of 154023 with flag 3071000/3071000
326.70/323.44	c cleaning 78004 clauses out of 156023 with flag 3150001/3150001
335.07/331.73	c cleaning 78993 clauses out of 158018 with flag 3230000/3230000
343.03/339.66	c cleaning 80008 clauses out of 160026 with flag 3311001/3311001
351.78/348.37	c cleaning 80996 clauses out of 162021 with flag 3393004/3393004
360.24/356.72	c cleaning 82012 clauses out of 164023 with flag 3476002/3476002
369.72/366.15	c cleaning 83001 clauses out of 166009 with flag 3560000/3560000
380.91/377.27	c cleaning 83996 clauses out of 168008 with flag 3645000/3645000
391.56/387.86	c cleaning 84994 clauses out of 170014 with flag 3731002/3731002
401.64/397.82	c cleaning 86006 clauses out of 172019 with flag 3818001/3818001
411.48/407.66	c cleaning 86996 clauses out of 174012 with flag 3906000/3906000
422.14/418.25	c cleaning 88004 clauses out of 176017 with flag 3995001/3995001
434.52/430.59	c cleaning 88998 clauses out of 178013 with flag 4085001/4085001
446.25/442.27	c cleaning 90001 clauses out of 180014 with flag 4176000/4176000
457.79/453.70	c cleaning 91004 clauses out of 182013 with flag 4268000/4268000
469.98/465.88	c cleaning 92003 clauses out of 184012 with flag 4361003/4361003
481.94/477.71	c cleaning 92990 clauses out of 186006 with flag 4455000/4455000
492.29/488.07	c cleaning 93999 clauses out of 188017 with flag 4550001/4550001
502.81/498.59	c cleaning 94993 clauses out of 190017 with flag 4646000/4646000
514.53/510.30	c cleaning 96002 clauses out of 192026 with flag 4743002/4743002
525.07/520.79	c cleaning 97006 clauses out of 194022 with flag 4841000/4841000
536.23/531.80	c cleaning 97995 clauses out of 196017 with flag 4940001/4940001
548.00/543.34	c cleaning 99007 clauses out of 198021 with flag 5040000/5040000
559.61/554.78	c cleaning 100003 clauses out of 200014 with flag 5141000/5141000
571.45/566.54	c cleaning 100998 clauses out of 202011 with flag 5243000/5243000
582.76/577.84	c cleaning 102005 clauses out of 204013 with flag 5346000/5346000
594.92/589.93	c cleaning 103002 clauses out of 206010 with flag 5450002/5450002
607.75/602.74	c cleaning 103982 clauses out of 208006 with flag 5555000/5555000
619.68/614.66	c cleaning 105003 clauses out of 210024 with flag 5661000/5661000
632.49/627.43	c cleaning 106005 clauses out of 212023 with flag 5768002/5768002
645.46/640.32	c cleaning 106997 clauses out of 214016 with flag 5876000/5876000
659.34/654.20	c cleaning 107990 clauses out of 216019 with flag 5985000/5985000
674.16/668.91	c cleaning 109007 clauses out of 218029 with flag 6095000/6095000
687.16/681.89	c cleaning 110008 clauses out of 220022 with flag 6206000/6206000
700.04/694.67	c cleaning 111001 clauses out of 222014 with flag 6318000/6318000
713.33/707.87	c cleaning 112003 clauses out of 224013 with flag 6431000/6431000
726.71/721.20	c cleaning 112991 clauses out of 226010 with flag 6545000/6545000
741.29/735.64	c cleaning 114004 clauses out of 228020 with flag 6660001/6660001
754.12/748.49	c cleaning 115008 clauses out of 230015 with flag 6776000/6776000
769.66/763.97	c cleaning 115997 clauses out of 232010 with flag 6893003/6893003
784.35/778.57	c cleaning 116999 clauses out of 234011 with flag 7011001/7011001
799.80/793.99	c cleaning 117984 clauses out of 236011 with flag 7130000/7130000
814.87/808.97	c cleaning 119001 clauses out of 238027 with flag 7250000/7250000
829.94/823.96	c cleaning 120008 clauses out of 240027 with flag 7371001/7371001
845.21/839.12	c cleaning 120990 clauses out of 242018 with flag 7493000/7493000
858.55/852.44	c cleaning 122010 clauses out of 244028 with flag 7616000/7616000
874.33/868.13	c cleaning 123002 clauses out of 246018 with flag 7740000/7740000
888.24/881.94	c cleaning 124002 clauses out of 248016 with flag 7865000/7865000
903.01/896.65	c cleaning 125008 clauses out of 250015 with flag 7991001/7991001
917.86/911.49	c cleaning 125997 clauses out of 252006 with flag 8118000/8118000
933.85/927.32	c cleaning 127002 clauses out of 254010 with flag 8246001/8246001
951.55/944.74	c cleaning 128002 clauses out of 256008 with flag 8375001/8375001
968.36/961.59	c cleaning 128997 clauses out of 258005 with flag 8505000/8505000
989.30/982.38	c cleaning 130004 clauses out of 260008 with flag 8636000/8636000
1011.32/1004.13	c cleaning 130991 clauses out of 262005 with flag 8768001/8768001
1031.64/1024.39	c cleaning 131993 clauses out of 264013 with flag 8901000/8901000
1048.22/1040.87	c cleaning 132992 clauses out of 266020 with flag 9035000/9035000
1064.77/1057.37	c cleaning 134009 clauses out of 268028 with flag 9170000/9170000
1080.90/1073.47	c cleaning 135003 clauses out of 270020 with flag 9306001/9306001
1097.96/1090.41	c cleaning 135999 clauses out of 272016 with flag 9443000/9443000
1115.05/1107.45	c cleaning 136996 clauses out of 274017 with flag 9581000/9581000
1132.34/1124.66	c cleaning 137998 clauses out of 276021 with flag 9720000/9720000
1148.55/1140.74	c cleaning 138988 clauses out of 278023 with flag 9860000/9860000
1166.31/1158.48	c cleaning 140006 clauses out of 280035 with flag 10001000/10001000
1183.90/1175.93	c cleaning 141003 clauses out of 282029 with flag 10143000/10143000
1201.37/1193.35	c cleaning 142004 clauses out of 284026 with flag 10286000/10286000
1220.86/1212.75	c cleaning 142998 clauses out of 286024 with flag 10430002/10430002
1238.59/1230.35	c cleaning 144006 clauses out of 288026 with flag 10575002/10575002
1257.32/1249.03	c cleaning 145002 clauses out of 290019 with flag 10721001/10721001
1276.32/1267.93	c cleaning 145996 clauses out of 292017 with flag 10868001/10868001
1296.70/1288.22	c cleaning 146994 clauses out of 294020 with flag 11016000/11016000
1315.58/1306.92	c cleaning 148006 clauses out of 296026 with flag 11165000/11165000
1335.72/1327.02	c cleaning 149002 clauses out of 298020 with flag 11315000/11315000
1355.90/1347.18	c cleaning 150002 clauses out of 300018 with flag 11466000/11466000
1377.60/1368.77	c cleaning 150999 clauses out of 302017 with flag 11618001/11618001
1398.80/1389.84	c cleaning 152004 clauses out of 304020 with flag 11771003/11771003
1420.22/1411.13	c cleaning 153001 clauses out of 306014 with flag 11925001/11925001
1440.88/1431.78	c cleaning 154002 clauses out of 308014 with flag 12080002/12080002
1463.51/1454.31	c cleaning 154992 clauses out of 310010 with flag 12236000/12236000
1482.93/1473.74	c cleaning 156009 clauses out of 312019 with flag 12393001/12393001
1502.99/1493.76	c cleaning 156990 clauses out of 314009 with flag 12551000/12551000
1523.49/1514.16	c cleaning 158004 clauses out of 316020 with flag 12710001/12710001
1544.79/1535.35	c cleaning 158998 clauses out of 318015 with flag 12870000/12870000
1564.93/1555.39	c cleaning 160006 clauses out of 320018 with flag 13031001/13031001
1585.28/1575.57	c cleaning 160995 clauses out of 322011 with flag 13193000/13193000
1607.36/1597.58	c cleaning 161999 clauses out of 324017 with flag 13356001/13356001
1629.23/1619.32	c cleaning 162997 clauses out of 326017 with flag 13520000/13520000
1651.37/1641.35	c cleaning 164003 clauses out of 328020 with flag 13685000/13685000
1674.33/1664.21	c cleaning 164999 clauses out of 330017 with flag 13851000/13851000
1696.00/1685.86	c cleaning 165994 clauses out of 332018 with flag 14018000/14018000
1716.77/1706.56	c cleaning 166998 clauses out of 334024 with flag 14186000/14186000
1740.26/1729.98	c cleaning 168001 clauses out of 336027 with flag 14355001/14355001
1761.54/1751.14	c cleaning 169007 clauses out of 338025 with flag 14525000/14525000
1782.77/1772.32	c cleaning 170003 clauses out of 340018 with flag 14696000/14696000
1800.05/1789.51	c starts		: 326
1800.05/1789.51	c conflicts		: 14853119
1800.05/1789.51	c decisions		: 45020558
1800.05/1789.51	c propagations		: 1170181491
1800.05/1789.51	c inspects		: 7817033013
1800.05/1789.51	c shortcuts		: 0
1800.05/1789.51	c learnt literals	: 0
1800.05/1789.51	c learnt binary clauses	: 0
1800.05/1789.51	c learnt ternary clauses	: 0
1800.05/1789.51	c learnt constraints	: 14853120
1800.05/1789.51	c ignored constraints	: 0
1800.05/1789.51	c root simplifications	: 0
1800.05/1789.51	c removed literals (reason simplification)	: 0
1800.05/1789.51	c reason swapping (by a shorter reason)	: 0
1800.05/1789.51	c Calls to reduceDB	: 167
1800.05/1789.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.51	c number of learned constraints concerned by reduction	: 0
1800.05/1789.51	c number of learning phase by resolution	: 0
1800.05/1789.51	c number of learning phase by cutting planes	: 0
1800.05/1789.51	c speed (assignments/second)	: 653995.9017034785
1800.05/1789.51	c non guided choices	0
1800.05/1789.54	c learnt constraints type 
1800.05/1789.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 327298
1800.05/1789.54	c constraints type 
1800.05/1789.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
1800.05/1789.54	c ignored satisfied constraints => 1
1800.05/1789.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 852
1800.05/1789.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1789.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1789.54	c 1041 constraints processed.
1800.05/1789.54	s SATISFIABLE
1800.05/1789.55	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 x201 x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 x210 x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 x224 -x225 x226 x227 -x228 -x229 x230 x231 x232 x233 -x234 x235 -x236 -x237 x238 x239 -x240 -x241 -x242 x243 x244 x245 x246 x247 x248 x249 -x250 x251 x252 x253 -x254 x255 x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 x273 -x274 -x275 x276 x277 -x278 -x279 -x280 x281 -x282 -x283 x284 x285 x286 -x287 -x288 -x289 x290 -x291 -x292 x293 x294 -x295 -x296 x297 x298 x299 x300 x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 x310 x311 -x312 x313 x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 x322 -x323 -x324 x325 x326 -x327 -x328 x329 x330 x331 -x332 -x333 x334 x335 -x336 -x337 -x338 x339 -x340 x341 -x342 x343 x344 -x345 -x346 -x347 x348 -x349 -x350 x351 x352 x353 -x354 -x355 x356 x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 x374 -x375 x376 x377 x378 -x379 -x380 -x381 x382 -x383 -x384 x385 x386 -x387 -x388 x389 x390 x391 -x392 x393 -x394 -x395 -x396 x397 x398 -x399 -x400 -x401 x402 x403 x404 x405 x406 -x407 -x408 x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 x418 x419 x420 x421 x422 x423 -x424 -x425 x426 x427 -x428 -x429 x430 x431 x432 -x433 x434 x435 -x436 -x437 x438 x439 x440 -x441 -x442 x443 x444 -x445 -x446 -x447 x448 -x449 -x450 x451 x452 -x453 -x454 x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 x465 -x466 -x467 x468 x469 x470 x471 x472 x473 x474 -x475 x476 x477 -x478 -x479 -x480 x481 x482 x483 x484 -x485 x486 x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 x495 -x496 -x497 -x498 x499 x500 x501 -x502 x503 x504 -x505 -x506 x507 x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 x520 x521 -x522 x523 x524 -x525 -x526 x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540 x541 -x542 -x543 x544 x545 -x546 -x547 x548 x549 -x550 -x551 x552 x553 -x554 -x555 x556 x557 -x558 -x559 -x560 x561 x562 -x563 x564 x565 x566 x567 x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 x576 x577 x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 x588 -x589 -x590 x591 x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 x604 x605 -x606 -x607 x608 x609 -x610 -x611 x612 x613 -x614 -x615 -x616 -x617 x618 -x619 -x620 x621 x622 -x623 -x624 x625 x626 -x627 -x628 x629 x630 -x631 -x632 -x633 x634 x635 -x636 -x637 x638 x639 x640 -x641 -x642 x643 x644 -x645 -x646 x647 x648 -x649 -x650 -x651 x652 x653 x654 -x655 x656 x657 -x658 x659 -x660 -x661 -x662 -x663 x664 x665 x666 x667 x668 x669 -x670 -x671 x672 x673 -x674 -x675 -x676 x677 x678 -x679 -x680 -x681 x682 -x683 -x684 x685 x686 -x687 -x688 x689 x690 x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 x700 -x701 -x702 -x703 x704 -x705 -x706 x707 x708 -x709 -x710 x711 x712 -x713 -x714 x715 x716 x717 -x718 x719 x720 x721 -x722 -x723 x724 x725 -x726 -x727 x728 x729 x730 x731 x732 x733 x734 x735 -x736 -x737 x738 x739 x740 x741 x742 x743 -x744 -x745 -x746 x747 -x748 -x749 -x750 x751 x752 -x753 x754 x755 -x756 -x757 x758 x759 x760 -x761 -x762 x763 x764 -x765 -x766 x767 x768 -x769 -x770 x771 x772 -x773 -x774 x775 x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 x784 x785 x786 x787 x788 x789 x790 x791 x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 x800 x801 -x802 x803 x804 -x805 -x806 -x807 x808 x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 x824 x825 -x826 -x827 -x828 x829 x830 -x831 x832 x833 x834 -x835 -x836 x837 x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 -x852 x853 x854 -x855 -x856 x857 x858 x859 x860 x861 x862 x863 x864 x865 x866 -x867 -x868 -x869 x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 x878 -x879 -x880 -x881 -x882 x883 x884 -x885 x886 x887 -x888 -x889 -x890 x891 -x892 -x893 x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 -x903 x904 x905 x906 
1800.05/1789.55	c objective function=25
1800.05/1789.55	c Total wall clock time (in seconds): 1789.439

Verifier Data

OK	25

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-3687849-1337876996/watcher-3687849-1337876996 -o /tmp/evaluation-result-3687849-1337876996/solver-3687849-1337876996 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687849-1337876996.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: 1.92 1.98 1.97 3/194 24613
/proc/meminfo: memFree=29709808/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24613/stat : 24613 (java) D 24611 24613 23338 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253825461 9515008 182 33554432000 1073741824 1073778376 140734728792848 140734728783880 259112386229 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24613/statm: 2323 182 140 9 0 71 0

[startup+0.0636429 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 24613
/proc/meminfo: memFree=29709808/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 3186 0 1 0 3 0 0 0 20 0 18 0 253825461 9787813888 4396 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2389603 4396 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.100272 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 24613
/proc/meminfo: memFree=29709808/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 4352 0 1 0 8 0 0 0 20 0 18 0 253825461 9787813888 5551 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2389603 5552 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 24613
/proc/meminfo: memFree=29709808/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 6634 0 1 0 45 1 0 0 20 0 19 0 253825461 9855975424 8713 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 8713 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.700221 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 24613
/proc/meminfo: memFree=29709808/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 8868 0 1 0 111 1 0 0 20 0 19 0 253825461 9855975424 10409 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 10409 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9624976

[startup+1.50107 s]
/proc/loadavg: 1.92 1.98 1.97 3/213 24632
/proc/meminfo: memFree=29657608/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=2.01 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 8951 0 1 0 199 2 0 0 20 0 19 0 253825461 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 18141 2268 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 2459 0 1 0 142 1 0 0 20 0 19 0 253825462 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451168453016 140451017947043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 253825464 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 2890 0 0 0 25 0 0 0 20 0 19 0 253825467 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 18141 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.92 1.98 1.97 3/213 24632
/proc/meminfo: memFree=29641100/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=3.67 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 9111 0 1 0 364 3 0 0 20 0 19 0 253825461 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 20209 2268 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 2460 0 1 0 298 1 0 0 20 0 19 0 253825462 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451168452896 140451017898827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 253825464 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3019 0 0 0 28 0 0 0 20 0 19 0 253825467 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 20209 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.97 4/216 24635
/proc/meminfo: memFree=29620728/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=6.92 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 9132 0 1 0 688 4 0 0 20 0 19 0 253825461 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 24444 2268 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=6.1 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 2467 0 1 0 609 1 0 0 20 0 19 0 253825462 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451168453016 140451017999353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 253825463 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 42 0 0 0 9 0 0 0 20 0 19 0 253825464 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3019 0 0 0 29 0 0 0 20 0 19 0 253825467 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 24444 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 281158 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3115 0 0 0 31 0 0 0 20 0 19 0 253825467 9855975424 281158 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 281158 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 98 0 0 0 23 29 0 0 20 0 19 0 253825467 9855975424 281158 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 281158 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.66
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24706
/proc/meminfo: memFree=28135244/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=1792.85 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 15707 0 1 0 179143 142 0 0 20 0 19 0 253825461 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 280877 2269 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=1762.54 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 3009 0 1 0 176224 30 0 0 20 0 19 0 253825462 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451168452896 140451017983936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 465 0 0 0 132 10 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 782 0 0 0 166 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 581 0 0 0 151 16 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 483 0 0 0 153 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 587 0 0 0 164 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=1.74 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 722 0 0 0 160 14 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 648 0 0 0 160 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 548 0 0 0 167 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=11.17 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 1145 0 0 0 1114 3 0 0 20 0 19 0 253825464 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3115 0 0 0 31 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 102 0 0 0 23 31 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.85
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24706
/proc/meminfo: memFree=28136980/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 15707 0 1 0 179863 142 0 0 20 0 19 0 253825461 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 280877 2269 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=1769.72 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 3009 0 1 0 176942 30 0 0 20 0 19 0 253825462 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451168452896 140451017983514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 465 0 0 0 132 10 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 782 0 0 0 166 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 581 0 0 0 151 16 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 483 0 0 0 153 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 587 0 0 0 164 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=1.74 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 722 0 0 0 160 14 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 648 0 0 0 160 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 548 0 0 0 167 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=11.17 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 1145 0 0 0 1114 3 0 0 20 0 19 0 253825464 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3115 0 0 0 31 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 102 0 0 0 23 31 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24706
/proc/meminfo: memFree=28136980/32873648 swapFree=6844/6844
[pid=24613] ppid=24611 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/24613/stat : 24613 (java) S 24611 24613 23338 0 -1 4202496 15707 0 1 0 179863 142 0 0 20 0 19 0 253825461 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140737142963248 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 2406244 280877 2269 9 0 2396937 0
[pid=24613/tid=24615] ppid=24611 vsize=9624976 CPUtime=1769.72 cores=1,3,5,7
/proc/24613/task/24615/stat : 24615 (java) R 24611 24613 23338 0 -1 4202560 3009 0 1 0 176942 30 0 0 20 0 19 0 253825462 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451168452896 140451017983514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24616] ppid=24611 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24613/task/24616/stat : 24616 (java) S 24611 24613 23338 0 -1 4202560 465 0 0 0 132 10 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451140905384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24617] ppid=24611 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/24613/task/24617/stat : 24617 (java) S 24611 24613 23338 0 -1 4202560 782 0 0 0 166 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451139852840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24618] ppid=24611 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/24613/task/24618/stat : 24618 (java) S 24611 24613 23338 0 -1 4202560 581 0 0 0 151 16 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451138799784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24619] ppid=24611 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24613/task/24619/stat : 24619 (java) S 24611 24613 23338 0 -1 4202560 483 0 0 0 153 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451137747240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24620] ppid=24611 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/24613/task/24620/stat : 24620 (java) S 24611 24613 23338 0 -1 4202560 587 0 0 0 164 12 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451136695208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24621] ppid=24611 vsize=9624976 CPUtime=1.74 cores=1,3,5,7
/proc/24613/task/24621/stat : 24621 (java) S 24611 24613 23338 0 -1 4202560 722 0 0 0 160 14 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451006426152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24613/tid=24622] ppid=24611 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/24613/task/24622/stat : 24622 (java) S 24611 24613 23338 0 -1 4202560 648 0 0 0 160 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451005373096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24623] ppid=24611 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/24613/task/24623/stat : 24623 (java) S 24611 24613 23338 0 -1 4202560 548 0 0 0 167 15 0 0 20 0 19 0 253825463 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140451004320552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24624] ppid=24611 vsize=9624976 CPUtime=11.17 cores=1,3,5,7
/proc/24613/task/24624/stat : 24624 (java) S 24611 24613 23338 0 -1 4202560 1145 0 0 0 1114 3 0 0 20 0 19 0 253825464 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450521373032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24625] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24625/stat : 24625 (java) S 24611 24613 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450520319352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24626] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24626/stat : 24626 (java) S 24611 24613 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253825465 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450519266184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24627] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24627/stat : 24627 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450518214928 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24628] ppid=24611 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24613/task/24628/stat : 24628 (java) S 24611 24613 23338 0 -1 4202560 2341 0 0 0 24 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450517162808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24613/tid=24629] ppid=24611 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24613/task/24629/stat : 24629 (java) S 24611 24613 23338 0 -1 4202560 3115 0 0 0 31 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450516110264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24613/tid=24630] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24630/stat : 24630 (java) S 24611 24613 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450515057400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24631] ppid=24611 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/24613/task/24631/stat : 24631 (java) S 24611 24613 23338 0 -1 4202560 102 0 0 0 23 31 0 0 20 0 19 0 253825467 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450514005064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24613/tid=24632] ppid=24611 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24613/task/24632/stat : 24632 (java) S 24611 24613 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253825485 9855975424 280877 33554432000 1073741824 1073778376 140737142972112 140450512950312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1789.56
CPU time (s): 1800.05
CPU user time (s): 1798.63
CPU system time (s): 1.42
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.84072
maximum resident set size= 1124744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15748
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= 42771
involuntary context switches= 31986

runsolver used 5.62214 second user time and 15.8326 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 18:29:56
IDJOB=3687849
IDBENCH=2229
IDSOLVER=2269
FILE ID=node124/3687849-1337876996
RUNJOBID= node124-1337871881-23355
PBS_JOBID= 14620080
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687849-1337876996/watcher-3687849-1337876996 -o /tmp/evaluation-result-3687849-1337876996/solver-3687849-1337876996 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687849-1337876996.opb

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

MD5SUM BENCH= 09000b526c4cf3fc454b31cbb57a970b
RANDOM SEED=664511561

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29710064 kB
Buffers:          223908 kB
Cached:          2033048 kB
SwapCached:            0 kB
Active:           605596 kB
Inactive:        1781052 kB
Active(anon):     131888 kB
Inactive(anon):        0 kB
Active(file):     473708 kB
Inactive(file):  1781052 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:        137928 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             637016 kB
SReclaimable:      81436 kB
SUnreclaim:       555580 kB
KernelStack:        1600 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71672 MiB
End job on node124 at 2012-05-24 18:59:47