Trace number 3710648

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)209 1800.08 1789.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
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 constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
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 465
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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.15	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.15	c configuring ORDERS
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=true
0.06/0.15	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-3710648-1338139170.opb
0.06/0.15	c reading problem ... 
0.19/0.26	c ... done. Wall clock time 0.108s.
0.19/0.26	c declared #vars     465
0.19/0.26	c #constraints  465
0.19/0.26	c constraints type 
0.19/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 465
0.19/0.26	c 465 constraints processed.
0.19/0.27	c SATISFIABLE
0.19/0.27	c OPTIMIZING...
0.19/0.27	c Got one! Elapsed wall clock time (in seconds):0.12
0.19/0.27	o 222
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.284
0.71/0.43	o 221
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.289
0.71/0.44	o 220
1.16/0.72	c Got one! Elapsed wall clock time (in seconds):0.571
1.16/0.72	o 219
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.578
1.16/0.73	o 212
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.582
1.16/0.73	o 211
1.27/0.81	c cleaning 3072 clauses out of 6148 with flag 1000/6148
1.64/1.19	c cleaning 4536 clauses out of 9077 with flag 7001/12149
2.15/1.61	c cleaning 5766 clauses out of 11541 with flag 14001/19149
2.56/2.09	c cleaning 6883 clauses out of 13774 with flag 22000/27148
3.22/2.66	c cleaning 7942 clauses out of 15893 with flag 31002/36150
3.85/3.30	c cleaning 8971 clauses out of 17950 with flag 41001/46149
4.65/4.03	c cleaning 9981 clauses out of 19978 with flag 52000/57148
5.47/4.82	c cleaning 10994 clauses out of 21998 with flag 64001/69149
6.29/5.69	c cleaning 11997 clauses out of 24003 with flag 77000/82148
7.33/6.67	c cleaning 12999 clauses out of 26007 with flag 91001/96149
8.36/7.64	c cleaning 13999 clauses out of 28007 with flag 106000/111148
9.48/8.73	c cleaning 14998 clauses out of 30008 with flag 122000/127148
10.60/9.86	c cleaning 15997 clauses out of 32010 with flag 139000/144148
11.90/11.18	c cleaning 17004 clauses out of 34013 with flag 157000/162148
13.53/12.72	c cleaning 18000 clauses out of 36010 with flag 176001/181149
14.94/14.17	c cleaning 19002 clauses out of 38010 with flag 196001/201149
16.57/15.70	c cleaning 19996 clauses out of 40007 with flag 217000/222148
18.20/17.34	c cleaning 21001 clauses out of 42011 with flag 239000/244148
20.12/19.27	c cleaning 22001 clauses out of 44010 with flag 262000/267148
21.93/21.02	c cleaning 23001 clauses out of 46010 with flag 286001/291149
23.84/22.90	c cleaning 23999 clauses out of 48009 with flag 311001/316149
25.96/25.02	c cleaning 24997 clauses out of 50010 with flag 337001/342149
27.90/26.98	c cleaning 25997 clauses out of 52012 with flag 364000/369148
30.23/29.28	c cleaning 27005 clauses out of 54016 with flag 392001/397149
32.36/31.36	c cleaning 28000 clauses out of 56011 with flag 421001/426149
34.78/33.75	c cleaning 28998 clauses out of 58011 with flag 451001/456149
37.30/36.29	c cleaning 30000 clauses out of 60013 with flag 482001/487149
40.01/38.95	c cleaning 30996 clauses out of 62012 with flag 514000/519148
43.03/41.92	c cleaning 32000 clauses out of 64017 with flag 547001/552149
46.05/44.99	c cleaning 33000 clauses out of 66017 with flag 581001/586149
48.67/47.57	c cleaning 34002 clauses out of 68016 with flag 616000/621148
51.28/50.14	c cleaning 35001 clauses out of 70015 with flag 652001/657149
53.90/52.74	c cleaning 36000 clauses out of 72014 with flag 689001/694149
56.71/55.57	c cleaning 37000 clauses out of 74014 with flag 727001/732149
60.53/59.36	c cleaning 37999 clauses out of 76014 with flag 766001/771149
63.70/62.47	c cleaning 39003 clauses out of 78016 with flag 806002/811150
67.44/66.17	c cleaning 40001 clauses out of 80011 with flag 847000/852148
71.39/70.07	c cleaning 41002 clauses out of 82011 with flag 889001/894149
74.73/73.37	c cleaning 41994 clauses out of 84009 with flag 932001/937149
78.24/76.89	c cleaning 43003 clauses out of 86015 with flag 976001/981149
81.98/80.53	c cleaning 43998 clauses out of 88011 with flag 1021000/1026148
86.44/84.96	c cleaning 45001 clauses out of 90013 with flag 1067000/1072148
90.39/88.85	c cleaning 46000 clauses out of 92013 with flag 1114001/1119149
94.95/93.32	c cleaning 46998 clauses out of 94012 with flag 1162000/1167148
98.88/97.26	c cleaning 48001 clauses out of 96014 with flag 1211000/1216148
104.01/102.38	c cleaning 49001 clauses out of 98013 with flag 1261000/1266148
108.98/107.28	c cleaning 50000 clauses out of 100013 with flag 1312001/1317149
113.27/111.48	c cleaning 51002 clauses out of 102012 with flag 1364000/1369148
117.70/115.82	c cleaning 52001 clauses out of 104011 with flag 1417001/1422149
122.63/120.72	c cleaning 52997 clauses out of 106010 with flag 1471001/1476149
127.98/126.05	c cleaning 53998 clauses out of 108014 with flag 1526002/1531150
134.12/132.10	c cleaning 54997 clauses out of 110014 with flag 1582000/1587148
138.96/136.93	c cleaning 56002 clauses out of 112018 with flag 1639001/1644149
145.10/143.03	c cleaning 57001 clauses out of 114015 with flag 1697000/1702148
151.87/149.72	c cleaning 57998 clauses out of 116014 with flag 1756000/1761148
157.64/155.46	c cleaning 58999 clauses out of 118016 with flag 1816000/1821148
163.90/161.70	c cleaning 60001 clauses out of 120018 with flag 1877001/1882149
170.06/167.74	c cleaning 61004 clauses out of 122018 with flag 1939002/1944150
176.13/173.76	c cleaning 61999 clauses out of 124012 with flag 2002000/2007148
181.59/179.12	c cleaning 62999 clauses out of 126014 with flag 2066001/2071149
187.32/184.87	c cleaning 64004 clauses out of 128014 with flag 2131000/2136148
193.44/190.93	c cleaning 64999 clauses out of 130011 with flag 2197001/2202149
200.31/197.72	c cleaning 66002 clauses out of 132012 with flag 2264001/2269149
206.94/204.39	c cleaning 66999 clauses out of 134009 with flag 2332000/2337148
211.78/209.19	c Got one! Elapsed wall clock time (in seconds):209.04
211.78/209.19	o 210
212.88/210.28	c cleaning 59221 clauses out of 118449 with flag 5001/2388587
213.53/210.86	c cleaning 32609 clauses out of 65227 with flag 11000/2394586
214.13/211.41	c cleaning 19806 clauses out of 39620 with flag 18002/2401588
214.63/211.96	c cleaning 13898 clauses out of 27812 with flag 26000/2409586
215.25/212.55	c cleaning 11451 clauses out of 22916 with flag 35002/2418588
215.85/213.18	c cleaning 10725 clauses out of 21464 with flag 45001/2428587
216.66/213.92	c cleaning 10862 clauses out of 21739 with flag 56001/2439587
217.58/214.81	c cleaning 11433 clauses out of 22877 with flag 68001/2451587
217.80/215.05	c Got one! Elapsed wall clock time (in seconds):214.9
217.80/215.05	o 209
217.90/215.18	c cleaning 8351 clauses out of 16710 with flag 2000/2456853
218.33/215.58	c cleaning 7171 clauses out of 14359 with flag 8000/2462853
218.84/216.04	c cleaning 7086 clauses out of 14190 with flag 15002/2469855
219.35/216.59	c cleaning 7542 clauses out of 15102 with flag 23000/2477853
219.97/217.19	c cleaning 8275 clauses out of 16560 with flag 32000/2486853
220.68/217.85	c cleaning 9135 clauses out of 18286 with flag 42001/2496854
221.41/218.58	c cleaning 10066 clauses out of 20150 with flag 53000/2507853
222.31/219.41	c cleaning 11033 clauses out of 22086 with flag 65002/2519855
223.23/220.32	c cleaning 12019 clauses out of 24052 with flag 78001/2532854
224.23/221.33	c cleaning 13006 clauses out of 26032 with flag 92000/2546853
225.34/222.41	c cleaning 14006 clauses out of 28026 with flag 107000/2561853
226.56/223.60	c cleaning 15003 clauses out of 30022 with flag 123002/2577855
227.76/224.85	c cleaning 16001 clauses out of 32017 with flag 140000/2594853
229.18/226.23	c cleaning 17000 clauses out of 34017 with flag 158001/2612854
230.69/227.72	c cleaning 17999 clauses out of 36016 with flag 177000/2631853
232.29/229.34	c cleaning 19000 clauses out of 38018 with flag 197001/2651854
234.02/231.06	c cleaning 20005 clauses out of 40018 with flag 218001/2672854
235.92/232.97	c cleaning 21001 clauses out of 42012 with flag 240000/2694853
237.82/234.88	c cleaning 21999 clauses out of 44012 with flag 263001/2717854
240.07/237.05	c cleaning 22998 clauses out of 46012 with flag 287000/2741853
242.29/239.23	c cleaning 24002 clauses out of 48015 with flag 312001/2766854
244.59/241.54	c cleaning 24999 clauses out of 50012 with flag 338000/2792853
247.11/244.04	c cleaning 26001 clauses out of 52013 with flag 365000/2819853
249.75/246.60	c cleaning 26997 clauses out of 54012 with flag 393000/2847853
252.57/249.41	c cleaning 27999 clauses out of 56017 with flag 422002/2876855
255.28/252.18	c cleaning 28998 clauses out of 58016 with flag 452000/2906853
258.10/254.99	c cleaning 29999 clauses out of 60019 with flag 483001/2937854
260.91/257.72	c cleaning 31001 clauses out of 62020 with flag 515001/2969854
263.72/260.53	c cleaning 32007 clauses out of 64019 with flag 548001/3002854
266.14/262.92	c cleaning 33001 clauses out of 66012 with flag 582001/3036854
268.65/265.44	c cleaning 34001 clauses out of 68012 with flag 617002/3071855
271.68/268.45	c cleaning 34998 clauses out of 70009 with flag 653000/3107853
274.30/271.05	c cleaning 36002 clauses out of 72011 with flag 690000/3144853
277.52/274.21	c cleaning 36998 clauses out of 74009 with flag 728000/3182853
280.66/277.35	c cleaning 37996 clauses out of 76011 with flag 767000/3221853
284.29/280.93	c cleaning 39003 clauses out of 78016 with flag 807001/3261854
287.53/284.19	c cleaning 39997 clauses out of 80012 with flag 848000/3302853
291.59/288.13	c cleaning 41000 clauses out of 82015 with flag 890000/3344853
295.82/292.38	c cleaning 41999 clauses out of 84015 with flag 933000/3387853
300.73/297.24	c cleaning 43007 clauses out of 86017 with flag 977001/3431854
304.85/301.38	c cleaning 43998 clauses out of 88010 with flag 1022001/3476854
309.38/305.86	c cleaning 44997 clauses out of 90012 with flag 1068001/3522854
313.60/310.05	c cleaning 45998 clauses out of 92014 with flag 1115000/3569853
318.25/314.65	c cleaning 47000 clauses out of 94017 with flag 1163001/3617854
322.58/318.93	c cleaning 47999 clauses out of 96017 with flag 1212001/3666854
327.60/323.92	c cleaning 48998 clauses out of 98017 with flag 1262000/3716853
332.75/329.07	c cleaning 50002 clauses out of 100019 with flag 1313000/3767853
338.08/334.34	c cleaning 51002 clauses out of 102019 with flag 1365002/3819855
343.61/339.82	c cleaning 52004 clauses out of 104017 with flag 1418002/3872855
349.63/345.86	c cleaning 52994 clauses out of 106011 with flag 1472000/3926853
355.55/351.72	c cleaning 53998 clauses out of 108017 with flag 1527000/3981853
360.87/357.04	c cleaning 55004 clauses out of 110020 with flag 1583001/4037854
366.11/362.20	c cleaning 56002 clauses out of 112016 with flag 1640001/4094854
372.26/368.39	c cleaning 56997 clauses out of 114013 with flag 1698000/4152853
379.00/375.07	c cleaning 58003 clauses out of 116017 with flag 1757001/4211854
385.53/381.56	c cleaning 58998 clauses out of 118013 with flag 1817000/4271853
392.15/388.16	c cleaning 59999 clauses out of 120015 with flag 1878000/4332853
399.27/395.29	c cleaning 61002 clauses out of 122017 with flag 1940001/4394854
407.13/403.01	c cleaning 61999 clauses out of 124015 with flag 2003001/4457854
413.58/409.47	c cleaning 63002 clauses out of 126015 with flag 2067000/4521853
419.52/415.32	c cleaning 64001 clauses out of 128013 with flag 2132000/4586853
425.94/421.70	c cleaning 65001 clauses out of 130012 with flag 2198000/4652853
432.78/428.53	c cleaning 66000 clauses out of 132012 with flag 2265001/4719854
444.45/440.10	c cleaning 66999 clauses out of 134012 with flag 2333001/4787854
453.35/448.98	c cleaning 67999 clauses out of 136014 with flag 2402002/4856855
461.39/456.99	c cleaning 68997 clauses out of 138014 with flag 2472001/4926854
469.01/464.59	c cleaning 70002 clauses out of 140017 with flag 2543001/4997854
477.52/473.04	c cleaning 70999 clauses out of 142015 with flag 2615001/5069854
486.19/481.63	c cleaning 72000 clauses out of 144016 with flag 2688001/5142854
493.32/488.72	c cleaning 72999 clauses out of 146015 with flag 2762000/5216853
502.36/497.70	c cleaning 74004 clauses out of 148016 with flag 2837000/5291853
511.20/506.50	c cleaning 74994 clauses out of 150012 with flag 2913000/5367853
520.35/515.66	c cleaning 75999 clauses out of 152018 with flag 2990000/5444853
527.87/523.10	c cleaning 77001 clauses out of 154019 with flag 3068000/5522853
536.91/532.16	c cleaning 77999 clauses out of 156018 with flag 3147000/5601853
547.95/543.19	c cleaning 79000 clauses out of 158019 with flag 3227000/5681853
558.71/553.84	c cleaning 80006 clauses out of 160019 with flag 3308000/5762853
569.48/564.51	c cleaning 81002 clauses out of 162013 with flag 3390000/5844853
580.05/575.01	c cleaning 81997 clauses out of 164011 with flag 3473000/5927853
589.18/584.13	c cleaning 83001 clauses out of 166014 with flag 3557000/6011853
600.33/595.24	c cleaning 83997 clauses out of 168013 with flag 3642000/6096853
611.51/606.31	c cleaning 84999 clauses out of 170016 with flag 3728000/6182853
623.27/618.01	c cleaning 86001 clauses out of 172018 with flag 3815001/6269854
633.41/628.16	c cleaning 86999 clauses out of 174016 with flag 3903000/6357853
643.24/637.95	c cleaning 87997 clauses out of 176017 with flag 3992000/6446853
653.71/648.30	c cleaning 89001 clauses out of 178021 with flag 4082001/6536854
665.76/660.39	c cleaning 90000 clauses out of 180019 with flag 4173000/6627853
676.63/671.18	c cleaning 91002 clauses out of 182020 with flag 4265001/6719854
685.28/679.76	c cleaning 92001 clauses out of 184017 with flag 4358000/6812853
693.60/688.01	c cleaning 93002 clauses out of 186016 with flag 4452000/6906853
703.54/697.94	c cleaning 93997 clauses out of 188015 with flag 4547001/7001854
713.62/707.96	c cleaning 95000 clauses out of 190018 with flag 4643001/7097854
724.46/718.76	c cleaning 96003 clauses out of 192018 with flag 4740001/7194854
735.89/730.06	c cleaning 97001 clauses out of 194015 with flag 4838001/7292854
749.25/743.37	c cleaning 98000 clauses out of 196014 with flag 4937001/7391854
762.11/756.17	c cleaning 98999 clauses out of 198013 with flag 5037000/7491853
777.63/771.42	c cleaning 100001 clauses out of 200015 with flag 5138001/7592854
792.11/785.81	c cleaning 100999 clauses out of 202014 with flag 5240001/7694854
801.86/795.58	c cleaning 102003 clauses out of 204015 with flag 5343001/7797854
815.80/809.50	c cleaning 102997 clauses out of 206012 with flag 5447001/7901854
830.80/824.33	c cleaning 104000 clauses out of 208014 with flag 5552000/8006853
844.12/837.67	c cleaning 104998 clauses out of 210014 with flag 5658000/8112853
860.69/854.17	c cleaning 105998 clauses out of 212016 with flag 5765000/8219853
875.37/868.79	c cleaning 107002 clauses out of 214018 with flag 5873000/8327853
891.94/885.27	c cleaning 108001 clauses out of 216016 with flag 5982000/8436853
907.65/900.85	c cleaning 108996 clauses out of 218016 with flag 6092001/8546854
924.44/917.54	c cleaning 110003 clauses out of 220019 with flag 6203000/8657853
942.31/935.38	c cleaning 111000 clauses out of 222017 with flag 6315001/8769854
962.09/955.05	c cleaning 111999 clauses out of 224017 with flag 6428001/8882854
978.25/971.10	c cleaning 113002 clauses out of 226018 with flag 6542001/8996854
993.73/986.50	c cleaning 113998 clauses out of 228016 with flag 6657001/9111854
1009.85/1002.68	c cleaning 115004 clauses out of 230018 with flag 6773001/9227854
1029.42/1022.10	c cleaning 116000 clauses out of 232013 with flag 6890000/9344853
1046.29/1038.91	c cleaning 116996 clauses out of 234013 with flag 7008000/9462853
1067.57/1060.12	c cleaning 118004 clauses out of 236017 with flag 7127000/9581853
1084.55/1077.05	c cleaning 119002 clauses out of 238014 with flag 7247001/9701854
1102.57/1095.06	c cleaning 119998 clauses out of 240012 with flag 7368001/9822854
1120.43/1112.88	c cleaning 120997 clauses out of 242014 with flag 7490001/9944854
1139.35/1131.71	c cleaning 121998 clauses out of 244016 with flag 7613000/10067853
1152.18/1144.51	c cleaning 123006 clauses out of 246020 with flag 7737002/10191855
1164.84/1157.20	c cleaning 124001 clauses out of 248013 with flag 7862001/10316854
1178.60/1170.86	c cleaning 125000 clauses out of 250011 with flag 7988000/10442853
1195.47/1187.62	c cleaning 126002 clauses out of 252013 with flag 8115002/10569855
1216.48/1208.57	c cleaning 126998 clauses out of 254009 with flag 8243000/10697853
1231.70/1223.69	c cleaning 127995 clauses out of 256013 with flag 8372002/10826855
1256.17/1248.02	c cleaning 128999 clauses out of 258017 with flag 8502001/10956854
1275.27/1267.02	c cleaning 129998 clauses out of 260017 with flag 8633000/11087853
1292.48/1284.13	c cleaning 131003 clauses out of 262019 with flag 8765000/11219853
1314.77/1306.33	c cleaning 132001 clauses out of 264016 with flag 8898000/11352853
1342.88/1334.38	c cleaning 132996 clauses out of 266015 with flag 9032000/11486853
1363.69/1355.06	c cleaning 134001 clauses out of 268019 with flag 9167000/11621853
1382.96/1374.30	c cleaning 135005 clauses out of 270018 with flag 9303000/11757853
1402.36/1393.58	c cleaning 136001 clauses out of 272013 with flag 9440000/11894853
1420.85/1411.94	c cleaning 136998 clauses out of 274012 with flag 9578000/12032853
1440.74/1431.72	c cleaning 138000 clauses out of 276014 with flag 9717000/12171853
1460.40/1451.36	c cleaning 139000 clauses out of 278014 with flag 9857000/12311853
1482.14/1473.04	c cleaning 140000 clauses out of 280014 with flag 9998000/12452853
1504.94/1495.74	c cleaning 140998 clauses out of 282015 with flag 10140001/12594854
1525.98/1516.62	c cleaning 142001 clauses out of 284017 with flag 10283001/12737854
1550.95/1541.31	c cleaning 143001 clauses out of 286015 with flag 10427000/12881853
1572.89/1563.02	c cleaning 143998 clauses out of 288014 with flag 10572000/13026853
1596.14/1586.26	c cleaning 144999 clauses out of 290016 with flag 10718000/13172853
1620.02/1610.04	c cleaning 146001 clauses out of 292018 with flag 10865001/13319854
1642.90/1632.80	c cleaning 147001 clauses out of 294016 with flag 11013000/13467853
1663.75/1653.64	c cleaning 147999 clauses out of 296017 with flag 11162002/13616855
1691.45/1681.28	c cleaning 149002 clauses out of 298018 with flag 11312002/13766855
1714.46/1704.16	c cleaning 150003 clauses out of 300015 with flag 11463001/13917854
1742.24/1731.86	c cleaning 150997 clauses out of 302011 with flag 11615000/14069853
1769.33/1758.87	c cleaning 152002 clauses out of 304015 with flag 11768001/14222854
1798.69/1788.12	c cleaning 152997 clauses out of 306013 with flag 11922001/14376854
1800.08/1789.41	c starts		: 333
1800.08/1789.41	c conflicts		: 14393049
1800.08/1789.41	c decisions		: 17526141
1800.08/1789.41	c propagations		: 306120034
1800.08/1789.41	c inspects		: 14899780895
1800.08/1789.41	c shortcuts		: 0
1800.08/1789.41	c learnt literals	: 0
1800.08/1789.41	c learnt binary clauses	: 0
1800.08/1789.41	c learnt ternary clauses	: 0
1800.08/1789.41	c learnt constraints	: 14393049
1800.08/1789.41	c ignored constraints	: 0
1800.08/1789.41	c root simplifications	: 333
1800.08/1789.41	c removed literals (reason simplification)	: 65169
1800.08/1789.41	c reason swapping (by a shorter reason)	: 0
1800.08/1789.41	c Calls to reduceDB	: 222
1800.08/1789.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1789.41	c number of learned constraints concerned by reduction	: 0
1800.08/1789.41	c number of learning phase by resolution	: 0
1800.08/1789.41	c number of learning phase by cutting planes	: 0
1800.08/1789.41	c speed (assignments/second)	: 171098.25570606792
1800.08/1789.41	c non guided choices	509
1800.08/1789.44	c learnt constraints type 
1800.08/1789.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169594
1800.08/1789.44	c constraints type 
1800.08/1789.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1789.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 465
1800.08/1789.44	c 466 constraints processed.
1800.08/1789.44	s SATISFIABLE
1800.08/1789.45	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 
1800.08/1789.45	c objective function=209
1800.08/1789.45	c Total wall clock time (in seconds): 1789.295

