Trace number 3710652

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.02 1788.57

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
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 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710652-1338138843.opb
0.08/0.13	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.111s.
0.24/0.24	c declared #vars     476
0.24/0.24	c #constraints  476
0.24/0.24	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
0.24/0.25	c 476 constraints processed.
0.24/0.26	c SATISFIABLE
0.24/0.26	c OPTIMIZING...
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.123
0.24/0.26	o 230
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.302
0.75/0.44	o 229
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.306
0.75/0.44	o 228
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.312
0.75/0.45	o 222
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.319
0.75/0.45	o 221
1.29/0.81	c cleaning 2977 clauses out of 5959 with flag 5000/5959
1.66/1.19	c cleaning 4490 clauses out of 8983 with flag 11001/11960
2.16/1.63	c cleaning 5743 clauses out of 11492 with flag 18000/18959
2.69/2.14	c cleaning 6870 clauses out of 13750 with flag 26001/26960
3.15/2.55	c Got one! Elapsed wall clock time (in seconds):2.418
3.15/2.55	o 220
3.45/2.88	c cleaning 9024 clauses out of 18051 with flag 5000/38131
3.65/3.00	c Got one! Elapsed wall clock time (in seconds):2.866
3.65/3.00	o 219
3.87/3.25	c cleaning 7286 clauses out of 14581 with flag 4000/43685
4.36/3.70	c cleaning 6645 clauses out of 13295 with flag 10000/49685
4.68/4.01	c Got one! Elapsed wall clock time (in seconds):3.872
4.68/4.01	o 218
4.68/4.07	c cleaning 6225 clauses out of 12462 with flag 1000/55497
5.09/4.48	c cleaning 6115 clauses out of 12238 with flag 7001/61498
5.59/4.98	c cleaning 6557 clauses out of 13122 with flag 14000/68497
6.20/5.54	c cleaning 7278 clauses out of 14565 with flag 22000/76497
6.70/6.09	c cleaning 8137 clauses out of 16287 with flag 31000/85497
7.40/6.71	c cleaning 9072 clauses out of 18151 with flag 41001/95498
8.01/7.38	c cleaning 10035 clauses out of 20080 with flag 52002/106499
8.92/8.22	c cleaning 11018 clauses out of 22044 with flag 64001/118498
9.72/9.06	c cleaning 12011 clauses out of 24025 with flag 77000/131497
10.73/10.04	c cleaning 12999 clauses out of 26014 with flag 91000/145497
11.75/11.06	c cleaning 14003 clauses out of 28017 with flag 106002/160499
13.07/12.31	c cleaning 15000 clauses out of 30012 with flag 122000/176497
14.09/13.38	c cleaning 16000 clauses out of 32012 with flag 139000/193497
15.51/14.77	c cleaning 17003 clauses out of 34013 with flag 157001/211498
17.04/16.24	c cleaning 18002 clauses out of 36010 with flag 176001/230498
18.55/17.78	c cleaning 18999 clauses out of 38008 with flag 196001/250498
20.18/19.36	c cleaning 19999 clauses out of 40008 with flag 217000/271497
21.71/20.86	c cleaning 20998 clauses out of 42009 with flag 239000/293497
23.52/22.69	c cleaning 21999 clauses out of 44011 with flag 262000/316497
24.94/24.10	c Got one! Elapsed wall clock time (in seconds):23.967
24.94/24.10	o 217
25.44/24.52	c cleaning 23268 clauses out of 46548 with flag 5000/341033
25.96/25.00	c cleaning 14635 clauses out of 29280 with flag 11000/347033
26.46/25.50	c cleaning 10818 clauses out of 21645 with flag 18000/354033
26.97/26.08	c cleaning 9406 clauses out of 18827 with flag 26000/362033
27.57/26.69	c cleaning 9203 clauses out of 18421 with flag 35000/371033
28.40/27.42	c cleaning 9603 clauses out of 19219 with flag 45001/381034
29.21/28.26	c cleaning 10302 clauses out of 20615 with flag 56000/392033
30.02/29.03	c cleaning 11156 clauses out of 22315 with flag 68002/404035
30.84/29.89	c cleaning 12077 clauses out of 24158 with flag 81001/417034
31.76/30.77	c cleaning 13037 clauses out of 26081 with flag 95001/431034
32.90/31.82	c cleaning 14014 clauses out of 28043 with flag 110000/446033
34.02/32.94	c cleaning 15010 clauses out of 30029 with flag 126000/462033
35.33/34.25	c cleaning 16005 clauses out of 32019 with flag 143000/479033
36.37/35.25	c Got one! Elapsed wall clock time (in seconds):35.117
36.37/35.25	o 216
36.66/35.58	c cleaning 17068 clauses out of 34150 with flag 5001/497169
37.09/35.98	c cleaning 11534 clauses out of 23082 with flag 11001/503169
37.60/36.43	c cleaning 9269 clauses out of 18548 with flag 18001/510169
38.11/36.91	c cleaning 8636 clauses out of 17279 with flag 26001/518169
38.63/37.45	c cleaning 8815 clauses out of 17642 with flag 35000/527168
39.34/38.12	c cleaning 9403 clauses out of 18827 with flag 45000/537168
40.05/38.89	c cleaning 10202 clauses out of 20424 with flag 56000/548168
40.98/39.74	c cleaning 11103 clauses out of 22222 with flag 68000/560168
41.90/40.70	c cleaning 12048 clauses out of 24120 with flag 81001/573169
43.02/41.73	c cleaning 13030 clauses out of 26072 with flag 95001/587169
44.03/42.71	c cleaning 14016 clauses out of 28041 with flag 110000/602168
45.04/43.73	c cleaning 15007 clauses out of 30025 with flag 126000/618168
46.26/44.94	c cleaning 16002 clauses out of 32018 with flag 143000/635168
47.57/46.23	c cleaning 17004 clauses out of 34016 with flag 161000/653168
49.19/47.84	c cleaning 18001 clauses out of 36012 with flag 180000/672168
50.71/49.34	c cleaning 18996 clauses out of 38012 with flag 200001/692169
52.52/51.13	c cleaning 20002 clauses out of 40015 with flag 221000/713168
54.05/52.66	c cleaning 20999 clauses out of 42014 with flag 243001/735169
55.77/54.33	c cleaning 21998 clauses out of 44015 with flag 266001/758169
57.49/56.06	c cleaning 22998 clauses out of 46017 with flag 290001/782169
59.52/58.06	c cleaning 24003 clauses out of 48019 with flag 315001/807169
61.76/60.27	c cleaning 25001 clauses out of 50015 with flag 341000/833168
64.09/62.55	c cleaning 25999 clauses out of 52014 with flag 368000/860168
66.51/64.98	c cleaning 27003 clauses out of 54016 with flag 396001/888169
68.53/66.96	c cleaning 27999 clauses out of 56012 with flag 425000/917168
70.98/69.32	c cleaning 29001 clauses out of 58013 with flag 455000/947168
73.60/71.97	c cleaning 29999 clauses out of 60012 with flag 486000/978168
76.25/74.50	c cleaning 30999 clauses out of 62013 with flag 518000/1010168
79.17/77.40	c cleaning 31999 clauses out of 64014 with flag 551000/1043168
82.29/80.59	c cleaning 33001 clauses out of 66017 with flag 585002/1077170
85.41/83.62	c cleaning 33998 clauses out of 68015 with flag 620001/1112169
88.94/87.15	c cleaning 35004 clauses out of 70016 with flag 656000/1148168
92.50/90.61	c cleaning 36001 clauses out of 72012 with flag 693000/1185168
95.63/93.72	c cleaning 36997 clauses out of 74011 with flag 731000/1223168
99.56/97.61	c cleaning 38002 clauses out of 76014 with flag 770000/1262168
103.33/101.31	c cleaning 38996 clauses out of 78012 with flag 810000/1302168
106.86/104.84	c cleaning 40005 clauses out of 80016 with flag 851000/1343168
107.78/105.73	c Got one! Elapsed wall clock time (in seconds):105.591
107.78/105.73	o 215
108.18/106.19	c cleaning 28691 clauses out of 57389 with flag 5001/1360546
108.73/106.69	c cleaning 17340 clauses out of 34697 with flag 11000/1366545
109.33/107.25	c cleaning 12176 clauses out of 24359 with flag 18002/1373547
109.43/107.37	c Got one! Elapsed wall clock time (in seconds):107.231
109.43/107.37	o 214
109.74/107.64	c cleaning 8736 clauses out of 17485 with flag 4000/1378849
110.16/108.09	c cleaning 7370 clauses out of 14750 with flag 10001/1384850
110.77/108.65	c cleaning 7184 clauses out of 14379 with flag 17000/1391849
111.49/109.31	c cleaning 7591 clauses out of 15196 with flag 25001/1399850
112.20/110.08	c cleaning 8292 clauses out of 16604 with flag 34000/1408849
112.99/110.81	c cleaning 9153 clauses out of 18312 with flag 44000/1418849
113.70/111.56	c cleaning 10074 clauses out of 20160 with flag 55001/1429850
114.61/112.44	c cleaning 11035 clauses out of 22085 with flag 67000/1441849
115.54/113.37	c cleaning 12019 clauses out of 24050 with flag 80000/1454849
116.54/114.36	c cleaning 13008 clauses out of 26031 with flag 94000/1468849
117.65/115.49	c cleaning 14005 clauses out of 28023 with flag 109000/1483849
118.96/116.77	c cleaning 15001 clauses out of 30020 with flag 125002/1499851
120.37/118.13	c cleaning 16002 clauses out of 32017 with flag 142000/1516849
121.80/119.54	c cleaning 17002 clauses out of 34015 with flag 160000/1534849
123.53/121.22	c cleaning 18001 clauses out of 36014 with flag 179001/1553850
125.56/123.20	c cleaning 18996 clauses out of 38012 with flag 199000/1573849
127.69/125.31	c cleaning 20001 clauses out of 40016 with flag 220000/1594849
130.01/127.66	c cleaning 20997 clauses out of 42015 with flag 242000/1616849
131.92/129.52	c cleaning 22002 clauses out of 44019 with flag 265001/1639850
133.94/131.55	c cleaning 23001 clauses out of 46016 with flag 289000/1663849
136.15/133.73	c cleaning 23999 clauses out of 48015 with flag 314000/1688849
138.57/136.13	c cleaning 25004 clauses out of 50016 with flag 340000/1714849
141.01/138.53	c cleaning 25997 clauses out of 52012 with flag 367000/1741849
143.41/140.99	c cleaning 27005 clauses out of 54015 with flag 395000/1769849
146.03/143.54	c cleaning 27998 clauses out of 56011 with flag 424001/1798850
149.16/146.61	c cleaning 29000 clauses out of 58014 with flag 454002/1828851
152.09/149.55	c cleaning 29993 clauses out of 60012 with flag 485000/1859849
153.78/151.22	c Got one! Elapsed wall clock time (in seconds):151.089
153.78/151.22	o 213
154.31/151.71	c cleaning 27545 clauses out of 55107 with flag 5000/1884937
154.74/152.16	c cleaning 16775 clauses out of 33563 with flag 11001/1890938
155.26/152.69	c cleaning 11888 clauses out of 23788 with flag 18001/1897938
155.86/153.27	c cleaning 9940 clauses out of 19899 with flag 26000/1905937
156.47/153.88	c cleaning 9470 clauses out of 18959 with flag 35000/1914937
157.19/154.54	c cleaning 9738 clauses out of 19490 with flag 45001/1924938
158.02/155.32	c cleaning 10370 clauses out of 20751 with flag 56000/1935937
158.94/156.23	c cleaning 11186 clauses out of 22382 with flag 68001/1947938
159.98/157.23	c cleaning 12091 clauses out of 24195 with flag 81000/1960937
160.99/158.29	c cleaning 13045 clauses out of 26104 with flag 95000/1974937
162.25/159.41	c cleaning 14024 clauses out of 28060 with flag 110001/1989938
163.35/160.53	c cleaning 15016 clauses out of 30035 with flag 126000/2005937
164.47/161.69	c cleaning 16003 clauses out of 32020 with flag 143001/2022938
165.77/162.91	c cleaning 17002 clauses out of 34016 with flag 161000/2040937
167.10/164.24	c cleaning 18000 clauses out of 36014 with flag 180000/2059937
168.61/165.73	c cleaning 19002 clauses out of 38014 with flag 200000/2079937
170.22/167.33	c cleaning 19999 clauses out of 40013 with flag 221001/2100938
172.05/169.11	c cleaning 21002 clauses out of 42015 with flag 243002/2122939
174.08/171.12	c cleaning 21998 clauses out of 44012 with flag 266001/2145938
176.21/173.20	c cleaning 23001 clauses out of 46015 with flag 290002/2169939
178.43/175.44	c cleaning 24000 clauses out of 48013 with flag 315001/2194938
180.53/177.57	c cleaning 24997 clauses out of 50013 with flag 341001/2220938
182.94/179.98	c cleaning 25997 clauses out of 52016 with flag 368001/2247938
185.66/182.61	c cleaning 27002 clauses out of 54019 with flag 396001/2275938
188.08/185.01	c cleaning 28005 clauses out of 56017 with flag 425001/2304938
190.70/187.61	c cleaning 28998 clauses out of 58011 with flag 455000/2334937
193.52/190.41	c cleaning 29996 clauses out of 60013 with flag 486000/2365937
196.64/193.59	c cleaning 31001 clauses out of 62017 with flag 518000/2397937
200.15/197.00	c cleaning 31998 clauses out of 64017 with flag 551001/2430938
203.19/200.07	c cleaning 33002 clauses out of 66019 with flag 585001/2464938
206.51/203.32	c cleaning 33997 clauses out of 68016 with flag 620000/2499937
210.23/207.03	c cleaning 35003 clauses out of 70020 with flag 656001/2535938
214.56/211.32	c cleaning 36002 clauses out of 72017 with flag 693001/2572938
218.89/215.65	c cleaning 37001 clauses out of 74015 with flag 731001/2610938
223.32/220.03	c cleaning 38001 clauses out of 76013 with flag 770000/2649937
226.93/223.61	c cleaning 38999 clauses out of 78013 with flag 810001/2689938
230.96/227.65	c cleaning 39997 clauses out of 80013 with flag 851000/2730937
235.08/231.74	c cleaning 41000 clauses out of 82016 with flag 893000/2772937
239.71/236.37	c cleaning 42004 clauses out of 84018 with flag 936002/2815939
244.35/240.95	c cleaning 43000 clauses out of 86013 with flag 980001/2859938
248.86/245.45	c cleaning 44000 clauses out of 88015 with flag 1025003/2904940
253.68/250.27	c cleaning 44998 clauses out of 90014 with flag 1071002/2950939
258.62/255.11	c cleaning 46005 clauses out of 92014 with flag 1118000/2997937
262.75/259.29	c cleaning 47001 clauses out of 94009 with flag 1166000/3045937
267.28/263.72	c cleaning 48000 clauses out of 96010 with flag 1215002/3094939
271.78/268.24	c cleaning 48998 clauses out of 98009 with flag 1265001/3144938
277.01/273.44	c cleaning 50001 clauses out of 100011 with flag 1316001/3195938
281.82/278.18	c cleaning 50998 clauses out of 102010 with flag 1368001/3247938
286.65/282.94	c cleaning 51997 clauses out of 104012 with flag 1421001/3300938
292.38/288.62	c cleaning 52998 clauses out of 106015 with flag 1475001/3354938
298.71/294.94	c cleaning 54000 clauses out of 108016 with flag 1530000/3409937
303.63/299.86	c cleaning 55000 clauses out of 110017 with flag 1586001/3465938
308.85/305.07	c cleaning 55999 clauses out of 112016 with flag 1643000/3522937
314.28/310.48	c cleaning 57004 clauses out of 114019 with flag 1701002/3580939
320.10/316.28	c cleaning 57998 clauses out of 116014 with flag 1760001/3639938
325.76/321.81	c cleaning 59000 clauses out of 118016 with flag 1820001/3699938
332.31/328.37	c cleaning 59998 clauses out of 120015 with flag 1881000/3760937
339.05/335.01	c cleaning 61001 clauses out of 122018 with flag 1943001/3822938
346.30/342.22	c cleaning 62002 clauses out of 124018 with flag 2006002/3885939
353.58/349.43	c cleaning 62997 clauses out of 126014 with flag 2070000/3949937
359.62/355.41	c cleaning 64000 clauses out of 128017 with flag 2135000/4014937
367.26/363.07	c cleaning 65002 clauses out of 130018 with flag 2201001/4080938
375.10/370.84	c cleaning 66000 clauses out of 132016 with flag 2268001/4147938
384.45/380.17	c cleaning 67002 clauses out of 134016 with flag 2336001/4215938
392.64/388.27	c cleaning 68001 clauses out of 136013 with flag 2405000/4284937
400.78/396.31	c cleaning 68996 clauses out of 138012 with flag 2475000/4354937
409.80/405.39	c cleaning 69998 clauses out of 140017 with flag 2546001/4425938
418.37/413.88	c cleaning 71004 clauses out of 142019 with flag 2618001/4497938
425.05/420.40	c cleaning 71999 clauses out of 144015 with flag 2691001/4570938
432.39/427.76	c cleaning 73001 clauses out of 146016 with flag 2765001/4644938
439.76/435.02	c cleaning 74001 clauses out of 148015 with flag 2840001/4719938
447.11/442.37	c cleaning 74997 clauses out of 150014 with flag 2916001/4795938
455.98/451.14	c cleaning 75997 clauses out of 152016 with flag 2993000/4872937
463.58/458.61	c cleaning 77000 clauses out of 154019 with flag 3071000/4950937
472.90/467.96	c cleaning 78004 clauses out of 156019 with flag 3150000/5029937
481.66/476.64	c cleaning 79000 clauses out of 158015 with flag 3230000/5109937
489.43/484.38	c cleaning 80001 clauses out of 160016 with flag 3311001/5190938
498.79/493.63	c cleaning 80996 clauses out of 162014 with flag 3393000/5272937
509.55/504.35	c cleaning 82004 clauses out of 164018 with flag 3476000/5355937
519.53/514.24	c cleaning 82999 clauses out of 166016 with flag 3560002/5439939
527.92/522.57	c cleaning 83999 clauses out of 168015 with flag 3645000/5524937
538.15/532.74	c cleaning 85002 clauses out of 170018 with flag 3731002/5610939
547.91/542.47	c cleaning 86000 clauses out of 172016 with flag 3818002/5697939
557.47/551.93	c cleaning 86997 clauses out of 174014 with flag 3906000/5785937
566.62/561.09	c cleaning 87998 clauses out of 176018 with flag 3995001/5874938
577.14/571.54	c cleaning 88993 clauses out of 178019 with flag 4085000/5964937
586.80/581.14	c cleaning 90007 clauses out of 180026 with flag 4176000/6055937
598.35/592.64	c cleaning 91001 clauses out of 182019 with flag 4268000/6147937
609.06/603.26	c cleaning 92001 clauses out of 184020 with flag 4361002/6240939
620.59/614.71	c cleaning 92996 clauses out of 186018 with flag 4455001/6334938
632.32/626.46	c cleaning 94001 clauses out of 188021 with flag 4550000/6429937
643.38/637.43	c cleaning 94998 clauses out of 190020 with flag 4646000/6525937
654.54/648.53	c cleaning 96001 clauses out of 192023 with flag 4743001/6622938
666.08/660.02	c cleaning 97006 clauses out of 194022 with flag 4841001/6720938
675.34/669.24	c cleaning 98003 clauses out of 196016 with flag 4940001/6819938
684.69/678.53	c cleaning 98998 clauses out of 198013 with flag 5040001/6919938
695.76/689.49	c cleaning 100000 clauses out of 200015 with flag 5141001/7020938
706.72/700.34	c cleaning 101000 clauses out of 202014 with flag 5243000/7122937
718.58/712.13	c cleaning 102000 clauses out of 204014 with flag 5346000/7225937
734.17/727.68	c cleaning 103001 clauses out of 206014 with flag 5450000/7329937
744.94/738.36	c cleaning 103998 clauses out of 208013 with flag 5555000/7434937
758.91/752.27	c cleaning 104999 clauses out of 210016 with flag 5661001/7540938
772.48/765.71	c cleaning 106001 clauses out of 212017 with flag 5768001/7647938
783.66/776.82	c cleaning 107004 clauses out of 214016 with flag 5876001/7755938
796.63/789.74	c cleaning 107995 clauses out of 216011 with flag 5985000/7864937
810.50/803.50	c cleaning 109004 clauses out of 218016 with flag 6095000/7974937
824.78/817.70	c cleaning 110002 clauses out of 220013 with flag 6206001/8085938
839.74/832.56	c cleaning 110996 clauses out of 222011 with flag 6318001/8197938
852.35/845.09	c cleaning 112000 clauses out of 224016 with flag 6431002/8310939
866.11/858.73	c cleaning 113001 clauses out of 226015 with flag 6545001/8424938
880.30/872.84	c cleaning 113997 clauses out of 228013 with flag 6660000/8539937
896.58/889.01	c cleaning 114998 clauses out of 230016 with flag 6776000/8655937
913.05/905.46	c cleaning 116002 clauses out of 232019 with flag 6893001/8772938
926.56/918.87	c cleaning 117001 clauses out of 234017 with flag 7011001/8890938
940.55/932.78	c cleaning 117999 clauses out of 236015 with flag 7130000/9009937
957.78/949.91	c cleaning 118997 clauses out of 238016 with flag 7250000/9129937
978.56/970.69	c cleaning 120001 clauses out of 240019 with flag 7371000/9250937
998.37/990.30	c cleaning 121001 clauses out of 242018 with flag 7493000/9372937
1019.88/1011.74	c cleaning 121994 clauses out of 244018 with flag 7616001/9495938
1039.40/1031.17	c cleaning 123002 clauses out of 246023 with flag 7740000/9619937
1060.66/1052.31	c cleaning 124002 clauses out of 248021 with flag 7865000/9744937
1081.60/1073.22	c cleaning 124999 clauses out of 250019 with flag 7991000/9870937
1100.74/1092.38	c cleaning 126001 clauses out of 252021 with flag 8118001/9997938
1119.78/1111.33	c cleaning 127003 clauses out of 254020 with flag 8246001/10125938
1131.42/1122.95	c cleaning 128000 clauses out of 256017 with flag 8375001/10254938
1146.45/1137.91	c cleaning 128999 clauses out of 258017 with flag 8505001/10384938
1160.96/1152.36	c cleaning 130003 clauses out of 260017 with flag 8636000/10515937
1177.90/1169.22	c cleaning 131001 clauses out of 262014 with flag 8768000/10647937
1193.59/1184.80	c cleaning 131998 clauses out of 264013 with flag 8901000/10780937
1215.25/1206.40	c cleaning 132999 clauses out of 266015 with flag 9035000/10914937
1236.70/1227.75	c cleaning 134000 clauses out of 268016 with flag 9170000/11049937
1251.73/1242.69	c cleaning 134998 clauses out of 270016 with flag 9306000/11185937
1271.29/1262.14	c cleaning 136004 clauses out of 272019 with flag 9443001/11322938
1292.12/1282.80	c cleaning 136995 clauses out of 274015 with flag 9581001/11460938
1317.71/1308.13	c cleaning 138009 clauses out of 276021 with flag 9720002/11599939
1341.53/1331.72	c cleaning 138997 clauses out of 278011 with flag 9860001/11739938
1363.71/1353.84	c cleaning 139998 clauses out of 280013 with flag 10001000/11880937
1387.93/1377.98	c cleaning 140998 clauses out of 282016 with flag 10143001/12022938
1410.90/1400.88	c cleaning 142001 clauses out of 284017 with flag 10286000/12165937
1435.65/1425.50	c cleaning 142999 clauses out of 286016 with flag 10430000/12309937
1452.80/1442.64	c cleaning 144002 clauses out of 288019 with flag 10575002/12454939
1480.67/1470.44	c cleaning 144999 clauses out of 290015 with flag 10721000/12600937
1503.23/1492.96	c cleaning 146000 clauses out of 292017 with flag 10868001/12747938
1531.70/1521.39	c cleaning 146999 clauses out of 294016 with flag 11016000/12895937
1558.06/1547.56	c cleaning 147998 clauses out of 296018 with flag 11165001/13044938
1591.49/1580.88	c cleaning 149000 clauses out of 298020 with flag 11315001/13194938
1620.33/1609.51	c cleaning 150000 clauses out of 300019 with flag 11466000/13345937
1643.23/1632.31	c cleaning 151004 clauses out of 302019 with flag 11618000/13497937
1667.48/1656.55	c cleaning 151999 clauses out of 304016 with flag 11771001/13650938
1694.47/1683.41	c cleaning 153003 clauses out of 306017 with flag 11925001/13804938
1720.12/1709.04	c cleaning 153998 clauses out of 308014 with flag 12080001/13959938
1742.39/1731.20	c cleaning 155000 clauses out of 310016 with flag 12236001/14115938
1770.71/1759.42	c cleaning 156002 clauses out of 312016 with flag 12393001/14272938
1794.71/1783.38	c cleaning 156998 clauses out of 314013 with flag 12551000/14430937
1800.02/1788.52	c starts		: 338
1800.02/1788.52	c conflicts		: 14487670
1800.02/1788.52	c decisions		: 17806030
1800.02/1788.52	c propagations		: 311229032
1800.02/1788.52	c inspects		: 14801000750
1800.02/1788.52	c shortcuts		: 0
1800.02/1788.52	c learnt literals	: 0
1800.02/1788.52	c learnt binary clauses	: 0
1800.02/1788.52	c learnt ternary clauses	: 0
1800.02/1788.52	c learnt constraints	: 14487671
1800.02/1788.52	c ignored constraints	: 0
1800.02/1788.52	c root simplifications	: 338
1800.02/1788.52	c removed literals (reason simplification)	: 80969
1800.02/1788.52	c reason swapping (by a shorter reason)	: 0
1800.02/1788.52	c Calls to reduceDB	: 260
1800.02/1788.52	c number of reductions to clauses (during analyze)	: 0
1800.02/1788.52	c number of learned constraints concerned by reduction	: 0
1800.02/1788.52	c number of learning phase by resolution	: 0
1800.02/1788.52	c number of learning phase by cutting planes	: 0
1800.02/1788.52	c speed (assignments/second)	: 174039.39901625484
1800.02/1788.52	c non guided choices	499
1800.02/1788.56	c learnt constraints type 
1800.02/1788.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 213971
1800.02/1788.56	c constraints type 
1800.02/1788.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1788.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
1800.02/1788.56	c 477 constraints processed.
1800.02/1788.56	s SATISFIABLE
1800.02/1788.56	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 
1800.02/1788.56	c objective function=213
1800.02/1788.56	c Total wall clock time (in seconds): 1788.423

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 23073
/proc/meminfo: memFree=30365812/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23073/stat : 23073 (java) D 23071 23073 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 280009232 9515008 182 33554432000 1073741824 1073778376 140737296925296 140737296916328 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23073/statm: 2323 182 140 9 0 71 0

