Trace number 3710656

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)213 1800.08 1791.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710656-1338139299.opb
0.07/0.13	c reading problem ... 
0.23/0.25	c ... done. Wall clock time 0.114s.
0.23/0.25	c declared #vars     473
0.23/0.25	c #constraints  472
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.23/0.25	c 472 constraints processed.
0.23/0.26	c SATISFIABLE
0.23/0.26	c OPTIMIZING...
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.126
0.23/0.26	o 226
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.301
0.76/0.43	o 225
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.332
0.76/0.46	o 224
1.31/0.84	c cleaning 3074 clauses out of 6155 with flag 5001/6155
1.66/1.14	c Got one! Elapsed wall clock time (in seconds):1.012
1.66/1.14	o 223
1.66/1.19	c Got one! Elapsed wall clock time (in seconds):1.055
1.66/1.19	o 222
1.79/1.26	c cleaning 4582 clauses out of 9167 with flag 1000/12241
2.00/1.46	c Got one! Elapsed wall clock time (in seconds):1.324
2.00/1.46	o 221
2.10/1.59	c cleaning 4791 clauses out of 9592 with flag 2000/17248
2.41/1.85	c Got one! Elapsed wall clock time (in seconds):1.717
2.41/1.85	o 220
2.52/1.98	c cleaning 5282 clauses out of 10576 with flag 2000/23023
2.96/2.36	c cleaning 5642 clauses out of 11294 with flag 8000/29023
3.47/2.81	c cleaning 6321 clauses out of 12652 with flag 15000/36023
3.99/3.34	c cleaning 7162 clauses out of 14332 with flag 23001/44024
4.59/3.96	c cleaning 8079 clauses out of 16169 with flag 32000/53023
4.90/4.23	c Got one! Elapsed wall clock time (in seconds):4.095
4.90/4.23	o 219
5.00/4.37	c cleaning 6858 clauses out of 13730 with flag 2001/58663
5.41/4.80	c cleaning 6432 clauses out of 12872 with flag 8001/64663
5.91/5.27	c cleaning 6715 clauses out of 13439 with flag 15000/71662
6.51/5.80	c cleaning 7356 clauses out of 14724 with flag 23000/79662
7.12/6.42	c cleaning 8177 clauses out of 16370 with flag 32002/88664
7.83/7.19	c cleaning 9091 clauses out of 18191 with flag 42000/98662
8.65/7.94	c cleaning 10046 clauses out of 20100 with flag 53000/109662
9.47/8.76	c cleaning 11023 clauses out of 22054 with flag 65000/121662
10.37/9.60	c cleaning 12010 clauses out of 24031 with flag 78000/134662
10.80/10.08	c Got one! Elapsed wall clock time (in seconds):9.953
10.80/10.08	o 218
11.20/10.40	c cleaning 12153 clauses out of 24318 with flag 5000/146959
11.62/10.84	c cleaning 9077 clauses out of 18165 with flag 11000/152959
12.12/11.33	c cleaning 8038 clauses out of 16090 with flag 18002/159961
12.62/11.87	c cleaning 8017 clauses out of 16050 with flag 26000/167959
13.22/12.47	c cleaning 8511 clauses out of 17034 with flag 35001/176960
13.93/13.10	c cleaning 9252 clauses out of 18522 with flag 45000/186959
14.63/13.84	c cleaning 10131 clauses out of 20270 with flag 56000/197959
15.53/14.71	c cleaning 11065 clauses out of 22139 with flag 68000/209959
16.34/15.52	c cleaning 12028 clauses out of 24074 with flag 81000/222959
17.28/16.43	c cleaning 13021 clauses out of 26047 with flag 95001/236960
17.39/16.59	c Got one! Elapsed wall clock time (in seconds):16.458
17.39/16.59	o 217
17.58/16.77	c cleaning 9199 clauses out of 18407 with flag 3001/242341
18.02/17.15	c cleaning 7596 clauses out of 15207 with flag 9000/248340
18.43/17.54	c cleaning 7297 clauses out of 14611 with flag 16000/255340
18.75/17.80	c Got one! Elapsed wall clock time (in seconds):17.669
18.75/17.80	o 216
18.75/17.88	c cleaning 6227 clauses out of 12463 with flag 1001/260489
19.15/18.23	c cleaning 6111 clauses out of 12235 with flag 7000/266488
19.56/18.64	c cleaning 6559 clauses out of 13124 with flag 14000/273488
19.96/19.02	c Got one! Elapsed wall clock time (in seconds):18.885
19.96/19.02	o 215
20.26/19.33	c cleaning 8803 clauses out of 17613 with flag 5000/284536
20.67/19.79	c cleaning 7399 clauses out of 14810 with flag 11000/290536
21.27/20.38	c cleaning 7199 clauses out of 14411 with flag 18000/297536
21.88/20.93	c cleaning 7601 clauses out of 15212 with flag 26000/305536
22.48/21.56	c cleaning 8300 clauses out of 16611 with flag 35000/314536
23.28/22.32	c cleaning 9146 clauses out of 18311 with flag 45000/324536
23.39/22.49	c Got one! Elapsed wall clock time (in seconds):22.359
23.39/22.49	o 214
23.61/22.67	c cleaning 7158 clauses out of 14327 with flag 3001/329698
24.02/23.04	c cleaning 6576 clauses out of 13168 with flag 9000/335697
24.51/23.51	c cleaning 6790 clauses out of 13593 with flag 16001/342698
25.01/24.05	c cleaning 7396 clauses out of 14803 with flag 24001/350698
25.61/24.69	c cleaning 8197 clauses out of 16407 with flag 33001/359698
26.41/25.49	c cleaning 9099 clauses out of 18210 with flag 43001/369698
27.33/26.36	c cleaning 10050 clauses out of 20111 with flag 54001/380698
28.23/27.28	c cleaning 11029 clauses out of 22060 with flag 66000/392697
28.63/27.64	c Got one! Elapsed wall clock time (in seconds):27.512
28.63/27.64	o 213
28.93/27.99	c cleaning 10750 clauses out of 21514 with flag 5000/403180
29.45/28.46	c cleaning 8379 clauses out of 16764 with flag 11000/409180
29.96/28.97	c cleaning 7690 clauses out of 15385 with flag 18000/416180
30.56/29.53	c cleaning 7842 clauses out of 15695 with flag 26000/424180
31.17/30.10	c cleaning 8423 clauses out of 16854 with flag 35001/433181
31.77/30.76	c cleaning 9208 clauses out of 18430 with flag 45000/443180
32.51/31.48	c cleaning 10103 clauses out of 20222 with flag 56000/454180
33.41/32.31	c cleaning 11054 clauses out of 22120 with flag 68001/466181
34.32/33.20	c cleaning 12026 clauses out of 24065 with flag 81000/479180
35.33/34.24	c cleaning 13011 clauses out of 26039 with flag 95000/493180
36.54/35.49	c cleaning 14010 clauses out of 28028 with flag 110000/508180
37.87/36.71	c cleaning 15002 clauses out of 30019 with flag 126001/524181
39.28/38.18	c cleaning 16003 clauses out of 32018 with flag 143002/541182
40.90/39.71	c cleaning 17002 clauses out of 34013 with flag 161000/559180
42.62/41.40	c cleaning 17997 clauses out of 36011 with flag 180000/578180
44.14/42.98	c cleaning 19002 clauses out of 38014 with flag 200000/598180
45.55/44.32	c cleaning 20002 clauses out of 40013 with flag 221001/619181
47.07/45.88	c cleaning 20998 clauses out of 42011 with flag 243001/641181
48.78/47.51	c cleaning 21997 clauses out of 44013 with flag 266001/664181
50.40/49.10	c cleaning 23003 clauses out of 46015 with flag 290000/688180
52.12/50.88	c cleaning 23996 clauses out of 48012 with flag 315000/713180
54.05/52.71	c cleaning 25002 clauses out of 50016 with flag 341000/739180
56.29/54.97	c cleaning 25999 clauses out of 52015 with flag 368001/766181
58.63/57.28	c cleaning 27003 clauses out of 54016 with flag 396001/794181
61.55/60.18	c cleaning 27999 clauses out of 56012 with flag 425000/823180
64.88/63.42	c cleaning 28998 clauses out of 58015 with flag 455002/853182
68.02/66.53	c cleaning 30001 clauses out of 60015 with flag 486000/884180
70.23/68.74	c cleaning 31001 clauses out of 62014 with flag 518000/916180
72.66/71.11	c cleaning 32002 clauses out of 64015 with flag 551002/949182
75.18/73.67	c cleaning 32999 clauses out of 66012 with flag 585001/983181
78.50/76.99	c cleaning 33998 clauses out of 68012 with flag 620000/1018180
81.84/80.27	c cleaning 34999 clauses out of 70014 with flag 656000/1054180
84.76/83.17	c cleaning 35998 clauses out of 72015 with flag 693000/1091180
88.28/86.69	c cleaning 37003 clauses out of 74017 with flag 731000/1129180
92.21/90.53	c cleaning 37996 clauses out of 76014 with flag 770000/1168180
95.14/93.49	c cleaning 38998 clauses out of 78018 with flag 810000/1208180
98.34/96.67	c cleaning 40004 clauses out of 80021 with flag 851001/1249181
102.17/100.48	c cleaning 41002 clauses out of 82016 with flag 893000/1291180
105.99/104.28	c cleaning 42004 clauses out of 84014 with flag 936000/1334180
109.21/107.48	c cleaning 42997 clauses out of 86010 with flag 980000/1378180
112.85/111.01	c cleaning 44000 clauses out of 88015 with flag 1025002/1423182
116.75/114.91	c cleaning 45002 clauses out of 90014 with flag 1071001/1469181
121.38/119.58	c cleaning 45999 clauses out of 92012 with flag 1118001/1516181
125.86/123.93	c cleaning 46998 clauses out of 94012 with flag 1166000/1564180
131.09/129.14	c cleaning 47998 clauses out of 96014 with flag 1215000/1613180
135.54/133.55	c cleaning 48998 clauses out of 98017 with flag 1265001/1663181
140.78/138.76	c cleaning 50004 clauses out of 100019 with flag 1316001/1714181
146.32/144.22	c cleaning 51001 clauses out of 102015 with flag 1368001/1766181
150.86/148.79	c cleaning 51999 clauses out of 104013 with flag 1421000/1819180
155.80/153.69	c cleaning 53004 clauses out of 106016 with flag 1475002/1873182
160.91/158.78	c cleaning 53995 clauses out of 108010 with flag 1530000/1928180
166.55/164.31	c cleaning 55003 clauses out of 110017 with flag 1586002/1984182
171.21/168.92	c cleaning 56001 clauses out of 112013 with flag 1643001/2041181
176.04/173.72	c cleaning 57001 clauses out of 114011 with flag 1701000/2099180
180.97/178.60	c cleaning 57994 clauses out of 116010 with flag 1760000/2158180
185.81/183.48	c cleaning 59003 clauses out of 118018 with flag 1820002/2218182
192.55/190.10	c cleaning 59999 clauses out of 120014 with flag 1881001/2279181
198.50/196.04	c cleaning 61000 clauses out of 122014 with flag 1943000/2341180
205.25/202.79	c cleaning 62001 clauses out of 124015 with flag 2006001/2404181
210.89/208.40	c cleaning 63001 clauses out of 126013 with flag 2070000/2468180
217.32/214.75	c cleaning 63997 clauses out of 128013 with flag 2135001/2533181
224.36/221.71	c cleaning 65002 clauses out of 130017 with flag 2201002/2599182
230.59/227.94	c cleaning 66001 clauses out of 132013 with flag 2268000/2666180
236.93/234.27	c cleaning 67000 clauses out of 134013 with flag 2336001/2734181
244.48/241.79	c cleaning 67998 clauses out of 136013 with flag 2405001/2803181
251.93/249.19	c cleaning 69001 clauses out of 138014 with flag 2475000/2873180
259.67/256.86	c cleaning 69999 clauses out of 140013 with flag 2546000/2944180
266.92/264.01	c cleaning 71001 clauses out of 142015 with flag 2618001/3016181
272.94/270.04	c cleaning 71999 clauses out of 144014 with flag 2691001/3089181
279.85/276.96	c cleaning 73000 clauses out of 146014 with flag 2765000/3163180
287.00/284.05	c cleaning 73995 clauses out of 148014 with flag 2840000/3238180
294.24/291.24	c cleaning 75002 clauses out of 150019 with flag 2916000/3314180
302.84/299.72	c cleaning 76002 clauses out of 152017 with flag 2993000/3391180
310.57/307.44	c cleaning 77000 clauses out of 154015 with flag 3071000/3469180
319.92/316.80	c cleaning 78001 clauses out of 156016 with flag 3150001/3548181
329.07/325.89	c cleaning 78997 clauses out of 158014 with flag 3230000/3628180
337.43/334.11	c cleaning 80004 clauses out of 160018 with flag 3311001/3709181
346.87/343.54	c cleaning 81001 clauses out of 162013 with flag 3393000/3791180
356.91/353.51	c cleaning 81998 clauses out of 164012 with flag 3476000/3874180
366.23/362.82	c cleaning 82996 clauses out of 166014 with flag 3560000/3958180
374.08/370.62	c cleaning 84003 clauses out of 168019 with flag 3645001/4043181
383.99/380.55	c cleaning 85001 clauses out of 170015 with flag 3731000/4129180
394.42/390.94	c cleaning 85999 clauses out of 172014 with flag 3818000/4216180
405.52/401.94	c cleaning 86999 clauses out of 174017 with flag 3906002/4304182
415.59/411.91	c cleaning 88001 clauses out of 176017 with flag 3995001/4393181
425.92/422.20	c cleaning 88998 clauses out of 178015 with flag 4085000/4483180
434.15/430.47	c cleaning 90003 clauses out of 180018 with flag 4176001/4574181
442.77/439.05	c cleaning 91004 clauses out of 182016 with flag 4268002/4666182
452.23/448.41	c cleaning 92001 clauses out of 184010 with flag 4361000/4759180
462.17/458.30	c cleaning 92995 clauses out of 186010 with flag 4455001/4853181
472.91/469.09	c cleaning 93999 clauses out of 188015 with flag 4550001/4948181
484.34/480.48	c cleaning 95000 clauses out of 190016 with flag 4646001/5044181
496.20/492.23	c cleaning 96002 clauses out of 192017 with flag 4743002/5141182
507.64/503.61	c cleaning 97001 clauses out of 194013 with flag 4841000/5239180
521.60/517.52	c cleaning 97997 clauses out of 196014 with flag 4940002/5338182
539.48/535.34	c cleaning 99002 clauses out of 198016 with flag 5040001/5438181
553.02/548.78	c cleaning 99995 clauses out of 200013 with flag 5141000/5539180
565.57/561.26	c cleaning 101007 clauses out of 202021 with flag 5243003/5641183
579.22/574.86	c cleaning 102000 clauses out of 204013 with flag 5346002/5744182
593.20/588.77	c cleaning 102995 clauses out of 206012 with flag 5450001/5848181
605.36/600.83	c cleaning 104001 clauses out of 208017 with flag 5555001/5953181
618.63/614.00	c cleaning 105000 clauses out of 210015 with flag 5661000/6059180
635.77/631.14	c cleaning 105998 clauses out of 212015 with flag 5768000/6166180
651.14/646.49	c cleaning 107002 clauses out of 214018 with flag 5876001/6274181
664.81/660.06	c cleaning 107999 clauses out of 216016 with flag 5985001/6383181
681.23/676.48	c cleaning 109002 clauses out of 218016 with flag 6095000/6493180
697.47/692.64	c cleaning 109997 clauses out of 220014 with flag 6206000/6604180
713.90/709.07	c cleaning 111001 clauses out of 222018 with flag 6318001/6716181
725.92/721.05	c cleaning 112004 clauses out of 224016 with flag 6431000/6829180
737.76/732.86	c cleaning 113000 clauses out of 226014 with flag 6545002/6943182
750.69/745.74	c cleaning 114002 clauses out of 228013 with flag 6660001/7058181
765.62/760.60	c cleaning 115001 clauses out of 230010 with flag 6776000/7174180
780.52/775.41	c cleaning 115995 clauses out of 232010 with flag 6893001/7291181
794.18/789.06	c cleaning 117004 clauses out of 234014 with flag 7011000/7409180
809.56/804.35	c cleaning 117995 clauses out of 236011 with flag 7130001/7528181
828.03/822.77	c cleaning 118998 clauses out of 238015 with flag 7250000/7648180
841.99/836.62	c cleaning 119999 clauses out of 240017 with flag 7371000/7769180
857.74/852.37	c cleaning 121000 clauses out of 242018 with flag 7493000/7891180
875.93/870.42	c cleaning 121999 clauses out of 244018 with flag 7616000/8014180
891.38/885.88	c cleaning 123004 clauses out of 246020 with flag 7740001/8138181
904.92/899.34	c cleaning 124002 clauses out of 248016 with flag 7865001/8263181
921.14/915.59	c cleaning 125001 clauses out of 250014 with flag 7991001/8389181
939.60/933.95	c cleaning 125999 clauses out of 252013 with flag 8118001/8516181
956.59/950.84	c cleaning 127000 clauses out of 254013 with flag 8246000/8644180
973.92/968.20	c cleaning 127999 clauses out of 256014 with flag 8375001/8773181
993.17/987.34	c cleaning 128998 clauses out of 258015 with flag 8505001/8903181
1007.14/1001.26	c cleaning 129998 clauses out of 260017 with flag 8636001/9034181
1025.76/1019.83	c cleaning 131000 clauses out of 262018 with flag 8768000/9166180
1045.07/1039.01	c cleaning 131995 clauses out of 264018 with flag 8901000/9299180
1062.37/1056.24	c cleaning 133004 clauses out of 266023 with flag 9035000/9433180
1081.21/1075.05	c cleaning 134001 clauses out of 268020 with flag 9170001/9568181
1103.19/1096.93	c cleaning 135001 clauses out of 270019 with flag 9306001/9704181
1122.20/1115.84	c cleaning 135998 clauses out of 272018 with flag 9443001/9841181
1139.12/1132.73	c cleaning 137003 clauses out of 274020 with flag 9581001/9979181
1159.38/1152.91	c cleaning 138000 clauses out of 276018 with flag 9720002/10118182
1172.85/1166.17	c cleaning 139003 clauses out of 278016 with flag 9860000/10258180
1190.18/1183.34	c cleaning 140004 clauses out of 280014 with flag 10001001/10399181
1210.34/1203.48	c cleaning 140997 clauses out of 282009 with flag 10143000/10541180
1228.15/1221.18	c cleaning 142002 clauses out of 284014 with flag 10286002/10684182
1243.94/1236.83	c cleaning 143000 clauses out of 286011 with flag 10430001/10828181
1267.26/1260.10	c cleaning 143997 clauses out of 288011 with flag 10575001/10973181
1283.97/1276.72	c cleaning 145000 clauses out of 290013 with flag 10721000/11119180
1310.93/1303.64	c cleaning 146001 clauses out of 292014 with flag 10868001/11266181
1330.03/1322.62	c cleaning 146998 clauses out of 294012 with flag 11016000/11414180
1348.98/1341.57	c cleaning 147999 clauses out of 296015 with flag 11165001/11563181
1369.13/1361.62	c cleaning 149003 clauses out of 298017 with flag 11315002/11713182
1390.71/1383.19	c cleaning 149994 clauses out of 300012 with flag 11466000/11864180
1416.59/1408.97	c cleaning 151000 clauses out of 302018 with flag 11618000/12016180
1444.75/1437.03	c cleaning 152000 clauses out of 304019 with flag 11771001/12169181
1477.00/1469.15	c cleaning 152999 clauses out of 306019 with flag 11925001/12323181
1497.56/1489.66	c cleaning 154003 clauses out of 308019 with flag 12080000/12478180
1523.64/1515.66	c cleaning 154995 clauses out of 310016 with flag 12236000/12634180
1548.21/1540.19	c cleaning 156000 clauses out of 312021 with flag 12393000/12791180
1569.39/1561.21	c cleaning 157005 clauses out of 314021 with flag 12551000/12949180
1595.76/1587.55	c cleaning 157994 clauses out of 316017 with flag 12710001/13108181
1621.34/1613.09	c cleaning 159007 clauses out of 318023 with flag 12870001/13268181
1648.19/1639.81	c cleaning 159998 clauses out of 320015 with flag 13031000/13429180
1669.43/1661.02	c cleaning 161001 clauses out of 322017 with flag 13193000/13591180
1697.63/1689.15	c cleaning 162001 clauses out of 324018 with flag 13356002/13754182
1728.85/1720.03	c cleaning 163000 clauses out of 326015 with flag 13520000/13918180
1761.38/1752.56	c cleaning 163996 clauses out of 328015 with flag 13685000/14083180
1794.98/1786.02	c cleaning 165003 clauses out of 330020 with flag 13851001/14249181
1800.08/1791.01	c starts		: 339
1800.08/1791.01	c conflicts		: 14292712
1800.08/1791.01	c decisions		: 17144685
1800.08/1791.01	c propagations		: 279160294
1800.08/1791.01	c inspects		: 14900371130
1800.08/1791.01	c shortcuts		: 0
1800.08/1791.01	c learnt literals	: 0
1800.08/1791.01	c learnt binary clauses	: 0
1800.08/1791.01	c learnt ternary clauses	: 0
1800.08/1791.01	c learnt constraints	: 14292712
1800.08/1791.01	c ignored constraints	: 0
1800.08/1791.01	c root simplifications	: 339
1800.08/1791.01	c removed literals (reason simplification)	: 68889
1800.08/1791.01	c reason swapping (by a shorter reason)	: 0
1800.08/1791.01	c Calls to reduceDB	: 209
1800.08/1791.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1791.01	c number of learned constraints concerned by reduction	: 0
1800.08/1791.01	c number of learning phase by resolution	: 0
1800.08/1791.01	c number of learning phase by cutting planes	: 0
1800.08/1791.01	c speed (assignments/second)	: 155889.2113464611
1800.08/1791.01	c non guided choices	535
1800.08/1791.06	c learnt constraints type 
1800.08/1791.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 208799
1800.08/1791.06	c constraints type 
1800.08/1791.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1791.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1800.08/1791.06	c 473 constraints processed.
1800.08/1791.06	s SATISFIABLE
1800.08/1791.06	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 
1800.08/1791.06	c objective function=213
1800.08/1791.06	c Total wall clock time (in seconds): 1790.926

