Trace number 3710654

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)212 1800.01 1790.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.74
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 variables470
Total number of constraints469
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 constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
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 470
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710654-1338139051.opb
0.09/0.12	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.108s.
0.26/0.23	c declared #vars     470
0.26/0.23	c #constraints  469
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
0.26/0.23	c 469 constraints processed.
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.12
0.26/0.24	o 226
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.26/0.25	o 223
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.148
0.26/0.27	o 222
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.28
0.79/0.40	o 221
1.18/0.72	c cleaning 2712 clauses out of 5428 with flag 5001/5428
1.41/0.94	c Got one! Elapsed wall clock time (in seconds):0.821
1.41/0.94	o 220
1.55/1.05	c cleaning 4353 clauses out of 8711 with flag 2000/11423
1.55/1.08	c Got one! Elapsed wall clock time (in seconds):0.959
1.55/1.08	o 219
1.85/1.30	c Got one! Elapsed wall clock time (in seconds):1.177
1.85/1.30	o 218
1.85/1.36	c cleaning 4915 clauses out of 9841 with flag 1001/16906
2.28/1.70	c cleaning 5460 clauses out of 10925 with flag 7000/22905
2.53/1.96	c Got one! Elapsed wall clock time (in seconds):1.84
2.53/1.96	o 217
2.63/2.02	c cleaning 5639 clauses out of 11284 with flag 1002/28724
2.94/2.34	c cleaning 5815 clauses out of 11643 with flag 7000/34722
3.34/2.71	c cleaning 6410 clauses out of 12829 with flag 14001/41723
3.74/3.16	c cleaning 7207 clauses out of 14419 with flag 22001/49723
4.25/3.66	c cleaning 8097 clauses out of 16211 with flag 31000/58722
4.46/3.85	c Got one! Elapsed wall clock time (in seconds):3.726
4.46/3.85	o 216
4.56/3.96	c cleaning 6655 clauses out of 13317 with flag 2001/63925
4.86/4.28	c cleaning 6323 clauses out of 12662 with flag 8001/69925
5.26/4.69	c cleaning 6663 clauses out of 13338 with flag 15000/76924
5.77/5.16	c cleaning 7334 clauses out of 14676 with flag 23001/84925
6.27/5.68	c cleaning 8166 clauses out of 16341 with flag 32000/93924
6.87/6.28	c cleaning 9083 clauses out of 18176 with flag 42001/103925
7.68/7.01	c cleaning 10041 clauses out of 20093 with flag 53001/114925
8.30/7.69	c cleaning 11020 clauses out of 22052 with flag 65001/126925
9.10/8.49	c cleaning 12012 clauses out of 24032 with flag 78001/139925
10.20/9.50	c cleaning 13005 clauses out of 26020 with flag 92001/153925
11.13/10.45	c cleaning 14001 clauses out of 28014 with flag 107000/168924
12.15/11.45	c cleaning 15001 clauses out of 30013 with flag 123000/184924
13.15/12.42	c cleaning 16002 clauses out of 32012 with flag 140000/201924
13.47/12.73	c Got one! Elapsed wall clock time (in seconds):12.606
13.47/12.73	o 215
13.57/12.80	c cleaning 10868 clauses out of 21748 with flag 1001/207662
13.88/13.14	c cleaning 8431 clauses out of 16880 with flag 7001/213662
14.38/13.60	c cleaning 7716 clauses out of 15448 with flag 14000/220661
14.89/14.12	c cleaning 7859 clauses out of 15732 with flag 22000/228661
15.41/14.63	c cleaning 8429 clauses out of 16873 with flag 31000/237661
16.01/15.24	c cleaning 9216 clauses out of 18445 with flag 41001/247662
16.72/15.94	c cleaning 10108 clauses out of 20229 with flag 52001/258662
17.42/16.63	c cleaning 11057 clauses out of 22120 with flag 64000/270661
18.13/17.39	c cleaning 12024 clauses out of 24063 with flag 77000/283661
19.15/18.34	c cleaning 13015 clauses out of 26039 with flag 91000/297661
20.15/19.38	c cleaning 14003 clauses out of 28025 with flag 106001/312662
21.18/20.35	c cleaning 15002 clauses out of 30021 with flag 122000/328661
22.28/21.46	c cleaning 16002 clauses out of 32020 with flag 139001/345662
23.49/22.62	c cleaning 17006 clauses out of 34018 with flag 157001/363662
24.83/23.92	c cleaning 17994 clauses out of 36011 with flag 176000/382661
26.04/25.18	c cleaning 19006 clauses out of 38019 with flag 196002/402663
27.25/26.40	c cleaning 19997 clauses out of 40012 with flag 217001/423662
28.70/27.76	c cleaning 20997 clauses out of 42014 with flag 239000/445661
30.23/29.29	c cleaning 22001 clauses out of 44017 with flag 262000/468661
31.95/30.99	c cleaning 22999 clauses out of 46016 with flag 286000/492661
34.06/33.06	c cleaning 24001 clauses out of 48018 with flag 311001/517662
36.09/35.00	c cleaning 25003 clauses out of 50017 with flag 337001/543662
38.23/37.11	c cleaning 26001 clauses out of 52013 with flag 364000/570661
40.36/39.25	c cleaning 27003 clauses out of 54012 with flag 392000/598661
42.17/41.09	c cleaning 27998 clauses out of 56009 with flag 421000/627661
44.18/43.03	c cleaning 29005 clauses out of 58013 with flag 451002/657663
46.20/45.06	c cleaning 29995 clauses out of 60006 with flag 482000/688661
48.90/47.73	c cleaning 31003 clauses out of 62012 with flag 514001/720662
51.34/50.12	c cleaning 31996 clauses out of 64009 with flag 547001/753662
53.89/52.67	c cleaning 33002 clauses out of 66014 with flag 581002/787663
56.83/55.50	c cleaning 33999 clauses out of 68010 with flag 616000/822661
59.68/58.37	c cleaning 34995 clauses out of 70012 with flag 652001/858662
62.70/61.33	c cleaning 36002 clauses out of 72017 with flag 689001/895662
65.02/63.67	c cleaning 37000 clauses out of 74014 with flag 727000/933661
68.15/66.79	c cleaning 38004 clauses out of 76015 with flag 766001/972662
71.58/70.15	c cleaning 38999 clauses out of 78010 with flag 806000/1012661
74.90/73.49	c cleaning 39999 clauses out of 80012 with flag 847001/1053662
78.26/76.70	c cleaning 41001 clauses out of 82012 with flag 889000/1095661
81.99/80.46	c cleaning 41994 clauses out of 84011 with flag 932000/1138661
85.62/84.02	c cleaning 43004 clauses out of 86017 with flag 976000/1182661
89.73/88.12	c cleaning 43999 clauses out of 88014 with flag 1021001/1227662
93.88/92.29	c cleaning 44995 clauses out of 90014 with flag 1067000/1273661
98.22/96.53	c cleaning 46001 clauses out of 92020 with flag 1114001/1320662
101.75/100.01	c cleaning 47004 clauses out of 94018 with flag 1162000/1368661
105.55/103.86	c cleaning 48002 clauses out of 96015 with flag 1211001/1417662
109.86/108.11	c cleaning 49001 clauses out of 98012 with flag 1261000/1467661
114.90/113.18	c cleaning 49998 clauses out of 100013 with flag 1312002/1518663
119.37/117.50	c cleaning 51001 clauses out of 102014 with flag 1364001/1570662
123.41/121.57	c cleaning 52002 clauses out of 104014 with flag 1417002/1623663
129.04/127.16	c cleaning 52996 clauses out of 106010 with flag 1471000/1677661
134.77/132.89	c cleaning 54002 clauses out of 108014 with flag 1526000/1732661
139.70/137.79	c cleaning 55002 clauses out of 110012 with flag 1582000/1788661
146.15/144.12	c cleaning 56000 clauses out of 112010 with flag 1639000/1845661
153.79/151.76	c cleaning 56998 clauses out of 114010 with flag 1697000/1903661
160.56/158.44	c cleaning 58000 clauses out of 116012 with flag 1756000/1962661
166.40/164.20	c cleaning 58999 clauses out of 118012 with flag 1816000/2022661
170.83/168.60	c cleaning 60003 clauses out of 120014 with flag 1877001/2083662
175.57/173.32	c cleaning 60999 clauses out of 122010 with flag 1939000/2145661
181.30/179.08	c cleaning 62000 clauses out of 124012 with flag 2002001/2208662
188.34/186.02	c cleaning 62997 clauses out of 126012 with flag 2066001/2272662
194.31/191.94	c cleaning 64000 clauses out of 128014 with flag 2131000/2337661
200.74/198.39	c cleaning 64996 clauses out of 130014 with flag 2197000/2403661
206.00/203.59	c cleaning 66005 clauses out of 132018 with flag 2264000/2470661
213.13/210.67	c cleaning 66999 clauses out of 134013 with flag 2332000/2538661
220.28/217.78	c cleaning 67996 clauses out of 136014 with flag 2401000/2607661
227.05/224.43	c cleaning 69006 clauses out of 138019 with flag 2471001/2677662
233.98/231.33	c cleaning 69998 clauses out of 140013 with flag 2542001/2748662
241.04/238.30	c cleaning 71002 clauses out of 142014 with flag 2614000/2820661
248.13/245.32	c cleaning 71996 clauses out of 144013 with flag 2687001/2893662
255.25/252.40	c cleaning 72997 clauses out of 146016 with flag 2761000/2967661
261.19/258.40	c cleaning 74004 clauses out of 148019 with flag 2836000/3042661
268.11/265.22	c cleaning 75003 clauses out of 150015 with flag 2912000/3118661
275.16/272.26	c cleaning 75997 clauses out of 152012 with flag 2989000/3195661
284.40/281.41	c cleaning 77001 clauses out of 154015 with flag 3067000/3273661
291.88/288.89	c cleaning 78001 clauses out of 156015 with flag 3146001/3352662
300.54/297.49	c cleaning 79000 clauses out of 158013 with flag 3226000/3432661
310.29/307.18	c cleaning 80000 clauses out of 160013 with flag 3307000/3513661
311.65/308.46	c Got one! Elapsed wall clock time (in seconds):308.339
311.65/308.46	o 214
312.36/309.11	c cleaning 51907 clauses out of 103822 with flag 5000/3537470
312.76/309.59	c cleaning 28953 clauses out of 57916 with flag 11001/3543471
313.27/310.04	c cleaning 17976 clauses out of 35963 with flag 18001/3550471
313.78/310.52	c cleaning 12989 clauses out of 25988 with flag 26002/3558472
314.30/311.08	c cleaning 10992 clauses out of 21997 with flag 35000/3567470
314.90/311.67	c cleaning 10496 clauses out of 21006 with flag 45001/3577471
315.62/312.35	c cleaning 10747 clauses out of 21510 with flag 56001/3588471
316.43/313.11	c cleaning 11374 clauses out of 22762 with flag 68000/3600470
317.24/313.94	c cleaning 12184 clauses out of 24389 with flag 81001/3613471
318.16/314.88	c cleaning 13093 clauses out of 26204 with flag 95000/3627470
319.26/315.90	c cleaning 14048 clauses out of 28111 with flag 110000/3642470
320.28/316.93	c cleaning 15024 clauses out of 30064 with flag 126001/3658471
321.40/318.09	c cleaning 16016 clauses out of 32040 with flag 143001/3675471
322.91/319.52	c cleaning 17006 clauses out of 34023 with flag 161000/3693470
324.42/321.03	c cleaning 18001 clauses out of 36017 with flag 180000/3712470
325.96/322.51	c cleaning 18997 clauses out of 38016 with flag 200000/3732470
327.58/324.19	c cleaning 20004 clauses out of 40020 with flag 221001/3753471
329.50/326.01	c cleaning 20998 clauses out of 42015 with flag 243000/3775470
331.22/327.78	c cleaning 21999 clauses out of 44017 with flag 266000/3798470
333.14/329.69	c cleaning 23001 clauses out of 46019 with flag 290001/3822471
335.05/331.59	c cleaning 24003 clauses out of 48018 with flag 315001/3847471
337.39/333.84	c cleaning 24998 clauses out of 50015 with flag 341001/3873471
339.81/336.21	c cleaning 26001 clauses out of 52016 with flag 368000/3900470
342.26/338.69	c cleaning 26995 clauses out of 54016 with flag 396001/3928471
344.76/341.19	c cleaning 27999 clauses out of 56021 with flag 425001/3957471
347.27/343.69	c cleaning 29005 clauses out of 58022 with flag 455001/3987471
349.67/346.09	c cleaning 29999 clauses out of 60016 with flag 486000/4018470
352.08/348.47	c cleaning 30999 clauses out of 62017 with flag 518000/4050470
354.91/351.22	c cleaning 31999 clauses out of 64018 with flag 551000/4083470
357.72/354.08	c cleaning 33003 clauses out of 66019 with flag 585000/4117470
360.64/356.93	c cleaning 34003 clauses out of 68016 with flag 620000/4152470
363.77/360.04	c cleaning 35001 clauses out of 70014 with flag 656001/4188471
367.19/363.48	c cleaning 35994 clauses out of 72012 with flag 693000/4225470
370.80/367.04	c cleaning 37003 clauses out of 74018 with flag 731000/4263470
374.42/370.65	c cleaning 38001 clauses out of 76015 with flag 770000/4302470
378.03/374.27	c cleaning 38998 clauses out of 78014 with flag 810000/4342470
381.75/377.95	c cleaning 39998 clauses out of 80018 with flag 851002/4383472
385.36/381.53	c cleaning 40998 clauses out of 82018 with flag 893000/4425470
389.27/385.45	c cleaning 42003 clauses out of 84021 with flag 936001/4468471
392.68/388.83	c cleaning 43004 clauses out of 86018 with flag 980001/4512471
395.79/391.98	c cleaning 44001 clauses out of 88014 with flag 1025001/4557471
399.20/395.33	c cleaning 45000 clauses out of 90012 with flag 1071000/4603470
402.83/398.98	c cleaning 46001 clauses out of 92012 with flag 1118000/4650470
406.54/402.69	c cleaning 46995 clauses out of 94012 with flag 1166001/4698471
410.95/407.03	c cleaning 48002 clauses out of 96017 with flag 1215001/4747471
414.76/410.83	c cleaning 49002 clauses out of 98015 with flag 1265001/4797471
419.71/415.78	c cleaning 49998 clauses out of 100013 with flag 1316001/4848471
424.81/420.84	c cleaning 51001 clauses out of 102014 with flag 1368000/4900470
428.93/424.95	c cleaning 51997 clauses out of 104013 with flag 1421000/4953470
434.06/430.01	c cleaning 53002 clauses out of 106017 with flag 1475001/5007471
439.28/435.20	c cleaning 54001 clauses out of 108014 with flag 1530000/5062470
444.42/440.32	c cleaning 55000 clauses out of 110015 with flag 1586002/5118472
449.05/444.92	c cleaning 56003 clauses out of 112015 with flag 1643002/5175472
454.36/450.29	c cleaning 56997 clauses out of 114010 with flag 1701000/5233470
459.49/455.32	c cleaning 57998 clauses out of 116013 with flag 1760000/5292470
465.19/461.07	c cleaning 58999 clauses out of 118015 with flag 1820000/5352470
470.91/466.78	c cleaning 60002 clauses out of 120017 with flag 1881001/5413471
477.34/473.12	c cleaning 60999 clauses out of 122014 with flag 1943000/5475470
482.97/478.76	c cleaning 62000 clauses out of 124016 with flag 2006001/5538471
489.50/485.26	c cleaning 63005 clauses out of 126015 with flag 2070000/5602470
496.82/492.53	c cleaning 63997 clauses out of 128011 with flag 2135001/5667471
505.15/500.86	c cleaning 65000 clauses out of 130013 with flag 2201000/5733470
514.59/510.20	c cleaning 65999 clauses out of 132014 with flag 2268001/5800471
523.65/519.22	c cleaning 66999 clauses out of 134014 with flag 2336000/5868470
532.67/528.20	c cleaning 68003 clauses out of 136015 with flag 2405000/5937470
539.80/535.33	c cleaning 68996 clauses out of 138012 with flag 2475000/6007470
547.65/543.18	c cleaning 70001 clauses out of 140017 with flag 2546001/6078471
555.81/551.22	c cleaning 70993 clauses out of 142015 with flag 2618000/6150470
564.56/559.91	c cleaning 72001 clauses out of 144022 with flag 2691000/6223470
574.68/570.02	c cleaning 73002 clauses out of 146022 with flag 2765001/6297471
585.12/580.49	c cleaning 74000 clauses out of 148019 with flag 2840000/6372470
597.78/593.00	c cleaning 75001 clauses out of 150020 with flag 2916001/6448471
607.91/603.17	c cleaning 76000 clauses out of 152018 with flag 2993000/6525470
618.56/613.73	c cleaning 77002 clauses out of 154019 with flag 3071001/6603471
631.30/626.41	c cleaning 77999 clauses out of 156017 with flag 3150001/6682471
641.35/636.42	c cleaning 79000 clauses out of 158018 with flag 3230001/6762471
647.97/643.06	c cleaning 80002 clauses out of 160018 with flag 3311001/6843471
654.70/649.78	c cleaning 80999 clauses out of 162015 with flag 3393000/6925470
663.34/658.37	c cleaning 82003 clauses out of 164018 with flag 3476002/7008472
670.48/665.47	c cleaning 83000 clauses out of 166014 with flag 3560001/7092471
679.09/674.02	c cleaning 84000 clauses out of 168013 with flag 3645000/7177470
688.62/683.51	c cleaning 85000 clauses out of 170014 with flag 3731001/7263471
697.97/692.85	c cleaning 86003 clauses out of 172013 with flag 3818000/7350470
705.83/700.61	c cleaning 86998 clauses out of 174011 with flag 3906001/7438471
716.54/711.32	c cleaning 88000 clauses out of 176013 with flag 3995001/7527471
726.19/720.93	c cleaning 89000 clauses out of 178013 with flag 4085001/7617471
735.33/730.05	c cleaning 89997 clauses out of 180013 with flag 4176001/7708471
744.76/739.48	c cleaning 91002 clauses out of 182016 with flag 4268001/7800471
756.92/751.53	c cleaning 92002 clauses out of 184017 with flag 4361004/7893474
769.36/763.93	c cleaning 92996 clauses out of 186011 with flag 4455000/7987470
783.15/777.61	c cleaning 93997 clauses out of 188015 with flag 4550000/8082470
797.90/792.36	c cleaning 94997 clauses out of 190018 with flag 4646000/8178470
808.44/802.85	c cleaning 96005 clauses out of 192021 with flag 4743000/8275470
820.55/814.99	c cleaning 96999 clauses out of 194016 with flag 4841000/8373470
833.07/827.37	c cleaning 98003 clauses out of 196018 with flag 4940001/8472471
846.03/840.20	c cleaning 99001 clauses out of 198015 with flag 5040001/8572471
856.78/850.89	c cleaning 99996 clauses out of 200014 with flag 5141001/8673471
870.30/864.31	c cleaning 101002 clauses out of 202018 with flag 5243001/8775471
882.53/876.55	c cleaning 102000 clauses out of 204016 with flag 5346001/8878471
894.45/888.44	c cleaning 103001 clauses out of 206015 with flag 5450000/8982470
909.03/902.93	c cleaning 104000 clauses out of 208015 with flag 5555001/9087471
922.83/916.65	c cleaning 105001 clauses out of 210017 with flag 5661003/9193473
939.47/933.29	c cleaning 106001 clauses out of 212014 with flag 5768001/9300471
957.85/951.55	c cleaning 106999 clauses out of 214013 with flag 5876001/9408471
972.69/966.30	c cleaning 107997 clauses out of 216014 with flag 5985001/9517471
992.84/986.45	c cleaning 109000 clauses out of 218017 with flag 6095001/9627471
1012.93/1006.44	c cleaning 109998 clauses out of 220017 with flag 6206001/9738471
1031.76/1025.24	c cleaning 111001 clauses out of 222019 with flag 6318001/9850471
1051.13/1044.52	c cleaning 111998 clauses out of 224018 with flag 6431001/9963471
1071.37/1064.71	c cleaning 112999 clauses out of 226019 with flag 6545000/10077470
1082.68/1076.05	c cleaning 114003 clauses out of 228021 with flag 6660001/10192471
1093.81/1087.10	c cleaning 115004 clauses out of 230019 with flag 6776002/10308472
1107.67/1101.00	c cleaning 115998 clauses out of 232013 with flag 6893000/10425470
1122.90/1116.16	c cleaning 117003 clauses out of 234016 with flag 7011001/10543471
1138.39/1131.57	c cleaning 118000 clauses out of 236014 with flag 7130002/10662472
1155.26/1148.34	c cleaning 119000 clauses out of 238014 with flag 7250002/10782472
1168.29/1161.32	c cleaning 120001 clauses out of 240013 with flag 7371001/10903471
1182.43/1175.49	c cleaning 120999 clauses out of 242012 with flag 7493001/11025471
1194.91/1187.86	c cleaning 121998 clauses out of 244012 with flag 7616000/11148470
1205.96/1198.86	c Got one! Elapsed wall clock time (in seconds):1198.743
1205.96/1198.86	o 213
1208.06/1201.00	c cleaning 112015 clauses out of 224042 with flag 5000/11250498
1209.21/1202.03	c cleaning 59007 clauses out of 118027 with flag 11000/11256498
1209.93/1202.72	c cleaning 33001 clauses out of 66020 with flag 18000/11263498
1210.44/1203.29	c cleaning 20504 clauses out of 41019 with flag 26000/11271498
1211.05/1203.87	c cleaning 14755 clauses out of 29516 with flag 35001/11280499
1211.78/1204.56	c cleaning 12373 clauses out of 24760 with flag 45000/11290498
1212.59/1205.36	c cleaning 11686 clauses out of 23387 with flag 56000/11301498
1213.40/1206.18	c cleaning 11844 clauses out of 23701 with flag 68000/11313498
1214.31/1207.04	c cleaning 12419 clauses out of 24857 with flag 81000/11326498
1215.33/1208.06	c cleaning 13211 clauses out of 26439 with flag 95001/11340499
1216.44/1209.12	c cleaning 14105 clauses out of 28228 with flag 110001/11355499
1217.66/1210.32	c cleaning 15051 clauses out of 30123 with flag 126001/11371499
1218.86/1211.53	c cleaning 16029 clauses out of 32071 with flag 143000/11388498
1220.18/1212.88	c cleaning 17014 clauses out of 34044 with flag 161002/11406500
1221.69/1214.38	c cleaning 18008 clauses out of 36028 with flag 180000/11425498
1223.31/1215.93	c cleaning 19003 clauses out of 38020 with flag 200000/11445498
1224.93/1217.55	c cleaning 20001 clauses out of 40017 with flag 221000/11466498
1226.75/1219.31	c cleaning 21003 clauses out of 42018 with flag 243002/11488500
1228.56/1221.14	c cleaning 21996 clauses out of 44014 with flag 266001/11511499
1230.48/1223.01	c cleaning 23001 clauses out of 46018 with flag 290001/11535499
1232.60/1225.17	c cleaning 24000 clauses out of 48016 with flag 315000/11560498
1235.03/1227.51	c cleaning 24998 clauses out of 50016 with flag 341000/11586498
1236.83/1229.34	c cleaning 26002 clauses out of 52018 with flag 368000/11613498
1239.05/1231.57	c cleaning 26999 clauses out of 54016 with flag 396000/11641498
1241.37/1233.84	c cleaning 28004 clauses out of 56017 with flag 425000/11670498
1244.10/1236.50	c cleaning 28998 clauses out of 58014 with flag 455001/11700499
1246.92/1239.40	c cleaning 29999 clauses out of 60015 with flag 486000/11731498
1250.13/1242.53	c cleaning 30996 clauses out of 62016 with flag 518000/11763498
1253.66/1246.00	c cleaning 32003 clauses out of 64020 with flag 551000/11796498
1256.98/1249.38	c cleaning 33000 clauses out of 66018 with flag 585001/11830499
1260.49/1252.87	c cleaning 34000 clauses out of 68017 with flag 620000/11865498
1264.34/1256.61	c cleaning 35004 clauses out of 70017 with flag 656000/11901498
1268.76/1261.04	c cleaning 36001 clauses out of 72014 with flag 693001/11938499
1273.26/1265.59	c cleaning 36997 clauses out of 74013 with flag 731001/11976499
1278.18/1270.45	c cleaning 38001 clauses out of 76015 with flag 770000/12015498
1282.38/1274.66	c cleaning 39003 clauses out of 78015 with flag 810001/12055499
1287.51/1279.75	c cleaning 39999 clauses out of 80013 with flag 851002/12096500
1292.23/1284.49	c cleaning 40996 clauses out of 82013 with flag 893001/12138499
1297.04/1289.21	c cleaning 41996 clauses out of 84016 with flag 936000/12181498
1302.05/1294.28	c cleaning 42999 clauses out of 86020 with flag 980000/12225498
1306.98/1299.14	c cleaning 43999 clauses out of 88021 with flag 1025000/12270498
1311.88/1304.01	c cleaning 45003 clauses out of 90023 with flag 1071001/12316499
1315.59/1307.72	c cleaning 46003 clauses out of 92019 with flag 1118000/12363498
1319.93/1312.07	c cleaning 46998 clauses out of 94016 with flag 1166000/12411498
1324.16/1316.29	c cleaning 48003 clauses out of 96018 with flag 1215000/12460498
1328.56/1320.63	c cleaning 49000 clauses out of 98015 with flag 1265000/12510498
1332.89/1324.95	c cleaning 49997 clauses out of 100015 with flag 1316000/12561498
1337.62/1329.61	c cleaning 51000 clauses out of 102019 with flag 1368001/12613499
1342.33/1334.36	c cleaning 52001 clauses out of 104019 with flag 1421001/12666499
1347.25/1339.21	c cleaning 53001 clauses out of 106017 with flag 1475000/12720498
1352.29/1344.22	c cleaning 53997 clauses out of 108017 with flag 1530001/12775499
1357.49/1349.46	c cleaning 55003 clauses out of 110019 with flag 1586000/12831498
1363.00/1354.94	c cleaning 55997 clauses out of 112017 with flag 1643001/12888499
1368.33/1360.26	c cleaning 57002 clauses out of 114019 with flag 1701000/12946498
1374.25/1366.16	c cleaning 58004 clauses out of 116019 with flag 1760002/13005500
1379.96/1371.82	c cleaning 58997 clauses out of 118014 with flag 1820001/13065499
1385.97/1377.89	c cleaning 60001 clauses out of 120016 with flag 1881000/13126498
1391.79/1383.70	c cleaning 61001 clauses out of 122017 with flag 1943002/13188500
1397.91/1389.76	c cleaning 62000 clauses out of 124015 with flag 2006001/13251499
1404.52/1396.31	c cleaning 62998 clauses out of 126015 with flag 2070001/13315499
1410.74/1402.58	c cleaning 63999 clauses out of 128018 with flag 2135002/13380500
1416.87/1408.67	c cleaning 64998 clauses out of 130017 with flag 2201000/13446498
1422.78/1414.56	c cleaning 65999 clauses out of 132019 with flag 2268000/13513498
1430.52/1422.23	c cleaning 67006 clauses out of 134021 with flag 2336001/13581499
1440.25/1431.92	c cleaning 68000 clauses out of 136015 with flag 2405001/13650499
1449.79/1441.49	c cleaning 69000 clauses out of 138016 with flag 2475002/13720500
1460.61/1452.28	c cleaning 69998 clauses out of 140014 with flag 2546000/13791498
1470.35/1461.93	c cleaning 70999 clauses out of 142017 with flag 2618001/13863499
1479.97/1471.59	c cleaning 72000 clauses out of 144017 with flag 2691000/13936498
1492.10/1483.69	c cleaning 73001 clauses out of 146018 with flag 2765001/14010499
1504.13/1495.64	c cleaning 73999 clauses out of 148016 with flag 2840000/14085498
1515.05/1506.54	c cleaning 74997 clauses out of 150017 with flag 2916000/14161498
1526.97/1518.48	c cleaning 76004 clauses out of 152021 with flag 2993001/14238499
1539.51/1530.95	c cleaning 77001 clauses out of 154018 with flag 3071002/14316500
1550.34/1541.79	c cleaning 77997 clauses out of 156015 with flag 3150000/14395498
1560.97/1552.35	c cleaning 79001 clauses out of 158018 with flag 3230000/14475498
1573.30/1564.69	c cleaning 79999 clauses out of 160017 with flag 3311000/14556498
1585.82/1577.13	c cleaning 80997 clauses out of 162018 with flag 3393000/14638498
1597.65/1588.91	c cleaning 82003 clauses out of 164021 with flag 3476000/14721498
1610.86/1602.11	c cleaning 82997 clauses out of 166018 with flag 3560000/14805498
1623.69/1614.94	c cleaning 83999 clauses out of 168021 with flag 3645000/14890498
1634.92/1626.17	c cleaning 85003 clauses out of 170022 with flag 3731000/14976498
1647.79/1638.98	c cleaning 86001 clauses out of 172020 with flag 3818001/15063499
1660.31/1651.43	c cleaning 87003 clauses out of 174018 with flag 3906000/15151498
1667.44/1658.52	c cleaning 88001 clauses out of 176016 with flag 3995001/15240499
1675.07/1666.18	c cleaning 88998 clauses out of 178015 with flag 4085001/15330499
1683.40/1674.42	c cleaning 89997 clauses out of 180016 with flag 4176000/15421498
1691.64/1682.69	c cleaning 91003 clauses out of 182019 with flag 4268000/15513498
1702.00/1692.94	c cleaning 92001 clauses out of 184016 with flag 4361000/15606498
1713.96/1704.82	c cleaning 93000 clauses out of 186015 with flag 4455000/15700498
1724.29/1715.11	c cleaning 94002 clauses out of 188016 with flag 4550001/15795499
1734.62/1725.44	c cleaning 94997 clauses out of 190013 with flag 4646000/15891498
1744.57/1735.34	c cleaning 95998 clauses out of 192016 with flag 4743000/15988498
1756.11/1746.81	c cleaning 97000 clauses out of 194018 with flag 4841000/16086498
1765.33/1756.09	c cleaning 97999 clauses out of 196018 with flag 4940000/16185498
1776.95/1767.63	c cleaning 99001 clauses out of 198019 with flag 5040000/16285498
1782.49/1773.14	c Got one! Elapsed wall clock time (in seconds):1773.017
1782.49/1773.14	o 212
1784.09/1774.74	c cleaning 82769 clauses out of 165551 with flag 5001/16352031
1784.84/1775.46	c cleaning 44388 clauses out of 88783 with flag 11002/16358032
1785.44/1776.02	c cleaning 25689 clauses out of 51393 with flag 18000/16365030
1785.96/1776.55	c cleaning 16843 clauses out of 33704 with flag 26000/16373030
1786.58/1777.11	c cleaning 12924 clauses out of 25861 with flag 35000/16382030
1787.10/1777.70	c cleaning 11463 clauses out of 22937 with flag 45000/16392030
1787.81/1778.34	c cleaning 11229 clauses out of 22474 with flag 56000/16403030
1788.54/1779.02	c cleaning 11615 clauses out of 23245 with flag 68000/16415030
1789.27/1779.77	c cleaning 12305 clauses out of 24630 with flag 81000/16428030
1790.18/1780.60	c cleaning 13153 clauses out of 26325 with flag 95000/16442030
1791.20/1781.61	c cleaning 14080 clauses out of 28172 with flag 110000/16457030
1792.31/1782.76	c cleaning 15035 clauses out of 30092 with flag 126000/16473030
1793.53/1783.91	c cleaning 16017 clauses out of 32057 with flag 143000/16490030
1794.74/1785.14	c cleaning 17013 clauses out of 34041 with flag 161001/16508031
1796.06/1786.47	c cleaning 18002 clauses out of 36027 with flag 180000/16527030
1797.57/1787.92	c cleaning 19004 clauses out of 38026 with flag 200001/16547031
1798.99/1789.31	c cleaning 20005 clauses out of 40022 with flag 221001/16568031
1800.01/1790.31	c starts		: 360
1800.01/1790.31	c conflicts		: 16582964
1800.01/1790.31	c decisions		: 20574932
1800.01/1790.31	c propagations		: 346966024
1800.01/1790.31	c inspects		: 17435509216
1800.01/1790.31	c shortcuts		: 0
1800.01/1790.31	c learnt literals	: 0
1800.01/1790.31	c learnt binary clauses	: 0
1800.01/1790.31	c learnt ternary clauses	: 0
1800.01/1790.31	c learnt constraints	: 16582966
1800.01/1790.31	c ignored constraints	: 0
1800.01/1790.31	c root simplifications	: 360
1800.01/1790.31	c removed literals (reason simplification)	: 97187
1800.01/1790.31	c reason swapping (by a shorter reason)	: 0
1800.01/1790.31	c Calls to reduceDB	: 331
1800.01/1790.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1790.31	c number of learned constraints concerned by reduction	: 0
1800.01/1790.31	c number of learning phase by resolution	: 0
1800.01/1790.31	c number of learning phase by cutting planes	: 0
1800.01/1790.31	c speed (assignments/second)	: 193827.37456133196
1800.01/1790.31	c non guided choices	729
1800.01/1790.33	c learnt constraints type 
1800.01/1790.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35174
1800.01/1790.33	c constraints type 
1800.01/1790.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1790.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
1800.01/1790.33	c 470 constraints processed.
1800.01/1790.33	s SATISFIABLE
1800.01/1790.33	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 
1800.01/1790.33	c objective function=212
1800.01/1790.33	c Total wall clock time (in seconds): 1790.209