[startup+0.0239431 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 23073
/proc/meminfo: memFree=30365812/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 2096 0 1 0 0 0 0 0 20 0 10 0 280009232 9231130624 2286 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2253694 2286 975 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100311 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 23073
/proc/meminfo: memFree=30365812/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 3819 0 1 0 7 1 0 0 20 0 18 0 280009232 9787842560 5027 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2389610 5037 2027 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300287 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 23073
/proc/meminfo: memFree=30365812/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 6120 0 1 0 46 1 0 0 20 0 19 0 280009232 9856004096 8356 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 8365 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700278 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 23073
/proc/meminfo: memFree=30365812/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 8548 0 1 0 116 2 0 0 20 0 19 0 280009232 9856004096 10512 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 10512 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625004

[startup+1.50079 s]
/proc/loadavg: 2.23 2.07 2.02 3/213 23092
/proc/meminfo: memFree=30319020/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 8625 0 1 0 203 3 0 0 20 0 19 0 280009232 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 16195 2276 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2519 0 1 0 142 1 0 0 20 0 19 0 280009233 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249311015216 140249154413325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 280009236 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 1782 0 0 0 24 0 0 0 20 0 19 0 280009239 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3068 0 0 0 30 0 0 0 20 0 19 0 280009239 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 16195 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.23 2.07 2.02 3/213 23092
/proc/meminfo: memFree=30302388/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 8938 0 1 0 372 4 0 0 20 0 19 0 280009232 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 18774 2277 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2520 0 1 0 295 1 0 0 20 0 19 0 280009233 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249311007168 140249154453170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 280009236 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2067 0 0 0 30 0 0 0 20 0 19 0 280009239 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3068 0 0 0 30 0 0 0 20 0 19 0 280009239 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 18774 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 2.21 2.07 2.02 3/213 23092
/proc/meminfo: memFree=30296120/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=7 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 8953 0 1 0 696 4 0 0 20 0 19 0 280009232 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 19183 2277 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=6.02 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2527 0 1 0 601 1 0 0 20 0 19 0 280009233 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249311015336 140249154519178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 280009234 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 19 0 280009236 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2067 0 0 0 30 0 0 0 20 0 19 0 280009239 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3068 0 0 0 30 0 0 0 20 0 19 0 280009239 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 19183 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2280 0 0 0 34 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3069 0 0 0 31 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 99 0 0 0 39 24 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1733.49
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/213 23168
/proc/meminfo: memFree=29657744/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=1793.71 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 13409 0 1 0 179279 92 0 0 20 0 19 0 280009232 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 139462 2278 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=1759.48 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2831 0 1 0 175919 29 0 0 20 0 19 0 280009233 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249311015216 140249154649023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 160 8 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=1.75 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 511 0 0 0 169 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 385 0 0 0 186 9 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 178 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 319 0 0 0 155 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=1.75 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 438 0 0 0 169 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 415 0 0 0 174 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=1.84 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 369 0 0 0 177 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=14.07 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 463 0 0 0 1404 3 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2280 0 0 0 34 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3069 0 0 0 31 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 103 0 0 0 41 25 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.00 2.02 2.01 3/213 23168
/proc/meminfo: memFree=29657868/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 13412 0 1 0 179909 93 0 0 20 0 19 0 280009232 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 139462 2278 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=1765.53 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2832 0 1 0 176524 29 0 0 20 0 19 0 280009233 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249311015216 140249154413178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 160 8 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 511 0 0 0 172 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=1.97 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 385 0 0 0 188 9 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 179 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 319 0 0 0 156 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=1.76 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 438 0 0 0 170 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=1.82 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 415 0 0 0 175 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 369 0 0 0 178 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=14.18 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 465 0 0 0 1415 3 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2280 0 0 0 34 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3069 0 0 0 31 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 103 0 0 0 41 25 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1788.5 s]
/proc/loadavg: 2.00 2.02 2.01 3/213 23168
/proc/meminfo: memFree=29657868/32873844 swapFree=7116/7116
[pid=23073] ppid=23071 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23071 23073 19004 0 -1 4202496 13412 0 1 0 179909 93 0 0 20 0 19 0 280009232 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140734867206112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23073/statm: 2406251 139462 2278 9 0 2396937 0
[pid=23073/tid=23075] ppid=23071 vsize=9625004 CPUtime=1765.53 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) R 23071 23073 19004 0 -1 4202560 2832 0 1 0 176524 29 0 0 20 0 19 0 280009233 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249311015216 140249154413178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23071 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 160 8 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249272507304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23071 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23071 23073 19004 0 -1 4202560 511 0 0 0 172 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249153924136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23071 vsize=9625004 CPUtime=1.97 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23071 23073 19004 0 -1 4202560 385 0 0 0 188 9 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249152871080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23079] ppid=23071 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23071 23073 19004 0 -1 4202560 522 0 0 0 179 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249151818536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23080] ppid=23071 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23071 23073 19004 0 -1 4202560 319 0 0 0 156 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249150765480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23071 vsize=9625004 CPUtime=1.76 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23071 23073 19004 0 -1 4202560 438 0 0 0 170 6 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249149712936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23071 vsize=9625004 CPUtime=1.82 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23071 23073 19004 0 -1 4202560 415 0 0 0 175 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249148659880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23083] ppid=23071 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23071 23073 19004 0 -1 4202560 369 0 0 0 178 7 0 0 20 0 19 0 280009234 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140249147607336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23084] ppid=23071 vsize=9625004 CPUtime=14.18 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23071 23073 19004 0 -1 4202560 465 0 0 0 1415 3 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248665279336 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23085] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23071 23073 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248664225656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23071 23073 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280009236 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248663172488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248662121232 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23088] ppid=23071 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23071 23073 19004 0 -1 4202560 2280 0 0 0 34 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248661068088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23089] ppid=23071 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23071 23073 19004 0 -1 4202560 3069 0 0 0 31 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248660015544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23071 23073 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248658962680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23091] ppid=23071 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23071 23073 19004 0 -1 4202560 103 0 0 0 41 25 0 0 20 0 19 0 280009239 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248657910344 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23092] ppid=23071 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23092/stat : 23092 (java) S 23071 23073 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280009257 9856004096 139462 33554432000 1073741824 1073778376 140734867214976 140248656856616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1788.57
CPU time (s): 1800.02
CPU user time (s): 1799.09
CPU system time (s): 0.93
CPU usage (%): 100.64
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.2828
maximum resident set size= 558008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13454
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45042
involuntary context switches= 27122

runsolver used 6.77997 second user time and 15.0837 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 19:14:03
IDJOB=3710652
IDBENCH=1954
IDSOLVER=2289
FILE ID=node146/3710652-1338138843
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 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_16.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-3710652-1338138843/watcher-3710652-1338138843 -o /tmp/evaluation-result-3710652-1338138843/solver-3710652-1338138843 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710652-1338138843.opb

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=1806548907

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30366076 kB
Buffers:          312836 kB
Cached:           756372 kB
SwapCached:         2184 kB
Active:          1503524 kB
Inactive:         171528 kB
Active(anon):     605080 kB
Inactive(anon):     2668 kB
Active(file):     898444 kB
Inactive(file):   168860 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        613076 kB
Mapped:            17572 kB
Shmem:                 0 kB
Slab:             691320 kB
SReclaimable:     132624 kB
SUnreclaim:       558696 kB
KernelStack:        1600 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1559732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 71168 MiB
End job on node146 at 2012-05-27 19:43:54