Verifier Data

OK	213

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-3710656-1338139299/watcher-3710656-1338139299 -o /tmp/evaluation-result-3710656-1338139299/solver-3710656-1338139299 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710656-1338139299.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 30228
/proc/meminfo: memFree=30674932/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30228/stat : 30228 (java) D 30226 30228 28151 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 280054713 9515008 182 33554432000 1073741824 1073778376 140734744312144 140734744303176 213419638453 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2323 182 140 9 0 71 0

[startup+0.0863439 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 30228
/proc/meminfo: memFree=30674932/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 3363 0 1 0 4 1 0 0 20 0 18 0 280054713 9787842560 4572 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2389610 4573 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100249 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 30228
/proc/meminfo: memFree=30674932/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 3754 0 1 0 6 1 0 0 20 0 18 0 280054713 9787842560 4963 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2389610 4973 1978 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300229 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 30228
/proc/meminfo: memFree=30674932/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625292 CPUtime=0.46 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 6347 0 1 0 44 2 0 0 20 0 19 0 280054713 9856299008 8480 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 8481 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625292

[startup+0.700231 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 30228
/proc/meminfo: memFree=30674932/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 10500 0 1 0 118 3 0 0 20 0 19 0 280054713 9856004096 10580 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 10580 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 30247
/proc/meminfo: memFree=30628668/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 10573 0 1 0 206 4 0 0 20 0 19 0 280054713 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 15238 2277 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2505 0 1 0 141 2 0 0 20 0 19 0 280054714 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886930903488 139886766568877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 280054716 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2142 0 0 0 26 0 0 0 20 0 19 0 280054720 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 4674 0 0 0 32 1 0 0 20 0 19 0 280054720 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 15238 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 30247
/proc/meminfo: memFree=30617560/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 11441 0 1 0 373 5 0 0 20 0 19 0 280054713 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 16786 2278 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2507 0 1 0 295 2 0 0 20 0 19 0 280054714 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886930911536 139886766586910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 280054716 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2142 0 0 0 26 0 0 0 20 0 19 0 280054720 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5521 0 0 0 38 1 0 0 20 0 19 0 280054720 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 16786 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 30247
/proc/meminfo: memFree=30608560/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=7.02 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 11458 0 1 0 696 6 0 0 20 0 19 0 280054713 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 18450 2278 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=6.07 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2514 0 1 0 605 2 0 0 20 0 19 0 280054714 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886930911536 139886766573942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054715 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 280054716 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2142 0 0 0 26 0 0 0 20 0 19 0 280054720 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5521 0 0 0 38 1 0 0 20 0 19 0 280054720 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 18450 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2151 0 0 0 28 0 0 0 20 0 19 0 280054720 9856004096 135443 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5770 0 0 0 42 2 0 0 20 0 19 0 280054720 9856004096 135443 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 135443 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 95 0 0 0 21 22 0 0 20 0 19 0 280054720 9856004096 135443 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 135443 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1670.83
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/214 30321
/proc/meminfo: memFree=29876904/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=1731.19 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 15647 0 1 0 173037 82 0 0 20 0 19 0 280054713 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 152353 2279 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=1704.14 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2767 0 1 0 170385 29 0 0 20 0 19 0 280054714 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886930911536 139886766510722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 368 0 0 0 138 7 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 278 0 0 0 134 8 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 370 0 0 0 132 5 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 598 0 0 0 140 6 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 386 0 0 0 139 7 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 409 0 0 0 131 5 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 468 0 0 0 133 6 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 340 0 0 0 124 6 0 0 20 0 19 0 280054715 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=10.36 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 464 0 0 0 1033 3 0 0 20 0 19 0 280054716 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2151 0 0 0 28 0 0 0 20 0 19 0 280054720 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5770 0 0 0 42 2 0 0 20 0 19 0 280054720 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 99 0 0 0 21 23 0 0 20 0 19 0 280054720 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 152353 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1731.19
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 30321
/proc/meminfo: memFree=29821440/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=1791.28 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 16047 0 1 0 179045 83 0 0 20 0 19 0 280054713 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 154273 2279 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=1763.84 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2768 0 1 0 176354 30 0 0 20 0 19 0 280054714 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886930911536 139886766805084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 368 0 0 0 139 7 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 279 0 0 0 137 8 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 468 0 0 0 133 5 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 598 0 0 0 141 6 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 533 0 0 0 143 7 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 409 0 0 0 132 5 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 615 0 0 0 135 6 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 340 0 0 0 125 6 0 0 20 0 19 0 280054715 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=10.46 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 466 0 0 0 1043 3 0 0 20 0 19 0 280054716 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2151 0 0 0 28 0 0 0 20 0 19 0 280054720 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5770 0 0 0 42 2 0 0 20 0 19 0 280054720 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 103 0 0 0 22 24 0 0 20 0 19 0 280054720 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 154273 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 30322
/proc/meminfo: memFree=29811628/32873844 swapFree=6600/6600
[pid=30228] ppid=30226 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30226 30228 28151 0 -1 4202496 16541 0 1 0 179923 85 0 0 20 0 19 0 280054713 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 140736542100768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2406251 156799 2279 9 0 2396937 0
[pid=30228/tid=30230] ppid=30226 vsize=9625004 CPUtime=1772.39 cores=0,2,4,6
/proc/30228/task/30230/stat : 30230 (java) R 30226 30228 28151 0 -1 4202560 2769 0 1 0 177209 30 0 0 20 0 19 0 280054714 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886930911536 139886766546592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30226 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30226 30228 28151 0 -1 4202560 368 0 0 0 140 7 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886892403240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30232] ppid=30226 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30226 30228 28151 0 -1 4202560 451 0 0 0 140 8 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886891350440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30233] ppid=30226 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30226 30228 28151 0 -1 4202560 646 0 0 0 134 5 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886890297640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30234] ppid=30226 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30226 30228 28151 0 -1 4202560 598 0 0 0 141 7 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886889244840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30235] ppid=30226 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30226 30228 28151 0 -1 4202560 535 0 0 0 146 7 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886888193064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30226 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30226 30228 28151 0 -1 4202560 548 0 0 0 133 5 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886887140264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30237] ppid=30226 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30226 30228 28151 0 -1 4202560 615 0 0 0 136 7 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886886087464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30226 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30226 30228 28151 0 -1 4202560 340 0 0 0 126 6 0 0 20 0 19 0 280054715 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886885034664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30226 vsize=9625004 CPUtime=10.56 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30226 30228 28151 0 -1 4202560 468 0 0 0 1053 3 0 0 20 0 19 0 280054716 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886754699752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30226 30228 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886753645816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30241] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30241/stat : 30241 (java) S 30226 30228 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280054717 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886752592904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30242] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886751541392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30243] ppid=30226 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/30228/task/30243/stat : 30243 (java) S 30226 30228 28151 0 -1 4202560 2151 0 0 0 28 0 0 0 20 0 19 0 280054720 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139886750489528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30244] ppid=30226 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30228/task/30244/stat : 30244 (java) S 30226 30228 28151 0 -1 4202560 5770 0 0 0 42 2 0 0 20 0 19 0 280054720 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139885876865848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30245] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30226 30228 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280054720 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139885875813240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30226 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30226 30228 28151 0 -1 4202560 103 0 0 0 22 24 0 0 20 0 19 0 280054720 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139885874760648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30247] ppid=30226 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30226 30228 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280054738 9856004096 156799 33554432000 1073741824 1073778376 140736542109632 139885873706152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1791.07
CPU time (s): 1800.08
CPU user time (s): 1799.23
CPU system time (s): 0.85
CPU usage (%): 100.503
Max. virtual memory (cumulated for all children) (KiB): 9625292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.25481
maximum resident set size= 627356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16583
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44000
involuntary context switches= 28164

runsolver used 6.17106 second user time and 14.0429 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 19:21:39
IDJOB=3710656
IDBENCH=1962
IDSOLVER=2289
FILE ID=node140/3710656-1338139299
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.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-3710656-1338139299/watcher-3710656-1338139299 -o /tmp/evaluation-result-3710656-1338139299/solver-3710656-1338139299 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710656-1338139299.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=113475836

node140.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.094
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.18
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.094
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.094
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.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        30675476 kB
Buffers:          387452 kB
Cached:           708928 kB
SwapCached:         1492 kB
Active:          1084676 kB
Inactive:         255532 kB
Active(anon):     235512 kB
Inactive(anon):     8612 kB
Active(file):     849164 kB
Inactive(file):   246920 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:        247220 kB
Mapped:            19952 kB
Shmem:                 8 kB
Slab:             718704 kB
SReclaimable:     160716 kB
SUnreclaim:       557988 kB
KernelStack:        1592 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71332 MiB
End job on node140 at 2012-05-27 19:51:32