Verifier Data

OK	209

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.04 1.33 3/175 16937
/proc/meminfo: memFree=29171408/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/16937/stat : 16937 (java) R 16933 16937 14200 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 280042116 278528 34 33554432000 1073741824 1073778376 140736852328864 140736852326040 227132140839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16937/statm: 68 34 25 9 0 25 0

[startup+0.0165771 s]
/proc/loadavg: 1.00 1.04 1.33 3/175 16937
/proc/meminfo: memFree=29171408/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16937/stat : 16937 (java) D 16933 16937 14200 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 280042116 9515008 175 33554432000 1073741824 1073778376 140736346696752 140736346679480 227141305232 0 0 4096 0 18446744072100609316 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2323 175 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.10021 s]
/proc/loadavg: 1.00 1.04 1.33 3/175 16937
/proc/meminfo: memFree=29171408/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 3330 0 3 0 5 1 0 0 20 0 18 0 280042116 9787842560 4539 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2389610 4539 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300221 s]
/proc/loadavg: 1.00 1.04 1.33 3/175 16937
/proc/meminfo: memFree=29171408/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 5532 0 3 0 41 2 0 0 20 0 19 0 280042116 9856004096 8036 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 8036 2224 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9625004

[startup+0.700223 s]
/proc/loadavg: 1.00 1.04 1.33 3/175 16937
/proc/meminfo: memFree=29171408/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 8530 0 3 0 113 3 0 0 20 0 19 0 280042116 9856004096 10470 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 10470 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.00 1.04 1.33 4/213 16975
/proc/meminfo: memFree=29079560/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 8612 0 3 0 201 4 0 0 20 0 19 0 280042116 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 15643 2277 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2509 0 1 0 140 1 0 0 20 0 19 0 280042118 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581851095304 140581678888368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 280042121 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3070 0 0 0 29 0 0 0 20 0 19 0 280042124 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 15643 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.00 1.04 1.33 6/213 16975
/proc/meminfo: memFree=29047600/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 9185 0 3 0 370 4 0 0 20 0 19 0 280042116 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 18246 2277 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2510 0 1 0 292 1 0 0 20 0 19 0 280042118 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581851095304 140581678940895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280042120 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 280042121 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3621 0 0 0 35 0 0 0 20 0 19 0 280042124 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 18246 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.08 1.05 1.34 4/213 16975
/proc/meminfo: memFree=29030728/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=7.03 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 9201 0 3 0 698 5 0 0 20 0 19 0 280042116 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 20248 2277 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=6.01 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2515 0 1 0 600 1 0 0 20 0 19 0 280042118 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581851095464 140581678854948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 280042120 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 280042121 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3621 0 0 0 35 0 0 0 20 0 19 0 280042124 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 20248 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 138532 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3630 0 0 0 37 0 0 0 20 0 19 0 280042124 9856004096 138532 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138532 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 94 0 0 0 32 22 0 0 20 0 19 0 280042124 9856004096 138532 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 138532 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1672.54
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.86 4/213 16991
/proc/meminfo: memFree=28072908/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=1732.74 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 13266 0 3 0 173185 89 0 0 20 0 19 0 280042116 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 138534 2278 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=1699.99 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2783 0 1 0 169969 30 0 0 20 0 19 0 280042118 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581851095344 140581678855050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=1.71 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 534 0 0 0 164 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 453 0 0 0 167 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 382 0 0 0 162 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 293 0 0 0 142 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 441 0 0 0 155 9 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=1.72 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 328 0 0 0 165 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 445 0 0 0 182 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 456 0 0 0 155 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=13.75 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 469 0 0 0 1372 3 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3630 0 0 0 37 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 98 0 0 0 33 24 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.74
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.87 4/213 16991
/proc/meminfo: memFree=28072536/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=1792.89 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 13276 0 3 0 179198 91 0 0 20 0 19 0 280042116 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 138534 2278 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=1759.53 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2785 0 1 0 175922 31 0 0 20 0 19 0 280042118 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581851095344 140581678991552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=1.73 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 534 0 0 0 166 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=1.75 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 453 0 0 0 168 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=1.73 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 382 0 0 0 165 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 293 0 0 0 144 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 441 0 0 0 158 9 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=1.73 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 328 0 0 0 166 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 445 0 0 0 187 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 456 0 0 0 160 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=13.98 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 473 0 0 0 1395 3 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3630 0 0 0 37 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 102 0 0 0 34 25 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.00 1.99 1.87 3/213 16991
/proc/meminfo: memFree=28072412/32873844 swapFree=7116/7116
[pid=16937] ppid=16933 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/16937/stat : 16937 (java) S 16933 16937 14200 0 -1 4202496 13279 0 3 0 179917 91 0 0 20 0 19 0 280042116 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140736346687888 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16937/statm: 2406251 138534 2278 9 0 2396937 0
[pid=16937/tid=16940] ppid=16933 vsize=9625004 CPUtime=1766.47 cores=1,3,5,7
/proc/16937/task/16940/stat : 16940 (java) R 16933 16937 14200 0 -1 4202560 2786 0 1 0 176616 31 0 0 20 0 19 0 280042118 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581851095344 140581678842417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16950] ppid=16933 vsize=9625004 CPUtime=1.75 cores=1,3,5,7
/proc/16937/task/16950/stat : 16950 (java) S 16933 16937 14200 0 -1 4202560 534 0 0 0 168 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581812587432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16951] ppid=16933 vsize=9625004 CPUtime=1.75 cores=1,3,5,7
/proc/16937/task/16951/stat : 16951 (java) S 16933 16937 14200 0 -1 4202560 453 0 0 0 168 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581811534888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16952] ppid=16933 vsize=9625004 CPUtime=1.73 cores=1,3,5,7
/proc/16937/task/16952/stat : 16952 (java) S 16933 16937 14200 0 -1 4202560 382 0 0 0 165 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581810481832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16953] ppid=16933 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/16937/task/16953/stat : 16953 (java) S 16933 16937 14200 0 -1 4202560 293 0 0 0 145 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581809429288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16954] ppid=16933 vsize=9625004 CPUtime=1.69 cores=1,3,5,7
/proc/16937/task/16954/stat : 16954 (java) S 16933 16937 14200 0 -1 4202560 441 0 0 0 160 9 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581808376232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16955] ppid=16933 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/16937/task/16955/stat : 16955 (java) S 16933 16937 14200 0 -1 4202560 328 0 0 0 167 7 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581807323688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16956] ppid=16933 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/16937/task/16956/stat : 16956 (java) S 16933 16937 14200 0 -1 4202560 445 0 0 0 190 8 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581806270632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16957] ppid=16933 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/16937/task/16957/stat : 16957 (java) S 16933 16937 14200 0 -1 4202560 456 0 0 0 162 6 0 0 20 0 19 0 280042120 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581805218088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16959] ppid=16933 vsize=9625004 CPUtime=14.09 cores=1,3,5,7
/proc/16937/task/16959/stat : 16959 (java) S 16933 16937 14200 0 -1 4202560 475 0 0 0 1406 3 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581675187048 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16961] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16961/stat : 16961 (java) S 16933 16937 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280042121 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581674133368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16963] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16963/stat : 16963 (java) S 16933 16937 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280042122 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581673080200 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16964] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16964/stat : 16964 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581672028944 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16937/tid=16966] ppid=16933 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16937/task/16966/stat : 16966 (java) S 16933 16937 14200 0 -1 4202560 1774 0 0 0 25 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581670975800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16937/tid=16969] ppid=16933 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16937/task/16969/stat : 16969 (java) S 16933 16937 14200 0 -1 4202560 3630 0 0 0 37 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581669923256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16970] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16970/stat : 16970 (java) S 16933 16937 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581668870392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16937/tid=16972] ppid=16933 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/16937/task/16972/stat : 16972 (java) S 16933 16937 14200 0 -1 4202560 102 0 0 0 34 25 0 0 20 0 19 0 280042124 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581667818056 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16937/tid=16974] ppid=16933 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16937/task/16974/stat : 16974 (java) S 16933 16937 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280042143 9856004096 138534 33554432000 1073741824 1073778376 140736346696752 140581666764328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1789.46
CPU time (s): 1800.08
CPU user time (s): 1799.17
CPU system time (s): 0.91
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.3158
maximum resident set size= 554284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13349
page faults= 3
swaps= 0
block input operations= 144
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44256
involuntary context switches= 39865

runsolver used 7.00293 second user time and 14.6918 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 19:19:30
IDJOB=3710648
IDBENCH=1960
IDSOLVER=2289
FILE ID=node138/3710648-1338139170
RUNJOBID= node138-1338139170-16911
PBS_JOBID= 14624507
Free space on /tmp= 71500 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_12.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-3710648-1338139170/watcher-3710648-1338139170 -o /tmp/evaluation-result-3710648-1338139170/solver-3710648-1338139170 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710648-1338139170.opb

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=1609185094

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29172408 kB
Buffers:          426404 kB
Cached:          2392080 kB
SwapCached:          212 kB
Active:           898612 kB
Inactive:        1930764 kB
Active(anon):       1852 kB
Inactive(anon):    11368 kB
Active(file):     896760 kB
Inactive(file):  1919396 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:         17752 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             732408 kB
SReclaimable:     174644 kB
SUnreclaim:       557764 kB
KernelStack:        1376 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71496 MiB
End job on node138 at 2012-05-27 19:49:22