Verifier Data

OK	212

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-3710654-1338139051/watcher-3710654-1338139051 -o /tmp/evaluation-result-3710654-1338139051/solver-3710654-1338139051 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710654-1338139051.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: 2.00 2.00 2.00 3/194 19729
/proc/meminfo: memFree=27272480/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (java) D 19727 19729 16973 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280030820 9515008 183 33554432000 1073741824 1073778376 140735291899056 140735291890088 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2323 183 140 9 0 71 0

[startup+0.0674039 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19729
/proc/meminfo: memFree=27272480/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 3217 0 1 0 3 1 0 0 20 0 18 0 280030820 9787842560 4425 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2389610 4425 1765 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100201 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19729
/proc/meminfo: memFree=27272480/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 4281 0 1 0 8 1 0 0 20 0 18 0 280030820 9787842560 5999 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2389610 5999 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300161 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19729
/proc/meminfo: memFree=27272480/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 6894 0 1 0 50 1 0 0 20 0 19 0 280030820 9856004096 9280 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 9280 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19729
/proc/meminfo: memFree=27272480/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 7974 0 1 0 116 2 0 0 20 0 19 0 280030820 9856004096 10437 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 10437 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 19748
/proc/meminfo: memFree=27229116/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=2.08 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 8097 0 1 0 204 4 0 0 20 0 19 0 280030820 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 16124 2278 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) R 19727 19729 16973 0 -1 4202560 2520 0 1 0 141 1 0 0 20 0 19 0 280030821 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678277456424 139678125089377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19727 19729 16973 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 280030823 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677630692200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2309 0 0 0 28 0 0 0 20 0 19 0 280030826 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 16124 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 19748
/proc/meminfo: memFree=27216332/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 8122 0 1 0 370 4 0 0 20 0 19 0 280030820 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 17164 2278 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) R 19727 19729 16973 0 -1 4202560 2523 0 1 0 295 1 0 0 20 0 19 0 280030821 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678277456176 139678125088617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19727 19729 16973 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 280030823 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677630692200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2314 0 0 0 32 0 0 0 20 0 19 0 280030826 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 17164 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30056 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 19748
/proc/meminfo: memFree=27212240/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=6.98 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 8136 0 1 0 694 4 0 0 20 0 19 0 280030820 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 17681 2278 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19727 19729 16973 0 -1 4202560 2531 0 1 0 603 1 0 0 20 0 19 0 280030821 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678277456296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280030822 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) R 19727 19729 16973 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 280030823 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677630691056 139678283964488 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2314 0 0 0 32 0 0 0 20 0 19 0 280030826 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 17681 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2323 0 0 0 35 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 97 0 0 0 23 20 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1731.52
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 19824
/proc/meminfo: memFree=26455056/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=1791.91 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 11605 0 1 0 179126 65 0 0 20 0 19 0 280030820 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 102099 2279 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=1759.98 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) R 19727 19729 16973 0 -1 4202560 2892 0 1 0 175968 30 0 0 20 0 19 0 280030821 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678277456296 139678125155021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 309 0 0 0 156 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 415 0 0 0 148 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=1.58 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 463 0 0 0 154 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 431 0 0 0 148 6 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=1.59 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 435 0 0 0 154 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 292 0 0 0 144 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 303 0 0 0 148 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=1.49 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 306 0 0 0 145 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=13.91 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19727 19729 16973 0 -1 4202560 155 0 0 0 1389 2 0 0 20 0 19 0 280030823 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677630692200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2323 0 0 0 35 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 101 0 0 0 23 21 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.3 s]
/proc/loadavg: 2.05 2.01 2.00 4/213 19824
/proc/meminfo: memFree=26455056/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 11611 0 1 0 179936 65 0 0 20 0 19 0 280030820 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 102099 2279 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=1767.73 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) R 19727 19729 16973 0 -1 4202560 2898 0 1 0 176743 30 0 0 20 0 19 0 280030821 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678277456176 139678125160608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 309 0 0 0 158 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 415 0 0 0 149 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 463 0 0 0 156 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 431 0 0 0 150 6 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 435 0 0 0 156 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 292 0 0 0 146 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 303 0 0 0 150 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=1.51 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 306 0 0 0 147 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=14.1 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19727 19729 16973 0 -1 4202560 155 0 0 0 1408 2 0 0 20 0 19 0 280030823 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677630692200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2323 0 0 0 35 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 101 0 0 0 24 21 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1790.3 s]
/proc/loadavg: 2.05 2.01 2.00 4/213 19824
/proc/meminfo: memFree=26455056/32873660 swapFree=7120/7120
[pid=19729] ppid=19727 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19727 19729 16973 0 -1 4202496 11611 0 1 0 179936 65 0 0 20 0 19 0 280030820 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 140736773669216 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2406251 102099 2279 9 0 2396937 0
[pid=19729/tid=19731] ppid=19727 vsize=9625004 CPUtime=1767.73 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) R 19727 19729 16973 0 -1 4202560 2898 0 1 0 176743 30 0 0 20 0 19 0 280030821 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678277456176 139678125160608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19732] ppid=19727 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19727 19729 16973 0 -1 4202560 309 0 0 0 158 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678249909160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19733] ppid=19727 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19727 19729 16973 0 -1 4202560 415 0 0 0 149 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678248856616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19734] ppid=19727 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19727 19729 16973 0 -1 4202560 463 0 0 0 156 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678247803560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19735] ppid=19727 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19727 19729 16973 0 -1 4202560 431 0 0 0 150 6 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678246751016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19736] ppid=19727 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19727 19729 16973 0 -1 4202560 435 0 0 0 156 5 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678245697960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19727 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19727 19729 16973 0 -1 4202560 292 0 0 0 146 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678244645416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19738] ppid=19727 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19727 19729 16973 0 -1 4202560 303 0 0 0 150 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678243592360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19727 vsize=9625004 CPUtime=1.51 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19727 19729 16973 0 -1 4202560 306 0 0 0 147 4 0 0 20 0 19 0 280030822 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139678113638696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19740] ppid=19727 vsize=9625004 CPUtime=14.1 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19727 19729 16973 0 -1 4202560 155 0 0 0 1408 2 0 0 20 0 19 0 280030823 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677630692200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19741] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19727 19729 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677629638520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19727 19729 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280030824 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677628585352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677627534096 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19727 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19727 19729 16973 0 -1 4202560 1994 0 0 0 27 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677626480952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19745] ppid=19727 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19727 19729 16973 0 -1 4202560 2323 0 0 0 35 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677625428408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19746] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19727 19729 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677624375544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19727 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19727 19729 16973 0 -1 4202560 101 0 0 0 24 21 0 0 20 0 19 0 280030826 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677623323208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19748] ppid=19727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19748/stat : 19748 (java) S 19727 19729 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280030844 9856004096 102099 33554432000 1073741824 1073778376 140736773678080 139677622269480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1790.35
CPU time (s): 1800.01
CPU user time (s): 1799.36
CPU system time (s): 0.65
CPU usage (%): 100.54
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 1.03284
maximum resident set size= 408544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11651
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= 47111
involuntary context switches= 34644

runsolver used 6.11007 second user time and 14.8547 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 19:17:31
IDJOB=3710654
IDBENCH=1958
IDSOLVER=2289
FILE ID=node117/3710654-1338139051
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 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_18.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-3710654-1338139051/watcher-3710654-1338139051 -o /tmp/evaluation-result-3710654-1338139051/solver-3710654-1338139051 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710654-1338139051.opb

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=1522446508

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27272744 kB
Buffers:          327988 kB
Cached:          4046500 kB
SwapCached:            0 kB
Active:          2539852 kB
Inactive:        2186684 kB
Active(anon):     342980 kB
Inactive(anon):    11356 kB
Active(file):    2196872 kB
Inactive(file):  2175328 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:        358580 kB
Mapped:            22456 kB
Shmem:               200 kB
Slab:             735132 kB
SReclaimable:     179260 kB
SUnreclaim:       555872 kB
KernelStack:        1592 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1042936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70032 MiB
End job on node117 at 2012-05-27 19:47:23