Trace number 357094

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, and are wall clock time (not CPU 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
oree 0.1.2 alphaSAT (TO)1203 1800.51 1801.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUMe19b588c94d7a5fd177e87fa7a6307a3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1033
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1033
Optimality of the best value was proved NO
Number of variables1960
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1960
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 1960
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1960
Number of bits of the biggest sum of numbers11
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 (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.00/0.03	c ...done
0.00/0.03	c #vars=1960 #constraints=4001 hasObjective=yes
0.00/0.05	c res. mode=mod
0.00/0.05	c VSIDS like heuristics
0.00/0.05	c complete search running
0.00/0.06	c restart after 401 decisions
0.00/0.06	c nbDecision=500 #constraints=4001
0.00/0.07	c restart after 801 decisions
0.00/0.08	c nbDecision=1000 #constraints=4001
0.08/0.09	c nbDecision=1500 #constraints=4001
0.08/0.09	c nbDecision=1557 #constraints=4001
0.08/0.09	c linear search for optimum
0.08/0.09	o 1204
0.09/0.14	c restart after 1601 decisions
0.09/0.16	c nbDecision=2000 #constraints=4008
0.19/0.24	c nbDecision=2500 #constraints=4018
0.39/0.49	c nbDecision=3000 #constraints=4050
0.49/0.59	c restart after 3201 decisions
0.59/0.64	c nbDecision=3500 #constraints=4062
0.59/0.69	c nbDecision=4000 #constraints=4066
0.89/0.95	c nbDecision=4500 #constraints=4096
1.19/1.22	c nbDecision=5000 #constraints=4126
1.49/1.50	c nbDecision=5500 #constraints=4154
1.79/1.80	c nbDecision=6000 #constraints=4184
1.99/2.03	c restart after 6401 decisions
2.10/2.16	c nbDecision=6500 #constraints=4206
2.20/2.23	c nbDecision=7000 #constraints=4206
2.39/2.45	c nbDecision=7500 #constraints=4226
2.69/2.78	c nbDecision=8000 #constraints=4256
3.09/3.14	c nbDecision=8500 #constraints=4286
3.39/3.49	c nbDecision=9000 #constraints=4316
3.79/3.86	c nbDecision=9500 #constraints=4346
4.19/4.21	c nbDecision=10000 #constraints=4374
4.49/4.59	c nbDecision=10500 #constraints=4402
4.89/4.99	c nbDecision=11000 #constraints=4432
5.29/5.37	c nbDecision=11500 #constraints=4458
5.79/5.82	c nbDecision=12000 #constraints=4490
6.19/6.20	c nbDecision=12500 #constraints=4514
6.49/6.50	c restart after 12801 decisions
6.89/6.92	c nbDecision=13000 #constraints=4534
6.99/7.05	c nbDecision=13500 #constraints=4534
7.39/7.48	c nbDecision=14000 #constraints=4562
7.89/7.93	c nbDecision=14500 #constraints=4590
8.39/8.44	c nbDecision=15000 #constraints=4622
8.79/8.86	c nbDecision=15500 #constraints=4646
9.28/9.39	c nbDecision=16000 #constraints=4678
9.80/9.88	c nbDecision=16500 #constraints=4706
10.39/10.41	c nbDecision=17000 #constraints=4736
10.89/10.96	c nbDecision=17500 #constraints=4766
11.39/11.49	c nbDecision=18000 #constraints=4794
11.99/12.05	c nbDecision=18500 #constraints=4824
12.58/12.60	c nbDecision=19000 #constraints=4852
13.09/13.18	c nbDecision=19500 #constraints=4882
13.68/13.76	c nbDecision=20000 #constraints=4910
14.29/14.38	c nbDecision=20500 #constraints=4940
14.89/14.93	c nbDecision=21000 #constraints=4966
15.49/15.58	c nbDecision=21500 #constraints=4996
16.08/16.19	c nbDecision=22000 #constraints=5024
16.79/16.89	c nbDecision=22500 #constraints=5054
17.49/17.52	c nbDecision=23000 #constraints=5082
18.19/18.21	c nbDecision=23500 #constraints=5112
18.79/18.87	c nbDecision=24000 #constraints=5140
19.49/19.54	c nbDecision=24500 #constraints=5168
20.19/20.29	c nbDecision=25000 #constraints=5198
20.89/20.98	c nbDecision=25500 #constraints=5226
21.08/21.13	c restart after 25601 decisions
22.28/22.38	c nbDecision=26000 #constraints=5232
22.78/22.81	c nbDecision=26500 #constraints=5244
23.48/23.57	c nbDecision=27000 #constraints=5274
24.19/24.24	c nbDecision=27500 #constraints=5298
24.98/25.05	c nbDecision=28000 #constraints=5330
25.79/25.81	c nbDecision=28500 #constraints=5358
26.58/26.67	c nbDecision=29000 #constraints=5390
27.28/27.35	c nbDecision=29500 #constraints=5414
28.08/28.20	c nbDecision=30000 #constraints=5444
28.99/29.03	c nbDecision=30500 #constraints=5474
29.78/29.89	c nbDecision=31000 #constraints=5504
30.68/30.77	c nbDecision=31500 #constraints=5534
31.48/31.57	c nbDecision=32000 #constraints=5560
32.38/32.45	c nbDecision=32500 #constraints=5590
33.17/33.29	c nbDecision=33000 #constraints=5618
34.18/34.21	c nbDecision=33500 #constraints=5648
34.98/35.04	c nbDecision=34000 #constraints=5674
35.98/36.03	c nbDecision=34500 #constraints=5706
36.77/36.83	c nbDecision=35000 #constraints=5730
37.78/37.84	c nbDecision=35500 #constraints=5762
38.78/38.82	c nbDecision=36000 #constraints=5792
39.78/39.83	c nbDecision=36500 #constraints=5822
40.68/40.76	c nbDecision=37000 #constraints=5850
41.68/41.80	c nbDecision=37500 #constraints=5880
42.68/42.77	c nbDecision=38000 #constraints=5908
43.68/43.76	c nbDecision=38500 #constraints=5936
44.77/44.82	c nbDecision=39000 #constraints=5966
45.67/45.77	c nbDecision=39500 #constraints=5992
46.77/46.86	c nbDecision=40000 #constraints=6022
47.77/47.83	c nbDecision=40500 #constraints=6048
48.88/48.93	c nbDecision=41000 #constraints=6076
49.97/50.03	c nbDecision=41500 #constraints=6106
50.97/51.09	c nbDecision=42000 #constraints=6134
52.08/52.16	c nbDecision=42500 #constraints=6162
53.28/53.32	c nbDecision=43000 #constraints=6192
54.37/54.47	c nbDecision=43500 #constraints=6222
55.47/55.58	c nbDecision=44000 #constraints=6250
56.68/56.78	c nbDecision=44500 #constraints=6280
57.77/57.84	c nbDecision=45000 #constraints=6306
58.97/59.05	c nbDecision=45500 #constraints=6336
60.17/60.27	c nbDecision=46000 #constraints=6366
61.48/61.54	c nbDecision=46500 #constraints=6396
62.68/62.77	c nbDecision=47000 #constraints=6426
63.87/63.93	c nbDecision=47500 #constraints=6452
65.07/65.19	c nbDecision=48000 #constraints=6482
66.37/66.42	c nbDecision=48500 #constraints=6510
67.77/67.81	c nbDecision=49000 #constraints=6542
68.77/68.88	c nbDecision=49500 #constraints=6564
70.06/70.19	c nbDecision=50000 #constraints=6594
71.38/71.48	c nbDecision=50500 #constraints=6624
72.87/72.91	c nbDecision=51000 #constraints=6656
73.27/73.38	c restart after 51201 decisions
76.46/76.57	c nbDecision=51500 #constraints=6666
77.26/77.37	c nbDecision=52000 #constraints=6672
78.47/78.59	c nbDecision=52500 #constraints=6698
79.87/79.97	c nbDecision=53000 #constraints=6728
81.17/81.22	c nbDecision=53500 #constraints=6754
82.67/82.70	c nbDecision=54000 #constraints=6786
83.97/84.07	c nbDecision=54500 #constraints=6814
85.56/85.60	c nbDecision=55000 #constraints=6846
86.87/86.96	c nbDecision=55500 #constraints=6874
88.26/88.38	c nbDecision=56000 #constraints=6902
89.76/89.85	c nbDecision=56500 #constraints=6932
91.17/91.25	c nbDecision=57000 #constraints=6960
92.66/92.74	c nbDecision=57500 #constraints=6990
94.06/94.17	c nbDecision=58000 #constraints=7018
95.56/95.63	c nbDecision=58500 #constraints=7046
96.87/96.97	c nbDecision=59000 #constraints=7072
98.46/98.57	c nbDecision=59500 #constraints=7102
100.16/100.20	c nbDecision=60000 #constraints=7134
101.56/101.69	c nbDecision=60500 #constraints=7162
103.26/103.31	c nbDecision=61000 #constraints=7192
104.66/104.72	c nbDecision=61500 #constraints=7218
106.26/106.36	c nbDecision=62000 #constraints=7248
107.85/107.91	c nbDecision=62500 #constraints=7276
109.45/109.56	c nbDecision=63000 #constraints=7306
110.93/111.01	c nbDecision=63500 #constraints=7330
112.63/112.73	c nbDecision=64000 #constraints=7362
114.23/114.39	c nbDecision=64500 #constraints=7392
115.93/116.09	c nbDecision=65000 #constraints=7422
117.72/117.81	c nbDecision=65500 #constraints=7452
119.31/119.44	c nbDecision=66000 #constraints=7480
121.02/121.17	c nbDecision=66500 #constraints=7510
122.71/122.83	c nbDecision=67000 #constraints=7538
124.50/124.61	c nbDecision=67500 #constraints=7568
125.99/126.15	c nbDecision=68000 #constraints=7592
127.80/127.94	c nbDecision=68500 #constraints=7622
129.50/129.62	c nbDecision=69000 #constraints=7650
131.28/131.43	c nbDecision=69500 #constraints=7680
133.08/133.23	c nbDecision=70000 #constraints=7710
134.87/135.02	c nbDecision=70500 #constraints=7738
136.77/136.92	c nbDecision=71000 #constraints=7770
138.57/138.70	c nbDecision=71500 #constraints=7798
140.27/140.46	c nbDecision=72000 #constraints=7826
142.16/142.31	c nbDecision=72500 #constraints=7854
144.06/144.27	c nbDecision=73000 #constraints=7884
145.76/145.99	c nbDecision=73500 #constraints=7910
147.76/147.98	c nbDecision=74000 #constraints=7940
149.65/149.80	c nbDecision=74500 #constraints=7968
151.65/151.84	c nbDecision=75000 #constraints=7998
153.76/153.91	c nbDecision=75500 #constraints=8030
155.55/155.80	c nbDecision=76000 #constraints=8058
157.36/157.51	c nbDecision=76500 #constraints=8082
158.65/158.83	c nbDecision=76920 #constraints=8098
158.65/158.83	o 1203
159.05/159.28	c nbDecision=77000 #constraints=8107
161.05/161.27	c nbDecision=77500 #constraints=8135
162.95/163.16	c nbDecision=78000 #constraints=8161
165.04/165.28	c nbDecision=78500 #constraints=8191
167.14/167.32	c nbDecision=79000 #constraints=8219
169.04/169.25	c nbDecision=79500 #constraints=8245
171.25/171.42	c nbDecision=80000 #constraints=8275
173.14/173.34	c nbDecision=80500 #constraints=8301
175.14/175.38	c nbDecision=81000 #constraints=8329
177.15/177.36	c nbDecision=81500 #constraints=8355
179.34/179.57	c nbDecision=82000 #constraints=8385
181.44/181.69	c nbDecision=82500 #constraints=8413
183.65/183.80	c nbDecision=83000 #constraints=8441
185.55/185.80	c nbDecision=83500 #constraints=8467
187.64/187.87	c nbDecision=84000 #constraints=8493
189.94/190.12	c nbDecision=84500 #constraints=8523
191.74/191.99	c nbDecision=85000 #constraints=8547
194.04/194.26	c nbDecision=85500 #constraints=8577
196.23/196.45	c nbDecision=86000 #constraints=8605
198.33/198.53	c nbDecision=86500 #constraints=8631
200.54/200.72	c nbDecision=87000 #constraints=8659
202.74/202.94	c nbDecision=87500 #constraints=8687
204.93/205.19	c nbDecision=88000 #constraints=8715
206.93/207.17	c nbDecision=88500 #constraints=8739
209.33/209.56	c nbDecision=89000 #constraints=8769
211.73/211.96	c nbDecision=89500 #constraints=8799
213.93/214.12	c nbDecision=90000 #constraints=8825
216.13/216.37	c nbDecision=90500 #constraints=8853
218.33/218.53	c nbDecision=91000 #constraints=8879
220.63/220.84	c nbDecision=91500 #constraints=8907
222.73/222.92	c nbDecision=92000 #constraints=8931
225.23/225.47	c nbDecision=92500 #constraints=8963
227.63/227.80	c nbDecision=93000 #constraints=8991
229.93/230.18	c nbDecision=93500 #constraints=9019
232.23/232.42	c nbDecision=94000 #constraints=9045
234.52/234.72	c nbDecision=94500 #constraints=9073
236.92/237.11	c nbDecision=95000 #constraints=9101
238.82/239.09	c nbDecision=95500 #constraints=9123
241.43/241.64	c nbDecision=96000 #constraints=9153
244.03/244.23	c nbDecision=96500 #constraints=9183
246.33/246.53	c nbDecision=97000 #constraints=9209
248.73/248.95	c nbDecision=97500 #constraints=9237
251.02/251.24	c nbDecision=98000 #constraints=9263
253.53/253.72	c nbDecision=98500 #constraints=9291
255.82/256.02	c nbDecision=99000 #constraints=9317
258.42/258.62	c nbDecision=99500 #constraints=9347
260.92/261.13	c nbDecision=100000 #constraints=9375
263.42/263.68	c nbDecision=100500 #constraints=9403
265.92/266.20	c nbDecision=101000 #constraints=9431
268.32/268.56	c nbDecision=101500 #constraints=9457
271.02/271.26	c nbDecision=102000 #constraints=9487
272.71/272.90	c restart after 102401 decisions
277.91/278.12	c nbDecision=102500 #constraints=9505
280.71/280.91	c nbDecision=103000 #constraints=9505
282.91/283.10	c nbDecision=103500 #constraints=9527
285.41/285.67	c nbDecision=104000 #constraints=9555
288.01/288.24	c nbDecision=104500 #constraints=9583
290.61/290.83	c nbDecision=105000 #constraints=9611
292.91/293.14	c nbDecision=105500 #constraints=9635
295.61/295.89	c nbDecision=106000 #constraints=9665
298.11/298.39	c nbDecision=106500 #constraints=9691
300.70/300.96	c nbDecision=107000 #constraints=9719
303.40/303.61	c nbDecision=107500 #constraints=9747
305.91/306.18	c nbDecision=108000 #constraints=9773
308.70/308.97	c nbDecision=108500 #constraints=9803
311.00/311.30	c nbDecision=109000 #constraints=9827
313.90/314.12	c nbDecision=109500 #constraints=9857
316.80/317.00	c nbDecision=110000 #constraints=9887
319.30/319.57	c nbDecision=110500 #constraints=9913
321.90/322.12	c nbDecision=111000 #constraints=9939
324.60/324.85	c nbDecision=111500 #constraints=9967
327.40/327.62	c nbDecision=112000 #constraints=9995
329.80/330.03	c nbDecision=112500 #constraints=10019
332.69/332.94	c nbDecision=113000 #constraints=10049
335.60/335.89	c nbDecision=113500 #constraints=10079
338.19/338.48	c nbDecision=114000 #constraints=10105
340.89/341.10	c nbDecision=114500 #constraints=10131
343.29/343.50	c nbDecision=115000 #constraints=10153
346.09/346.35	c nbDecision=115500 #constraints=10181
348.89/349.14	c nbDecision=116000 #constraints=10209
351.89/352.16	c nbDecision=116500 #constraints=10239
354.79/355.01	c nbDecision=117000 #constraints=10267
357.29/357.58	c nbDecision=117500 #constraints=10291
360.29/360.58	c nbDecision=118000 #constraints=10321
363.08/363.32	c nbDecision=118500 #constraints=10347
366.18/366.42	c nbDecision=119000 #constraints=10377
368.68/368.96	c nbDecision=119500 #constraints=10401
371.88/372.10	c nbDecision=120000 #constraints=10431
374.79/375.03	c nbDecision=120500 #constraints=10459
377.68/377.95	c nbDecision=121000 #constraints=10487
380.58/380.89	c nbDecision=121500 #constraints=10515
383.38/383.62	c nbDecision=122000 #constraints=10539
386.48/386.72	c nbDecision=122500 #constraints=10569
389.28/389.52	c nbDecision=123000 #constraints=10595
392.38/392.69	c nbDecision=123500 #constraints=10625
395.27/395.53	c nbDecision=124000 #constraints=10651
398.18/398.41	c nbDecision=124500 #constraints=10677
401.28/401.59	c nbDecision=125000 #constraints=10707
404.18/404.45	c nbDecision=125500 #constraints=10733
407.28/407.50	c nbDecision=126000 #constraints=10761
410.17/410.40	c nbDecision=126500 #constraints=10787
413.38/413.65	c nbDecision=127000 #constraints=10817
416.47/416.73	c nbDecision=127500 #constraints=10845
419.57/419.82	c nbDecision=128000 #constraints=10873
422.47/422.78	c nbDecision=128500 #constraints=10899
425.57/425.82	c nbDecision=129000 #constraints=10925
428.86/429.10	c nbDecision=129500 #constraints=10955
431.56/431.84	c nbDecision=130000 #constraints=10979
434.87/435.14	c nbDecision=130500 #constraints=11009
438.27/438.50	c nbDecision=131000 #constraints=11039
441.26/441.50	c nbDecision=131500 #constraints=11065
444.26/444.54	c nbDecision=132000 #constraints=11091
447.46/447.73	c nbDecision=132500 #constraints=11119
450.66/450.97	c nbDecision=133000 #constraints=11147
453.56/453.85	c nbDecision=133500 #constraints=11171
456.96/457.27	c nbDecision=134000 #constraints=11201
460.26/460.52	c nbDecision=134500 #constraints=11229
463.45/463.78	c nbDecision=135000 #constraints=11257
466.55/466.85	c nbDecision=135500 #constraints=11283
469.86/470.18	c nbDecision=136000 #constraints=11311
473.15/473.45	c nbDecision=136500 #constraints=11339
476.06/476.35	c nbDecision=137000 #constraints=11363
479.55/479.80	c nbDecision=137500 #constraints=11393
483.05/483.39	c nbDecision=138000 #constraints=11423
486.25/486.58	c nbDecision=138500 #constraints=11449
489.45/489.77	c nbDecision=139000 #constraints=11475
492.74/493.09	c nbDecision=139500 #constraints=11503
496.35/496.66	c nbDecision=140000 #constraints=11533
499.15/499.42	c nbDecision=140500 #constraints=11555
502.94/503.22	c nbDecision=141000 #constraints=11587
506.34/506.62	c nbDecision=141500 #constraints=11615
509.74/510.05	c nbDecision=142000 #constraints=11643
512.95/513.29	c nbDecision=142500 #constraints=11669
516.24/516.58	c nbDecision=143000 #constraints=11695
519.64/519.99	c nbDecision=143500 #constraints=11723
522.74/523.05	c nbDecision=144000 #constraints=11747
526.64/526.93	c nbDecision=144500 #constraints=11779
530.14/530.40	c nbDecision=145000 #constraints=11807
533.34/533.67	c nbDecision=145500 #constraints=11833
536.83/537.17	c nbDecision=146000 #constraints=11861
540.34/540.66	c nbDecision=146500 #constraints=11889
543.94/544.22	c nbDecision=147000 #constraints=11917
546.83/547.19	c nbDecision=147500 #constraints=11939
550.63/550.96	c nbDecision=148000 #constraints=11969
554.33/554.68	c nbDecision=148500 #constraints=11999
557.93/558.22	c nbDecision=149000 #constraints=12027
561.53/561.83	c nbDecision=149500 #constraints=12055
564.63/564.98	c nbDecision=150000 #constraints=12079
568.33/568.66	c nbDecision=150500 #constraints=12107
571.43/571.79	c nbDecision=151000 #constraints=12131
575.52/575.82	c nbDecision=151500 #constraints=12163
578.73/579.03	c nbDecision=152000 #constraints=12187
581.23/581.53	c nbDecision=152500 #constraints=12209
583.32/583.62	c nbDecision=153000 #constraints=12235
585.32/585.63	c nbDecision=153500 #constraints=12259
587.52/587.85	c nbDecision=154000 #constraints=12287
589.52/589.88	c nbDecision=154500 #constraints=12311
591.72/592.04	c nbDecision=155000 #constraints=12337
593.73/594.02	c nbDecision=155500 #constraints=12361
595.62/595.99	c nbDecision=156000 #constraints=12385
598.02/598.31	c nbDecision=156500 #constraints=12413
600.02/600.37	c nbDecision=157000 #constraints=12437
602.32/602.61	c nbDecision=157500 #constraints=12463
604.32/604.66	c nbDecision=158000 #constraints=12487
606.51/606.84	c nbDecision=158500 #constraints=12513
608.71/609.04	c nbDecision=159000 #constraints=12539
610.82/611.14	c nbDecision=159500 #constraints=12563
613.11/613.42	c nbDecision=160000 #constraints=12589
615.11/615.48	c nbDecision=160500 #constraints=12613
617.32/617.68	c nbDecision=161000 #constraints=12639
619.61/619.91	c nbDecision=161500 #constraints=12665
621.81/622.19	c nbDecision=162000 #constraints=12691
624.01/624.30	c nbDecision=162500 #constraints=12713
626.21/626.55	c nbDecision=163000 #constraints=12739
628.51/628.84	c nbDecision=163500 #constraints=12765
630.81/631.15	c nbDecision=164000 #constraints=12791
633.11/633.43	c nbDecision=164500 #constraints=12817
635.21/635.54	c nbDecision=165000 #constraints=12839
637.40/637.78	c nbDecision=165500 #constraints=12865
639.81/640.13	c nbDecision=166000 #constraints=12891
642.00/642.36	c nbDecision=166500 #constraints=12915
644.50/644.80	c nbDecision=167000 #constraints=12943
646.50/646.89	c nbDecision=167500 #constraints=12963
649.00/649.36	c nbDecision=168000 #constraints=12991
651.30/651.70	c nbDecision=168500 #constraints=13017
653.70/654.08	c nbDecision=169000 #constraints=13043
656.00/656.33	c nbDecision=169500 #constraints=13067
658.30/658.63	c nbDecision=170000 #constraints=13091
660.80/661.13	c nbDecision=170500 #constraints=13119
663.20/663.57	c nbDecision=171000 #constraints=13145
665.49/665.86	c nbDecision=171500 #constraints=13169
667.79/668.16	c nbDecision=172000 #constraints=13193
670.09/670.49	c nbDecision=172500 #constraints=13217
672.49/672.86	c nbDecision=173000 #constraints=13241
674.89/675.29	c nbDecision=173500 #constraints=13267
677.29/677.63	c nbDecision=174000 #constraints=13291
679.59/679.97	c nbDecision=174500 #constraints=13315
682.19/682.55	c nbDecision=175000 #constraints=13343
684.79/685.15	c nbDecision=175500 #constraints=13369
687.09/687.46	c nbDecision=176000 #constraints=13393
689.49/689.88	c nbDecision=176500 #constraints=13417
691.99/692.37	c nbDecision=177000 #constraints=13443
694.58/694.90	c nbDecision=177500 #constraints=13469
696.98/697.37	c nbDecision=178000 #constraints=13493
699.48/699.88	c nbDecision=178500 #constraints=13519
701.98/702.32	c nbDecision=179000 #constraints=13543
704.49/704.81	c nbDecision=179500 #constraints=13569
707.08/707.43	c nbDecision=180000 #constraints=13595
709.58/709.97	c nbDecision=180500 #constraints=13619
712.28/712.63	c nbDecision=181000 #constraints=13647
714.58/714.97	c nbDecision=181500 #constraints=13669
717.28/717.66	c nbDecision=182000 #constraints=13697
719.98/720.30	c nbDecision=182500 #constraints=13723
722.38/722.72	c nbDecision=183000 #constraints=13745
724.97/725.35	c nbDecision=183500 #constraints=13771
727.47/727.87	c nbDecision=184000 #constraints=13795
730.27/730.64	c nbDecision=184500 #constraints=13823
732.78/733.17	c nbDecision=185000 #constraints=13847
735.48/735.87	c nbDecision=185500 #constraints=13873
737.97/738.34	c nbDecision=186000 #constraints=13897
740.67/741.03	c nbDecision=186500 #constraints=13923
743.37/743.74	c nbDecision=187000 #constraints=13949
745.97/746.32	c nbDecision=187500 #constraints=13973
748.56/748.96	c nbDecision=188000 #constraints=13997
751.26/751.66	c nbDecision=188500 #constraints=14023
753.96/754.33	c nbDecision=189000 #constraints=14049
756.67/757.04	c nbDecision=189500 #constraints=14075
759.27/759.61	c nbDecision=190000 #constraints=14099
761.87/762.28	c nbDecision=190500 #constraints=14123
764.56/764.91	c nbDecision=191000 #constraints=14147
767.37/767.74	c nbDecision=191500 #constraints=14175
770.06/770.45	c nbDecision=192000 #constraints=14199
772.76/773.17	c nbDecision=192500 #constraints=14225
775.06/775.49	c nbDecision=193000 #constraints=14243
779.57/779.96	c nbDecision=193500 #constraints=14273
784.16/784.52	c nbDecision=194000 #constraints=14303
788.45/788.81	c nbDecision=194500 #constraints=14331
792.45/792.87	c nbDecision=195000 #constraints=14357
796.65/797.02	c nbDecision=195500 #constraints=14383
801.15/801.54	c nbDecision=196000 #constraints=14413
805.05/805.42	c nbDecision=196500 #constraints=14437
809.55/809.94	c nbDecision=197000 #constraints=14467
813.85/814.28	c nbDecision=197500 #constraints=14495
818.35/818.70	c nbDecision=198000 #constraints=14523
822.64/823.09	c nbDecision=198500 #constraints=14551
826.74/827.19	c nbDecision=199000 #constraints=14577
831.44/831.87	c nbDecision=199500 #constraints=14607
835.34/835.77	c nbDecision=200000 #constraints=14631
839.74/840.17	c nbDecision=200500 #constraints=14659
844.44/844.88	c nbDecision=201000 #constraints=14689
848.94/849.38	c nbDecision=201500 #constraints=14717
853.43/853.82	c nbDecision=202000 #constraints=14745
857.43/857.82	c nbDecision=202500 #constraints=14769
862.24/862.60	c nbDecision=203000 #constraints=14799
866.13/866.56	c nbDecision=203500 #constraints=14823
870.73/871.10	c nbDecision=204000 #constraints=14851
875.13/875.57	c nbDecision=204500 #constraints=14879
878.02/878.46	c restart after 204801 decisions
890.72/891.20	c nbDecision=205000 #constraints=14897
894.52/894.97	c nbDecision=205500 #constraints=14897
899.13/899.50	c nbDecision=206000 #constraints=14925
903.32/903.78	c nbDecision=206500 #constraints=14951
907.92/908.32	c nbDecision=207000 #constraints=14979
912.42/912.88	c nbDecision=207500 #constraints=15007
917.12/917.51	c nbDecision=208000 #constraints=15035
921.72/922.12	c nbDecision=208500 #constraints=15063
926.02/926.41	c nbDecision=209000 #constraints=15089
930.91/931.33	c nbDecision=209500 #constraints=15119
935.01/935.41	c nbDecision=210000 #constraints=15143
939.61/940.00	c nbDecision=210500 #constraints=15171
944.51/944.90	c nbDecision=211000 #constraints=15201
949.21/949.63	c nbDecision=211500 #constraints=15229
953.81/954.28	c nbDecision=212000 #constraints=15257
958.00/958.49	c nbDecision=212500 #constraints=15281
962.80/963.21	c nbDecision=213000 #constraints=15309
967.20/967.63	c nbDecision=213500 #constraints=15335
971.80/972.28	c nbDecision=214000 #constraints=15363
976.50/976.93	c nbDecision=214500 #constraints=15391
981.30/981.75	c nbDecision=215000 #constraints=15419
986.09/986.50	c nbDecision=215500 #constraints=15447
990.80/991.22	c nbDecision=216000 #constraints=15475
995.49/995.96	c nbDecision=216500 #constraints=15503
999.79/1000.26	c nbDecision=217000 #constraints=15527
1004.59/1005.09	c nbDecision=217500 #constraints=15555
1009.69/1010.17	c nbDecision=218000 #constraints=15585
1014.59/1015.00	c nbDecision=218500 #constraints=15613
1019.29/1019.74	c nbDecision=219000 #constraints=15641
1023.89/1024.30	c nbDecision=219500 #constraints=15667
1028.98/1029.46	c nbDecision=220000 #constraints=15697
1033.19/1033.67	c nbDecision=220500 #constraints=15721
1038.08/1038.54	c nbDecision=221000 #constraints=15749
1042.98/1043.40	c nbDecision=221500 #constraints=15777
1047.68/1048.14	c nbDecision=222000 #constraints=15803
1052.78/1053.29	c nbDecision=222500 #constraints=15833
1057.38/1057.80	c nbDecision=223000 #constraints=15859
1062.27/1062.73	c nbDecision=223500 #constraints=15887
1066.87/1067.38	c nbDecision=224000 #constraints=15913
1071.67/1072.10	c nbDecision=224500 #constraints=15939
1076.67/1077.13	c nbDecision=225000 #constraints=15969
1081.87/1082.39	c nbDecision=225500 #constraints=15999
1086.87/1087.34	c nbDecision=226000 #constraints=16027
1091.26/1091.75	c nbDecision=226500 #constraints=16051
1096.56/1097.03	c nbDecision=227000 #constraints=16081
1100.96/1101.43	c nbDecision=227500 #constraints=16105
1106.17/1106.69	c nbDecision=228000 #constraints=16135
1110.86/1111.30	c nbDecision=228500 #constraints=16161
1116.16/1116.65	c nbDecision=229000 #constraints=16191
1121.16/1121.62	c nbDecision=229500 #constraints=16219
1125.56/1126.09	c nbDecision=230000 #constraints=16243
1130.96/1131.41	c nbDecision=230500 #constraints=16273
1134.55/1135.06	c nbDecision=231000 #constraints=16291
1139.85/1140.37	c nbDecision=231500 #constraints=16321
1145.25/1145.75	c nbDecision=232000 #constraints=16351
1150.35/1150.81	c nbDecision=232500 #constraints=16379
1155.14/1155.65	c nbDecision=233000 #constraints=16405
1160.15/1160.67	c nbDecision=233500 #constraints=16433
1165.25/1165.80	c nbDecision=234000 #constraints=16461
1170.04/1170.60	c nbDecision=234500 #constraints=16487
1175.14/1175.64	c nbDecision=235000 #constraints=16515
1180.23/1180.77	c nbDecision=235500 #constraints=16543
1185.54/1186.02	c nbDecision=236000 #constraints=16571
1190.64/1191.19	c nbDecision=236500 #constraints=16599
1195.43/1195.99	c nbDecision=237000 #constraints=16625
1200.93/1201.49	c nbDecision=237500 #constraints=16655
1205.63/1206.13	c nbDecision=238000 #constraints=16679
1210.83/1211.34	c nbDecision=238500 #constraints=16707
1216.33/1216.84	c nbDecision=239000 #constraints=16737
1221.63/1222.14	c nbDecision=239500 #constraints=16765
1226.83/1227.39	c nbDecision=240000 #constraints=16793
1231.52/1232.09	c nbDecision=240500 #constraints=16817
1237.12/1237.66	c nbDecision=241000 #constraints=16847
1241.72/1242.29	c nbDecision=241500 #constraints=16871
1247.02/1247.59	c nbDecision=242000 #constraints=16899
1252.42/1252.93	c nbDecision=242500 #constraints=16927
1257.72/1258.21	c nbDecision=243000 #constraints=16955
1263.21/1263.79	c nbDecision=243500 #constraints=16985
1268.21/1268.75	c nbDecision=244000 #constraints=17011
1273.91/1274.44	c nbDecision=244500 #constraints=17041
1278.71/1279.24	c nbDecision=245000 #constraints=17065
1283.90/1284.41	c nbDecision=245500 #constraints=17091
1289.41/1289.91	c nbDecision=246000 #constraints=17121
1295.11/1295.60	c nbDecision=246500 #constraints=17151
1300.40/1300.95	c nbDecision=247000 #constraints=17179
1305.20/1305.76	c nbDecision=247500 #constraints=17203
1311.00/1311.50	c nbDecision=248000 #constraints=17233
1316.00/1316.57	c nbDecision=248500 #constraints=17259
1321.50/1322.04	c nbDecision=249000 #constraints=17287
1326.60/1327.19	c nbDecision=249500 #constraints=17313
1331.89/1332.47	c nbDecision=250000 #constraints=17339
1337.69/1338.21	c nbDecision=250500 #constraints=17369
1342.79/1343.30	c nbDecision=251000 #constraints=17395
1348.58/1349.20	c nbDecision=251500 #constraints=17425
1353.49/1354.06	c nbDecision=252000 #constraints=17449
1358.99/1359.55	c nbDecision=252500 #constraints=17477
1364.38/1364.96	c nbDecision=253000 #constraints=17505
1370.28/1370.89	c nbDecision=253500 #constraints=17535
1375.78/1376.40	c nbDecision=254000 #constraints=17563
1380.78/1381.37	c nbDecision=254500 #constraints=17587
1386.78/1387.30	c nbDecision=255000 #constraints=17617
1391.98/1392.53	c nbDecision=255500 #constraints=17643
1397.47/1398.10	c nbDecision=256000 #constraints=17671
1402.67/1403.28	c nbDecision=256500 #constraints=17697
1408.77/1409.35	c nbDecision=257000 #constraints=17727
1414.37/1414.91	c nbDecision=257500 #constraints=17755
1419.66/1420.25	c nbDecision=258000 #constraints=17781
1425.66/1426.21	c nbDecision=258500 #constraints=17811
1430.47/1431.02	c nbDecision=259000 #constraints=17833
1436.16/1436.70	c nbDecision=259500 #constraints=17861
1441.66/1442.24	c nbDecision=260000 #constraints=17889
1447.76/1448.31	c nbDecision=260500 #constraints=17919
1453.35/1453.97	c nbDecision=261000 #constraints=17947
1458.46/1459.05	c nbDecision=261500 #constraints=17971
1464.46/1465.07	c nbDecision=262000 #constraints=18001
1469.95/1470.52	c nbDecision=262500 #constraints=18027
1475.65/1476.29	c nbDecision=263000 #constraints=18055
1480.94/1481.59	c nbDecision=263500 #constraints=18081
1487.25/1487.87	c nbDecision=264000 #constraints=18111
1493.05/1493.61	c nbDecision=264500 #constraints=18139
1498.45/1499.07	c nbDecision=265000 #constraints=18165
1504.54/1505.16	c nbDecision=265500 #constraints=18195
1509.74/1510.39	c nbDecision=266000 #constraints=18219
1515.54/1516.17	c nbDecision=266500 #constraints=18247
1520.94/1521.54	c nbDecision=267000 #constraints=18273
1527.24/1527.83	c nbDecision=267500 #constraints=18303
1532.73/1533.40	c nbDecision=268000 #constraints=18329
1537.83/1538.43	c nbDecision=268500 #constraints=18351
1543.73/1544.38	c nbDecision=269000 #constraints=18379
1549.52/1550.11	c nbDecision=269500 #constraints=18407
1555.42/1556.05	c nbDecision=270000 #constraints=18435
1561.32/1561.99	c nbDecision=270500 #constraints=18465
1567.62/1568.22	c nbDecision=271000 #constraints=18495
1573.82/1574.47	c nbDecision=271500 #constraints=18525
1579.62/1580.23	c nbDecision=272000 #constraints=18553
1585.92/1586.57	c nbDecision=272500 #constraints=18583
1591.51/1592.16	c nbDecision=273000 #constraints=18609
1597.82/1598.42	c nbDecision=273500 #constraints=18639
1603.71/1604.32	c nbDecision=274000 #constraints=18667
1610.11/1610.72	c nbDecision=274500 #constraints=18697
1615.51/1616.19	c nbDecision=275000 #constraints=18723
1621.81/1622.49	c nbDecision=275500 #constraints=18753
1628.11/1628.80	c nbDecision=276000 #constraints=18783
1634.10/1634.79	c nbDecision=276500 #constraints=18811
1640.50/1641.14	c nbDecision=277000 #constraints=18841
1646.19/1646.87	c nbDecision=277500 #constraints=18867
1652.60/1653.29	c nbDecision=278000 #constraints=18897
1658.30/1658.94	c nbDecision=278500 #constraints=18923
1664.70/1665.38	c nbDecision=279000 #constraints=18953
1670.39/1671.05	c nbDecision=279500 #constraints=18979
1677.09/1677.76	c nbDecision=280000 #constraints=19011
1683.08/1683.77	c nbDecision=280500 #constraints=19039
1689.89/1690.59	c nbDecision=281000 #constraints=19071
1695.98/1696.61	c nbDecision=281500 #constraints=19099
1701.98/1702.61	c nbDecision=282000 #constraints=19125
1708.28/1708.98	c nbDecision=282500 #constraints=19155
1714.48/1715.11	c nbDecision=283000 #constraints=19183
1721.08/1721.71	c nbDecision=283500 #constraints=19213
1726.57/1727.26	c nbDecision=284000 #constraints=19237
1733.07/1733.74	c nbDecision=284500 #constraints=19267
1739.37/1740.08	c nbDecision=285000 #constraints=19297
1745.97/1746.69	c nbDecision=285500 #constraints=19327
1752.26/1752.90	c nbDecision=286000 #constraints=19355
1758.37/1759.06	c nbDecision=286500 #constraints=19381
1764.77/1765.50	c nbDecision=287000 #constraints=19411
1771.06/1771.76	c nbDecision=287500 #constraints=19439
1777.76/1778.43	c nbDecision=288000 #constraints=19469
1783.35/1784.01	c nbDecision=288500 #constraints=19493
1789.95/1790.64	c nbDecision=289000 #constraints=19523
1796.35/1797.08	c nbDecision=289500 #constraints=19553
1800.06/1800.70	Received signal 15
1800.25/1800.98	
1800.25/1800.98	s SATISFIABLE
1800.25/1800.98	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
1800.25/1800.98	v -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
1800.25/1800.98	v -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
1800.25/1800.98	v -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
1800.25/1800.98	v x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 x121 -x122 x123 -x124 -x125 -x126 x127 x128
1800.25/1800.98	v -x129 -x130 -x131 x132 -x133 -x134 x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149
1800.25/1800.98	v -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170
1800.25/1800.98	v -x171 -x172 -x173 -x174 x175 -x176 -x177 x178 -x179 x180 -x181 x182 -x183 -x184 x185 x186 -x187 -x188 -x189 -x190 -x191 x192
1800.25/1800.98	v -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 x201 x202 x203 -x204 -x205 -x206 x207 -x208 -x209 x210 -x211 x212 -x213 -x214
1800.25/1800.98	v x215 -x216 x217 x218 -x219 x220 -x221 -x222 -x223 -x224 x225 x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 x234 -x235 -x236
1800.25/1800.98	v -x237 -x238 -x239 x240 x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 x252 x253 -x254 -x255 -x256 -x257 x258
1800.25/1800.98	v -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 x270 x271 -x272 x273 -x274 -x275 x276 -x277 -x278 -x279 -x280
1800.25/1800.98	v -x281 x282 -x283 x284 x285 -x286 -x287 -x288 -x289 -x290 x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 x301 x302
1800.25/1800.98	v -x303 -x304 -x305 x306 -x307 x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 x316 -x317 x318 -x319 -x320 x321 x322 x323 -x324
1800.25/1800.98	v x325 -x326 -x327 x328 -x329 x330 -x331 -x332 -x333 -x334 x335 x336 -x337 -x338 x339 -x340 -x341 -x342 x343 x344 x345 -x346
1800.25/1800.98	v -x347 x348 x349 -x350 -x351 -x352 -x353 x354 x355 x356 x357 -x358 x359 -x360 -x361 x362 x363 x364 -x365 -x366 -x367 x368 -x369
1800.25/1800.98	v x370 -x371 -x372 -x373 x374 x375 x376 -x377 x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 x388 -x389 x390 -x391
1800.25/1800.98	v -x392 x393 -x394 -x395 -x396 x397 x398 -x399 -x400 -x401 x402 -x403 -x404 x405 -x406 x407 x408 x409 x410 -x411 -x412 -x413
1800.25/1800.98	v x414 -x415 -x416 x417 x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 x430 -x431 -x432 -x433 x434 -x435
1800.25/1800.98	v -x436 x437 -x438 -x439 x440 x441 x442 -x443 -x444 -x445 x446 -x447 x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457
1800.25/1800.98	v x458 -x459 x460 x461 -x462 x463 -x464 -x465 x466 -x467 -x468 x469 -x470 x471 -x472 -x473 x474 x475 x476 x477 -x478 -x479 x480
1800.25/1800.98	v x481 -x482 x483 x484 -x485 -x486 -x487 x488 x489 x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 x498 -x499 x500 -x501 x502 -x503
1800.25/1800.98	v x504 x505 x506 -x507 x508 -x509 x510 x511 -x512 x513 -x514 x515 x516 -x517 x518 x519 x520 -x521 x522 x523 x524 x525 -x526 x527
1800.25/1800.98	v -x528 x529 x530 x531 -x532 x533 x534 x535 -x536 x537 x538 x539 -x540 x541 x542 -x543 x544 x545 x546 -x547 -x548 -x549 x550 x551
1800.25/1800.98	v x552 -x553 -x554 x555 x556 -x557 -x558 -x559 x560 x561 -x562 x563 x564 -x565 -x566 x567 -x568 -x569 x570 -x571 x572 -x573 -x574
1800.25/1800.98	v -x575 -x576 x577 -x578 x579 -x580 x581 x582 x583 x584 -x585 x586 x587 x588 x589 -x590 x591 -x592 x593 -x594 x595 -x596 -x597
1800.25/1800.98	v -x598 x599 -x600 x601 x602 -x603 x604 x605 x606 x607 x608 x609 x610 x611 -x612 x613 -x614 -x615 -x616 x617 x618 -x619 x620 x621
1800.25/1800.98	v -x622 x623 x624 x625 -x626 x627 x628 x629 -x630 x631 x632 x633 -x634 x635 x636 x637 x638 -x639 x640 -x641 x642 -x643 -x644 x645
1800.25/1800.98	v x646 x647 x648 -x649 -x650 x651 x652 x653 x654 x655 x656 -x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670
1800.25/1800.98	v x671 x672 x673 -x674 x675 x676 x677 -x678 -x679 -x680 x681 x682 x683 -x684 x685 x686 x687 x688 x689 x690 -x691 x692 -x693 x694
1800.25/1800.98	v x695 x696 x697 x698 x699 x700 -x701 -x702 x703 x704 -x705 -x706 -x707 x708 x709 -x710 -x711 x712 -x713 -x714 -x715 x716 -x717
1800.25/1800.98	v x718 x719 x720 x721 x722 -x723 x724 x725 -x726 x727 x728 x729 -x730 -x731 x732 x733 x734 -x735 x736 x737 x738 x739 -x740 -x741
1800.25/1800.98	v x742 x743 -x744 x745 x746 -x747 x748 -x749 x750 -x751 -x752 x753 -x754 x755 -x756 -x757 x758 x759 -x760 x761 x762 x763 -x764
1800.25/1800.98	v x765 -x766 x767 x768 x769 -x770 -x771 -x772 x773 -x774 -x775 -x776 x777 x778 x779 -x780 x781 -x782 x783 x784 x785 -x786 -x787
1800.25/1800.98	v -x788 -x789 x790 -x791 x792 x793 x794 -x795 x796 x797 x798 x799 x800 x801 x802 x803 -x804 x805 x806 -x807 -x808 -x809 x810 -x811
1800.25/1800.98	v -x812 x813 x814 x815 x816 x817 x818 x819 x820 x821 -x822 -x823 x824 x825 x826 -x827 x828 -x829 x830 x831 -x832 x833 x834 x835
1800.25/1800.98	v x836 x837 -x838 x839 x840 x841 x842 x843 x844 x845 x846 x847 x848 x849 -x850 -x851 x852 x853 -x854 -x855 -x856 x857 x858 x859
1800.25/1800.98	v x860 -x861 x862 x863 x864 -x865 x866 x867 -x868 -x869 x870 x871 x872 x873 -x874 x875 x876 x877 x878 x879 x880 x881 x882 x883
1800.25/1800.98	v x884 x885 x886 x887 x888 x889 x890 -x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 x900 x901 x902 x903 x904 x905 -x906
1800.25/1800.98	v x907 -x908 -x909 x910 x911 x912 x913 x914 -x915 x916 x917 x918 x919 x920 -x921 x922 x923 x924 x925 x926 -x927 x928 x929 x930
1800.25/1800.98	v -x931 x932 x933 -x934 -x935 -x936 x937 x938 x939 x940 x941 -x942 -x943 x944 -x945 x946 x947 x948 x949 x950 x951 -x952 x953 -x954
1800.25/1800.98	v x955 -x956 x957 x958 x959 -x960 -x961 x962 -x963 -x964 x965 -x966 x967 x968 x969 x970 x971 -x972 x973 -x974 -x975 x976 x977
1800.25/1800.98	v x978 x979 x980 x981 x982 x983 -x984 -x985 x986 x987 -x988 x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 x997 -x998 x999 x1000
1800.25/1800.98	v -x1001 x1002 x1003 -x1004 x1005 x1006 x1007 x1008 -x1009 x1010 x1011 x1012 x1013 x1014 -x1015 x1016 -x1017 x1018 x1019 x1020
1800.25/1800.98	v -x1021 x1022 x1023 x1024 x1025 x1026 x1027 x1028 -x1029 x1030 x1031 x1032 x1033 -x1034 x1035 x1036 x1037 x1038 -x1039 x1040
1800.25/1800.98	v x1041 x1042 x1043 x1044 x1045 x1046 x1047 -x1048 x1049 x1050 x1051 -x1052 x1053 x1054 x1055 x1056 x1057 x1058 -x1059 x1060
1800.25/1800.98	v x1061 -x1062 -x1063 -x1064 x1065 x1066 -x1067 x1068 x1069 x1070 x1071 x1072 -x1073 x1074 -x1075 x1076 x1077 x1078 x1079
1800.25/1800.98	v x1080 -x1081 -x1082 x1083 x1084 -x1085 x1086 x1087 x1088 x1089 x1090 x1091 -x1092 -x1093 -x1094 x1095 x1096 -x1097 -x1098
1800.25/1800.98	v x1099 -x1100 x1101 x1102 x1103 x1104 x1105 -x1106 x1107 -x1108 x1109 x1110 -x1111 x1112 x1113 x1114 -x1115 -x1116 -x1117
1800.25/1800.98	v x1118 x1119 -x1120 x1121 x1122 -x1123 -x1124 x1125 -x1126 x1127 x1128 x1129 -x1130 x1131 x1132 x1133 -x1134 -x1135 x1136
1800.25/1800.98	v x1137 x1138 x1139 -x1140 x1141 -x1142 x1143 -x1144 x1145 x1146 x1147 x1148 x1149 x1150 x1151 x1152 x1153 -x1154 x1155 x1156
1800.25/1800.98	v x1157 x1158 x1159 x1160 x1161 x1162 -x1163 x1164 x1165 x1166 x1167 x1168 x1169 x1170 x1171 x1172 x1173 -x1174 x1175 -x1176
1800.25/1800.98	v x1177 x1178 x1179 x1180 x1181 x1182 x1183 x1184 x1185 -x1186 x1187 -x1188 -x1189 x1190 -x1191 x1192 x1193 -x1194 x1195 x1196
1800.25/1800.98	v x1197 x1198 x1199 -x1200 x1201 -x1202 x1203 x1204 x1205 -x1206 x1207 x1208 -x1209 -x1210 -x1211 -x1212 -x1213 x1214 -x1215
1800.25/1800.98	v x1216 x1217 -x1218 x1219 -x1220 x1221 x1222 -x1223 x1224 x1225 x1226 x1227 x1228 x1229 -x1230 x1231 x1232 -x1233 -x1234
1800.25/1800.98	v x1235 x1236 x1237 x1238 x1239 -x1240 x1241 x1242 x1243 x1244 x1245 x1246 x1247 x1248 -x1249 x1250 x1251 -x1252 x1253 -x1254
1800.25/1800.98	v -x1255 x1256 x1257 -x1258 x1259 x1260 x1261 x1262 x1263 x1264 x1265 x1266 -x1267 x1268 x1269 x1270 x1271 x1272 x1273 x1274
1800.25/1800.98	v x1275 x1276 -x1277 x1278 x1279 x1280 x1281 x1282 x1283 x1284 x1285 -x1286 x1287 -x1288 x1289 -x1290 x1291 -x1292 x1293 x1294
1800.25/1800.98	v x1295 x1296 -x1297 x1298 x1299 x1300 -x1301 x1302 x1303 x1304 x1305 x1306 x1307 -x1308 x1309 x1310 x1311 -x1312 -x1313 -x1314
1800.25/1800.98	v -x1315 x1316 x1317 x1318 x1319 x1320 x1321 x1322 x1323 -x1324 x1325 x1326 x1327 -x1328 x1329 x1330 x1331 x1332 x1333 -x1334
1800.25/1800.98	v x1335 -x1336 x1337 -x1338 x1339 x1340 -x1341 x1342 x1343 x1344 -x1345 x1346 -x1347 x1348 x1349 x1350 x1351 x1352 x1353 x1354
1800.25/1800.98	v x1355 x1356 x1357 x1358 x1359 x1360 x1361 -x1362 x1363 -x1364 x1365 -x1366 x1367 -x1368 x1369 x1370 x1371 -x1372 x1373 x1374
1800.25/1800.98	v x1375 x1376 x1377 x1378 x1379 x1380 x1381 x1382 x1383 x1384 x1385 x1386 -x1387 x1388 -x1389 x1390 x1391 x1392 -x1393 x1394
1800.25/1800.98	v x1395 x1396 x1397 x1398 x1399 -x1400 -x1401 x1402 -x1403 x1404 -x1405 x1406 -x1407 x1408 x1409 x1410 -x1411 -x1412 x1413
1800.25/1800.98	v x1414 x1415 x1416 x1417 x1418 x1419 x1420 x1421 x1422 x1423 x1424 x1425 x1426 x1427 x1428 x1429 x1430 x1431 x1432 x1433 x1434
1800.25/1800.98	v x1435 x1436 x1437 x1438 x1439 x1440 x1441 x1442 -x1443 x1444 -x1445 x1446 x1447 x1448 -x1449 x1450 x1451 x1452 x1453 -x1454
1800.25/1800.98	v x1455 x1456 -x1457 x1458 x1459 x1460 x1461 x1462 x1463 -x1464 x1465 -x1466 -x1467 -x1468 x1469 -x1470 -x1471 x1472 x1473
1800.25/1800.98	v -x1474 x1475 -x1476 -x1477 x1478 x1479 x1480 x1481 -x1482 x1483 x1484 x1485 x1486 x1487 x1488 x1489 x1490 -x1491 x1492 -x1493
1800.25/1800.98	v x1494 x1495 x1496 x1497 -x1498 x1499 x1500 x1501 x1502 x1503 x1504 x1505 x1506 x1507 x1508 x1509 x1510 x1511 x1512 x1513
1800.25/1800.98	v -x1514 -x1515 x1516 -x1517 x1518 -x1519 -x1520 -x1521 x1522 -x1523 -x1524 x1525 x1526 x1527 x1528 -x1529 x1530 x1531 -x1532
1800.25/1800.98	v x1533 x1534 x1535 x1536 x1537 x1538 x1539 x1540 -x1541 x1542 x1543 x1544 x1545 x1546 -x1547 x1548 x1549 x1550 x1551 x1552
1800.25/1800.98	v x1553 x1554 -x1555 -x1556 x1557 x1558 x1559 x1560 x1561 x1562 x1563 -x1564 x1565 x1566 x1567 x1568 x1569 x1570 x1571 -x1572
1800.25/1800.98	v -x1573 x1574 x1575 x1576 x1577 x1578 -x1579 x1580 x1581 x1582 x1583 x1584 x1585 x1586 x1587 x1588 -x1589 -x1590 x1591 x1592
1800.25/1800.98	v x1593 x1594 -x1595 x1596 -x1597 x1598 x1599 -x1600 -x1601 x1602 -x1603 -x1604 x1605 -x1606 x1607 x1608 x1609 -x1610 -x1611
1800.25/1800.98	v x1612 x1613 -x1614 x1615 x1616 -x1617 x1618 x1619 x1620 x1621 x1622 -x1623 x1624 -x1625 x1626 x1627 x1628 x1629 x1630 x1631
1800.25/1800.98	v x1632 x1633 -x1634 x1635 x1636 -x1637 -x1638 x1639 x1640 x1641 x1642 -x1643 x1644 x1645 -x1646 x1647 x1648 x1649 x1650 x1651
1800.25/1800.98	v x1652 x1653 x1654 x1655 x1656 x1657 x1658 x1659 -x1660 -x1661 x1662 x1663 x1664 x1665 x1666 x1667 x1668 x1669 x1670 x1671
1800.25/1800.98	v x1672 x1673 x1674 x1675 x1676 x1677 x1678 x1679 x1680 x1681 x1682 x1683 x1684 -x1685 x1686 -x1687 x1688 x1689 -x1690 x1691
1800.25/1800.98	v x1692 -x1693 x1694 x1695 x1696 x1697 x1698 x1699 -x1700 x1701 x1702 x1703 x1704 x1705 x1706 x1707 x1708 x1709 x1710 x1711
1800.25/1800.98	v x1712 x1713 x1714 x1715 -x1716 x1717 x1718 -x1719 -x1720 x1721 x1722 x1723 x1724 -x1725 x1726 -x1727 x1728 x1729 x1730 x1731
1800.25/1800.98	v x1732 x1733 x1734 x1735 x1736 x1737 x1738 x1739 -x1740 -x1741 x1742 -x1743 -x1744 x1745 x1746 -x1747 x1748 x1749 -x1750
1800.25/1800.98	v x1751 -x1752 x1753 -x1754 x1755 x1756 -x1757 x1758 x1759 -x1760 x1761 x1762 x1763 x1764 x1765 x1766 x1767 x1768 x1769 x1770
1800.25/1800.98	v x1771 x1772 x1773 x1774 x1775 -x1776 x1777 x1778 x1779 x1780 x1781 -x1782 -x1783 x1784 x1785 x1786 -x1787 -x1788 x1789 -x1790
1800.25/1800.98	v x1791 x1792 -x1793 x1794 -x1795 -x1796 -x1797 x1798 x1799 x1800 x1801 x1802 x1803 x1804 x1805 x1806 x1807 x1808 x1809 x1810
1800.25/1800.98	v x1811 x1812 x1813 x1814 x1815 x1816 x1817 x1818 x1819 x1820 x1821 x1822 x1823 x1824 -x1825 -x1826 -x1827 x1828 x1829 x1830
1800.25/1800.98	v -x1831 x1832 x1833 x1834 -x1835 x1836 x1837 x1838 x1839 x1840 x1841 x1842 -x1843 x1844 x1845 x1846 -x1847 -x1848 x1849 x1850
1800.25/1800.98	v x1851 -x1852 x1853 x1854 x1855 -x1856 x1857 x1858 x1859 x1860 -x1861 x1862 x1863 x1864 x1865 x1866 x1867 x1868 -x1869 -x1870
1800.25/1800.98	v x1871 -x1872 x1873 x1874 x1875 x1876 x1877 x1878 x1879 x1880 x1881 -x1882 -x1883 x1884 x1885 x1886 x1887 x1888 x1889 x1890
1800.25/1800.98	v -x1891 -x1892 -x1893 -x1894 x1895 x1896 x1897 x1898 x1899 x1900 x1901 x1902 -x1903 -x1904 x1905 -x1906 -x1907 -x1908 x1909
1800.25/1800.98	v x1910 x1911 x1912 x1913 x1914 x1915 x1916 x1917 -x1918 x1919 x1920 x1921 -x1922 x1923 -x1924 x1925 x1926 x1927 x1928 -x1929
1800.25/1800.98	v x1930 x1931 x1932 x1933 -x1934 x1935 x1936 x1937 -x1938 x1939 x1940 x1941 x1942 x1943 x1944 -x1945 x1946 x1947 x1948 x1949
1800.25/1800.98	v x1950 x1951 x1952 x1953 x1954 x1955 x1956 x1957 x1958 x1959 x1960
1800.25/1800.98	
1800.25/1800.98	c user time= 1799.15 s
1800.25/1800.98	c system time= 1.19382 s
1800.25/1800.98	c wall clock time=1800.99

Verifier Data (download as text)

OK	1203

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-357094-1176854353 -o ROOT/results/node24/solver-357094-1176854353 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357094-1176854353/instance-357094-1176854353.opb mod 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.97 3/77 12798
/proc/meminfo: memFree=1636752/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=1468 CPUtime=0
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 133353378 1503232 165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718304 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 367 165 130 317 0 46 0

[startup+0.085866 s]
/proc/loadavg: 0.91 0.97 0.97 3/77 12798
/proc/meminfo: memFree=1636752/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=2584 CPUtime=0.08
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 471 0 0 0 8 0 0 0 18 0 1 0 133353378 2646016 453 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606697 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 646 453 138 317 0 325 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2584

[startup+0.101831 s]
/proc/loadavg: 0.91 0.97 0.97 3/77 12798
/proc/meminfo: memFree=1636752/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=2940 CPUtime=0.09
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 573 0 0 0 9 0 0 0 18 0 1 0 133353378 3010560 555 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134596129 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 735 555 170 317 0 414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2940

[startup+0.301852 s]
/proc/loadavg: 0.91 0.97 0.97 3/77 12798
/proc/meminfo: memFree=1636752/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=4500 CPUtime=0.29
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 922 0 0 0 29 0 0 0 19 0 1 0 133353378 4608000 904 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134558551 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 1125 904 170 317 0 804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4500

[startup+0.701895 s]
/proc/loadavg: 0.91 0.97 0.97 3/77 12798
/proc/meminfo: memFree=1636752/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=7676 CPUtime=0.69
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 1661 0 0 0 69 0 0 0 23 0 1 0 133353378 7860224 1643 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270603 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 1919 1643 170 317 0 1598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7676

[startup+1.50198 s]
/proc/loadavg: 0.91 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1629128/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=13720 CPUtime=1.49
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 3041 0 0 0 148 1 0 0 25 0 1 0 133353378 14049280 3023 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271379 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 3430 3023 170 317 0 3109 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13720

[startup+3.10115 s]
/proc/loadavg: 0.91 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1622664/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=23252 CPUtime=3.09
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 5213 0 0 0 307 2 0 0 25 0 1 0 133353378 23810048 5195 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 5813 5195 170 317 0 5492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23252

[startup+6.30251 s]
/proc/loadavg: 0.92 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1607688/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=41292 CPUtime=6.29
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 9350 0 0 0 625 4 0 0 25 0 1 0 133353378 42283008 9332 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 10323 9332 170 317 0 10002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41292

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1584904/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=60096 CPUtime=12.68
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 13520 0 0 0 1262 6 0 0 25 0 1 0 133353378 61538304 13502 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 15024 13502 170 317 0 14703 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60096

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1551048/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=96840 CPUtime=25.48
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 21691 0 0 0 2538 10 0 0 25 0 1 0 133353378 99164160 21673 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 24210 21673 170 317 0 23889 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96840

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1499592/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=159804 CPUtime=51.07
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 34585 0 0 0 5091 16 0 0 25 0 1 0 133353378 163639296 34567 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 39951 34567 170 317 0 39630 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 159804

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.97 2/78 12799
/proc/meminfo: memFree=1443400/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=217668 CPUtime=102.26
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 48406 0 0 0 10203 23 0 0 25 0 1 0 133353378 222892032 48388 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 54417 48388 170 317 0 54096 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 217668

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1373560/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=310404 CPUtime=162.15
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 65879 0 0 0 16182 33 0 0 25 0 1 0 133353378 317853696 65807 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 77601 65807 170 317 0 77280 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 310404

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1332928/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=353812 CPUtime=222.13
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 75969 0 0 0 22174 39 0 0 25 0 1 0 133353378 362303488 75897 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 88453 75897 170 317 0 88132 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 353812

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1302208/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=386852 CPUtime=282.11
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 83702 0 0 0 28167 44 0 0 25 0 1 0 133353378 396136448 83630 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 96713 83630 170 317 0 96392 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 386852

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1269056/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=421460 CPUtime=342.09
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 91891 0 0 0 34160 49 0 0 25 0 1 0 133353378 431575040 91819 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 105365 91819 170 317 0 105044 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 421460

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1239488/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=453308 CPUtime=402.08
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 99337 0 0 0 40154 54 0 0 25 0 1 0 133353378 464187392 99265 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 113327 99265 170 317 0 113006 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 453308

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1211520/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=482856 CPUtime=462.05
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 106252 0 0 0 46148 57 0 0 25 0 1 0 133353378 494444544 106180 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 120714 106180 170 317 0 120393 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 482856

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1186504/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=510460 CPUtime=522.04
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 112551 0 0 0 52142 62 0 0 25 0 1 0 133353378 522711040 112479 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 127615 112479 170 317 0 127294 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 510460

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1123592/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=615716 CPUtime=582.03
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 128237 0 0 0 58134 69 0 0 25 0 1 0 133353378 630493184 128165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 153929 128165 170 317 0 153608 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 615716

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=1087880/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=654768 CPUtime=642
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 137063 0 0 0 64127 73 0 0 25 0 1 0 133353378 670482432 136991 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 163692 136991 170 317 0 163371 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 654768


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

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 12997
/proc/meminfo: memFree=971528/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=781068 CPUtime=941.91
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 166135 0 0 0 94105 86 0 0 25 0 1 0 133353378 799813632 166063 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 195267 166063 170 317 0 194946 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 781068

[startup+1002.3 s]
/proc/loadavg: 1.06 0.99 0.98 2/78 12997
/proc/meminfo: memFree=952200/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=800736 CPUtime=1001.89
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 170920 0 0 0 100100 89 0 0 25 0 1 0 133353378 819953664 170848 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 200184 170848 170 317 0 199863 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 800736

[startup+1062.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/78 12997
/proc/meminfo: memFree=933704/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=820400 CPUtime=1061.87
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 175683 0 0 0 106095 92 0 0 25 0 1 0 133353378 840089600 175504 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 205100 175504 170 317 0 204779 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 820400

[startup+1122.3 s]
/proc/loadavg: 1.01 0.99 0.98 2/78 12997
/proc/meminfo: memFree=917832/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=839160 CPUtime=1121.86
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 179610 0 0 0 112091 95 0 0 25 0 1 0 133353378 859299840 179431 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 209790 179431 170 317 0 209469 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 839160

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=899848/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=857544 CPUtime=1181.83
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 184113 0 0 0 118087 96 0 0 25 0 1 0 133353378 878125056 183934 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135266198 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 214386 183935 170 317 0 214065 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 857544

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=882248/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=875356 CPUtime=1241.82
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 188508 0 0 0 124082 100 0 0 25 0 1 0 133353378 896364544 188329 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 218839 188329 170 317 0 218518 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 875356

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=867080/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=892756 CPUtime=1301.81
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 192246 0 0 0 130080 101 0 0 25 0 1 0 133353378 914182144 192067 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 223189 192067 170 317 0 222868 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 892756

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=850376/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=909868 CPUtime=1361.78
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 196479 0 0 0 136075 103 0 0 25 0 1 0 133353378 931704832 196300 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 227467 196300 170 317 0 227146 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 909868

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=835912/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=926548 CPUtime=1421.77
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 200032 0 0 0 142072 105 0 0 25 0 1 0 133353378 948785152 199853 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 231637 199853 170 317 0 231316 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 926548

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 3/78 12997
/proc/meminfo: memFree=819656/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=942788 CPUtime=1481.74
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 204109 0 0 0 148067 107 0 0 25 0 1 0 133353378 965414912 203930 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563647 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 235697 203930 170 317 0 235376 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 942788

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=803528/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=958636 CPUtime=1541.73
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 208119 0 0 0 154063 110 0 0 25 0 1 0 133353378 981643264 207940 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 239659 207940 170 317 0 239338 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 958636

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=789896/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=974708 CPUtime=1601.72
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 211563 0 0 0 160060 112 0 0 25 0 1 0 133353378 998100992 211384 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 243677 211384 170 317 0 243356 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 974708

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=773960/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=990436 CPUtime=1661.7
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 215528 0 0 0 166056 114 0 0 25 0 1 0 133353378 1014206464 215349 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 247609 215349 170 317 0 247288 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 990436

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=761160/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=1005844 CPUtime=1721.68
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 218740 0 0 0 172052 116 0 0 25 0 1 0 133353378 1029984256 218561 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 251461 218561 170 317 0 251140 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 1005844

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=745928/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=1020960 CPUtime=1781.65
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 222497 0 0 0 178047 118 0 0 25 0 1 0 133353378 1045463040 222318 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564062 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 255240 222318 170 317 0 254919 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1020960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=741960/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=1025508 CPUtime=1800.06
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 223469 0 0 0 179887 119 0 0 25 0 1 0 133353378 1050120192 223290 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563639 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 256377 223290 170 317 0 256056 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1025508

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

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

[startup+1801 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=741960/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=1002476 CPUtime=1800.35
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194304 223507 0 0 0 179916 119 0 0 25 0 1 0 133353378 1026535424 217954 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135339169 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 250586 217892 186 317 0 250265 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1002476

[startup+1801.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 12997
/proc/meminfo: memFree=741960/2055920 swapFree=4101964/4192956
[pid=12798] ppid=12796 vsize=0 CPUtime=1800.45
/proc/12798/stat : 12798 (oree) R 12796 12798 12283 0 -1 4194308 223507 0 0 0 179916 129 0 0 25 0 1 0 133353378 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/12798/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1801.15
CPU time (s): 1800.51
CPU user time (s): 1799.16
CPU system time (s): 1.3418
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 1025508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.3418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 6541

runsolver used 2.04569 second user time and 4.55031 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Apr 17 23:59:13 UTC 2007

IDJOB= 357094
IDBENCH= 1979
IDSOLVER= 172
FILE ID= node24/357094-1176854353

PBS_JOBID= 4590215

Free space on /tmp= 66495 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
COMMAND LINE= oree /tmp/evaluation/357094-1176854353/instance-357094-1176854353.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-357094-1176854353 -o ROOT/results/node24/solver-357094-1176854353 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357094-1176854353/instance-357094-1176854353.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  e19b588c94d7a5fd177e87fa7a6307a3

RANDOM SEED= 413999700

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1637288 kB
Buffers:         40448 kB
Cached:         243480 kB
SwapCached:      60220 kB
Active:          73800 kB
Inactive:       279912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637288 kB
SwapTotal:     4192956 kB
SwapFree:      4101964 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          50724 kB
Slab:            50412 kB
Committed_AS:  1813320 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66495 MiB

End job on node24 on Wed Apr 18 00:29:16 UTC 2007